Skip to content

Commit

Permalink
increase code size
Browse files Browse the repository at this point in the history
  • Loading branch information
plusminushalf committed Dec 20, 2024
1 parent 560c0aa commit de80e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
anvil:
image: ghcr.io/foundry-rs/foundry:nightly-503792a1dbadd901a4c02f6fcd1de1caff1573ff
ports: [ "8545:8545" ]
entrypoint: [ "anvil", "--host", "0.0.0.0", "--silent" ]
entrypoint: [ "anvil", "--host", "0.0.0.0", "--silent", "--code-size-limit", "100000000" ]
platform: linux/amd64/v8

deploy-contracts:
Expand Down

0 comments on commit de80e23

Please sign in to comment.