Skip to content

Commit

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

EA-3492

TICKET: EA-3492
  • Loading branch information
evalenti-simtlix committed Apr 11, 2024
1 parent 794b4a9 commit 534a156
Show file tree
Hide file tree
Showing 2 changed files with 37 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 @@ -442,6 +442,7 @@ export enum UnderlyingAsset {
BCIO = 'bcio',
BCUT = 'bcut',
BCT = 'bct',
BDXN = 'bdxn',
BEAR = 'bear',
BEARSHIT = 'bearshit',
BED = 'bed',
Expand Down Expand Up @@ -1176,6 +1177,7 @@ export enum UnderlyingAsset {
RGT = 'rgt',
RIF = 'rif',
RINGX = 'ringx',
RIO = 'rio',
RLC = 'rlc',
RLY = 'rly',
RND = 'rnd',
Expand Down Expand Up @@ -1763,6 +1765,7 @@ export enum UnderlyingAsset {
'arbeth:usdcv2' = 'arbeth:usdcv2',
'arbeth:usdt' = 'arbeth:usdt',
'arbeth:arb' = 'arbeth:arb',
'arbeth:sqd' = 'arbeth:sqd',

// Arbitrum testnet tokens
'tarbeth:link' = 'tarbeth:link',
Expand Down Expand Up @@ -1835,6 +1838,7 @@ export enum UnderlyingAsset {
'jup' = 'jup',
'honey' = 'honey',
'mobile' = 'mobile',
'wif' = 'wif',

// XRP tokens
'txrp:tst-rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd' = 'txrp:tst-rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd',
Expand Down
33 changes: 33 additions & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2048,6 +2048,14 @@ export const coins = CoinMap.fromCoins([
'0xb383f96d5869002136164edcad970f8dd10d4a51',
UnderlyingAsset.BCT
),
erc20(
'10ffc090-0c82-4a0c-8907-54b1adbb8fc2',
'bdxn',
'Bondex Token',
18,
'0xbdbdbdd0c22888e63cb9098ad6d68439197cb091',
UnderlyingAsset.BDXN
),
erc20(
'04c44584-c417-4fce-883f-8f316854c63e',
'bed',
Expand Down Expand Up @@ -5574,6 +5582,14 @@ export const coins = CoinMap.fromCoins([
'0x7f86c782ec802ac402e0369d2e6d500256f7abc5',
UnderlyingAsset.RINGX
),
erc20(
'676dc40d-270b-40a9-b259-b68547bbb1b7',
'rio',
'Realio Network',
18,
'0xf21661d0d1d76d3ecb8e1b9f1c923dbfffae4097',
UnderlyingAsset.RIO
),
erc20(
'f2908def-0fdb-4294-9ec7-ac783d9b9b4e',
'rlc',
Expand Down Expand Up @@ -13855,6 +13871,15 @@ export const coins = CoinMap.fromCoins([
UnderlyingAsset['honey'],
AccountCoin.DEFAULT_FEATURES
),
solToken(
'15852e6a-342c-4e37-8745-9782ae25a476',
'sol:wif',
'dogwifhat',
6,
'EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm',
UnderlyingAsset['wif'],
AccountCoin.DEFAULT_FEATURES
),
solToken(
'51025e9d-74b7-483e-8649-3628049258dc',
'sol:mobile',
Expand Down Expand Up @@ -14623,6 +14648,14 @@ export const coins = CoinMap.fromCoins([
'0x912ce59144191c1204e64559fe8253a0e49e6548',
UnderlyingAsset['arbeth:arb']
),
arbethErc20(
'65668b2e-6560-4749-a965-4d03eaeffaec',
'arbeth:sqd',
'Subsquid',
18,
'0x1337420ded5adb9980cfc35f8f2b054ea86f8ab1',
UnderlyingAsset['arbeth:sqd']
),
tarbethErc20(
'd6a8869d-3da4-4b95-a9af-f2a059ca651f',
'tarbeth:link',
Expand Down

0 comments on commit 534a156

Please sign in to comment.