Skip to content

Commit e1781e4

Browse files
sachinBitgobitgobot
authored andcommitted
fix(statics): correct kava EVM entries and remove invalid gno entry
- 2222: 'kava' -> 'kavaevm', 2221: 'tkava' -> 'tkavaevm' - Remove 100: 'gno' (no Gnosis Chain coin registered; gno is ERC20 token only) Ticket: CGD-726 Session-Id: f0e9d4de-b673-460c-bab7-293169947e32 Task-Id: 7cc8baff-7256-4246-aa9f-6694e37312b3
1 parent cabd60a commit e1781e4

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

modules/statics/src/map.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,10 @@ export class CoinMap {
111111
80069: 'tbera',
112112
42220: 'celo',
113113
11142220: 'tcelo',
114-
2222: 'kava',
115-
2221: 'tkava',
114+
2222: 'kavaevm',
115+
2221: 'tkavaevm',
116116
43114: 'avaxc',
117117
43113: 'tavaxc',
118-
100: 'gno',
119118
130: 'unieth',
120119
1301: 'tunieth',
121120
190415: 'hppeth',

modules/statics/test/unit/coins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ describe('CoinMap', function () {
874874
const legacyChainIds = [
875875
1, 42, 5, 560048, 10001, 80002, 137, 56, 97, 42161, 421614, 10,
876876
11155420, 1116, 1114, 248, 9372, 14, 114, 19, 16, 1111, 1112, 50, 51,
877-
80094, 80069, 42220, 11142220, 2222, 2221, 43114, 43113, 100, 130,
877+
80094, 80069, 42220, 11142220, 2222, 2221, 43114, 43113, 130,
878878
1301, 190415, 181228, 6985385, 7080969, 4663, 46630, 324, 8453, 84532,
879879
143, 10143, 480, 4801, 5031, 50312, 1868, 1946, 33111, 33139, 688689,
880880
102030, 102031, 998, 999, 16602, 16661, 9746, 9745, 14601, 146, 1328,

0 commit comments

Comments
 (0)