From f3171e06e8982ac30a168cfbfe4791f4b255e5bb Mon Sep 17 00:00:00 2001 From: brewmaster012 <88689859+brewmaster012@users.noreply.github.com> Date: Fri, 12 Apr 2024 13:57:01 -0500 Subject: [PATCH] update BSC rpc --- common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.js b/common.js index 969c604..ad7fb92 100644 --- a/common.js +++ b/common.js @@ -110,7 +110,7 @@ if (network == "mockmain") { zetaChainID = 7000; RPCByChainID = { 1: "https://eth.llamarpc.com", - 56: "https://binance.llamarpc.com", + 56: "https://bsc-dataseed1.bnbchain.org", 8332: "https://blockstream.info/api", 7000: evmURL, };