@merkl/api 0.20.155 → 0.20.156

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -214,6 +214,8 @@ declare const eden: {
214
214
  price?: number | null | undefined;
215
215
  })[];
216
216
  mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
217
+ description: string;
218
+ howToSteps: string[];
217
219
  depositUrl: string | undefined;
218
220
  explorerAddress: string | undefined;
219
221
  tags: string[];
@@ -295,6 +297,8 @@ declare const eden: {
295
297
  price?: number | null | undefined;
296
298
  })[];
297
299
  mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
300
+ description: string;
301
+ howToSteps: string[];
298
302
  depositUrl: string | undefined;
299
303
  explorerAddress: string | undefined;
300
304
  tags: string[];
@@ -317,9 +321,7 @@ declare const eden: {
317
321
  tags: string[];
318
322
  icon: string;
319
323
  } | null | undefined;
320
- description?: string | undefined;
321
324
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
322
- howToSteps?: string[] | undefined;
323
325
  depositUrl?: string | undefined;
324
326
  explorerAddress?: string | undefined;
325
327
  aprRecord?: {
@@ -388,6 +390,7 @@ declare const eden: {
388
390
  isPoint: boolean;
389
391
  isPreTGE: boolean;
390
392
  }[];
393
+ description: string;
391
394
  tags: string[];
392
395
  identifier: string;
393
396
  chain: {
@@ -397,6 +400,7 @@ declare const eden: {
397
400
  };
398
401
  action: string;
399
402
  chainId: number;
403
+ howToSteps: string[];
400
404
  tvl: number;
401
405
  apr: number;
402
406
  dailyRewards: number;
@@ -430,9 +434,7 @@ declare const eden: {
430
434
  tags: string[];
431
435
  icon: string;
432
436
  } | null | undefined;
433
- description?: string | undefined;
434
437
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
435
- howToSteps?: string[] | undefined;
436
438
  depositUrl?: string | undefined;
437
439
  explorerAddress?: string | undefined;
438
440
  aprRecord?: {
@@ -501,6 +503,7 @@ declare const eden: {
501
503
  isPoint: boolean;
502
504
  isPreTGE: boolean;
503
505
  }[];
506
+ description: string;
504
507
  tags: string[];
505
508
  identifier: string;
506
509
  chain: {
@@ -510,6 +513,7 @@ declare const eden: {
510
513
  };
511
514
  action: string;
512
515
  chainId: number;
516
+ howToSteps: string[];
513
517
  tvl: number;
514
518
  apr: number;
515
519
  dailyRewards: number;
@@ -584,7 +588,9 @@ declare const eden: {
584
588
  index: {
585
589
  post: (body: {
586
590
  name?: string | undefined;
591
+ description?: string | undefined;
587
592
  tags?: string[] | undefined;
593
+ howToSteps?: string[] | undefined;
588
594
  depositUrl?: string | undefined;
589
595
  explorerAddress?: string | undefined;
590
596
  protocols?: string[] | undefined;
@@ -931,9 +937,7 @@ declare const eden: {
931
937
  tags: string[];
932
938
  icon: string;
933
939
  } | null | undefined;
934
- description?: string | undefined;
935
940
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
936
- howToSteps?: string[] | undefined;
937
941
  depositUrl?: string | undefined;
938
942
  explorerAddress?: string | undefined;
939
943
  aprRecord?: {
@@ -1002,6 +1006,7 @@ declare const eden: {
1002
1006
  isPoint: boolean;
1003
1007
  isPreTGE: boolean;
1004
1008
  }[];
1009
+ description: string;
1005
1010
  tags: string[];
1006
1011
  identifier: string;
1007
1012
  chain: {
@@ -1011,6 +1016,7 @@ declare const eden: {
1011
1016
  };
1012
1017
  action: string;
1013
1018
  chainId: number;
1019
+ howToSteps: string[];
1014
1020
  tvl: number;
1015
1021
  apr: number;
1016
1022
  dailyRewards: number;
@@ -1384,6 +1390,8 @@ declare const eden: {
1384
1390
  price?: number | null | undefined;
1385
1391
  })[];
1386
1392
  mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
1393
+ description: string;
1394
+ howToSteps: string[];
1387
1395
  depositUrl: string | undefined;
1388
1396
  explorerAddress: string | undefined;
1389
1397
  tags: string[];
@@ -1933,6 +1941,8 @@ declare const eden: {
1933
1941
  price?: number | null | undefined;
1934
1942
  })[];
1935
1943
  mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
1944
+ description: string;
1945
+ howToSteps: string[];
1936
1946
  depositUrl: string | undefined;
1937
1947
  explorerAddress: string | undefined;
1938
1948
  tags: string[];
@@ -2034,6 +2044,8 @@ declare const eden: {
2034
2044
  price?: number | null | undefined;
2035
2045
  })[];
2036
2046
  mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
2047
+ description: string;
2048
+ howToSteps: string[];
2037
2049
  depositUrl: string | undefined;
2038
2050
  explorerAddress: string | undefined;
2039
2051
  tags: string[];
@@ -5438,7 +5450,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
5438
5450
  post: {
5439
5451
  body: {
5440
5452
  name?: string | undefined;
5453
+ description?: string | undefined;
5441
5454
  tags?: string[] | undefined;
5455
+ howToSteps?: string[] | undefined;
5442
5456
  depositUrl?: string | undefined;
5443
5457
  explorerAddress?: string | undefined;
5444
5458
  protocols?: string[] | undefined;
@@ -5635,6 +5649,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
5635
5649
  price?: number | null | undefined;
5636
5650
  })[];
5637
5651
  mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
5652
+ description: string;
5653
+ howToSteps: string[];
5638
5654
  depositUrl: string | undefined;
5639
5655
  explorerAddress: string | undefined;
5640
5656
  tags: string[];
@@ -5726,6 +5742,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
5726
5742
  price?: number | null | undefined;
5727
5743
  })[];
5728
5744
  mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
5745
+ description: string;
5746
+ howToSteps: string[];
5729
5747
  depositUrl: string | undefined;
5730
5748
  explorerAddress: string | undefined;
5731
5749
  tags: string[];
@@ -6011,9 +6029,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
6011
6029
  tags: string[];
6012
6030
  icon: string;
6013
6031
  } | null | undefined;
6014
- description?: string | undefined;
6015
6032
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
6016
- howToSteps?: string[] | undefined;
6017
6033
  depositUrl?: string | undefined;
6018
6034
  explorerAddress?: string | undefined;
6019
6035
  aprRecord?: {
@@ -6082,6 +6098,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
6082
6098
  isPoint: boolean;
6083
6099
  isPreTGE: boolean;
6084
6100
  }[];
6101
+ description: string;
6085
6102
  tags: string[];
6086
6103
  identifier: string;
6087
6104
  chain: {
@@ -6091,6 +6108,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
6091
6108
  };
6092
6109
  action: string;
6093
6110
  chainId: number;
6111
+ howToSteps: string[];
6094
6112
  tvl: number;
6095
6113
  apr: number;
6096
6114
  dailyRewards: number;
@@ -6150,9 +6168,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
6150
6168
  tags: string[];
6151
6169
  icon: string;
6152
6170
  } | null | undefined;
6153
- description?: string | undefined;
6154
6171
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
6155
- howToSteps?: string[] | undefined;
6156
6172
  depositUrl?: string | undefined;
6157
6173
  explorerAddress?: string | undefined;
6158
6174
  aprRecord?: {
@@ -6221,6 +6237,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
6221
6237
  isPoint: boolean;
6222
6238
  isPreTGE: boolean;
6223
6239
  }[];
6240
+ description: string;
6224
6241
  tags: string[];
6225
6242
  identifier: string;
6226
6243
  chain: {
@@ -6230,6 +6247,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
6230
6247
  };
6231
6248
  action: string;
6232
6249
  chainId: number;
6250
+ howToSteps: string[];
6233
6251
  tvl: number;
6234
6252
  apr: number;
6235
6253
  dailyRewards: number;
@@ -6326,9 +6344,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
6326
6344
  tags: string[];
6327
6345
  icon: string;
6328
6346
  } | null | undefined;
6329
- description?: string | undefined;
6330
6347
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
6331
- howToSteps?: string[] | undefined;
6332
6348
  depositUrl?: string | undefined;
6333
6349
  explorerAddress?: string | undefined;
6334
6350
  aprRecord?: {
@@ -6397,6 +6413,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
6397
6413
  isPoint: boolean;
6398
6414
  isPreTGE: boolean;
6399
6415
  }[];
6416
+ description: string;
6400
6417
  tags: string[];
6401
6418
  identifier: string;
6402
6419
  chain: {
@@ -6406,6 +6423,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
6406
6423
  };
6407
6424
  action: string;
6408
6425
  chainId: number;
6426
+ howToSteps: string[];
6409
6427
  tvl: number;
6410
6428
  apr: number;
6411
6429
  dailyRewards: number;
@@ -6723,6 +6741,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
6723
6741
  price?: number | null | undefined;
6724
6742
  })[];
