updated links
This commit is contained in:
parent
bb46f01dcf
commit
d5f1198b0b
2
.npmrc
2
.npmrc
@ -1 +1 @@
|
|||||||
@tornado:registry=https://git.tornado.ws/api/packages/tornado-packages/npm/
|
@tornado:registry=https://git.tornado.is/api/packages/tornado-packages/npm/
|
||||||
|
@ -35,6 +35,6 @@ export const menuLinks = {
|
|||||||
// SOCIALS
|
// SOCIALS
|
||||||
export const DUNE = 'https://dune.xyz/k06a/TornadoCash-Nova'
|
export const DUNE = 'https://dune.xyz/k06a/TornadoCash-Nova'
|
||||||
export const TWITTER = 'https://twitter.com/TornadoCash'
|
export const TWITTER = 'https://twitter.com/TornadoCash'
|
||||||
export const TELEGRAM = 'https://t.me/TornadoOfficial'
|
export const TELEGRAM = 'https://t.me/Tornado'
|
||||||
export const GITHUB = 'https://git.tornado.ws'
|
export const GITHUB = 'https://git.tornado.is'
|
||||||
export const TORNADO_CASH_LANDING = 'https://tornado.ws'
|
export const TORNADO_CASH_LANDING = 'https://tornado.is'
|
||||||
|
@ -77,7 +77,7 @@ const AMB_EXPLORER_SUFFIXES: { [chainId in ChainId]: string } = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function getAmbBridgeTxLink(chainId: ChainId, data: string): 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 {
|
export function getEtherscanLink(chainId: ChainId, data: string, type: 'transaction' | 'token' | 'address' | 'block'): string {
|
||||||
|
Loading…
Reference in New Issue
Block a user