diff --git a/modules/statics/src/base.ts b/modules/statics/src/base.ts index 36381974a3..4a820b6c47 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', @@ -1177,6 +1178,7 @@ export enum UnderlyingAsset { RGT = 'rgt', RIF = 'rif', RINGX = 'ringx', + RIO = 'rio', RLC = 'rlc', RLY = 'rly', RND = 'rnd', @@ -1764,6 +1766,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', @@ -1836,6 +1839,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 c874db9752..f9907aafaa 100644 --- a/modules/statics/src/coins.ts +++ b/modules/statics/src/coins.ts @@ -2064,6 +2064,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', @@ -5598,6 +5606,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', @@ -13919,6 +13935,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', @@ -14687,6 +14712,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',