Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2123,6 +2123,7 @@ export enum UnderlyingAsset {
'eth:ivvon' = 'ivvon',
'eth:slvon' = 'slvon',

'eth:usdo' = 'eth:usdo',
'xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ' = 'xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ',
'xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M' = 'xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M',
'xlm:SLT-GCKA6K5PCQ6PNF5RQBF7PQDJWRHO6UOGFMRLK3DYHDOI244V47XKQ4GP' = 'xlm:SLT-GCKA6K5PCQ6PNF5RQBF7PQDJWRHO6UOGFMRLK3DYHDOI244V47XKQ4GP',
Expand Down Expand Up @@ -2538,6 +2539,7 @@ export enum UnderlyingAsset {
'bsc:link' = 'bsc:link',
'bsc:cusdo' = 'bsc:cusdo',
'bsc:unx' = 'bsc:unx',
'bsc:usdo' = 'bsc:usdo',
// BSC NFTs
// generic NFTs
'erc721:bsctoken' = 'erc721:bsctoken',
Expand Down
9 changes: 9 additions & 0 deletions modules/statics/src/coins/bscTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1261,6 +1261,15 @@ export const bscTokens = [
UnderlyingAsset['bsc:unx'],
BSC_TOKEN_FEATURES
),
bscToken(
'd3fa67eb-9420-4243-acac-d420a3d47dac',
'bsc:usdo',
'OpenEden Open Dollar',
18,
'0x302e52aff9815b9d1682473dbfb9c74f9b750aa8',
UnderlyingAsset['bsc:usdo'],
[...BSC_TOKEN_FEATURES, CoinFeature.REBASE_TOKEN]
),
tbscToken(
'b31aa2b5-8d8c-4ac1-b5e5-0f9d59377eab',
'tbsc:busd',
Expand Down
9 changes: 9 additions & 0 deletions modules/statics/src/coins/erc20Coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11159,6 +11159,15 @@ export const erc20Coins = [
'0xe33fbe7584eb79e2673abe576b7ac8c0de62565c',
UnderlyingAsset['eth:hpp']
),
erc20(
'0947f572-1617-43e5-b065-5bb064e27566',
'eth:usdo',
'OpenEden Open Dollar',
18,
'0x8238884ec9668ef77b90c6dff4d1a9f4f4823bfe',
UnderlyingAsset['eth:usdo'],
[...AccountCoin.DEFAULT_FEATURES, CoinFeature.BULK_TRANSACTION, CoinFeature.REBASE_TOKEN]
),
terc20(
'0205f0d6-0647-47c9-ad8b-c48d048e54f3',
'fixed',
Expand Down
7 changes: 7 additions & 0 deletions modules/statics/src/coins/ofcCoins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1888,6 +1888,13 @@ export const ofcCoins = [
UnderlyingAsset['bsc:cusdo']
),
ofcBscToken('a7ac1127-84c8-4634-89ed-8d985b707e18', 'ofcbsc:unx', 'Unchain X', 18, UnderlyingAsset['bsc:unx']),
ofcBscToken(
'1db5b688-ff72-4835-8a7a-8071ee9e0fe5',
'ofcbsc:usdo',
'OpenEden Open Dollar',
18,
UnderlyingAsset['bsc:usdo']
),
tofcBscToken(
'bf8a52e5-f416-46ea-95c2-a920dc204233',
'ofctbsc:usd1',
Expand Down
7 changes: 7 additions & 0 deletions modules/statics/src/coins/ofcErc20Coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3392,6 +3392,13 @@ export const ofcErc20Coins = [
ofcerc20('4dc35e5d-2f92-49de-a873-f61b0712290a', 'ofceth:dolo', 'Dolomite', 18, underlyingAssetForSymbol('eth:dolo')),
ofcerc20('a820df78-51fd-4918-b155-2518b7c21409', 'ofceth:avail', 'Avail', 18, underlyingAssetForSymbol('eth:avail')),
ofcerc20('0ca74cc5-fc6f-4119-9678-bbed45f5040d', 'ofceth:era', 'Caldera', 18, underlyingAssetForSymbol('eth:era')),
ofcerc20(
'281ef8e9-d67f-4a53-9d43-88dd9c812803',
'ofceth:usdo',
'OpenEden Open Dollar',
18,
underlyingAssetForSymbol('eth:usdo')
),
];

export const tOfcErc20Coins = [
Expand Down
Loading