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