Skip to content

Commit

Permalink
fix(protocol): fix test:integration waiting node timeout (#13006)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Jan 21, 2023
1 parent d696adf commit 07debb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/protocol/test/genesis/testnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
geth:
image: ethereum/client-go:latest
image: ethereum/client-go:v1.10.26
restart: unless-stopped
volumes:
- ../../../deployments:/data
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/test/test_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docker rm --force $TEST_NODE_CONTAINER_NAME_L1 \
docker run -d \
--name $TEST_NODE_CONTAINER_NAME_L1 \
-p 18545:8545 \
ethereum/client-go:latest \
ethereum/client-go:v1.10.26 \
--dev --http --http.addr 0.0.0.0 --http.vhosts "*" \
--http.api debug,eth,net,web3,txpool,miner

Expand Down

0 comments on commit 07debb7

Please sign in to comment.