Skip to content

Commit

Permalink
chore: use infura for bnb
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Dec 17, 2023
1 parent ec8c2e2 commit 6104b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
[rpc_endpoints]
arbitrum = "https://arbitrum-mainnet.infura.io/v3/${API_KEY_INFURA}"
avalanche = "https://avalanche-mainnet.infura.io/v3/${API_KEY_INFURA}"
bnb_smart_chain = "https://bsc-dataseed.binance.org"
bnb_smart_chain = "https://bnbsmartchain-mainnet.infura.io/v3/${API_KEY_INFURA}"
gnosis_chain = "https://rpc.gnosischain.com"
localhost = "http://localhost:8545"
mainnet = "${RPC_URL_MAINNET}"
Expand Down

0 comments on commit 6104b54

Please sign in to comment.