From 646f74068ba722ee82158e729883b8596c5a20e6 Mon Sep 17 00:00:00 2001 From: Nayan Das Date: Mon, 3 Nov 2025 15:58:33 +0530 Subject: [PATCH] feat(statics): add chainId to coin name mapping Ticket: WIN-7771 --- modules/statics/src/map.ts | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/modules/statics/src/map.ts b/modules/statics/src/map.ts index 49f836aa93..b372246420 100644 --- a/modules/statics/src/map.ts +++ b/modules/statics/src/map.ts @@ -114,6 +114,7 @@ export class CoinMap { 130: 'uni', 324: 'zketh', 8453: 'baseeth', + 84532: 'tbaseeth', 10143: 'tmon', 480: 'world', 4801: 'tworld', @@ -123,6 +124,31 @@ export class CoinMap { 1946: 'tsoneium', 33111: 'apechain', 33139: 'tapechain', + 688688: 'tphrs', + 102030: 'ctc', + 102031: 'tctc', + 998: 'thypeevm', + 999: 'hypeevm', + 16602: 'tog', + 16661: 'og', + 9746: 'txpl', + 9745: 'xpl', + 57054: 'tsonic', + 146: 'sonic', + 1328: 'tseievm', + 1329: 'seievm', + 1001: 'tkaia', + 8217: 'kaia', + 1270: 'tirys', + 59141: 'tlineaeth', + 59144: 'lineaeth', + 1315: 'tip', + 1514: 'ip', + 545: 'tflow', + 747: 'flow', + 98867: 'tplume', + 98866: 'plume', + 6342: 'tmegaeth', }; return ethLikeCoinFromChainId[chainId]; }