Skip to content

Commit 7bb0abb

Browse files
authored
fix: use more reliable bsc testnet url
1 parent 405727d commit 7bb0abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StdChains.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ abstract contract StdChains {
207207
);
208208
setChainWithDefaultRpcUrl(
209209
"bnb_smart_chain_testnet",
210-
ChainData("BNB Smart Chain Testnet", 97, "https://data-seed-prebsc-1-s1.binance.org:8545")
210+
ChainData("BNB Smart Chain Testnet", 97, "https://rpc.ankr.com/bsc_testnet_chapel")
211211
);
212212
setChainWithDefaultRpcUrl("gnosis_chain", ChainData("Gnosis Chain", 100, "https://rpc.gnosischain.com"));
213213
}

0 commit comments

Comments
 (0)