Skip to content

Commit c13a20e

Browse files
feat: onboarding xMoney token on SUI chain and FIUAXRP token on XRP chain
TICKET WIN-6304 feat: onboarding xMoney and FIUAXRP token TICKET WIN-6304 fix: duplicate id error TICKET WIN-6304 feat: add ofc token for the corresponding FIUAXRP token TICKET WIN-6304
1 parent 9188262 commit c13a20e

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

modules/statics/src/base.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2776,6 +2776,7 @@ export enum UnderlyingAsset {
27762776
'xrp:vgbp' = 'xrp:vgbp',
27772777
'xrp:solo' = 'xrp:solo',
27782778
'xrp:aau' = 'xrp:aau',
2779+
'xrp:fiuaxrp' = 'xrp:fiuaxrp',
27792780
// XRP testnet tokens
27802781
'txrp:xsgd' = 'txrp:xsgd',
27812782

@@ -2794,6 +2795,7 @@ export enum UnderlyingAsset {
27942795
'sui:send' = 'sui:send',
27952796
'sui:cetus' = 'sui:cetus',
27962797
'sui:wal' = 'sui:wal',
2798+
'sui:xmn' = 'sui:xmn',
27972799

27982800
// Sui testnet tokens
27992801
'tsui:deep' = 'tsui:deep',

modules/statics/src/coins.ts

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3593,6 +3593,17 @@ export const coins = CoinMap.fromCoins([
35933593
'archax.com',
35943594
UnderlyingAsset['xrp:aau']
35953595
),
3596+
xrpToken(
3597+
'69f31128-7f1c-4714-b0a5-7b93866a88e8',
3598+
'xrp:fiuaxrp',
3599+
'Archax',
3600+
15,
3601+
'rKCu4CucpepQ6N89c8T5GuX2jkxzCST18Q',
3602+
'4649554158525000000000000000000000000000',
3603+
'rKCu4CucpepQ6N89c8T5GuX2jkxzCST18Q::4649554158525000000000000000000000000000',
3604+
'archax.com',
3605+
UnderlyingAsset['xrp:fiuaxrp']
3606+
),
35963607
txrpToken(
35973608
'80cbaecf-b1ea-4811-97ae-213c1ffc9175',
35983609
'txrp:xsgd',
@@ -3760,6 +3771,18 @@ export const coins = CoinMap.fromCoins([
37603771
UnderlyingAsset['sui:cetus'],
37613772
SUI_TOKEN_FEATURES
37623773
),
3774+
suiToken(
3775+
'377bb66c-c6bd-4406-9844-01b279f7dad2',
3776+
'sui:xmn',
3777+
'xMoney',
3778+
9,
3779+
'0x97c7571f4406cdd7a95f3027075ab80d3e9c937c2a567690d31e14ab1872ccee',
3780+
'xmn',
3781+
'XMN',
3782+
'0x97c7571f4406cdd7a95f3027075ab80d3e9c937c2a567690d31e14ab1872ccee::xmn::XMN',
3783+
UnderlyingAsset['sui:xmn'],
3784+
SUI_TOKEN_FEATURES
3785+
),
37633786
suiToken(
37643787
'9b6a8372-5d8a-41d1-8074-d53e59b2e513',
37653788
'sui:wal',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,7 @@ export const ofcCoins = [
10141014
ofcXrpToken('54c3a5df-ad9f-42a9-82fc-ef8617ec6ebf', 'ofcxrp:vgbp', 'VNX Pound', 15, UnderlyingAsset['xrp:vgbp']),
10151015
ofcXrpToken('1813238c-8cc5-4b79-9959-793c5c220b1d', 'ofcxrp:solo', 'Sologenic', 15, UnderlyingAsset['xrp:solo']),
10161016
ofcXrpToken('4c875336-64dc-427b-bde7-eb25e2f20272', 'ofcxrp:aau', 'Archax', 15, UnderlyingAsset['xrp:aau']),
1017+
ofcXrpToken('2744ab2a-f7e6-4606-aed1-11d7dffca18e', 'ofcxrp:fiuaxrp', 'FIUAXRP', 15, UnderlyingAsset['xrp:fiuaxrp']),
10171018
tofcXrpToken('0c22d8ef-4c27-4088-bd3d-eb76484d5edf', 'ofctxrp:xsgd', 'XSGB', 15, UnderlyingAsset['txrp:xsgd']),
10181019
ofcArbethErc20(
10191020
'df2296e6-366e-4707-bab0-bf16ce592601',

0 commit comments

Comments
 (0)