Skip to content

Commit

Permalink
add lava rpc to first (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
xieqiancaosissi authored Aug 13, 2024
1 parent a499191 commit a6eb0bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utils/rpcConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ export function getExtendConfig(
return {
RPC_LIST: {
defaultRpc: {
url: "https://rpc.mainnet.near.org",
simpleName: "official rpc",
},
lavaRpc: {
url: "https://near.lava.build",
simpleName: "lava rpc",
},
officialRpc: {
url: "https://rpc.mainnet.near.org",
simpleName: "official rpc",
},
betaRpc: {
url: "https://beta.rpc.mainnet.near.org",
simpleName: "official beta rpc",
Expand Down

0 comments on commit a6eb0bb

Please sign in to comment.