Skip to content

Commit

Permalink
chore: change the mainnet rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
hhio618 committed Sep 19, 2024
1 parent d1203f9 commit b513ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/scripts/rewards/cirip/query-reverse-ens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { app } from "../app-state";
import { useRpcHandler } from "../web3/use-rpc-handler";
import { ethers } from "ethers";

const mainnetRpcUrl = "https://eth.api.onfinality.io/public";
const mainnetRpcUrl = "https://eth.drpc.org";

export async function queryReverseEns(address: string, networkId: number) {
// Try to get the ENS name from localStorage
Expand Down

0 comments on commit b513ed4

Please sign in to comment.