From d5f1198b0b972b9d9ae90692cbb6d5f0b4b657ca Mon Sep 17 00:00:00 2001 From: Theo Date: Tue, 30 Jul 2024 21:54:29 -0400 Subject: [PATCH] updated links --- .npmrc | 2 +- constants/link.ts | 6 +++--- utilities/crypto.ts | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.npmrc b/.npmrc index 05ba80e..df6c6c4 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1 @@ -@tornado:registry=https://git.tornado.ws/api/packages/tornado-packages/npm/ \ No newline at end of file +@tornado:registry=https://git.tornado.is/api/packages/tornado-packages/npm/ diff --git a/constants/link.ts b/constants/link.ts index 8f90591..9fd153e 100644 --- a/constants/link.ts +++ b/constants/link.ts @@ -35,6 +35,6 @@ export const menuLinks = { // SOCIALS export const DUNE = 'https://dune.xyz/k06a/TornadoCash-Nova' export const TWITTER = 'https://twitter.com/TornadoCash' -export const TELEGRAM = 'https://t.me/TornadoOfficial' -export const GITHUB = 'https://git.tornado.ws' -export const TORNADO_CASH_LANDING = 'https://tornado.ws' +export const TELEGRAM = 'https://t.me/Tornado' +export const GITHUB = 'https://git.tornado.is' +export const TORNADO_CASH_LANDING = 'https://tornado.is' diff --git a/utilities/crypto.ts b/utilities/crypto.ts index 4d8bb7f..9762701 100644 --- a/utilities/crypto.ts +++ b/utilities/crypto.ts @@ -77,7 +77,7 @@ const AMB_EXPLORER_SUFFIXES: { [chainId in ChainId]: string } = { } export function getAmbBridgeTxLink(chainId: ChainId, data: string): string { - return `https://alm-${AMB_EXPLORER_SUFFIXES[chainId]}.tornado.ws/${chainId}/${data}` + return `https://alm-${AMB_EXPLORER_SUFFIXES[chainId]}.tornado.is/${chainId}/${data}` } export function getEtherscanLink(chainId: ChainId, data: string, type: 'transaction' | 'token' | 'address' | 'block'): string {