From b4a535ce61be006adbff151f74026daf861f52d3 Mon Sep 17 00:00:00 2001 From: Razvan Gabriel Date: Fri, 3 Nov 2023 01:17:50 +0200 Subject: [PATCH] feat: TKST on ethereum --- src/tokens/ethereum_mainnet.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/tokens/ethereum_mainnet.json b/src/tokens/ethereum_mainnet.json index 20c3623..02f6fa4 100644 --- a/src/tokens/ethereum_mainnet.json +++ b/src/tokens/ethereum_mainnet.json @@ -1568,5 +1568,13 @@ "logoURI": "https://files.sablier.com/tokens/PSP.png", "name": "ParaSwap", "symbol": "PSP" + }, + { + "address": "0x7CdBfC86A0BFa20F133748B0CF5cEa5b787b182c", + "chainId": 1, + "decimals": 18, + "logoURI": "https://files.sablier.com/tokens/TKST.png", + "name": "TokenSight", + "symbol": "TKST" } ]