Skip to content

Commit f1f9821

Browse files
authored
Merge pull request #7404 from BitGo/win-7771
feat(statics): add chainId to coin name mapping
2 parents c83754b + 646f740 commit f1f9821

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

modules/statics/src/map.ts

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ export class CoinMap {
114114
130: 'uni',
115115
324: 'zketh',
116116
8453: 'baseeth',
117+
84532: 'tbaseeth',
117118
10143: 'tmon',
118119
480: 'world',
119120
4801: 'tworld',
@@ -123,6 +124,31 @@ export class CoinMap {
123124
1946: 'tsoneium',
124125
33111: 'apechain',
125126
33139: 'tapechain',
127+
688688: 'tphrs',
128+
102030: 'ctc',
129+
102031: 'tctc',
130+
998: 'thypeevm',
131+
999: 'hypeevm',
132+
16602: 'tog',
133+
16661: 'og',
134+
9746: 'txpl',
135+
9745: 'xpl',
136+
57054: 'tsonic',
137+
146: 'sonic',
138+
1328: 'tseievm',
139+
1329: 'seievm',
140+
1001: 'tkaia',
141+
8217: 'kaia',
142+
1270: 'tirys',
143+
59141: 'tlineaeth',
144+
59144: 'lineaeth',
145+
1315: 'tip',
146+
1514: 'ip',
147+
545: 'tflow',
148+
747: 'flow',
149+
98867: 'tplume',
150+
98866: 'plume',
151+
6342: 'tmegaeth',
126152
};
127153
return ethLikeCoinFromChainId[chainId];
128154
}

0 commit comments

Comments
 (0)