Skip to content

Commit ec34817

Browse files
changed localhost for anvil and push-chain-node
1 parent 5cf7ff1 commit ec34817

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,9 @@ docker-reset:
385385
# Docker Setup flow
386386
# ------------------------
387387

388-
ANVIL_URL=http://localhost:9545
389-
PUSH_EVM_URL=http://localhost:8545
390-
CHAIN_RPC=http://localhost:26657
388+
ANVIL_URL=http://anvil:9545
389+
PUSH_EVM_URL=http://push-chain-node:8545
390+
CHAIN_RPC=http://push-chain-node:26657
391391
CHAIN_ID=localchain_9000-1
392392

393393
# Path where contracts will be cloned

0 commit comments

Comments
 (0)