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]; }