From b513ed4532ac3ef026e65eefd5c98081442fef42 Mon Sep 17 00:00:00 2001 From: hh Date: Thu, 19 Sep 2024 12:16:44 +0330 Subject: [PATCH] chore: change the mainnet rpc --- static/scripts/rewards/cirip/query-reverse-ens.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/scripts/rewards/cirip/query-reverse-ens.ts b/static/scripts/rewards/cirip/query-reverse-ens.ts index 8f87b529..b294c1db 100644 --- a/static/scripts/rewards/cirip/query-reverse-ens.ts +++ b/static/scripts/rewards/cirip/query-reverse-ens.ts @@ -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