Skip to content

Commit b3bfd97

Browse files
committed
specify gas_limit
1 parent 0f56d70 commit b3bfd97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

foundry.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ fs_permissions = [{ access = "read", path = "./out" }]
2121
bytecode_hash = "none"
2222
cbor_metadata = false
2323

24+
# For Paradigm CTF 2023 Grains of Sand
25+
gas_limit = 34359738368 # 2^35
26+
2427
# See more config options https://github.com/foundry-rs/foundry/tree/master/crates/config

0 commit comments

Comments
 (0)