diff --git a/ko/learn/run.md b/ko/learn/run.md index cdaf98c..66ac489 100644 --- a/ko/learn/run.md +++ b/ko/learn/run.md @@ -293,7 +293,7 @@ And to be able to purchase a storage, we should run [Codex node with marketplace persistence \ --eth-provider=https://rpc.testnet.codex.storage \ --eth-private-key=eth.key \ - --marketplace-address=0x7c7a749DE7156305E55775e7Ab3931abd6f7300E + --marketplace-address=0xd53a4181862f42641ccA02Fb4CED7D7f19C6920B ``` > [!NOTE] @@ -347,7 +347,7 @@ To download circuit files and make them available to Codex app, we have a stand- cirdl \ datadir/circuits \ https://rpc.testnet.codex.storage \ - 0x7c7a749DE7156305E55775e7Ab3931abd6f7300E + 0xd53a4181862f42641ccA02Fb4CED7D7f19C6920B ``` 2. Start Codex storage node @@ -361,7 +361,7 @@ To download circuit files and make them available to Codex app, we have a stand- persistence \ --eth-provider=https://rpc.testnet.codex.storage \ --eth-private-key=eth.key \ - --marketplace-address=0x7c7a749DE7156305E55775e7Ab3931abd6f7300E \ + --marketplace-address=0xd53a4181862f42641ccA02Fb4CED7D7f19C6920B \ prover \ --circuit-dir=datadir/circuits ``` @@ -486,7 +486,7 @@ docker run \ persistence \ --eth-provider=https://rpc.testnet.codex.storage \ --eth-private-key=/opt/eth.key \ - --marketplace-address=0x7c7a749DE7156305E55775e7Ab3931abd6f7300E \ + --marketplace-address=0xd53a4181862f42641ccA02Fb4CED7D7f19C6920B \ prover \ --circuit-dir=/datadir/circuits ``` @@ -549,7 +549,7 @@ For Docker Compose, it is more suitable to use [environment variables](#environm - CODEX_API_BINDADDR=0.0.0.0 - CODEX_ETH_PROVIDER=https://rpc.testnet.codex.storage - CODEX_ETH_PRIVATE_KEY=/opt/eth.key - - CODEX_MARKETPLACE_ADDRESS=0x7c7a749DE7156305E55775e7Ab3931abd6f7300E + - CODEX_MARKETPLACE_ADDRESS=0xd53a4181862f42641ccA02Fb4CED7D7f19C6920B - CODEX_CIRCUIT_DIR=/datadir/circuits ports: - 8080:8080/tcp # API diff --git a/ko/networks/testnet.md b/ko/networks/testnet.md index 252a797..4bac94a 100644 --- a/ko/networks/testnet.md +++ b/ko/networks/testnet.md @@ -202,7 +202,7 @@ enode://6ba0e8b5d968ca8eb2650dd984cdcf50acc01e4ea182350e990191aadd79897801b79455 | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------- | | Token | [`0x34a22f3911De437307c6f4485931779670f78764`](https://explorer.testnet.codex.storage/address/0x34a22f3911De437307c6f4485931779670f78764) | | Verifier | [`0x1f60B2329775545AaeF743dbC3571e699405263e`](https://explorer.testnet.codex.storage/address/0x1f60B2329775545AaeF743dbC3571e699405263e) | -| Marketplace | [`0x7c7a749DE7156305E55775e7Ab3931abd6f7300E`](https://explorer.testnet.codex.storage/address/0x7c7a749DE7156305E55775e7Ab3931abd6f7300E) | +| Marketplace | [`0xd53a4181862f42641ccA02Fb4CED7D7f19C6920B`](https://explorer.testnet.codex.storage/address/0xd53a4181862f42641ccA02Fb4CED7D7f19C6920B) | ### Endpoints diff --git a/learn/run.md b/learn/run.md index f63a9fe..5f79579 100644 --- a/learn/run.md +++ b/learn/run.md @@ -298,7 +298,7 @@ And to be able to purchase a storage, we should run [Codex node with marketplace persistence \ --eth-provider=https://rpc.testnet.codex.storage \ --eth-private-key=eth.key \ - --marketplace-address=0x7c7a749DE7156305E55775e7Ab3931abd6f7300E + --marketplace-address=0xd53a4181862f42641ccA02Fb4CED7D7f19C6920B ``` > [!NOTE] @@ -352,7 +352,7 @@ To download circuit files and make them available to Codex app, we have a stand- cirdl \ datadir/circuits \ https://rpc.testnet.codex.storage \ - 0x7c7a749DE7156305E55775e7Ab3931abd6f7300E + 0xd53a4181862f42641ccA02Fb4CED7D7f19C6920B ``` 2. Start Codex storage node @@ -366,7 +366,7 @@ To download circuit files and make them available to Codex app, we have a stand- persistence \ --eth-provider=https://rpc.testnet.codex.storage \ --eth-private-key=eth.key \ - --marketplace-address=0x7c7a749DE7156305E55775e7Ab3931abd6f7300E \ + --marketplace-address=0xd53a4181862f42641ccA02Fb4CED7D7f19C6920B \ prover \ --circuit-dir=datadir/circuits ``` @@ -605,7 +605,7 @@ docker run \ persistence \ --eth-provider=https://rpc.testnet.codex.storage \ --eth-private-key=/opt/eth.key \ - --marketplace-address=0x7c7a749DE7156305E55775e7Ab3931abd6f7300E \ + --marketplace-address=0xd53a4181862f42641ccA02Fb4CED7D7f19C6920B \ prover \ --circuit-dir=/datadir/circuits ``` @@ -668,7 +668,7 @@ For Docker Compose, it is more suitable to use [environment variables](#environm - CODEX_API_BINDADDR=0.0.0.0 - CODEX_ETH_PROVIDER=https://rpc.testnet.codex.storage - CODEX_ETH_PRIVATE_KEY=/opt/eth.key - - CODEX_MARKETPLACE_ADDRESS=0x7c7a749DE7156305E55775e7Ab3931abd6f7300E + - CODEX_MARKETPLACE_ADDRESS=0xd53a4181862f42641ccA02Fb4CED7D7f19C6920B - CODEX_CIRCUIT_DIR=/datadir/circuits ports: - 8080:8080/tcp # API diff --git a/networks/testnet.md b/networks/testnet.md index 0e88d66..d31e911 100644 --- a/networks/testnet.md +++ b/networks/testnet.md @@ -190,7 +190,7 @@ enode://6ba0e8b5d968ca8eb2650dd984cdcf50acc01e4ea182350e990191aadd79897801b79455 | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------- | | Token | [`0x34a22f3911De437307c6f4485931779670f78764`](https://explorer.testnet.codex.storage/address/0x34a22f3911De437307c6f4485931779670f78764) | | Verifier | [`0x1f60B2329775545AaeF743dbC3571e699405263e`](https://explorer.testnet.codex.storage/address/0x1f60B2329775545AaeF743dbC3571e699405263e) | -| Marketplace | [`0x7c7a749DE7156305E55775e7Ab3931abd6f7300E`](https://explorer.testnet.codex.storage/address/0x7c7a749DE7156305E55775e7Ab3931abd6f7300E) | +| Marketplace | [`0xd53a4181862f42641ccA02Fb4CED7D7f19C6920B`](https://explorer.testnet.codex.storage/address/0xd53a4181862f42641ccA02Fb4CED7D7f19C6920B) | ### Endpoints