6725
6743
  mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
6744
+ description: string;
6745
+ howToSteps: string[];
6726
6746
  depositUrl: string | undefined;
6727
6747
  explorerAddress: string | undefined;
6728
6748
  tags: string[];
@@ -7617,6 +7637,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
7617
7637
  price?: number | null | undefined;
7618
7638
  })[];
7619
7639
  mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
7640
+ description: string;
7641
+ howToSteps: string[];
7620
7642
  depositUrl: string | undefined;
7621
7643
  explorerAddress: string | undefined;
7622
7644
  tags: string[];
@@ -7725,6 +7747,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
7725
7747
  price?: number | null | undefined;
7726
7748
  })[];
7727
7749
  mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
7750
+ description: string;
7751
+ howToSteps: string[];
7728
7752
  depositUrl: string | undefined;
7729
7753
  explorerAddress: string | undefined;
7730
7754
  tags: string[];
@@ -11999,6 +12023,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
11999
12023
  price?: number | null | undefined;
12000
12024
  })[];
12001
12025
  mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
12026
+ description: string;
12027
+ howToSteps: string[];
12002
12028
  depositUrl: string | undefined;
12003
12029
  explorerAddress: string | undefined;
12004
12030
  tags: string[];
@@ -12080,6 +12106,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
12080
12106
  price?: number | null | undefined;
