Change RPC and social links

This commit is contained in:
Theo 2023-05-29 11:56:35 +03:00
parent 0703778e41
commit 0d8c85f49f
2 changed files with 6 additions and 6 deletions

@ -76,10 +76,10 @@ export const instructions = {
// SOCIALS
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 TWITTER = 'https://twitter.com/TornadoCash'
export const TELEGRAM = 'https://t.me/TornadoCashOfficial'
export const RELAYERS_TELEGRAM = 'https://t.me/+GV9sGO_3TJNiZGY7'
export const GITHUB = 'https://github.com/tornadocash'
export const TORNADO_CASH_LANDING = 'https://tornado.cash'
export const TELEGRAM = 'https://t.me/TornadoOfficial'
export const RELAYERS_TELEGRAM = 'https://t.me/+Q19elAT45rxhODA0'
export const GITHUB = 'https://git.tornado.ws'
export const TORNADO_CASH_LANDING = 'https://tornado.ws'

@ -1,5 +1,5 @@
import { ChainId } from '@/types'
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',
}