Skip to content

Commit

Permalink
remove shanghai version
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinNagpal committed Oct 16, 2024
1 parent 7849508 commit 26e5c20
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ cache_path = 'forge/cache'
# disable for CI (used for debugging liquidity issues)
no_match_test = "test.*SwapVia"

evm_version = "shanghai"

fs_permissions = [{ access = "read-write", path = "./forge/script/helperContracts/DeployedAddresses.sol" }]

remappings = [
Expand All @@ -27,4 +25,4 @@ base = "${BASE_RPC_URL}"
sepolia = "${SEPOLIA_RPC_URL}"

[etherscan]
sepolia = { key = "${ETHERSCAN_API_KEY}" }
sepolia = { key = "${ETHERSCAN_API_KEY}" }

0 comments on commit 26e5c20

Please sign in to comment.