Skip to content

Commit

Permalink
feat(statics): add new batch of tokens
Browse files Browse the repository at this point in the history
Ticket: COIN-2227
  • Loading branch information
ravibitgo committed Nov 13, 2024
1 parent c5a1da8 commit 5a8ac6a
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,10 @@ export enum UnderlyingAsset {
EQO = 'eqo',
ESE = 'ese',
ETA = 'eta',
'eth:cusdo' = 'eth:cusdo',
'eth:edu' = 'eth:edu',
'eth:telos' = 'eth:telos',
'eth:usdg' = 'eth:usdg',
ETHBULL = 'ethbull',
ETCBEAR = 'etcbear',
ETCBULL = 'etcbull',
Expand Down Expand Up @@ -2005,6 +2009,7 @@ export enum UnderlyingAsset {
'polygon:heth' = 'polygon:heth',
'polygon:copm' = 'polygon:copm',
'polygon:gmt' = 'polygon:gmt',
'polygon:uhu' = 'polygon:uhu',
// Polygon NFTs
// generic NFTs
'erc721:polygontoken' = 'erc721:polygontoken',
Expand Down Expand Up @@ -2130,6 +2135,8 @@ export enum UnderlyingAsset {
'bsc:mdx' = 'bsc:mdx',
'bsc:multi' = 'bsc:multi',
'bsc:psg' = 'bsc:psg',
'bsc:telos' = 'bsc:telos',

// BSC NFTs
// generic NFTs
'erc721:bsctoken' = 'erc721:bsctoken',
Expand Down
48 changes: 48 additions & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3178,6 +3178,14 @@ export const coins = CoinMap.fromCoins([
'0x39aa39c021dfbae8fac545936693ac917d5e7563',
UnderlyingAsset.CUSDC
),
erc20(
'2516c433-5d26-4c38-86d8-50babbf860a1',
'eth:cusdo',
'Compounding Open Dollar',
18,
'0xad55aebc9b8c03fc43cd9f62260391c13c23e7c0',
UnderlyingAsset['eth:cusdo']
),
erc20(
'62599dbf-9953-4e99-82bd-9582f19c79de',
'cwbtc',
Expand Down Expand Up @@ -3606,6 +3614,14 @@ export const coins = CoinMap.fromCoins([
'0xc528c28fec0a90c083328bc45f587ee215760a0f',
UnderlyingAsset.EDR
),
erc20(
'037361a9-bc36-486f-bd21-383f96e9411c',
'eth:edu',
'Open Campus EDU Coin',
18,
'0xf8173a39c56a554837c4c7f104153a005d284d11',
UnderlyingAsset['eth:edu']
),
erc20(
'd9c54049-dfd9-401f-b997-c843253ac93f',
'efi',
Expand Down Expand Up @@ -7201,6 +7217,14 @@ export const coins = CoinMap.fromCoins([
'0x7825e833d495f3d1c28872415a4aee339d26ac88',
UnderlyingAsset.TLOS
),
erc20(
'1db2abf5-0898-45ca-9609-8a6b07dea105',
'eth:telos',
'Telos',
18,
'0x193f4a4a6ea24102f49b931deeeb931f6e32405d',
UnderlyingAsset['eth:telos']
),
erc20(
'492fb412-56bb-4677-b7d3-87cf03aad7df',
'tnt',
Expand Down Expand Up @@ -7508,6 +7532,14 @@ export const coins = CoinMap.fromCoins([
'0x4c9edd5852cd905f086c759e8383e09bff1e68b3',
UnderlyingAsset.USDE
),
erc20(
'6a1e91b1-a83f-4bfd-ab8e-1b7d79e3ed65',
'eth:usdg',
'Global Dollar',
6,
'0xe343167631d89b6ffc58b88d6b7fb0228795491d',
UnderlyingAsset['eth:usdg']
),
erc20(
'e1d609f1-eb3f-4b3f-8ef6-87f434a6de83',
'usdt',
Expand Down Expand Up @@ -12625,6 +12657,14 @@ export const coins = CoinMap.fromCoins([
'0xbc5609612b7c44bef426de600b5fd1379db2ecf1',
UnderlyingAsset['bsc:psg']
),
bscToken(
'279603ed-2b02-4c4b-9279-21eb597072cd',
'bsc:telos',
'Telos',
18,
'0x193f4a4a6ea24102f49b931deeeb931f6e32405d',
UnderlyingAsset['bsc:telos']
),
erc721(
'b744b184-ae07-42e1-9585-f4a65fe96d11',
'erc721:bsctoken',
Expand Down Expand Up @@ -18434,6 +18474,14 @@ export const coins = CoinMap.fromCoins([
'0x714db550b574b3e927af3d93e26127d15721d4c2',
UnderlyingAsset['polygon:gmt']
),
polygonErc20(
'f631a137-6071-42e7-bd5a-f6da7e32bff6',
'polygon:uhu',
'Uhu',
18,
'0x8d5482c83bb5b49e2b4b97bcf264342eac164c00',
UnderlyingAsset['polygon:uhu']
),
erc721(
'dd743064-09e6-4028-9e61-ebf7c24ff40b',
'erc721:polygontoken',
Expand Down

0 comments on commit 5a8ac6a

Please sign in to comment.