Skip to content

Commit

Permalink
update Ethereum RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
brewmaster012 committed Apr 12, 2024
1 parent f3171e0 commit de95267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ if (network == "mockmain") {
zetaIP = "46.4.15.110";
zetaChainID = 7000;
RPCByChainID = {
1: "https://eth.llamarpc.com",
1: "https://rpc.ankr.com/eth",
56: "https://bsc-dataseed1.bnbchain.org",
8332: "https://blockstream.info/api",
7000: evmURL,
Expand Down

0 comments on commit de95267

Please sign in to comment.