From 6104b549d1e2c58a7fb0644d5eb629b45f54dac8 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Sun, 17 Dec 2023 15:53:59 +0200 Subject: [PATCH] chore: use infura for bnb --- foundry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundry.toml b/foundry.toml index 5eed6d8ed..183a8eda3 100644 --- a/foundry.toml +++ b/foundry.toml @@ -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}"