Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
Upgrade to solc-0.8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
karmacoma-eth committed Dec 9, 2022
1 parent 847206b commit 9e00664
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ force = false
# The verbosity of tests
verbosity = 3

solc_version = '0.8.13'
solc_version = '0.8.17'
optimizer = true
optimizer_runs = 1000000
via_ir = true

[rpc_endpoints]
mumbai = "${MUMBAI_RPC_URL}"
polygon = "${POLYGON_RPC_URL}"

[etherscan]
mumbai = { key = "${ETHERSCAN_API_KEY}" }
polygon = { key = "${ETHERSCAN_API_KEY}" }

0 comments on commit 9e00664

Please sign in to comment.