Skip to content

Commit 77eefe5

Browse files
authored
Merge pull request #5233 from BitGo/fix-token-digit
chore: fix token digit
2 parents 818265c + 634402b commit 77eefe5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/statics/src/coins.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9213,7 +9213,7 @@ export const coins = CoinMap.fromCoins([
92139213
'2b2800aa-42f3-4bf4-9f15-35f76aace2a8',
92149214
'blur0xb93',
92159215
'BLUR',
9216-
6,
9216+
18,
92179217
'0xb9340fb0f8f93f4857eb3012b4f85db2d632e154',
92189218
UnderlyingAsset.BLUR0xb93
92199219
),
@@ -11400,7 +11400,7 @@ export const coins = CoinMap.fromCoins([
1140011400
'bd5084b8-a566-4ff9-ae0e-42ed6d5a9f70',
1140111401
'syrup',
1140211402
'Syrup',
11403-
0,
11403+
18,
1140411404
'0x643c4e15d7d62ad0abec4a9bd4b001aa3ef52d66',
1140511405
UnderlyingAsset.SYRUP,
1140611406
ETH_FEATURES_WITH_FRANKFURT
@@ -13000,7 +13000,7 @@ export const coins = CoinMap.fromCoins([
1300013000
ofcerc20('08da24cf-1420-4361-b10f-5060673ab949', 'ofcxsushi', 'xSUSHI', 18, UnderlyingAsset.XSUSHI),
1300113001
ofcerc20('9e836a7c-cbe5-4671-885f-a11a8d66a47e', 'ofcyfi', 'Yearn.Finance', 18, UnderlyingAsset.YFI),
1300213002
ofcerc20('1985c77f-e2f2-4d83-956f-dd5846a663c4', 'ofcamp', 'Amp Token', 18, UnderlyingAsset.AMP),
13003-
ofcerc20('9857d17e-dac4-4f18-9cd6-4d2cea6b4df2', 'ofcbtt', 'BitTorrent Token', 6, UnderlyingAsset.BTT),
13003+
ofcerc20('9857d17e-dac4-4f18-9cd6-4d2cea6b4df2', 'ofcbtt', 'BitTorrent Token', 18, UnderlyingAsset.BTT),
1300413004
ofcerc20('603e60b6-a12b-4e8a-8a8c-44a7fe9ed613', 'ofcchz', 'ChiliZ Token', 18, UnderlyingAsset.CHZ),
1300513005
ofcerc20('f4fed641-f2e2-4fc7-b55b-62c0477b1301', 'ofcegld', 'Elrond Gold', 18, UnderlyingAsset.EGLD),
1300613006
ofcerc20('7b9b62ad-fa00-468f-9b15-fe0d6db04c97', 'ofcenj', 'EnjinCoin', 18, UnderlyingAsset.ENJ),
@@ -13013,7 +13013,7 @@ export const coins = CoinMap.fromCoins([
1301313013
ofcerc20('ecf9c0b3-fac4-4da6-93c6-2968c1d69742', 'ofcht', 'Huobi Token', 18, UnderlyingAsset.HT),
1301413014
ofcerc20('98af4163-68df-4877-b7a5-6c9ec00b991e', 'ofcleo', 'Bitfinex LEO Token', 18, UnderlyingAsset.LEO),
1301513015
ofcerc20('d43b01f7-3f87-4e75-b587-e3162c087b16', 'ofcqnt', 'Quant', 18, UnderlyingAsset.QNT),
13016-
ofcerc20('e05ffecf-2384-4728-af20-2d31c3abf509', 'ofczil', 'Zilliqa', 18, UnderlyingAsset.ZIL),
13016+
ofcerc20('e05ffecf-2384-4728-af20-2d31c3abf509', 'ofczil', 'Zilliqa', 12, UnderlyingAsset.ZIL),
1301713017
ofcerc20('11c7e95c-fb0b-438c-963d-74b55ca04492', 'ofcnexo', 'Nexo', 18, UnderlyingAsset.NEXO),
1301813018
ofcerc20('75c02300-0602-4dcc-a0e8-1137962f17e7', 'ofcmdx', 'Mandala', 18, UnderlyingAsset.MDX),
1301913019
ofcerc20('8e1b08d6-db2f-477f-8e49-58976849638e', 'ofcmtl', 'Metal', 8, UnderlyingAsset.MTL),

0 commit comments

Comments
 (0)