Skip to content

Commit f0908e0

Browse files
committed
feat(statics): extend coin name to chain id map
TICKET: SC-1468
1 parent 6f8c034 commit f0908e0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

modules/statics/src/map.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,18 @@ export class CoinMap {
6868
1112: 'twemix',
6969
50: 'xdc',
7070
51: 'txdc',
71+
80094: 'bera',
72+
80000: 'tbera',
73+
42220: 'celo',
74+
44787: 'tcelo',
75+
2222: 'kava',
76+
2221: 'tkava',
77+
43114: 'avax',
78+
43113: 'tavax',
79+
100: 'gno',
80+
130: 'uni',
81+
324: 'zketh',
82+
8453: 'baseeth',
7183
};
7284
return ethLikeCoinFromChainId[chainId];
7385
}

0 commit comments

Comments
 (0)