refactor: use same chain names as StdChains

build: bump "forge-std"
This commit is contained in:
Paul Razvan Berg 2023-04-20 13:10:29 +03:00
parent c1bc6d1adb
commit 9166755411
No known key found for this signature in database
GPG Key ID: 94DB130BAB397DED
2 changed files with 5 additions and 5 deletions

View File

@ -21,9 +21,9 @@
verbosity = 4
[etherscan]
arbitrum = { key = "${API_KEY_ARBISCAN}" }
arbitrum_one = { key = "${API_KEY_ARBISCAN}" }
avalanche = { key = "${API_KEY_SNOWTRACE}" }
bsc = { key = "${API_KEY_BSCSCAN}" }
bnb_smart_chain = { key = "${API_KEY_BSCSCAN}" }
goerli = { key = "${API_KEY_ETHERSCAN}" }
mainnet = { key = "${API_KEY_ETHERSCAN}" }
optimism = { key = "${API_KEY_OPTIMISTIC_ETHERSCAN}" }
@ -41,9 +41,9 @@
wrap_comments = true
[rpc_endpoints]
arbitrum = "https://arbitrum-mainnet.infura.io/v3/${API_KEY_INFURA}"
arbitrum_one = "https://arbitrum-mainnet.infura.io/v3/${API_KEY_INFURA}"
avalanche = "https://avalanche-mainnet.infura.io/v3/${API_KEY_INFURA}"
bsc = "https://bsc-dataseed.binance.org"
bnb_smart_chain = "https://bsc-dataseed.binance.org"
goerli = "https://goerli.infura.io/v3/${API_KEY_INFURA}"
localhost = "http://localhost:8545"
mainnet = "https://eth-mainnet.g.alchemy.com/v2/${API_KEY_ALCHEMY}"

2
lib/forge-std vendored

@ -1 +1 @@
Subproject commit c2236853aadb8e2d9909bbecdc490099519b70a4
Subproject commit fc560fa34fa12a335a50c35d92e55a6628ca467c