From 91667554117fac3577171be9de4049e1efb321ea Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Thu, 20 Apr 2023 13:10:29 +0300 Subject: [PATCH] refactor: use same chain names as StdChains build: bump "forge-std" --- foundry.toml | 8 ++++---- lib/forge-std | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/foundry.toml b/foundry.toml index 956ba03..2affd89 100644 --- a/foundry.toml +++ b/foundry.toml @@ -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}" diff --git a/lib/forge-std b/lib/forge-std index c223685..fc560fa 160000 --- a/lib/forge-std +++ b/lib/forge-std @@ -1 +1 @@ -Subproject commit c2236853aadb8e2d9909bbecdc490099519b70a4 +Subproject commit fc560fa34fa12a335a50c35d92e55a6628ca467c