Skip to content

Commit d522b6a

Browse files
fix: fix the currency code for the xrp tokens if more than 3 characters
Ticket: WIN-5270 TICKET: WIN-5270
1 parent 2a37c2f commit d522b6a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/statics/src/coins.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2732,8 +2732,8 @@ export const coins = CoinMap.fromCoins([
27322732
'VNX Euro',
27332733
15,
27342734
'rLPtwF4FZi8bNVmbQ8JgoDUooozhwMNXr3',
2735-
'VEUR',
2736-
'rLPtwF4FZi8bNVmbQ8JgoDUooozhwMNXr3::VEUR',
2735+
'5645555200000000000000000000000000000000',
2736+
'rLPtwF4FZi8bNVmbQ8JgoDUooozhwMNXr3::5645555200000000000000000000000000000000',
27372737
'vnx.li',
27382738
UnderlyingAsset['xrp:veur']
27392739
),
@@ -2743,8 +2743,8 @@ export const coins = CoinMap.fromCoins([
27432743
'VNX Swiss Frank',
27442744
15,
27452745
'rLPtwF4FZi8bNVmbQ8JgoDUooozhwMNXr3',
2746-
'VCHF',
2747-
'rLPtwF4FZi8bNVmbQ8JgoDUooozhwMNXr3::VCHF',
2746+
'5643484600000000000000000000000000000000',
2747+
'rLPtwF4FZi8bNVmbQ8JgoDUooozhwMNXr3::5643484600000000000000000000000000000000',
27482748
'vnx.li',
27492749
UnderlyingAsset['xrp:vchf']
27502750
),
@@ -2754,8 +2754,8 @@ export const coins = CoinMap.fromCoins([
27542754
'VNX Pound',
27552755
15,
27562756
'rLPtwF4FZi8bNVmbQ8JgoDUooozhwMNXr3',
2757-
'VGBP',
2758-
'rLPtwF4FZi8bNVmbQ8JgoDUooozhwMNXr3::VGBP',
2757+
'5647425000000000000000000000000000000000',
2758+
'rLPtwF4FZi8bNVmbQ8JgoDUooozhwMNXr3::5647425000000000000000000000000000000000',
27592759
'vnx.li',
27602760
UnderlyingAsset['xrp:vgbp']
27612761
),

0 commit comments

Comments
 (0)