Skip to content

Commit 6610496

Browse files
Update Testnet Marketplace address (#55)
codex-storage/nim-codex#1000
1 parent 9689ab1 commit 6610496

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

learn/run.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ And to be able to purchase a storage, we should run [Codex node with marketplace
293293
persistence \
294294
--eth-provider=https://rpc.testnet.codex.storage \
295295
--eth-private-key=eth.key \
296-
--marketplace-address=0x5Bd66fA15Eb0E546cd26808248867a572cFF5706
296+
--marketplace-address=0xAB03b6a58C5262f530D54146DA2a552B1C0F7648
297297
```
298298

299299
> [!NOTE]
@@ -347,7 +347,7 @@ To download circuit files and make them available to Codex app, we have a stand-
347347
cirdl \
348348
datadir/circuits \
349349
https://rpc.testnet.codex.storage \
350-
0x5Bd66fA15Eb0E546cd26808248867a572cFF5706
350+
0xAB03b6a58C5262f530D54146DA2a552B1C0F7648
351351
```
352352

353353
2. Start Codex storage node
@@ -361,7 +361,7 @@ To download circuit files and make them available to Codex app, we have a stand-
361361
persistence \
362362
--eth-provider=https://rpc.testnet.codex.storage \
363363
--eth-private-key=eth.key \
364-
--marketplace-address=0x5Bd66fA15Eb0E546cd26808248867a572cFF5706 \
364+
--marketplace-address=0xAB03b6a58C5262f530D54146DA2a552B1C0F7648 \
365365
prover \
366366
--circuit-dir=datadir/circuits
367367
```
@@ -486,7 +486,7 @@ docker run \
486486
persistence \
487487
--eth-provider=https://rpc.testnet.codex.storage \
488488
--eth-private-key=/opt/eth.key \
489-
--marketplace-address=0x5Bd66fA15Eb0E546cd26808248867a572cFF5706 \
489+
--marketplace-address=0xAB03b6a58C5262f530D54146DA2a552B1C0F7648 \
490490
prover \
491491
--circuit-dir=/datadir/circuits
492492
```
@@ -549,7 +549,7 @@ For Docker Compose, it is more suitable to use [environment variables](#environm
549549
- CODEX_API_BINDADDR=0.0.0.0
550550
- CODEX_ETH_PROVIDER=https://rpc.testnet.codex.storage
551551
- CODEX_ETH_PRIVATE_KEY=/opt/eth.key
552-
- CODEX_MARKETPLACE_ADDRESS=0x5Bd66fA15Eb0E546cd26808248867a572cFF5706
552+
- CODEX_MARKETPLACE_ADDRESS=0xAB03b6a58C5262f530D54146DA2a552B1C0F7648
553553
- CODEX_CIRCUIT_DIR=/datadir/circuits
554554
ports:
555555
- 8080:8080/tcp # API

networks/testnet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ enode://6ba0e8b5d968ca8eb2650dd984cdcf50acc01e4ea182350e990191aadd79897801b79455
190190
| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
191191
| Token | [`0x34a22f3911De437307c6f4485931779670f78764`](https://explorer.testnet.codex.storage/address/0x34a22f3911De437307c6f4485931779670f78764) |
192192
| Verifier | [`0x02dd582726F7507D7d0F8bD8bf8053d3006F9092`](https://explorer.testnet.codex.storage/address/0x02dd582726F7507D7d0F8bD8bf8053d3006F9092) |
193-
| Marketplace | [`0x5Bd66fA15Eb0E546cd26808248867a572cFF5706`](https://explorer.testnet.codex.storage/address/0x5Bd66fA15Eb0E546cd26808248867a572cFF5706) |
193+
| Marketplace | [`0xAB03b6a58C5262f530D54146DA2a552B1C0F7648`](https://explorer.testnet.codex.storage/address/0xAB03b6a58C5262f530D54146DA2a552B1C0F7648) |
194194

195195
### Endpoints
196196

0 commit comments

Comments
 (0)