Skip to content

Commit

Permalink
Merge pull request #194 from masa-finance/obasilakis/add-nodereal-opb…
Browse files Browse the repository at this point in the history
…nb-alternative-nodes

feat: add alternative rpc nodes to opbnb
  • Loading branch information
H34D authored Dec 1, 2023
2 parents 8e1ed80 + d65b9d9 commit 5a22eaa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/collections/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ const opbnb: Network = {
// default https
"https://opbnb-mainnet-rpc.bnbchain.org",
// alternative https
undefined,
"https://opbnb.publicnode.com",
// default wss
"wss://opbnb.publicnode.com",
// alternative wss
undefined,
"wss://opbnb-mainnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5",
],
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/e9a36765eb8a40b9bd12e680a1fd2bc5",
// default wss
undefined,
"wss://opbnb-testnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5",
// alternative wss
undefined,
"wss://opbnb-testnet.nodereal.io/ws/v1/64a9df0874fb4a93b9d0a3849de012d3",
],
nativeCurrency: {
name: "tBNB",
Expand Down

0 comments on commit 5a22eaa

Please sign in to comment.