From 534a156cafecbcd9f1d918036516771270f79610 Mon Sep 17 00:00:00 2001 From: evalenti-simtlix Date: Thu, 11 Apr 2024 20:03:15 +0000 Subject: [PATCH] feat(statics): add new batch of tokens add new batch of tokens EA-3492 TICKET: EA-3492 --- modules/statics/src/base.ts | 4 ++++ modules/statics/src/coins.ts | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/modules/statics/src/base.ts b/modules/statics/src/base.ts index e174e1084d..7fc6b56b46 100644 --- a/modules/statics/src/base.ts +++ b/modules/statics/src/base.ts @@ -442,6 +442,7 @@ export enum UnderlyingAsset { BCIO = 'bcio', BCUT = 'bcut', BCT = 'bct', + BDXN = 'bdxn', BEAR = 'bear', BEARSHIT = 'bearshit', BED = 'bed', @@ -1176,6 +1177,7 @@ export enum UnderlyingAsset { RGT = 'rgt', RIF = 'rif', RINGX = 'ringx', + RIO = 'rio', RLC = 'rlc', RLY = 'rly', RND = 'rnd', @@ -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', @@ -1835,6 +1838,7 @@ export enum UnderlyingAsset { 'jup' = 'jup', 'honey' = 'honey', 'mobile' = 'mobile', + 'wif' = 'wif', // XRP tokens 'txrp:tst-rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd' = 'txrp:tst-rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd', diff --git a/modules/statics/src/coins.ts b/modules/statics/src/coins.ts index 702bc8547d..38a99fbff4 100644 --- a/modules/statics/src/coins.ts +++ b/modules/statics/src/coins.ts @@ -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', @@ -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', @@ -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', @@ -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',