Skip to content

Commit

Permalink
Update Testnet Marketplace address
Browse files Browse the repository at this point in the history
  • Loading branch information
veaceslavdoina committed Nov 26, 2024
1 parent 9689ab1 commit 6f516b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions learn/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=0x5Bd66fA15Eb0E546cd26808248867a572cFF5706
--marketplace-address=0xAB03b6a58C5262f530D54146DA2a552B1C0F7648
```

> [!NOTE]
Expand Down Expand Up @@ -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 \
0x5Bd66fA15Eb0E546cd26808248867a572cFF5706
0xAB03b6a58C5262f530D54146DA2a552B1C0F7648
```

2. Start Codex storage node
Expand All @@ -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=0x5Bd66fA15Eb0E546cd26808248867a572cFF5706 \
--marketplace-address=0xAB03b6a58C5262f530D54146DA2a552B1C0F7648 \
prover \
--circuit-dir=datadir/circuits
```
Expand Down Expand Up @@ -486,7 +486,7 @@ docker run \
persistence \
--eth-provider=https://rpc.testnet.codex.storage \
--eth-private-key=/opt/eth.key \
--marketplace-address=0x5Bd66fA15Eb0E546cd26808248867a572cFF5706 \
--marketplace-address=0xAB03b6a58C5262f530D54146DA2a552B1C0F7648 \
prover \
--circuit-dir=/datadir/circuits
```
Expand Down Expand Up @@ -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=0x5Bd66fA15Eb0E546cd26808248867a572cFF5706
- CODEX_MARKETPLACE_ADDRESS=0xAB03b6a58C5262f530D54146DA2a552B1C0F7648
- CODEX_CIRCUIT_DIR=/datadir/circuits
ports:
- 8080:8080/tcp # API
Expand Down
2 changes: 1 addition & 1 deletion networks/testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ enode://6ba0e8b5d968ca8eb2650dd984cdcf50acc01e4ea182350e990191aadd79897801b79455
| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| Token | [`0x34a22f3911De437307c6f4485931779670f78764`](https://explorer.testnet.codex.storage/address/0x34a22f3911De437307c6f4485931779670f78764) |
| Verifier | [`0x02dd582726F7507D7d0F8bD8bf8053d3006F9092`](https://explorer.testnet.codex.storage/address/0x02dd582726F7507D7d0F8bD8bf8053d3006F9092) |
| Marketplace | [`0x5Bd66fA15Eb0E546cd26808248867a572cFF5706`](https://explorer.testnet.codex.storage/address/0x5Bd66fA15Eb0E546cd26808248867a572cFF5706) |
| Marketplace | [`0xAB03b6a58C5262f530D54146DA2a552B1C0F7648`](https://explorer.testnet.codex.storage/address/0xAB03b6a58C5262f530D54146DA2a552B1C0F7648) |

### Endpoints

Expand Down

0 comments on commit 6f516b1

Please sign in to comment.