diff --git a/constants/link.ts b/constants/link.ts index 9592724..bc7d5c6 100644 --- a/constants/link.ts +++ b/constants/link.ts @@ -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' diff --git a/constants/rpc.ts b/constants/rpc.ts index 8f3039a..f1dfd26 100644 --- a/constants/rpc.ts +++ b/constants/rpc.ts @@ -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', }