We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f56d70 commit b3bfd97Copy full SHA for b3bfd97
foundry.toml
@@ -21,4 +21,7 @@ fs_permissions = [{ access = "read", path = "./out" }]
21
bytecode_hash = "none"
22
cbor_metadata = false
23
24
+# For Paradigm CTF 2023 Grains of Sand
25
+gas_limit = 34359738368 # 2^35
26
+
27
# See more config options https://github.com/foundry-rs/foundry/tree/master/crates/config
0 commit comments