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
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

Submodule lib/forge-std updated: c2236853aa...fc560fa34f