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', }