Skip to content

Commit

Permalink
added Onchain Points Mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
SwaroopH committed Jul 11, 2024
1 parent 18e06ce commit afa5cf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions constants/chainIds.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"10000": "smartbch",
"15551": "loop",
"16507": "genesys",
"17071": "onchainpoints",
"17777": "eos_evm",
"23888": "blast",
"32520": "bitgert",
Expand Down
3 changes: 3 additions & 0 deletions constants/extraRpcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -5113,6 +5113,9 @@ export const extraRpcs = {
80084: {
rpcs: ["https://bartio.rpc.berachain.com"],
},
17071: {
rpcs: ["https://rpc.onchainpoints.xyz"],
},
};
const allExtraRpcs = mergeDeep(llamaNodesRpcs, extraRpcs);

Expand Down

0 comments on commit afa5cf4

Please sign in to comment.