Skip to content

Commit

Permalink
Use flashbots/suave-execution-geth:latest image for integration tests. (
Browse files Browse the repository at this point in the history
#183)

* Use flashbots/suave-execution-geth:latest image for integration tests.

* Fix docker-compose.yml.
  • Loading branch information
lthibault authored Feb 1, 2024
1 parent add1623 commit 24fd9b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion suave/e2e/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
networks:
- suave-net
suave-enabled-chain:
build: ../..
image: flashbots/suave-execution-geth:latest
command:
- --dev
- --dev.gaslimit=30000000
Expand All @@ -25,6 +25,7 @@ services:
- --keystore=/keystore/keystore
- --unlock=0xB5fEAfbDD752ad52Afb7e1bD2E40432A485bBB7F
- --password=/keystore/password.txt
- --allow-insecure-unlock
ports:
- 8555:8545
volumes:
Expand Down

0 comments on commit 24fd9b1

Please sign in to comment.