Skip to content

Commit

Permalink
Update foundry.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Husson <adhusson@gmail.com>
  • Loading branch information
adhusson authored Jan 13, 2025
1 parent a96d712 commit 6ec54de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
src = "src"
test = "test/forge"
libs = ["lib"]
evm_version = "cancun"
via-ir = true
optimizer = true
optimizer_runs = 200
bytecode_hash = "none"
evm_version = "cancun"

[profile.default.rpc_endpoints]
mainnet = "https://eth-mainnet.g.alchemy.com/v2/${ALCHEMY_KEY}"
Expand Down

0 comments on commit 6ec54de

Please sign in to comment.