diff --git a/modules/statics/src/allCoinsAndTokens.ts b/modules/statics/src/allCoinsAndTokens.ts index 3b262a6b5d..8b9cd04b73 100644 --- a/modules/statics/src/allCoinsAndTokens.ts +++ b/modules/statics/src/allCoinsAndTokens.ts @@ -2883,6 +2883,33 @@ export const allCoinsAndTokens = [ UnderlyingAsset['baseeth:brett'], Networks.main.basechain ), + erc20Token( + 'd6a1b0c5-2f7e-4d3b-a8e9-1c5f6b2d7a4e', + 'baseeth:argt', + 'ARG Token', + 18, + '0xf016413834e6d1a14f3d628b11d6ef725a6bdbdd', + UnderlyingAsset['baseeth:argt'], + Networks.main.basechain + ), + erc20Token( + 'e7b2c1d6-3a8f-4e4c-b9f0-2d6a7c3e8b5f', + 'baseeth:brat', + 'BRA Token', + 18, + '0xfee29845569570f8e0119291dff77b7b93283aab', + UnderlyingAsset['baseeth:brat'], + Networks.main.basechain + ), + erc20Token( + 'f8c3d2e7-4b9a-4f5d-80a1-3e7b8d4f9c6a', + 'baseeth:mext', + 'Mexican Peso Token', + 18, + '0x59863989d080b22476db95656d0c3cc18be92214', + UnderlyingAsset['baseeth:mext'], + Networks.main.basechain + ), // XDC mainnet tokens erc20Token( diff --git a/modules/statics/src/base.ts b/modules/statics/src/base.ts index 94742befae..ebed787ca1 100644 --- a/modules/statics/src/base.ts +++ b/modules/statics/src/base.ts @@ -2194,6 +2194,9 @@ export enum UnderlyingAsset { 'eth:enso' = 'eth:enso', 'eth:hpp' = 'eth:hpp', 'eth:lit' = 'eth:lit', + 'eth:aedz' = 'eth:aedz', + 'eth:arm-susde-usde' = 'eth:arm-susde-usde', + 'eth:arm-weth-eeth' = 'eth:arm-weth-eeth', 'eth:six' = 'eth:six', 'eth:eden' = 'eth:eden', 'eth:xeden' = 'eth:xeden', @@ -2641,6 +2644,9 @@ export enum UnderlyingAsset { 'polygon:land1' = 'polygon:land1', 'polygon:mmt54' = 'polygon:mmt54', 'polygon:jpyc' = 'polygon:jpyc', + 'polygon:argt' = 'polygon:argt', + 'polygon:brat' = 'polygon:brat', + 'polygon:chlt' = 'polygon:chlt', // Polygon NFTs // generic NFTs 'erc721:polygontoken' = 'erc721:polygontoken', @@ -2669,6 +2675,7 @@ export enum UnderlyingAsset { 'bsc:dd' = 'bsc:dd', 'bsc:parti' = 'bsc:parti', 'bsc:form' = 'bsc:form', + 'bsc:ake' = 'bsc:ake', 'bsc:ltc' = 'bsc:ltc', 'bsc:mask' = 'bsc:mask', 'bsc:matic' = 'bsc:matic', @@ -2920,6 +2927,9 @@ export enum UnderlyingAsset { 'baseeth:sapien' = 'baseeth:sapien', 'baseeth:aixbt' = 'baseeth:aixbt', 'baseeth:brett' = 'baseeth:brett', + 'baseeth:argt' = 'baseeth:argt', + 'baseeth:brat' = 'baseeth:brat', + 'baseeth:mext' = 'baseeth:mext', // BaseETH testnet tokens 'tbaseeth:usdc' = 'tbaseeth:usdc', @@ -3163,6 +3173,8 @@ export enum UnderlyingAsset { 'sol:ai16z' = 'sol:ai16z', 'sol:pnut' = 'sol:pnut', 'sol:nyan' = 'sol:nyan', + 'sol:fight' = 'sol:fight', + 'sol:wet' = 'sol:wet', 'sol:virtual' = 'sol:virtual', 'sol:zerebro' = 'sol:zerebro', 'sol:arc' = 'sol:arc', diff --git a/modules/statics/src/coins/bscTokens.ts b/modules/statics/src/coins/bscTokens.ts index 1469d3ee26..c079889334 100644 --- a/modules/statics/src/coins/bscTokens.ts +++ b/modules/statics/src/coins/bscTokens.ts @@ -43,6 +43,15 @@ export const bscTokens = [ UnderlyingAsset['bsc:form'], BSC_TOKEN_FEATURES ), + bscToken( + 'a9d4e3f8-5c0b-4a6e-91d7-4f9e2c8a5b3d', + 'bsc:ake', + 'Akedo', + 18, + '0x2c3a8ee94ddd97244a93bc48298f97d2c412f7db', + UnderlyingAsset['bsc:ake'], + BSC_TOKEN_FEATURES + ), bscToken( '2a3e9315-0cb8-4bdf-ba9c-d872aeeb1ce2', 'bsc:bsw', diff --git a/modules/statics/src/coins/erc20Coins.ts b/modules/statics/src/coins/erc20Coins.ts index eac00a7b09..de6b9db9b7 100644 --- a/modules/statics/src/coins/erc20Coins.ts +++ b/modules/statics/src/coins/erc20Coins.ts @@ -11953,6 +11953,30 @@ export const erc20Coins = [ '0x232ce3bd40fcd6f80f3d55a522d03f25df784ee2', UnderlyingAsset['eth:lit'] ), + erc20( + 'b0e5f4a9-6d1c-4b7e-a2f8-3c9d5e0b7a6f', + 'eth:aedz', + 'Zand AED', + 6, + '0xfc347c996bd66c1d92e2045c80b413ef3fc84a90', + UnderlyingAsset['eth:aedz'] + ), + erc20( + 'c1f6a5b0-7e2d-4c8f-b3a9-4d0e6f1c8b7a', + 'eth:arm-susde-usde', + 'Ethena Staked USDe ARM', + 18, + '0xceda2d856238aa0d12f6329de20b9115f07c366d', + UnderlyingAsset['eth:arm-susde-usde'] + ), + erc20( + 'd2a7b6c1-8f3e-4d9a-84b0-5e1f7a2d9c8b', + 'eth:arm-weth-eeth', + 'Ether.fi ARM', + 18, + '0xfb0a3cf9b019bfd8827443d131b235b3e0fc58d2', + UnderlyingAsset['eth:arm-weth-eeth'] + ), erc20( '3b5398f9-9c76-4508-8e9a-bf114506025c', 'eth:job', diff --git a/modules/statics/src/coins/ofcCoins.ts b/modules/statics/src/coins/ofcCoins.ts index f30e97d4f4..1be30692cb 100644 --- a/modules/statics/src/coins/ofcCoins.ts +++ b/modules/statics/src/coins/ofcCoins.ts @@ -604,6 +604,8 @@ export const ofcCoins = [ 6, UnderlyingAsset['sol:pnut'] ), + ofcsolToken('e5b0c9d4-6f1a-4e8b-97f3-8d4c0a5e9b1f', 'ofcsol:fight', 'FIGHT', 9, UnderlyingAsset['sol:fight']), + ofcsolToken('f6c1d0e5-7a2b-4f9c-88a4-9e5d1b6f0c2a', 'ofcsol:wet', 'Humidifi', 6, UnderlyingAsset['sol:wet']), ofcsolToken('e792c18a-05d1-4622-a8db-192f431b70a2', 'ofcsol:usdg', 'Global Dollar', 6, UnderlyingAsset['sol:usdg'], [ CoinFeature.STABLECOIN, ]), @@ -2045,6 +2047,7 @@ export const ofcCoins = [ UnderlyingAsset['bsc:parti'] ), ofcBscToken('8d250ad4-775f-4435-9c4c-cf0f77b26f7e', 'ofcbsc:form', 'Four', 18, UnderlyingAsset['bsc:form']), + ofcBscToken('d4a9b8c3-5f0e-4d7a-96f2-7e3c9b4d0a8e', 'ofcbsc:ake', 'Akedo', 18, UnderlyingAsset['bsc:ake']), ofcBscToken( '7c3f2e8a-9d1f-4b6a-8e7b-1f9e4c5d2a6f', 'ofcbsc:burger', @@ -3315,6 +3318,27 @@ export const ofcCoins = [ 18, UnderlyingAsset['polygon:jpyc'] ), + ofcPolygonErc20( + 'a1d6e5f0-2c7b-4a8e-93f9-4d0e6a1c7b8d', + 'ofcpolygon:argt', + 'ARG Token', + 18, + UnderlyingAsset['polygon:argt'] + ), + ofcPolygonErc20( + 'b2e7f6a1-3d8c-4b9f-84a0-5e1f7b2d8c9e', + 'ofcpolygon:brat', + 'BRA Token', + 18, + UnderlyingAsset['polygon:brat'] + ), + ofcPolygonErc20( + 'c3f8a7b2-4e9d-4c0a-a5b1-6f2a8c3e9d0f', + 'ofcpolygon:chlt', + 'Chilean Peso token', + 18, + UnderlyingAsset['polygon:chlt'] + ), tofcPolygonErc20( '62f4329d-11cd-4875-b91b-9ceae66c9439', diff --git a/modules/statics/src/coins/ofcErc20Coins.ts b/modules/statics/src/coins/ofcErc20Coins.ts index ac3deb5090..d3ee7fe82d 100644 --- a/modules/statics/src/coins/ofcErc20Coins.ts +++ b/modules/statics/src/coins/ofcErc20Coins.ts @@ -4466,6 +4466,21 @@ export const tOfcErc20Coins = [ ), ofcerc20('768025b4-e38d-435c-af69-799522cda202', 'ofceth:aioz', 'aioz', 18, UnderlyingAsset['eth:aioz']), ofcerc20('d1fa53cb-7868-4699-9e86-853d9e017bfd', 'ofceth:lit', 'lighter', 18, UnderlyingAsset['eth:lit']), + ofcerc20('a5d0e9f4-1b6c-4a7e-b2f8-3c9d5e0b7a6f', 'ofceth:aedz', 'zand aed', 6, UnderlyingAsset['eth:aedz']), + ofcerc20( + 'b6e1f0a5-2c7d-4b8f-83a9-4d0e6f1c8b7a', + 'ofceth:arm-susde-usde', + 'ethena staked usde arm', + 18, + UnderlyingAsset['eth:arm-susde-usde'] + ), + ofcerc20( + 'c7f2a1b6-3d8e-4c9a-a4b0-5e1f7a2d9c8b', + 'ofceth:arm-weth-eeth', + 'ether.fi arm', + 18, + UnderlyingAsset['eth:arm-weth-eeth'] + ), ofcerc20('63f1d5de-5729-4a71-ba6e-dcd7095c20da', 'ofceth:job', 'jobchain', 8, UnderlyingAsset['eth:job']), ofcerc20('90169666-a3ee-4ff6-b447-0553a1a4cbb8', 'ofceth:irys', 'irys', 18, UnderlyingAsset['eth:irys']), ofcerc20('42fc787e-bd51-4ba0-915f-14b7cdae1bf3', 'ofceth:kpk', 'kpk', 18, UnderlyingAsset['eth:kpk']), @@ -4750,6 +4765,48 @@ export const tOfcErc20Coins = [ true, 'baseeth' ), + ofcerc20( + 'd8a3b2c7-4e9f-4d6a-95e0-6c1f7b3d8a5e', + 'ofcbaseeth:argt', + 'ARG Token', + 18, + UnderlyingAsset['baseeth:argt'], + undefined, + undefined, + '', + undefined, + undefined, + true, + 'baseeth' + ), + ofcerc20( + 'e9b4c3d8-5f0a-4e7b-86f1-7d2a8c4e9b6f', + 'ofcbaseeth:brat', + 'BRA Token', + 18, + UnderlyingAsset['baseeth:brat'], + undefined, + undefined, + '', + undefined, + undefined, + true, + 'baseeth' + ), + ofcerc20( + 'f0c5d4e9-6a1b-4f8c-a7a2-8e3b9d5f0c7a', + 'ofcbaseeth:mext', + 'Mexican Peso Token', + 18, + UnderlyingAsset['baseeth:mext'], + undefined, + undefined, + '', + undefined, + undefined, + true, + 'baseeth' + ), ofcerc20('abeefced-cfda-4afa-8f9c-aebfcadbecfd', 'ofceth:align', 'Aligned', 18, UnderlyingAsset['eth:align']), diff --git a/modules/statics/src/coins/polygonTokens.ts b/modules/statics/src/coins/polygonTokens.ts index 9cdd3ee939..55a5de99d3 100644 --- a/modules/statics/src/coins/polygonTokens.ts +++ b/modules/statics/src/coins/polygonTokens.ts @@ -1260,4 +1260,31 @@ export const polygonTokens = [ UnderlyingAsset['polygon:txusd'], POLYGON_TOKEN_FEATURES ), + polygonErc20( + 'a3d8e7f2-9c4b-4e1a-95d6-8f2c3a7e9d1b', + 'polygon:argt', + 'ARG Token', + 18, + '0x50464be58912745447e24eb3bbdedcee10d3e056', + UnderlyingAsset['polygon:argt'], + POLYGON_TOKEN_FEATURES + ), + polygonErc20( + 'b4e9f8a3-0d5c-4f2b-86e7-9a3d4b8f0e2c', + 'polygon:brat', + 'BRA Token', + 18, + '0x59863989d080b22476db95656d0c3cc18be92214', + UnderlyingAsset['polygon:brat'], + POLYGON_TOKEN_FEATURES + ), + polygonErc20( + 'c5f0a9b4-1e6d-4a3c-a7f8-0b4e5c9a1f3d', + 'polygon:chlt', + 'Chilean Peso token', + 18, + '0xfa658f62ca6cacaa769035adbcbed9bf75f9f72d', + UnderlyingAsset['polygon:chlt'], + POLYGON_TOKEN_FEATURES + ), ]; diff --git a/modules/statics/src/coins/solTokens.ts b/modules/statics/src/coins/solTokens.ts index 52585378b4..4d11554ada 100644 --- a/modules/statics/src/coins/solTokens.ts +++ b/modules/statics/src/coins/solTokens.ts @@ -28,6 +28,26 @@ export const solTokens = [ UnderlyingAsset['sol:virtual'], SOL_TOKEN_FEATURES ), + solToken( + 'e3b8c7d2-9f4a-4e5b-a0d6-5c1f8e3b9d7a', + 'sol:fight', + 'FIGHT', + 9, + '8f62NyJGo7He5uWeveTA2JJQf4xzf8aqxkmzxRQ3mxfU', // https://solscan.io/token/8f62NyJGo7He5uWeveTA2JJQf4xzf8aqxkmzxRQ3mxfU + '8f62NyJGo7He5uWeveTA2JJQf4xzf8aqxkmzxRQ3mxfU', + UnderlyingAsset['sol:fight'], + SOL_TOKEN_FEATURES + ), + solToken( + 'f4c9d8e3-0a5b-4f6c-91e7-6d2a9f4c0e8b', + 'sol:wet', + 'Humidifi', + 6, + 'WETZjtprkDMCcUxPi9PfWnowMRZkiGGHDb9rABuRZ2U', // https://solscan.io/token/WETZjtprkDMCcUxPi9PfWnowMRZkiGGHDb9rABuRZ2U + 'WETZjtprkDMCcUxPi9PfWnowMRZkiGGHDb9rABuRZ2U', + UnderlyingAsset['sol:wet'], + SOL_TOKEN_FEATURES + ), solToken( '5367fe0f-1f39-48c1-8673-23cd6bc1f445', 'sol:pnut',