Skip to content

Commit

Permalink
chore: rename "bsc" to "bnb_smart_chain"
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jul 10, 2023
1 parent 972afc9 commit 58464ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}" }
Expand All @@ -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"
Expand Down

0 comments on commit 58464ff

Please sign in to comment.