diff --git a/modules/statics/src/base.ts b/modules/statics/src/base.ts index 5122cc4fea..733d6038bb 100644 --- a/modules/statics/src/base.ts +++ b/modules/statics/src/base.ts @@ -2188,6 +2188,7 @@ export enum UnderlyingAsset { 'eth:seda' = 'eth:seda', 'eth:enso' = 'eth:enso', 'eth:hpp' = 'eth:hpp', + 'eth:lit' = 'eth:lit', 'eth:six' = 'eth:six', 'eth:eden' = 'eth:eden', 'eth:xeden' = 'eth:xeden', @@ -2632,6 +2633,7 @@ export enum UnderlyingAsset { 'polygon:zig' = 'polygon:zig', 'polygon:brl1' = 'polygon:brl1', 'polygon:cnktplus' = 'polygon:cnktplus', + 'polygon:land1' = 'polygon:land1', 'polygon:mmt54' = 'polygon:mmt54', 'polygon:jpyc' = 'polygon:jpyc', // Polygon NFTs diff --git a/modules/statics/src/coins/erc20Coins.ts b/modules/statics/src/coins/erc20Coins.ts index 0e9d72d743..1fbf306d98 100644 --- a/modules/statics/src/coins/erc20Coins.ts +++ b/modules/statics/src/coins/erc20Coins.ts @@ -11945,6 +11945,14 @@ export const erc20Coins = [ '0x626e8036deb333b408be468f951bdb42433cbf18', UnderlyingAsset['eth:aioz'] ), + erc20( + '2f4c46e8-9e30-4ecd-bcf1-1b50447c6f26', + 'eth:lit', + 'Lighter', + 18, + '0x232ce3bd40fcd6f80f3d55a522d03f25df784ee2', + UnderlyingAsset['eth:lit'] + ), 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 d5b7e686fa..f30e97d4f4 100644 --- a/modules/statics/src/coins/ofcCoins.ts +++ b/modules/statics/src/coins/ofcCoins.ts @@ -2546,6 +2546,13 @@ export const ofcCoins = [ 18, UnderlyingAsset['polygon:cnktplus'] ), + ofcPolygonErc20( + '54077a8d-f71c-428c-b775-1a4b3dc4b6d9', + 'ofcpolygon:land1', + 'LAND1', + 6, + UnderlyingAsset['polygon:land1'] + ), ofcPolygonErc20( 'a63bf18b-3462-403c-93f5-ff1b608622c2', 'ofcpolygon:usdc', diff --git a/modules/statics/src/coins/ofcErc20Coins.ts b/modules/statics/src/coins/ofcErc20Coins.ts index 4f64318712..a5229d8ed0 100644 --- a/modules/statics/src/coins/ofcErc20Coins.ts +++ b/modules/statics/src/coins/ofcErc20Coins.ts @@ -4465,6 +4465,7 @@ export const tOfcErc20Coins = [ underlyingAssetForSymbol('eth:banana') ), 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('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']), diff --git a/modules/statics/src/coins/polygonTokens.ts b/modules/statics/src/coins/polygonTokens.ts index 38fdb128a3..9cdd3ee939 100644 --- a/modules/statics/src/coins/polygonTokens.ts +++ b/modules/statics/src/coins/polygonTokens.ts @@ -66,6 +66,15 @@ export const polygonTokens = [ UnderlyingAsset['polygon:cnktplus'], POLYGON_TOKEN_FEATURES ), + polygonErc20( + '188d9662-6308-4b13-91b2-8e7f33374458', + 'polygon:land1', + 'LAND1', + 6, + '0x30f0b4fa621773d13b2ea5c46e36773b02f3011a', + UnderlyingAsset['polygon:land1'], + POLYGON_TOKEN_FEATURES + ), polygonErc20( '0fb0aecf-c5d1-4c42-a96b-04ddbf45c99c', 'polygon:wbtc',