diff --git a/modules/statics/src/base.ts b/modules/statics/src/base.ts index c6f2632f3b..ca2457fc7b 100644 --- a/modules/statics/src/base.ts +++ b/modules/statics/src/base.ts @@ -2041,6 +2041,17 @@ export enum UnderlyingAsset { 'eth:vana' = 'eth:vana', 'eth:eurau' = 'eth:eurau', 'eth:insur' = 'eth:insur', + 'eth:xyo' = 'eth:xyo', + 'eth:zig' = 'eth:zig', + 'eth:swftc' = 'eth:swftc', + 'eth:dsync' = 'eth:dsync', + 'eth:orbr' = 'eth:orbr', + 'eth:sxt' = 'eth:sxt', + 'eth:paal' = 'eth:paal', + 'eth:wmtx' = 'eth:wmtx', + 'eth:anime' = 'eth:anime', + 'eth:newt' = 'eth:newt', + 'eth:hsk' = 'eth:hsk', 'xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ' = 'xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ', 'xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M' = 'xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M', 'xlm:SLT-GCKA6K5PCQ6PNF5RQBF7PQDJWRHO6UOGFMRLK3DYHDOI244V47XKQ4GP' = 'xlm:SLT-GCKA6K5PCQ6PNF5RQBF7PQDJWRHO6UOGFMRLK3DYHDOI244V47XKQ4GP', diff --git a/modules/statics/src/coins/erc20Coins.ts b/modules/statics/src/coins/erc20Coins.ts index 25960535be..10bef611e8 100644 --- a/modules/statics/src/coins/erc20Coins.ts +++ b/modules/statics/src/coins/erc20Coins.ts @@ -10919,6 +10919,94 @@ export const erc20Coins = [ '0x544c42fbb96b39b21df61cf322b5edc285ee7429', UnderlyingAsset['eth:insur'] ), + erc20( + '57e56eb9-5e56-4dba-a8f4-42dd45913b9b', + 'eth:xyo', + 'XY Oracle', + 18, + '0x55296f69f40ea6d20e478533c15a6b08b654e758', + UnderlyingAsset['eth:xyo'] + ), + erc20( + 'd349812b-833a-4358-a061-5b8d1549a1e9', + 'eth:zig', + 'ZigChain', + 18, + '0xb2617246d0c6c0087f18703d576831899ca94f01', + UnderlyingAsset['eth:zig'] + ), + erc20( + '42205617-6e50-4f2f-a77b-0c68dbd04bd7', + 'eth:swftc', + 'SwftCoin', + 8, + '0x0bb217e40f8a5cb79adf04e1aab60e5abd0dfc1e', + UnderlyingAsset['eth:swftc'] + ), + erc20( + '018fbebd-b082-4bca-a14d-666361b7d36f', + 'eth:dsync', + 'Destra Network', + 18, + '0xf94e7d0710709388bce3161c32b4eea56d3f91cc', + UnderlyingAsset['eth:dsync'] + ), + erc20( + 'f8c2a984-f1ad-43b4-aef7-d996a69c3ad0', + 'eth:orbr', + 'Orbler', + 18, + '0xda30f261a962d5aae94c9ecd170544600d193766', + UnderlyingAsset['eth:orbr'] + ), + erc20( + '2b06fe46-2023-47dc-bf90-bb12fd04cdb4', + 'eth:sxt', + 'Space and Time', + 18, + '0xe6bfd33f52d82ccb5b37e16d3dd81f9ffdabb195', + UnderlyingAsset['eth:sxt'] + ), + erc20( + '83bb1689-5f6e-4b31-b88d-9b2cec24c05c', + 'eth:paal', + 'PAAL AI', + 9, + '0x14fee680690900ba0cccfc76ad70fd1b95d10e16', + UnderlyingAsset['eth:paal'] + ), + erc20( + 'f74f17f3-d178-4184-bb2d-066d33918fd8', + 'eth:wmtx', + 'WorldMobile Token', + 6, + '0xdbb5cf12408a3ac17d668037ce289f9ea75439d7', + UnderlyingAsset['eth:wmtx'] + ), + erc20( + '8e37e725-c72c-49e1-a076-9e6bba17daf3', + 'eth:anime', + 'Animecoin', + 18, + '0x4dc26fc5854e7648a064a4abd590bbe71724c277', + UnderlyingAsset['eth:anime'] + ), + erc20( + '42a4bc3f-2853-49dd-975f-487dbf028774', + 'eth:newt', + 'Newton', + 18, + '0xd0ec028a3d21533fdd200838f39c85b03679285d', + UnderlyingAsset['eth:newt'] + ), + erc20( + '7c95a1da-dcdc-4305-83fc-761b49822955', + 'eth:hsk', + 'HashKey Platform Token', + 18, + '0xe7c6bf469e97eeb0bfb74c8dbff5bd47d4c1c98a', + UnderlyingAsset['eth:hsk'] + ), terc20( '0205f0d6-0647-47c9-ad8b-c48d048e54f3', 'fixed', diff --git a/modules/statics/src/coins/ofcErc20Coins.ts b/modules/statics/src/coins/ofcErc20Coins.ts index 1bdc8663c3..31b859113b 100644 --- a/modules/statics/src/coins/ofcErc20Coins.ts +++ b/modules/statics/src/coins/ofcErc20Coins.ts @@ -3334,6 +3334,53 @@ export const ofcErc20Coins = [ 18, underlyingAssetForSymbol('eth:insur') ), + ofcerc20('c425f078-b338-454c-90bb-b0221df909db', 'ofceth:xyo', 'XY Oracle', 18, underlyingAssetForSymbol('eth:xyo')), + ofcerc20('54852e5b-e999-42e1-a912-ecd38bf98462', 'ofceth:zig', 'ZigChain', 18, underlyingAssetForSymbol('eth:zig')), + ofcerc20( + 'ff192a0b-98b5-426c-98eb-f37f0ae1be55', + 'ofceth:swftc', + 'SwftCoin', + 8, + underlyingAssetForSymbol('eth:swftc') + ), + ofcerc20( + '53616a73-ad08-489d-89be-836db39241d9', + 'ofceth:dsync', + 'Destra Network', + 18, + underlyingAssetForSymbol('eth:dsync') + ), + ofcerc20('06e2e41d-999e-4875-bcb0-023720be67b3', 'ofceth:orbr', 'Orbler', 18, underlyingAssetForSymbol('eth:orbr')), + ofcerc20( + '2b60bae4-3f71-4f8f-8013-9c2f18128e7f', + 'ofceth:sxt', + 'Space and Time', + 18, + underlyingAssetForSymbol('eth:sxt') + ), + ofcerc20('47325d7e-bb7f-44fe-8153-6754b7aac296', 'ofceth:paal', 'PAAL AI', 9, underlyingAssetForSymbol('eth:paal')), + ofcerc20( + '76ca0cbc-8fef-4214-8376-f18142bd9ba7', + 'ofceth:wmtx', + 'WorldMobile Token', + 6, + underlyingAssetForSymbol('eth:wmtx') + ), + ofcerc20( + 'cbf90de8-530b-4844-b443-6017e5b03868', + 'ofceth:anime', + 'Animecoin', + 18, + underlyingAssetForSymbol('eth:anime') + ), + ofcerc20('7b243fe0-983b-4c6c-a781-b1cc4ad410cc', 'ofceth:newt', 'Newton', 18, underlyingAssetForSymbol('eth:newt')), + ofcerc20( + '12bad7a8-28d4-4d5d-9481-eeb90d9b08a2', + 'ofceth:hsk', + 'HashKey Platform Token', + 18, + underlyingAssetForSymbol('eth:hsk') + ), ]; export const tOfcErc20Coins = [