Skip to content

Commit

Permalink
Merge pull request #4376 from BitGo/EA-3421-onboard-xusd-omnia
Browse files Browse the repository at this point in the history
feat(statics): add new batch of tokens
  • Loading branch information
kxl4126 committed Apr 8, 2024
2 parents 3cde53b + 2d5da0e commit ee1341e
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 @@ -4894,6 +4894,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 @@ -7552,6 +7560,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 ee1341e

Please sign in to comment.