From d7df03cd93b67584b682823b39f8daf1c9536775 Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Tue, 19 Nov 2024 08:06:48 -0500 Subject: [PATCH] Remove Tachyswap (#199) * Remove Tachyswap * Use IguanaDEX instead --- docs/building-on-etherlink/tokens.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building-on-etherlink/tokens.mdx b/docs/building-on-etherlink/tokens.mdx index b4882934..6a2e3f82 100644 --- a/docs/building-on-etherlink/tokens.mdx +++ b/docs/building-on-etherlink/tokens.mdx @@ -5,7 +5,7 @@ title: Tokens import InlineCopy from '@site/src/components/InlineCopy'; The native coin on Etherlink has the symbol XTZ, like the [tez tokens on Tezos layer 1](https://docs.tezos.com/architecture/tokens). -You can get XTZ from many exchanges and applications including [TachySwap](https://app.tachyswap.org). +You can get XTZ from many exchanges and applications including [IguanaDEX](https://www.iguanadex.com/?chain=etherlink). Etherlink provides a wrapped version of XTZ named WXTZ that is an [ERC-20-compliant](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/) token for ease of interacting with decentralized applications. For more information about WXTZ, see [WXTZ](#wxtz).