Skip to content

Commit

Permalink
chore(statics): onboard new batch of tokens
Browse files Browse the repository at this point in the history
onboard new batch of tokens

EA-2899

TICKET: EA-2899
  • Loading branch information
evalenti-simtlix committed Jan 29, 2024
1 parent 6121650 commit b557b62
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,7 @@ export enum UnderlyingAsset {
OKBMOON = 'okbmoon',
OM = 'om',
OMG = 'omg',
ONDO = 'ondo',
ONL = 'onl',
OP = 'op',
OPIUM = 'opium',
Expand Down Expand Up @@ -1446,6 +1447,7 @@ export enum UnderlyingAsset {
WEC = 'wec',
WET = 'wet',
WETH = 'weth',
WEETH = 'weeth',
WFLOW = 'wflow',
WFFT = 'wfft',
WHALE = 'whale',
Expand Down Expand Up @@ -1534,6 +1536,8 @@ export enum UnderlyingAsset {
'xlm:ARST-GCSAZVWXZKWS4XS223M5F54H2B6XPIIXZZGP7KEAIU6YSL5HDRGCI3DG' = 'xlm:ARST-GCSAZVWXZKWS4XS223M5F54H2B6XPIIXZZGP7KEAIU6YSL5HDRGCI3DG',
'xlm:AQUA-GBNZILSTVQZ4R7IKQDGHYGY2QXL5QOFJYQMXPKWRRM5PAV7Y4M67AQUA' = 'xlm:AQUA-GBNZILSTVQZ4R7IKQDGHYGY2QXL5QOFJYQMXPKWRRM5PAV7Y4M67AQUA',
'xlm:EURC-GDHU6WRG4IEQXM5NZ4BMPKOXHW76MZM4Y2IEMFDVXBSDP6SJY4ITNPP2' = 'xlm:EURC-GDHU6WRG4IEQXM5NZ4BMPKOXHW76MZM4Y2IEMFDVXBSDP6SJY4ITNPP2',
'xlm:GYEN-GDF6VOEGRWLOZ64PQQGKD2IYWA22RLT37GJKS2EJXZHT2VLAGWLC5TOB' = 'xlm:GYEN-GDF6VOEGRWLOZ64PQQGKD2IYWA22RLT37GJKS2EJXZHT2VLAGWLC5TOB',
'xlm:ZUSD-GDF6VOEGRWLOZ64PQQGKD2IYWA22RLT37GJKS2EJXZHT2VLAGWLC5TOB' = 'xlm:ZUSD-GDF6VOEGRWLOZ64PQQGKD2IYWA22RLT37GJKS2EJXZHT2VLAGWLC5TOB',

// Eth NFTs
// generic NFTs
Expand Down
38 changes: 38 additions & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4791,6 +4791,14 @@ export const coins = CoinMap.fromCoins([
'0xd26114cd6ee289accf82350c8d8487fedb8a0c07',
UnderlyingAsset.OMG
),
erc20(
'2f715550-f0c3-47c7-860c-fb1a827d01a8',
'ondo',
'Ondo',
18,
'0xfaba6f8e4a5e8ab82f62fe7c39859fa577269be3',
UnderlyingAsset.ONDO
),
erc20(
'fa692f6a-3491-4c7a-b512-927e6fcdd3f0',
'onl',
Expand Down Expand Up @@ -6599,6 +6607,14 @@ export const coins = CoinMap.fromCoins([
'0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2',
UnderlyingAsset.WETH
),
erc20(
'e59ca3be-86ac-4aa5-8732-c9a3adb3219f',
'weeth',
'Wrapped eETH',
18,
'0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee',
UnderlyingAsset.WEETH
),
erc20(
'7292b88e-0a4d-4044-ba0a-caea267a0bea',
'wflow',
Expand Down Expand Up @@ -10305,6 +10321,28 @@ export const coins = CoinMap.fromCoins([
'',
'EURC'
),
stellarToken(
'f41ca148-3c44-48e2-aabf-0e1ab5f0bf3e',
'xlm:GYEN-GDF6VOEGRWLOZ64PQQGKD2IYWA22RLT37GJKS2EJXZHT2VLAGWLC5TOB',
'GMO JPY',
6,
UnderlyingAsset['xlm:GYEN-GDF6VOEGRWLOZ64PQQGKD2IYWA22RLT37GJKS2EJXZHT2VLAGWLC5TOB'],
'stablecoin.z.com',
AccountCoin.DEFAULT_FEATURES,
'',
'GYEN'
),
stellarToken(
'2f654247-3708-4e20-978b-af896fd910d3',
'xlm:ZUSD-GDF6VOEGRWLOZ64PQQGKD2IYWA22RLT37GJKS2EJXZHT2VLAGWLC5TOB',
'Z.com USD',
6,
UnderlyingAsset['xlm:ZUSD-GDF6VOEGRWLOZ64PQQGKD2IYWA22RLT37GJKS2EJXZHT2VLAGWLC5TOB'],
'stablecoin.z.com',
AccountCoin.DEFAULT_FEATURES,
'',
'ZUSD'
),
tronToken(
'5f3266f8-252c-492a-90d7-bb6d3bf550fb',
'trx:btt',
Expand Down

0 comments on commit b557b62

Please sign in to comment.