From c1695fa12c631c508796e511ed352687233d44ca Mon Sep 17 00:00:00 2001 From: 4TT1L4 <2914096+4TT1L4@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:29:26 +0200 Subject: [PATCH 1/9] SOR: Add note about PREPROD#40 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 21e4cdd..40d0b87 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,11 @@ using these `18 tokenB` we buy back `9 tokenA` from the buy order, earning `2 to ## Building and running +> [!NOTE] +> The Genius Yield DEX is in the public testnet phase at the moment. The smart contracts are not yet deployed to the Cardano Mainnet. +> +> Please use the Preprod Testnet, when running Smart Order Router instances for the public testnet (as it is configured in the examples below). + ### Docker A ready-to-run, containerized version of the Smart Order Router is availabe via the [GitHub Container Registry](ghcr.io/geniusyield/smart-order-router:latest). From 954601f49b3fa5679b932c3ca1fc7354b95e3d67 Mon Sep 17 00:00:00 2001 From: 4TT1L4 <2914096+4TT1L4@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:34:00 +0200 Subject: [PATCH 2/9] SOR: Add note about PREPROD#40 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 40d0b87..54970c0 100644 --- a/README.md +++ b/README.md @@ -129,8 +129,7 @@ using these `18 tokenB` we buy back `9 tokenA` from the buy order, earning `2 to > [!NOTE] > The Genius Yield DEX is in the public testnet phase at the moment. The smart contracts are not yet deployed to the Cardano Mainnet. -> -> Please use the Preprod Testnet, when running Smart Order Router instances for the public testnet (as it is configured in the examples below). +> When running Smart Order Router instances for the public testnet, please use the preprod testnet as in the example below. ### Docker From 1ff8509d90382e0810f598930858142ad451ca0f Mon Sep 17 00:00:00 2001 From: 4TT1L4 <2914096+4TT1L4@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:40:36 +0200 Subject: [PATCH 3/9] SOR: Add note about PREPROD#40 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54970c0..99d492c 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ using these `18 tokenB` we buy back `9 tokenA` from the buy order, earning `2 to > [!NOTE] > The Genius Yield DEX is in the public testnet phase at the moment. The smart contracts are not yet deployed to the Cardano Mainnet. -> When running Smart Order Router instances for the public testnet, please use the preprod testnet as in the example below. +> On order to run Smart Order Router instances for the public testnet, please use the preprod testnet as in the examples below. ### Docker From 2ead1e80ea2786c9b2def9326a9cdd269df42bea Mon Sep 17 00:00:00 2001 From: 4TT1L4 <2914096+4TT1L4@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:42:01 +0200 Subject: [PATCH 4/9] SOR: Add note about PREPROD#40 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99d492c..cca8ca0 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ using these `18 tokenB` we buy back `9 tokenA` from the buy order, earning `2 to > [!NOTE] > The Genius Yield DEX is in the public testnet phase at the moment. The smart contracts are not yet deployed to the Cardano Mainnet. -> On order to run Smart Order Router instances for the public testnet, please use the preprod testnet as in the examples below. +> In order to run Smart Order Router instances for the public testnet, please use the preprod testnet as in the examples below. ### Docker From 7f98874090b16faf3210fd21703483516f3c2702 Mon Sep 17 00:00:00 2001 From: 4TT1L4 <2914096+4TT1L4@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:44:10 +0200 Subject: [PATCH 5/9] SOR: Add note about PREPROD#40 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cca8ca0..0f6f600 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,8 @@ using these `18 tokenB` we buy back `9 tokenA` from the buy order, earning `2 to ## Building and running > [!NOTE] -> The Genius Yield DEX is in the public testnet phase at the moment. The smart contracts are not yet deployed to the Cardano Mainnet. +> The Genius Yield DEX is in the public testnet phase at the moment. +> > In order to run Smart Order Router instances for the public testnet, please use the preprod testnet as in the examples below. ### Docker From 4820064ca988e92efc86b091fb93dde915f04c2c Mon Sep 17 00:00:00 2001 From: 4TT1L4 <2914096+4TT1L4@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:47:19 +0200 Subject: [PATCH 6/9] SOR: Add note about PREPROD#40 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f6f600..1270d78 100644 --- a/README.md +++ b/README.md @@ -345,7 +345,12 @@ that is completely placed on the blockchain. That is the validator and minting p ``` ##### Mainnet -:construction: Coming Soon :construction: + +> :construction: Coming Soon :construction: + +> [!NOTE] +> The Cardano Mainnet launch is coming soon. The Smart Order Router configuration for the Cardano Mainnet is going to be availble as we approach the Mainnet launch date. + ```json { "validatorRefs":{ From 0fdd11203ae1fda27b33fc855fad866f586fc359 Mon Sep 17 00:00:00 2001 From: 4TT1L4 <2914096+4TT1L4@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:54:22 +0200 Subject: [PATCH 7/9] SOR: Add note about PREPROD#40 --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1270d78..5b164f2 100644 --- a/README.md +++ b/README.md @@ -346,10 +346,8 @@ that is completely placed on the blockchain. That is the validator and minting p ##### Mainnet -> :construction: Coming Soon :construction: - > [!NOTE] -> The Cardano Mainnet launch is coming soon. The Smart Order Router configuration for the Cardano Mainnet is going to be availble as we approach the Mainnet launch date. +> The Smart Order configuration for the Cardano Mainnet is going to be availble as we approach the Mainnet launch date. ```json { From 7f03aa74fe3f417c259a6b2f008649c96971d078 Mon Sep 17 00:00:00 2001 From: 4TT1L4 <2914096+4TT1L4@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:55:14 +0200 Subject: [PATCH 8/9] SOR: Add note about PREPROD#40 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b164f2..1de1cd9 100644 --- a/README.md +++ b/README.md @@ -347,7 +347,7 @@ that is completely placed on the blockchain. That is the validator and minting p ##### Mainnet > [!NOTE] -> The Smart Order configuration for the Cardano Mainnet is going to be availble as we approach the Mainnet launch date. +> The Smart Order Router configuration for the Cardano Mainnet is going to be availble as we approach the Mainnet launch date. ```json { From 51f27b41f2c68a5ec69d2df65e06f0a06493f462 Mon Sep 17 00:00:00 2001 From: 4TT1L4 <2914096+4TT1L4@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:55:52 +0200 Subject: [PATCH 9/9] SOR: Add note about PREPROD#40 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1de1cd9..236d7ff 100644 --- a/README.md +++ b/README.md @@ -347,7 +347,7 @@ that is completely placed on the blockchain. That is the validator and minting p ##### Mainnet > [!NOTE] -> The Smart Order Router configuration for the Cardano Mainnet is going to be availble as we approach the Mainnet launch date. +> The Smart Order Router configuration for the Cardano Mainnet is going to be available as we approach the Mainnet launch date. ```json {