Skip to content

Commit 6f82462

Browse files
Merge pull request #8242 from BitGo/fix/CECHO-117-xtzevm-decimals
fix(statics): set xtzevm decimals to 6 (CECHO-117)
2 parents 9f4f7ec + 49c2fef commit 6f82462

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
@@ -398,7 +398,7 @@ export const allCoinsAndTokens = [
398398
'xtzevm',
399399
'XTZ EVM',
400400
Networks.main.xtzevm,
401-
18,
401+
6,
402402
UnderlyingAsset.XTZEVM,
403403
BaseUnit.ETH,
404404
[
@@ -416,7 +416,7 @@ export const allCoinsAndTokens = [
416416
'txtzevm',
417417
'Testnet XTZ EVM',
418418
Networks.test.xtzevm,
419-
18,
419+
6,
420420
UnderlyingAsset.XTZEVM,
421421
BaseUnit.ETH,
422422
[

modules/statics/src/coins/ofcCoins.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,12 @@ export const ofcCoins = [
218218
UnderlyingAsset.HYPEEVM,
219219
CoinKind.CRYPTO
220220
),
221-
ofc('dc825481-0a15-44ab-84e6-6f182b13eb87', 'ofcxtzevm', 'XTZ EVM', 18, UnderlyingAsset.XTZEVM, CoinKind.CRYPTO),
221+
ofc('dc825481-0a15-44ab-84e6-6f182b13eb87', 'ofcxtzevm', 'XTZ EVM', 6, UnderlyingAsset.XTZEVM, CoinKind.CRYPTO),
222222
tofc(
223223
'0e42884b-c01e-461b-b108-1ed0d0fbbd7b',
224224
'ofctxtzevm',
225225
'XTZ EVM Testnet',
226-
18,
226+
6,
227227
UnderlyingAsset.XTZEVM,
228228
CoinKind.CRYPTO
229229
),

0 commit comments

Comments
 (0)