Skip to content

Commit

Permalink
chore(statics): add new batch of tokens
Browse files Browse the repository at this point in the history
add new batch of tokens

EA-2421

Signed-off-by: evalenti-simtlix <[email protected]>
  • Loading branch information
evalenti-simtlix committed Dec 15, 2023
1 parent 629f35e commit 9003e9f
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ export enum UnderlyingAsset {
AERGO = 'aergo',
AERGO1 = 'aergo1',
AGEUR = 'ageur',
AGI = 'agi',
AGLD = 'agld',
AGWD = 'agwd',
AION = 'aion',
Expand Down Expand Up @@ -426,6 +427,7 @@ export enum UnderlyingAsset {
BCHHEDGE = 'bchhedge',
BCHMOON = 'bchmoon',
BCIO = 'bcio',
BCUT = 'bcut',
BCT = 'bct',
BEAR = 'bear',
BEARSHIT = 'bearshit',
Expand Down Expand Up @@ -1259,6 +1261,7 @@ export enum UnderlyingAsset {
THRESHOLD = 'threshold',
THEU = 'theu',
TAUD = 'taud',
TBILL = 'tbill',
TBTC1 = 'tbtc1',
TBTC2 = 'tbtc2',
TCAD = 'tcad',
Expand Down Expand Up @@ -1690,6 +1693,8 @@ export enum UnderlyingAsset {
'tpolygon:link' = 'tpolygon:link',
'tpolygon:name' = 'tpolygon:name',
'tpolygon:opm' = 'tpolygon:opm',
'tpolygon:pme' = 'tpolygon:pme',

// generic NFTs
'terc721:polygontoken' = 'terc721:polygontoken',
'terc1155:polygontoken' = 'terc1155:polygontoken',
Expand Down Expand Up @@ -1751,6 +1756,7 @@ export enum UnderlyingAsset {
'sol-perp' = 'sol-perp',
'sol-woo' = 'sol-woo',
'sol-weth' = 'sol-weth',
'wec' = 'wec',

// XRP tokens
'txrp:tst-rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd' = 'txrp:tst-rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd',
Expand Down
41 changes: 41 additions & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1522,6 +1522,14 @@ export const coins = CoinMap.fromCoins([
'0x91af0fbb28aba7e31403cb457106ce79397fd4e6',
UnderlyingAsset.AERGO1
),
erc20(
'edd072d2-8472-489e-b8aa-808be352658a',
'agi',
'AGI Token',
18,
'0x7da2641000cbb407c329310c461b2cb9c70c3046',
UnderlyingAsset.AGI
),
erc20(
'82bf85dd-4e4d-4734-be42-a536ed35f811',
'agld',
Expand Down Expand Up @@ -1930,6 +1938,14 @@ export const coins = CoinMap.fromCoins([
'0xcdc412f306e0c51e3249b88c65423cd16b322673',
UnderlyingAsset.BCIO
),
erc20(
'4130136a-edd2-4e1c-a546-3f467793c232',
'bcut',
'bitsCrunch Token',
18,
'0xBEF26Bd568e421D6708CCA55Ad6e35f8bfA0C406',
UnderlyingAsset.BCUT
),
erc20(
'075d5970-9167-4d0a-9ce5-38abddc85b41',
'bct',
Expand Down Expand Up @@ -5855,6 +5871,14 @@ export const coins = CoinMap.fromCoins([
'0x00006100f7090010005f1bd7ae6122c3c2cf0090',
UnderlyingAsset.TAUD
),
erc20(
'18baf0af-ce4c-476f-85a7-009d07a4cf91',
'tbill',
'OpenEden T-Bills',
6,
'0xdd50C053C096CB04A3e3362E2b622529EC5f2e8a',
UnderlyingAsset.TBILL
),
erc20(
'56af670b-76df-4e8e-9765-18a90e0f8b4d',
'tbtc1',
Expand Down Expand Up @@ -13487,6 +13511,15 @@ export const coins = CoinMap.fromCoins([
UnderlyingAsset['xcope-usdc'],
AccountCoin.DEFAULT_FEATURES
),
solToken(
'fce0c388-2167-447f-8d43-d76a1a33833d',
'sol:wec',
'Whole Earth Coin',
0,
'6y8W5YwAuzostqrS4YDJufBvksosfSi47Pd8U4A5vrBC',
UnderlyingAsset['wec'],
AccountCoin.DEFAULT_FEATURES
),

tsolToken(
'b98c5a7a-49c5-45f1-a6ee-b08dff596a7d',
Expand Down Expand Up @@ -13937,6 +13970,14 @@ export const coins = CoinMap.fromCoins([
'0xe71b2e809598d8398222b890d7203808fa1d631f',
UnderlyingAsset['tpolygon:opm']
),
tpolygonErc20(
'bc3dc605-8ab5-4512-abc7-8f5c215f87ae',
'tpolygon:pme',
'Token de PME Teste',
0,
'0x4659BC13C40A5012663b66102415262712303739',
UnderlyingAsset['tpolygon:pme']
),
terc721(
'54d98031-6ebc-428a-b47c-b6ec7d6ad28a',
'tpolygon:name',
Expand Down

0 comments on commit 9003e9f

Please sign in to comment.