relayers-network-ui/constants/rpc.ts
2024-06-05 06:27:05 -07:00

6 lines
149 B
TypeScript

import { ChainId } from '@/types'
export const RPC_LIST: { [chainId in ChainId]: string } = {
[ChainId.MAINNET]: 'https://tornadocash-rpc.com',
}