Change RPC to self-hosted
This commit is contained in:
parent
fcc5587adc
commit
5fa9ce517b
@ -1,5 +1,5 @@
|
|||||||
import { ChainId } from '@/types'
|
import { ChainId } from '@/types'
|
||||||
|
|
||||||
export const RPC_LIST: { [chainId in ChainId]: string } = {
|
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',
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user