Skip to content

Commit

Permalink
Test against flashbots/suave-execution-geth:latest (#179)
Browse files Browse the repository at this point in the history
* Test against flashbots/suave-execution-geth:latest

* Use `image` directive instead of `build`.
  • Loading branch information
lthibault authored Jan 31, 2024
1 parent 124729b commit add1623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suave/devenv/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- 8545:8545
- 8546:8546
suave-enabled-chain:
build: ../..
image: flashbots/suave-execution-geth:latest
command:
- --dev
- --dev.gaslimit=30000000
Expand Down

0 comments on commit add1623

Please sign in to comment.