Skip to content

Commit

Permalink
adjust rpc sort (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
xieqiancaosissi authored Aug 13, 2024
1 parent 7e47d73 commit bd091f6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/services/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ export function getExtendConfig(env: string = process.env.REACT_APP_NEAR_ENV) {
return {
RPC_LIST: {
defaultRpc: {
url: 'https://rpc.mainnet.near.org',
simpleName: 'official rpc',
},
lavaRpc: {
url: 'https://near.lava.build',
simpleName: 'lava rpc',
},
officalRpc: {
url: 'https://rpc.mainnet.near.org',
simpleName: 'official rpc',
},
betaRpc: {
url: 'https://beta.rpc.mainnet.near.org',
simpleName: 'official beta rpc',
Expand Down Expand Up @@ -80,13 +80,13 @@ export function getExtendConfig(env: string = process.env.REACT_APP_NEAR_ENV) {
return {
RPC_LIST: {
defaultRpc: {
url: 'https://rpc.mainnet.near.org',
simpleName: 'official rpc',
},
lavaRpc: {
url: 'https://near.lava.build',
simpleName: 'lava rpc',
},
officalRpc: {
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 bd091f6

Please sign in to comment.