Skip to content

Commit

Permalink
Merge branch 'add-fast-rpc' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
naturexie committed Nov 10, 2024
2 parents 49c1cc4 + 834853f commit d6bd0ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/rpcConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ export function getExtendConfig(
url: "https://beta.rpc.mainnet.near.org",
simpleName: "official beta rpc",
},
fastnearRpc: {
url: "https://free.rpc.fastnear.com",
simpleName: "fastnear rpc",
},
// pagodaRpc: {
// url: "https://rpc.mainnet.pagoda.co",
// simpleName: "pagoda rpc",
Expand Down

0 comments on commit d6bd0ba

Please sign in to comment.