From a47b641e9ed4a191510daa1f54f3f7894e29f591 Mon Sep 17 00:00:00 2001 From: Ravi Hegde Date: Tue, 12 Nov 2024 20:56:14 +0530 Subject: [PATCH] feat(statics): add new batch of tokens Ticket: COIN-2227 --- modules/statics/src/base.ts | 7 +++++++ modules/statics/src/coins.ts | 40 ++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/modules/statics/src/base.ts b/modules/statics/src/base.ts index 2d861fa553..00925f1fd1 100644 --- a/modules/statics/src/base.ts +++ b/modules/statics/src/base.ts @@ -761,6 +761,10 @@ export enum UnderlyingAsset { EQO = 'eqo', ESE = 'ese', ETA = 'eta', + 'eth:cusdo' = 'eth:cusdo', + 'eth:edu' = 'eth:edu', + 'eth:tlos' = 'eth:tlos', + 'eth:usdg' = 'eth:usdg', ETHBULL = 'ethbull', ETCBEAR = 'etcbear', ETCBULL = 'etcbull', @@ -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', @@ -2130,6 +2135,8 @@ export enum UnderlyingAsset { 'bsc:mdx' = 'bsc:mdx', 'bsc:multi' = 'bsc:multi', 'bsc:psg' = 'bsc:psg', + 'bsc:tlos' = 'bsc:tlos', + // BSC NFTs // generic NFTs 'erc721:bsctoken' = 'erc721:bsctoken', diff --git a/modules/statics/src/coins.ts b/modules/statics/src/coins.ts index 7370070336..e3a4e3ceeb 100644 --- a/modules/statics/src/coins.ts +++ b/modules/statics/src/coins.ts @@ -3606,6 +3606,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', @@ -7201,6 +7209,14 @@ export const coins = CoinMap.fromCoins([ '0x7825e833d495f3d1c28872415a4aee339d26ac88', UnderlyingAsset.TLOS ), + erc20( + '1db2abf5-0898-45ca-9609-8a6b07dea105', + 'eth:tlos', + 'Telos (ETH)', + 18, + '0x193f4A4a6ea24102F49b931DEeeb931f6E32405d', + UnderlyingAsset['eth:tlos'] + ), erc20( '492fb412-56bb-4677-b7d3-87cf03aad7df', 'tnt', @@ -7508,6 +7524,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', @@ -12625,6 +12649,14 @@ export const coins = CoinMap.fromCoins([ '0xbc5609612b7c44bef426de600b5fd1379db2ecf1', UnderlyingAsset['bsc:psg'] ), + bscToken( + '279603ed-2b02-4c4b-9279-21eb597072cd', + 'bsc:tlos', + 'Telos (BSC)', + 18, + '0x193f4A4a6ea24102F49b931DEeeb931f6E32405d', + UnderlyingAsset['bsc:tlos'] + ), erc721( 'b744b184-ae07-42e1-9585-f4a65fe96d11', 'erc721:bsctoken', @@ -18434,6 +18466,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',