Skip to content

Commit cf05b25

Browse files
Merge pull request #8748 from BitGo/CECHO-973-fix-xtzevm-decimals
fix(statics): set xtzevm decimals to 18
2 parents 5cd3ade + 766e523 commit cf05b25

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ export const allCoinsAndTokens = [
405405
'xtzevm',
406406
'XTZ EVM',
407407
Networks.main.xtzevm,
408-
6,
408+
18,
409409
UnderlyingAsset.XTZEVM,
410410
BaseUnit.ETH,
411411
[
@@ -423,7 +423,7 @@ export const allCoinsAndTokens = [
423423
'txtzevm',
424424
'Testnet XTZ EVM',
425425
Networks.test.xtzevm,
426-
6,
426+
18,
427427
UnderlyingAsset.XTZEVM,
428428
BaseUnit.ETH,
429429
[

modules/statics/src/coins/ofcCoins.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,12 +251,12 @@ export const ofcCoins = [
251251
UnderlyingAsset.HYPEEVM,
252252
CoinKind.CRYPTO
253253
),
254-
ofc('dc825481-0a15-44ab-84e6-6f182b13eb87', 'ofcxtzevm', 'XTZ EVM', 6, UnderlyingAsset.XTZEVM, CoinKind.CRYPTO),
254+
ofc('dc825481-0a15-44ab-84e6-6f182b13eb87', 'ofcxtzevm', 'XTZ EVM', 18, UnderlyingAsset.XTZEVM, CoinKind.CRYPTO),
255255
tofc(
256256
'0e42884b-c01e-461b-b108-1ed0d0fbbd7b',
257257
'ofctxtzevm',
258258
'XTZ EVM Testnet',
259-
6,
259+
18,
260260
UnderlyingAsset.XTZEVM,
261261
CoinKind.CRYPTO
262262
),

0 commit comments

Comments
 (0)