diff --git a/modules/statics/src/base.ts b/modules/statics/src/base.ts index c659a599e9..c9a1cfece9 100644 --- a/modules/statics/src/base.ts +++ b/modules/statics/src/base.ts @@ -2315,6 +2315,7 @@ export enum UnderlyingAsset { 'eth:usdi' = 'eth:usdi', 'eth:tea' = 'eth:tea', 'eth:ofc' = 'eth:ofc', + 'eth:wxm' = 'eth:wxm', 'xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ' = 'xlm:BST-GADDFE4R72YUP2AOEL67OHZN3GJQYPC3VE734N2XFMEGRR2L32CZ3XYZ', 'xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M' = 'xlm:VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M', @@ -3315,6 +3316,10 @@ export enum UnderlyingAsset { // TON mainnet tokens 'ton:usdt' = 'ton:usdt', + 'ton:usde' = 'ton:usde', + 'ton:not' = 'ton:not', + 'ton:cati' = 'ton:cati', + 'ton:dogs' = 'ton:dogs', // TON testnet tokens 'tton:ukwny-us' = 'tton:ukwny-us', diff --git a/modules/statics/src/coins/erc20Coins.ts b/modules/statics/src/coins/erc20Coins.ts index 5ad75d07e5..dc1d05a8b4 100644 --- a/modules/statics/src/coins/erc20Coins.ts +++ b/modules/statics/src/coins/erc20Coins.ts @@ -14059,4 +14059,13 @@ export const erc20Coins = [ '0x9cb7a4ef0cae65b07362bc679a0b874041e3da53', UnderlyingAsset['eth:ofc'] ), + + erc20( + '23b21214-3fe0-4785-8324-46a6814a334e', + 'eth:wxm', + 'WeatherXM', + 18, + '0xde654f497a563dd7a121c176a125dd2f11f13a83', + UnderlyingAsset['eth:wxm'] + ), ]; diff --git a/modules/statics/src/coins/jettonTokens.ts b/modules/statics/src/coins/jettonTokens.ts index 0d57cd8251..bb5e3d54ce 100644 --- a/modules/statics/src/coins/jettonTokens.ts +++ b/modules/statics/src/coins/jettonTokens.ts @@ -13,6 +13,42 @@ export const jettonTokens = [ UnderlyingAsset['ton:usdt'], TON_TOKEN_FEATURES ), + jettonToken( + 'c8e53be1-4313-40eb-a2ca-7ab92e89eb1a', + 'ton:usde', + 'Ethena USDe', + 6, + 'EQAIb6KmdfdDR7CN1GBqVJuP25iCnLKCvBlJ07Evuu2dzP5f', + UnderlyingAsset['ton:usde'], + TON_TOKEN_FEATURES + ), + jettonToken( + '3879d8a3-5273-455e-9c9d-de6784953b34', + 'ton:not', + 'Notcoin', + 9, + 'EQAvlWFDxGF2lXm67y4yzC17wYKD9A0guwPkMs1gOsM__NOT', + UnderlyingAsset['ton:not'], + TON_TOKEN_FEATURES + ), + jettonToken( + '819f4d1f-61d6-45be-950c-9033b8310536', + 'ton:cati', + 'Catizen', + 9, + 'EQD-cvR0Nz6XAyRBvbhz-abTrRC6sI5tvHvvpeQraV9UAAD7', + UnderlyingAsset['ton:cati'], + TON_TOKEN_FEATURES + ), + jettonToken( + '59b2e53f-9f11-416e-b22b-2aa27397a919', + 'ton:dogs', + 'Dogs', + 9, + 'EQCvxJy4eG8hyHBFsZ7eePxrRsUQSFE_jpptRAYBmcG_DOGS', + UnderlyingAsset['ton:dogs'], + TON_TOKEN_FEATURES + ), // testnet tokens tjettonToken( diff --git a/modules/statics/src/coins/ofcCoins.ts b/modules/statics/src/coins/ofcCoins.ts index 79d9a744a2..9c7af572db 100644 --- a/modules/statics/src/coins/ofcCoins.ts +++ b/modules/statics/src/coins/ofcCoins.ts @@ -3608,6 +3608,10 @@ export const ofcCoins = [ UnderlyingAsset['thash:ylds'] ), ofcTonToken('c0e7396b-d21a-4b5a-b547-fdfe001cf3ba', 'ofcton:usdt', 'Ton USDT', 6, UnderlyingAsset['ton:usdt']), + ofcTonToken('8977a6f0-0864-4250-a060-6ff385d304f9', 'ofcton:usde', 'Ethena USDe', 6, UnderlyingAsset['ton:usde']), + ofcTonToken('827bf2c7-a741-406f-9ed4-fb0f3c33b01a', 'ofcton:not', 'Notcoin', 9, UnderlyingAsset['ton:not']), + ofcTonToken('874a497e-61a8-45b5-abe1-1d9637f49264', 'ofcton:cati', 'Catizen', 9, UnderlyingAsset['ton:cati']), + ofcTonToken('41ee59d6-2484-429c-aad1-5e79ae766c4b', 'ofcton:dogs', 'Dogs', 9, UnderlyingAsset['ton:dogs']), tofcTonToken( 'e7d516c1-b975-4905-b5d0-8460f6ea7eb9', 'ofctton:ukwny-us', diff --git a/modules/statics/src/coins/ofcErc20Coins.ts b/modules/statics/src/coins/ofcErc20Coins.ts index 8369bba3d6..2ed38afc4e 100644 --- a/modules/statics/src/coins/ofcErc20Coins.ts +++ b/modules/statics/src/coins/ofcErc20Coins.ts @@ -4550,6 +4550,7 @@ export const tOfcErc20Coins = [ ofcerc20('884a97f2-5808-4614-814e-2cd1d17d29df', 'ofceth:usdi', 'USDi', 6, UnderlyingAsset['eth:usdi']), ofcerc20('f4e98148-b703-4608-b416-67cd89c8a9f0', 'ofceth:tea', 'Tea', 18, UnderlyingAsset['eth:tea']), ofcerc20('727298fe-56c5-477a-92af-5b4139e792ea', 'ofceth:ofc', 'OneFootball Club', 18, UnderlyingAsset['eth:ofc']), + ofcerc20('10c41a70-8bd2-4415-af52-fefe3af01132', 'ofceth:wxm', 'WeatherXM', 18, UnderlyingAsset['eth:wxm']), ]; function underlyingAssetForSymbol(underlyingAssetValue: string): UnderlyingAsset {