From 5fa9ce517b575a08ae8ff896e4b215395c82270a Mon Sep 17 00:00:00 2001 From: Theo Date: Wed, 5 Jun 2024 06:27:05 -0700 Subject: [PATCH] Change RPC to self-hosted --- constants/rpc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/rpc.ts b/constants/rpc.ts index f1dfd26..90cfec3 100644 --- a/constants/rpc.ts +++ b/constants/rpc.ts @@ -1,5 +1,5 @@ import { ChainId } from '@/types' export const RPC_LIST: { [chainId in ChainId]: string } = { - [ChainId.MAINNET]: 'https://mainnet.chainnodes.org/d692ae63-0a7e-43e0-9da9-fe4f4cc6c607', + [ChainId.MAINNET]: 'https://tornadocash-rpc.com', }