Skip to content

Commit

Permalink
replace bsc rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Sep 27, 2023
1 parent 6dd13c8 commit 0a99f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collections/networks.ts
Expand Up @@ -8,7 +8,7 @@ const bsc: Network = {
chainNameShort: "BSC",
isTestnet: false,
chainId: 56,
rpcUrls: ["https://endpoints.omniatech.io/v1/bsc/mainnet/public"],
rpcUrls: ["https://binance.llamarpc.com"],
nativeCurrency: {
name: "BNB",
symbol: "BNB",
Expand Down

0 comments on commit 0a99f54

Please sign in to comment.