remove ir compilation, add goerli settings
Signed-off-by: AlienTornadosaurusHex <>
This commit is contained in:
parent
c54067a13d
commit
623a8d0083
@ -7,19 +7,19 @@ libs = [ "lib"]
|
||||
# Compiler
|
||||
evm_version = 'shanghai'
|
||||
auto_detect_solc = true
|
||||
optimizer-runs = 1
|
||||
optimizer-runs = 1_000_000
|
||||
optimizer = true
|
||||
via_ir = true
|
||||
|
||||
# Network
|
||||
chain_id = 1
|
||||
rpc_endpoints = { mainnet = "${MAINNET_RPC_URL}" }
|
||||
rpc_endpoints = { mainnet = "${MAINNET_RPC_URL}", goerli = "${GOERLI_RPC_URL}"}
|
||||
|
||||
# Tests
|
||||
verbosity = 2
|
||||
|
||||
[etherscan]
|
||||
mainnet = { key = "${ETHERSCAN_KEY}" }
|
||||
goerli = { key = "{ETHERSCAN_KEY"}
|
||||
|
||||
[fmt]
|
||||
line_length = 110
|
||||
@ -34,4 +34,4 @@ ignore = [
|
||||
"./src/v1/tornado-proxy/*",
|
||||
"./src/v1/utils/*",
|
||||
"./src/common/AdminUpgradeableProxy.sol"
|
||||
]
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user