Skip to content

Commit 0b46c90

Browse files
authored
Merge pull request #5132 from BitGo/COIN-2267-fix-token-name
fix(statics): fix test token name prefix
2 parents d2d3821 + c26eb6b commit 0b46c90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,6 @@ export enum UnderlyingAsset {
762762
EQO = 'eqo',
763763
ESE = 'ese',
764764
ETA = 'eta',
765-
'eth:bgerchv2' = 'eth:bgerchv2',
766765
ETHBULL = 'ethbull',
767766
ETCBEAR = 'etcbear',
768767
ETCBULL = 'etcbull',
@@ -941,6 +940,7 @@ export enum UnderlyingAsset {
941940
HTBEAR = 'htbear',
942941
HTBULL = 'htbull',
943942
HTDOOM = 'htdoom',
943+
'hteth:bgerchv2' = 'hteth:bgerchv2',
944944
HTHEDGE = 'hthedge',
945945
HTMOON = 'htmoon',
946946
HUM = 'hum',

modules/statics/src/coins.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14193,11 +14193,11 @@ export const coins = CoinMap.fromCoins([
1419314193
),
1419414194
terc20(
1419514195
'9d5730cf-a1c2-4d0e-9ee9-922add38a11e',
14196-
'eth:bgerchv2',
14196+
'hteth:bgerchv2',
1419714197
'BG Test Token',
1419814198
18,
1419914199
'0xee4d03adfca9a902d09f6e3e09dbd5a8a5122fb6',
14200-
UnderlyingAsset['eth:bgerchv2'],
14200+
UnderlyingAsset['hteth:bgerchv2'],
1420114201
undefined,
1420214202
undefined,
1420314203
undefined,

0 commit comments

Comments
 (0)