Skip to content

Commit

Permalink
Set fastnear as default RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem authored Jul 12, 2024
1 parent 6230712 commit acaedae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { readFile } from "./utils/fs";
const GATEWAY_PATH = path.join(__dirname, "../..", "gateway", "dist");

export const RPC_URL = {
mainnet: "https://rpc.mainnet.near.org",
mainnet: "https://free.rpc.fastnear.com",
testnet: "https://rpc.testnet.near.org",
};

Expand Down

0 comments on commit acaedae

Please sign in to comment.