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-3421

TICKET: EA-3421
  • Loading branch information
evalenti-simtlix committed Mar 27, 2024
1 parent 794b4a9 commit 2d5da0e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,7 @@ export enum UnderlyingAsset {
OKBMOON = 'okbmoon',
OM = 'om',
OMG = 'omg',
OMNIA = 'omnia',
ONDO = 'ondo',
ONL = 'onl',
OP = 'op',
Expand Down
16 changes: 16 additions & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 2d5da0e

Please sign in to comment.