12081
12107
  })[];
12082
12108
  mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
12109
+ description: string;
12110
+ howToSteps: string[];
12083
12111
  depositUrl: string | undefined;
12084
12112
  explorerAddress: string | undefined;
12085
12113
  tags: string[];
@@ -12102,9 +12130,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
12102
12130
  tags: string[];
12103
12131
  icon: string;
12104
12132
  } | null | undefined;
12105
- description?: string | undefined;
12106
12133
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
12107
- howToSteps?: string[] | undefined;
12108
12134
  depositUrl?: string | undefined;
12109
12135
  explorerAddress?: string | undefined;
12110
12136
  aprRecord?: {
@@ -12173,6 +12199,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
12173
12199
  isPoint: boolean;
12174
12200
  isPreTGE: boolean;
12175
12201
  }[];
12202
+ description: string;
12176
12203
  tags: string[];
12177
12204
  identifier: string;
12178
12205
  chain: {
@@ -12182,6 +12209,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
12182
12209
  };
12183
12210
  action: string;
12184
12211
  chainId: number;
12212
+ howToSteps: string[];
12185
12213
  tvl: number;
12186
12214
  apr: number;
12187
12215
  dailyRewards: number;
@@ -12215,9 +12243,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
12215
12243
  tags: string[];
12216
12244
  icon: string;
12217
12245
  } | null | undefined;
12218
- description?: string | undefined;
12219
12246
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
12220
- howToSteps?: string[] | undefined;
12221
12247
  depositUrl?: string | undefined;
12222
12248
  explorerAddress?: string | undefined;
12223
12249
  aprRecord?: {
@@ -12286,6 +12312,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
12286
12312
  isPoint: boolean;
12287
12313
  isPreTGE: boolean;
12288
12314
  }[];
12315
+ description: string;
12289
12316
  tags: string[];
12290
12317
  identifier: string;
12291
12318
  chain: {
@@ -12295,6 +12322,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
12295
12322
  };
12296
12323
  action: string;
12297
12324
  chainId: number;
12325
+ howToSteps: string[];
12298
12326
  tvl: number;
12299
12327
  apr: number;
12300
12328
  dailyRewards: number;
@@ -12369,7 +12397,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
12369
12397
  index: {
12370
12398
  post: (body: {
12371
12399
  name?: string | undefined;
12400
+ description?: string | undefined;
12372
12401
  tags?: string[] | undefined;
12402
+ howToSteps?: string[] | undefined;
12373
12403
  depositUrl?: string | undefined;
12374
12404
  explorerAddress?: string | undefined;
12375
12405
  protocols?: string[] | undefined;
@@ -12716,9 +12746,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
12716
12746
  tags: string[];
12717
12747
  icon: string;
12718
12748
  } | null | undefined;
12719
- description?: string | undefined;
12720
12749
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
12721
- howToSteps?: string[] | undefined;
12722
12750
  depositUrl?: string | undefined;
12723
12751
  explorerAddress?: string | undefined;
12724
12752
  aprRecord?: {
@@ -12787,6 +12815,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
12787
12815
  isPoint: boolean;
12788
12816
  isPreTGE: boolean;
12789
12817
  }[];
12818
+ description: string;
12790
12819
  tags: string[];
12791
12820
  identifier: string;
12792
12821
  chain: {
@@ -12796,6 +12825,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
12796
12825
  };
12797
12826
  action: string;
12798
12827
  chainId: number;
12828
+ howToSteps: string[];
12799
12829
  tvl: number;
12800
12830
  apr: number;
12801
12831
  dailyRewards: number;
@@ -13169,6 +13199,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
13169
13199
  price?: number | null | undefined;
13170
13200
  })[];
