Skip to content

Commit

Permalink
chore: add foundry.toml config for sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaopengjun5162 committed Feb 13, 2025
1 parent e93bb91 commit 7dfb4c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ solc = "0.8.20"
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
optimizer = true
optimizer_runs = 200
build_info = true
extra_output = ["storageLayout"]
fs_permissions = [{ access = "read-write", path = "./" }]
gas_reports = ["*"]
via_ir = true
evm_version = "cancun"

[rpc_endpoints]
sepolia = "${SEPOLIA_RPC_URL}"
Expand Down

0 comments on commit 7dfb4c3

Please sign in to comment.