relayers-network-ui/constants/rpc.ts

6 lines
149 B
TypeScript
Raw Normal View History

import { ChainId } from '@/types'
export const RPC_LIST: { [chainId in ChainId]: string } = {
2024-06-05 16:27:05 +03:00
[ChainId.MAINNET]: 'https://tornadocash-rpc.com',
}