Skip to content

Commit bee2c5b

Browse files
committed
feat: xpl token
ticket: win-8514
1 parent d41623e commit bee2c5b

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3149,6 +3149,16 @@ export const allCoinsAndTokens = [
31493149
Networks.test.hederaEVM
31503150
),
31513151

3152+
erc20Token(
3153+
'8f896fc5-4c33-4104-a316-b75000160f7b',
3154+
'xpl:syzusd',
3155+
'Stake Yuzu USD',
3156+
18,
3157+
'0xc8a8df9b210243c55d31c73090f06787ad0a1bf6',
3158+
UnderlyingAsset['xpl:syzusd'],
3159+
Networks.main.xpl
3160+
),
3161+
31523162
hederaCoin(
31533163
'98aad956-27ee-45dd-aa43-6a23c9a1d1d0',
31543164
'hbar',

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,6 +2023,7 @@ export enum UnderlyingAsset {
20232023
XEX = 'xex',
20242024
XLMBEAR = 'xlmbear',
20252025
XLMBULL = 'xlmbull',
2026+
'xpl:syzusd' = 'xpl:syzusd',
20262027
XRL = 'xrl',
20272028
XRPBEAR = 'xrpbear',
20282029
XRPBULL = 'xrpbull',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4981,6 +4981,21 @@ export const tOfcErc20Coins = [
49814981
true,
49824982
'tip'
49834983
),
4984+
4985+
ofcerc20(
4986+
'e46e4acc-5014-4dad-ba7d-660bae9299a4',
4987+
'ofcxpl:syzusd',
4988+
'Stake Yuzu USD',
4989+
18,
4990+
underlyingAssetForSymbol('xpl:syzusd'),
4991+
undefined,
4992+
undefined,
4993+
'',
4994+
undefined,
4995+
undefined,
4996+
true,
4997+
'xpl'
4998+
),
49844999
];
49855000

49865001
function underlyingAssetForSymbol(underlyingAssetValue: string): UnderlyingAsset {

0 commit comments

Comments
 (0)