From 58464ff89400af2ca407cf76b9681922828ae4b0 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Mon, 10 Jul 2023 17:24:36 +0300 Subject: [PATCH] chore: rename "bsc" to "bnb_smart_chain" --- foundry.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/foundry.toml b/foundry.toml index c3452e0..27807d7 100644 --- a/foundry.toml +++ b/foundry.toml @@ -43,7 +43,7 @@ [etherscan] arbitrum = { 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}" } gnosis_chain = { key = "${API_KEY_GNOSISSCAN}" } mainnet = { key = "${API_KEY_ETHERSCAN}" } @@ -64,7 +64,7 @@ [rpc_endpoints] arbitrum = "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" gnosis_chain = "https://rpc.gnosischain.com" goerli = "https://goerli.infura.io/v3/${API_KEY_INFURA}" localhost = "http://localhost:8545"