mirror of
https://github.com/vacp2p/foundry-template.git
synced 2025-02-08 13:33:27 +00:00
fix(config): replace arbitrum_one
-> arbitrum
(#11)
Turns out `arbitrum_one` is actually not a supported key in foundry while `arbitrum` is.
This commit is contained in:
parent
2b90aeb38a
commit
b3275c94cd
@ -22,7 +22,7 @@
|
|||||||
verbosity = 4
|
verbosity = 4
|
||||||
|
|
||||||
[etherscan]
|
[etherscan]
|
||||||
arbitrum_one = { key = "${API_KEY_ARBISCAN}" }
|
arbitrum = { key = "${API_KEY_ARBISCAN}" }
|
||||||
avalanche = { key = "${API_KEY_SNOWTRACE}" }
|
avalanche = { key = "${API_KEY_SNOWTRACE}" }
|
||||||
bnb_smart_chain = { key = "${API_KEY_BSCSCAN}" }
|
bnb_smart_chain = { key = "${API_KEY_BSCSCAN}" }
|
||||||
gnosis_chain = { key = "${API_KEY_GNOSISSCAN}" }
|
gnosis_chain = { key = "${API_KEY_GNOSISSCAN}" }
|
||||||
@ -43,7 +43,7 @@
|
|||||||
wrap_comments = true
|
wrap_comments = true
|
||||||
|
|
||||||
[rpc_endpoints]
|
[rpc_endpoints]
|
||||||
arbitrum_one = "https://arbitrum-mainnet.infura.io/v3/${API_KEY_INFURA}"
|
arbitrum = "https://arbitrum-mainnet.infura.io/v3/${API_KEY_INFURA}"
|
||||||
avalanche = "https://avalanche-mainnet.infura.io/v3/${API_KEY_INFURA}"
|
avalanche = "https://avalanche-mainnet.infura.io/v3/${API_KEY_INFURA}"
|
||||||
bnb_smart_chain = "https://bsc-dataseed.binance.org"
|
bnb_smart_chain = "https://bsc-dataseed.binance.org"
|
||||||
gnosis_chain = "https://rpc.gnosischain.com"
|
gnosis_chain = "https://rpc.gnosischain.com"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user