From 2d5da0e038416fd512cdcd20e89938f980a756db Mon Sep 17 00:00:00 2001 From: evalenti-simtlix Date: Wed, 27 Mar 2024 18:37:00 +0000 Subject: [PATCH] feat(statics): add new batch of tokens add new batch of tokens EA-3421 TICKET: EA-3421 --- modules/statics/src/base.ts | 1 + modules/statics/src/coins.ts | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/modules/statics/src/base.ts b/modules/statics/src/base.ts index e174e1084d..36381974a3 100644 --- a/modules/statics/src/base.ts +++ b/modules/statics/src/base.ts @@ -1053,6 +1053,7 @@ export enum UnderlyingAsset { OKBMOON = 'okbmoon', OM = 'om', OMG = 'omg', + OMNIA = 'omnia', ONDO = 'ondo', ONL = 'onl', OP = 'op', diff --git a/modules/statics/src/coins.ts b/modules/statics/src/coins.ts index 702bc8547d..f5033be7a1 100644 --- a/modules/statics/src/coins.ts +++ b/modules/statics/src/coins.ts @@ -4878,6 +4878,14 @@ export const coins = CoinMap.fromCoins([ '0xd26114cd6ee289accf82350c8d8487fedb8a0c07', UnderlyingAsset.OMG ), + erc20( + 'def47964-e90c-4862-a724-086e439d01de', + 'omnia', + 'OMNIA Protocol', + 18, + '0x2e7e487d84b5baba5878a9833fb394bc89633fd7', + UnderlyingAsset.OMNIA + ), erc20( '2f715550-f0c3-47c7-860c-fb1a827d01a8', 'ondo', @@ -7536,6 +7544,14 @@ export const coins = CoinMap.fromCoins([ '0x8af17a6396c8f315f6b6dbc6aa686c85f9b3e554', UnderlyingAsset.XTZBULL ), + erc20( + 'fec45ebe-80a0-4cfa-8fb3-7c4100517f18', + 'xusd', + 'XUSD', + 6, + '0xc08e7e23c235073c6807c2efe7021304cb7c2815', + UnderlyingAsset.XUSD + ), erc20( '54f3b3be-016f-43b7-b460-61caeed82e27', 'zecbear',