Skip to content

Commit

Permalink
Merge pull request #107 from burrowHQ/add-fast-rpc
Browse files Browse the repository at this point in the history
feat: add fastnear rpc
  • Loading branch information
xieqiancaosissi authored Nov 10, 2024
2 parents c6dbcb7 + 834853f commit b1ed5a9
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 b1ed5a9

Please sign in to comment.