Skip to content

Commit

Permalink
feat: add alternative rpc nodes to opbnb
Browse files Browse the repository at this point in the history
  • Loading branch information
obasilakis committed Nov 30, 2023
1 parent 8e1ed80 commit 0fdb105
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/collections/networks.ts
Expand Up @@ -64,11 +64,11 @@ const opbnb: Network = {
// default https
"https://opbnb-mainnet-rpc.bnbchain.org",
// alternative https
undefined,
"https://opbnb-mainnet.nodereal.io/v1/6dd30ea24303443999eb689320f85111",
// default wss
"wss://opbnb.publicnode.com",
// alternative wss
undefined,
"wss://opbnb-mainnet.nodereal.io/ws/v1/6dd30ea24303443999eb689320f85111",
],
nativeCurrency: {
name: "BNB",
Expand All @@ -88,11 +88,11 @@ const opbnbtest: Network = {
// default https
"https://opbnb-testnet-rpc.bnbchain.org",
// alternative https
undefined,
"https://opbnb-testnet.nodereal.io/v1/6dd30ea24303443999eb689320f85111",
// default wss
undefined,
// alternative wss
undefined,
"wss://opbnb-testnet.nodereal.io/ws/v1/6dd30ea24303443999eb689320f85111",
],
nativeCurrency: {
name: "tBNB",
Expand Down

0 comments on commit 0fdb105

Please sign in to comment.