Change RPC to self-hosted

This commit is contained in:
Theo 2024-06-05 06:27:05 -07:00
parent fcc5587adc
commit 5fa9ce517b

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