Skip to content

Commit

Permalink
specify gas_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
minaminao committed Sep 11, 2024
1 parent 0f56d70 commit b3bfd97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ fs_permissions = [{ access = "read", path = "./out" }]
bytecode_hash = "none"
cbor_metadata = false

# For Paradigm CTF 2023 Grains of Sand
gas_limit = 34359738368 # 2^35

# See more config options https://github.com/foundry-rs/foundry/tree/master/crates/config

0 comments on commit b3bfd97

Please sign in to comment.