updated links

This commit is contained in:
Theo 2024-07-30 21:54:29 -04:00
parent bb46f01dcf
commit d5f1198b0b
3 changed files with 5 additions and 5 deletions

2
.npmrc
View File

@ -1 +1 @@
@tornado:registry=https://git.tornado.ws/api/packages/tornado-packages/npm/
@tornado:registry=https://git.tornado.is/api/packages/tornado-packages/npm/

View File

@ -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'

View File

@ -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 {