Change RPC and social links
This commit is contained in:
parent
0703778e41
commit
0d8c85f49f
@ -76,10 +76,10 @@ export const instructions = {
|
|||||||
|
|
||||||
// SOCIALS
|
// SOCIALS
|
||||||
export const DISCOURSE = 'https://torn.community'
|
export const DISCOURSE = 'https://torn.community'
|
||||||
export const DISCORD = 'https://discord.com/invite/TFDrM8K42j'
|
export const DISCORD = ''
|
||||||
export const MEDIUM = 'https://tornado-cash.medium.com'
|
export const MEDIUM = 'https://tornado-cash.medium.com'
|
||||||
export const TWITTER = 'https://twitter.com/TornadoCash'
|
export const TWITTER = 'https://twitter.com/TornadoCash'
|
||||||
export const TELEGRAM = 'https://t.me/TornadoCashOfficial'
|
export const TELEGRAM = 'https://t.me/TornadoOfficial'
|
||||||
export const RELAYERS_TELEGRAM = 'https://t.me/+GV9sGO_3TJNiZGY7'
|
export const RELAYERS_TELEGRAM = 'https://t.me/+Q19elAT45rxhODA0'
|
||||||
export const GITHUB = 'https://github.com/tornadocash'
|
export const GITHUB = 'https://git.tornado.ws'
|
||||||
export const TORNADO_CASH_LANDING = 'https://tornado.cash'
|
export const TORNADO_CASH_LANDING = 'https://tornado.ws'
|
||||||
|
@ -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://rpc.mevblocker.io',
|
[ChainId.MAINNET]: 'https://mainnet.chainnodes.org/d692ae63-0a7e-43e0-9da9-fe4f4cc6c607',
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user