Skip to content

Commit

Permalink
chore: update foundry.toml to set gas_limit to 30M
Browse files Browse the repository at this point in the history
  • Loading branch information
chefburger committed Sep 10, 2024
1 parent acc40fc commit 8c2ce1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ fs_permissions = [
{ access = "read", path = "./test/pool-bin/bin" },
]
evm_version = 'cancun'
gas_limit = "300000000"


[fuzz]
# used for both fuzz and invariant tests for local development
Expand Down

0 comments on commit 8c2ce1d

Please sign in to comment.