13171
13201
  mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
13202
+ description: string;
13203
+ howToSteps: string[];
13172
13204
  depositUrl: string | undefined;
13173
13205
  explorerAddress: string | undefined;
13174
13206
  tags: string[];
@@ -13718,6 +13750,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
13718
13750
  price?: number | null | undefined;
13719
13751
  })[];
13720
13752
  mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
13753
+ description: string;
13754
+ howToSteps: string[];
13721
13755
  depositUrl: string | undefined;
13722
13756
  explorerAddress: string | undefined;
13723
13757
  tags: string[];
@@ -13819,6 +13853,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
13819
13853
  price?: number | null | undefined;
13820
13854
  })[];
13821
13855
  mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
13856
+ description: string;
13857
+ howToSteps: string[];
13822
13858
  depositUrl: string | undefined;
13823
13859
  explorerAddress: string | undefined;
13824
13860
  tags: string[];
@@ -162,7 +162,9 @@ declare const app: Elysia<"", false, {
162
162
  post: {
163
163
  body: {
164
164
  name?: string | undefined;
165
+ description?: string | undefined;
165
166
  tags?: string[] | undefined;
167
+ howToSteps?: string[] | undefined;
166
168
  depositUrl?: string | undefined;
167
169
  explorerAddress?: string | undefined;
168
170
  protocols?: string[] | undefined;
@@ -359,6 +361,8 @@ declare const app: Elysia<"", false, {
359
361
  price?: number | null | undefined;
360
362
  })[];
361
363
  mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
364
+ description: string;
365
+ howToSteps: string[];
362
366
  depositUrl: string | undefined;
363
367
  explorerAddress: string | undefined;
364
368
  tags: string[];
@@ -450,6 +454,8 @@ declare const app: Elysia<"", false, {
450
454
  price?: number | null | undefined;
451
455
  })[];
452
456
  mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
457
+ description: string;
458
+ howToSteps: string[];
453
459
  depositUrl: string | undefined;
454
460
  explorerAddress: string | undefined;
455
461
  tags: string[];
@@ -735,9 +741,7 @@ declare const app: Elysia<"", false, {
735
741
  tags: string[];
736
742
  icon: string;
737
743
  } | null | undefined;
738
- description?: string | undefined;
739
744
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
740
- howToSteps?: string[] | undefined;
741
745
  depositUrl?: string | undefined;
742
746
  explorerAddress?: string | undefined;
743
747
  aprRecord?: {
@@ -806,6 +810,7 @@ declare const app: Elysia<"", false, {
806
810
  isPoint: boolean;
807
811
  isPreTGE: boolean;
808
812
  }[];
813
+ description: string;
809
814
  tags: string[];
810
815
  identifier: string;
811
816
  chain: {
@@ -815,6 +820,7 @@ declare const app: Elysia<"", false, {
815
820
  };
816
821
  action: string;
817
822
  chainId: number;
823
+ howToSteps: string[];
818
824
  tvl: number;
819
825
  apr: number;
820
826
  dailyRewards: number;
@@ -874,9 +880,7 @@ declare const app: Elysia<"", false, {
874
880
  tags: string[];
875
881
  icon: string;
876
882
  } | null | undefined;
877
- description?: string | undefined;
878
883
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
879
- howToSteps?: string[] | undefined;
880
884
  depositUrl?: string | undefined;
881
885
  explorerAddress?: string | undefined;
882
886
  aprRecord?: {
@@ -945,6 +949,7 @@ declare const app: Elysia<"", false, {
945
949
  isPoint: boolean;
946
950
  isPreTGE: boolean;
947
951
  }[];
952
+ description: string;
948
953
  tags: string[];
949
954
  identifier: string;
950
955
  chain: {
@@ -954,6 +959,7 @@ declare const app: Elysia<"", false, {
954
959
  };
955
960
  action: string;
956
961
  chainId: number;
962
+ howToSteps: string[];
957
963
  tvl: number;
958
964
  apr: number;
959
965
  dailyRewards: number;
@@ -1050,9 +1056,7 @@ declare const app: Elysia<"", false, {
1050
1056
  tags: string[];
1051
1057
  icon: string;
1052
1058
  } | null | undefined;
1053
- description?: string | undefined;
1054
1059
  distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
1055
- howToSteps?: string[] | undefined;
1056
1060
  depositUrl?: string | undefined;
1057
1061
  explorerAddress?: string | undefined;
1058
1062
  aprRecord?: {
@@ -1121,6 +1125,7 @@ declare const app: Elysia<"", false, {
1121
1125
  isPoint: boolean;
1122
1126
  isPreTGE: boolean;
1123
1127
  }[];
1128
+ description: string;
1124
1129
  tags: string[];
1125
1130
  identifier: string;
1126
1131
  chain: {
@@ -1130,6 +1135,7 @@ declare const app: Elysia<"", false, {
1130
1135
  };
1131
1136
  action: string;
1132
1137
  chainId: number;
1138
+ howToSteps: string[];
1133
1139
  tvl: number;
1134
1140
  apr: number;
1135
1141
  dailyRewards: number;
@@ -1447,6 +1453,8 @@ declare const app: Elysia<"", false, {
1447
1453
  price?: number | null | undefined;
1448
1454
  })[];
1449
1455
  mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
1456
+ description: string;
1457
+ howToSteps: string[];
1450
1458
  depositUrl: string | undefined;
1451
1459
  explorerAddress: string | undefined;
1452
1460
  tags: string[];
@@ -2341,6 +2349,8 @@ declare const app: Elysia<"", false, {
2341
2349
  price?: number | null | undefined;
2342
2350
  })[];
2343
2351
  mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
2352
+ description: string;
2353
+ howToSteps: string[];
2344
2354
  depositUrl: string | undefined;
2345
2355
  explorerAddress: string | undefined;
2346
2356
  tags: string[];
@@ -2449,6 +2459,8 @@ declare const app: Elysia<"", false, {
2449
2459
  price?: number | null | undefined;
2450
2460
  })[];
2451
2461
  mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
2462
+ description: string;
2463
+ howToSteps: string[];
2452
2464
  depositUrl: string | undefined;
2453
2465
  explorerAddress: string | undefined;
2454
2466
  tags: string[];
@@ -123,6 +123,8 @@ export declare const CampaignController: Elysia<"/campaigns", false, {
123
123
  price?: number | null | undefined;
124
124
  })[];
125
125
  mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
126
+ description: string;
127
+ howToSteps: string[];
126
128
  depositUrl: string | undefined;
127
129
  explorerAddress: string | undefined;
128
130
  tags: string[];
@@ -244,6 +244,8 @@ export declare abstract class CampaignService {
244
244
  price?: number | null | undefined;
245
245
  })[];
246
246
  mainProtocol: "splice" | "reserve" | "morpho" | "quickswap" | "euler" | "aura" | "poolside" | "gearbox" | "filament" | "fluid" | "compound" | "ionic" | "layerbank" | "moonwell" | "fraxlend" | "fenix" | "ra" | "syncswap" | "beefy" | "aerodrome" | "velodrome" | "curve" | "toros" | "akron" | "enzyme" | "dragonswap" | "koi" | "rfx" | "woofi" | "pendle" | "zkSwapThreePool" | "maha" | "tempest" | "holdstation" | "venus" | "reactor_fusion" | "vicuna" | "curveNPool" | "satlayer" | "veda" | "cian" | "concrete" | "hourglass" | "katana" | "gamma" | "stability" | "uniswap" | "ambient" | "arthswap" | "base-swap" | "camelot" | "crust" | "horiza" | "izumi" | "kim" | "pancake-swap" | "ramses" | "retro" | "stryke" | "sushi-swap" | "swapr" | "thruster" | "voltage" | "zero" | "supswap" | "zk-swap" | "thirdtrade" | "swap-x" | "balancer" | "cross_curve" | "neptune" | "maverick" | "trader-joe" | "hanji" | "radiant" | "aave" | "ironclad" | "sturdy" | "frax" | "silo" | "dolomite" | "badger" | "ajna" | "ion" | "eigenlayer" | "vest" | "zerolend" | "lnd" | "hyperdrive" | "oku" | "kyo" | "sonex" | "lendle" | "tako-tako" | "equalizer" | "spectra" | "beraborrow" | "superlend" | "avalon" | "iguana" | "xlend" | "sake" | "sonicmarket" | "angles" | "bunni" | "beratrax" | "yei" | "gammaswap" | "uranium" | undefined;
247
+ description: string;
248
+ howToSteps: string[];
247
249
  depositUrl: string | undefined;
248
250
  explorerAddress: string | undefined;
249
251
  tags: string[];