From b3bfd97c4be1a71efbecbcf31dda503d564c4e6a Mon Sep 17 00:00:00 2001 From: minaminao Date: Thu, 12 Sep 2024 00:39:14 +0900 Subject: [PATCH] specify gas_limit --- foundry.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/foundry.toml b/foundry.toml index 65ec30d..bb60e09 100644 --- a/foundry.toml +++ b/foundry.toml @@ -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