updates marketplace address

This commit is contained in:
Ben 2024-06-20 09:05:51 +02:00
parent 75fce80a25
commit 4057ac0652
No known key found for this signature in database
GPG Key ID: 541B9D8C9F1426A1
4 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ BOOTSPR=spr:CiUIAhIhAteA6IVIcN3egB_1rPz3HpFKVVO4emfRRcRzvyf0ES11EgIDARo8CicAJQgC
persistence \
--eth-private-key=eth.key \
--eth-provider=https://rpc.testnet.codex.storage \
--marketplace-address=0x4cBDfab37baB0AA3AC69A7b12C4396907dfF5227 \
--marketplace-address=0x9C88D67c7C745D2F0A4E411c18A6a22c15b37EaA \
&
sleep 5

View File

@ -16,7 +16,7 @@ BOOTSPR=$(curl http://localhost:8080/api/codex/v1/spr | cut -d '"' -f4)
persistence \
--eth-private-key=eth.key \
--eth-provider=https://rpc.testnet.codex.storage \
--marketplace-address=0x4cBDfab37baB0AA3AC69A7b12C4396907dfF5227 \
--marketplace-address=0x9C88D67c7C745D2F0A4E411c18A6a22c15b37EaA \
prover \
&

View File

@ -12,7 +12,7 @@ start /b codex-v0.1.0-windows-amd64.exe ^
persistence ^
--eth-private-key=eth.key ^
--eth-provider=https://rpc.testnet.codex.storage ^
--marketplace-address=0x4cBDfab37baB0AA3AC69A7b12C4396907dfF5227
--marketplace-address=0x9C88D67c7C745D2F0A4E411c18A6a22c15b37EaA
timeout 5

View File

@ -16,7 +16,7 @@ start /b codex-v0.1.0-prover-windows-amd64.exe ^
persistence ^
--eth-private-key=eth.key ^
--eth-provider=https://rpc.testnet.codex.storage ^
--marketplace-address=0x4cBDfab37baB0AA3AC69A7b12C4396907dfF5227 ^
--marketplace-address=0x9C88D67c7C745D2F0A4E411c18A6a22c15b37EaA ^
prover
timeout 30