We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf7ff1 commit ec34817Copy full SHA for ec34817
Makefile
@@ -385,9 +385,9 @@ docker-reset:
385
# Docker Setup flow
386
# ------------------------
387
388
-ANVIL_URL=http://localhost:9545
389
-PUSH_EVM_URL=http://localhost:8545
390
-CHAIN_RPC=http://localhost:26657
+ANVIL_URL=http://anvil:9545
+PUSH_EVM_URL=http://push-chain-node:8545
+CHAIN_RPC=http://push-chain-node:26657
391
CHAIN_ID=localchain_9000-1
392
393
# Path where contracts will be cloned
0 commit comments