@merkl/api 0.20.155 → 0.20.157
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.
- package/dist/src/eden/index.d.ts +204 -161
- package/dist/src/index.d.ts +66 -47
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +20 -15
- package/dist/src/modules/v4/campaign/campaign.controller.js +5 -1
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +2 -0
- package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +34 -26
- package/dist/src/modules/v4/campaign/campaign.test.controller.js +6 -2
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +12 -6
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +6 -4
- package/dist/src/modules/v4/opportunity/opportunity.model.js +4 -2
- package/dist/src/modules/v4/opportunity/opportunity.repository.js +4 -0
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +15 -5
- package/dist/src/modules/v4/opportunity/opportunity.service.js +44 -0
- package/dist/src/modules/v4/router.d.ts +66 -47
- package/dist/src/scripts/fill-descriptions.d.ts +1 -0
- package/dist/src/scripts/fill-descriptions.js +101 -0
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/src/eden/index.d.ts
CHANGED
@@ -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[];
|
@@ -1468,6 +1476,19 @@ declare const eden: {
|
|
1468
1476
|
};
|
1469
1477
|
}>>;
|
1470
1478
|
};
|
1479
|
+
tvls: ((params: {
|
1480
|
+
opportunityId: string | number;
|
1481
|
+
}) => {
|
1482
|
+
put: (body: unknown, options: {
|
1483
|
+
headers: {
|
1484
|
+
authorization: string;
|
1485
|
+
};
|
1486
|
+
query?: Record<string, unknown> | undefined;
|
1487
|
+
fetch?: RequestInit | undefined;
|
1488
|
+
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
1489
|
+
200: unknown[];
|
1490
|
+
}>>;
|
1491
|
+
}) & {};
|
1471
1492
|
index: {
|
1472
1493
|
get: (options: {
|
1473
1494
|
headers?: Record<string, unknown> | undefined;
|
@@ -1740,47 +1761,20 @@ declare const eden: {
|
|
1740
1761
|
}>>;
|
1741
1762
|
};
|
1742
1763
|
};
|
1743
|
-
"dry-runtvl": ((params: {
|
1744
|
-
campaignId: string | number;
|
1745
|
-
}) => {
|
1746
|
-
get: (options: {
|
1747
|
-
headers: {
|
1748
|
-
authorization: string;
|
1749
|
-
};
|
1750
|
-
query?: Record<string, unknown> | undefined;
|
1751
|
-
fetch?: RequestInit | undefined;
|
1752
|
-
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
1753
|
-
200: unknown[];
|
1754
|
-
}>>;
|
1755
|
-
}) & {};
|
1756
|
-
"dry-runtvls": ((params: {
|
1757
|
-
opportunityId: string | number;
|
1758
|
-
}) => {
|
1759
|
-
get: (options: {
|
1760
|
-
headers: {
|
1761
|
-
authorization: string;
|
1762
|
-
};
|
1763
|
-
query?: Record<string, unknown> | undefined;
|
1764
|
-
fetch?: RequestInit | undefined;
|
1765
|
-
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
1766
|
-
200: unknown[];
|
1767
|
-
}>>;
|
1768
|
-
}) & {};
|
1769
1764
|
"dry-run": {
|
1770
|
-
|
1771
|
-
|
1772
|
-
|
1773
|
-
|
1774
|
-
|
1775
|
-
|
1776
|
-
|
1777
|
-
|
1778
|
-
|
1779
|
-
|
1780
|
-
|
1781
|
-
}
|
1782
|
-
}
|
1783
|
-
tvl: {
|
1765
|
+
tvl: ((params: {
|
1766
|
+
campaignId: string | number;
|
1767
|
+
}) => {
|
1768
|
+
get: (options: {
|
1769
|
+
headers: {
|
1770
|
+
authorization: string;
|
1771
|
+
};
|
1772
|
+
query?: Record<string, unknown> | undefined;
|
1773
|
+
fetch?: RequestInit | undefined;
|
1774
|
+
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
1775
|
+
200: unknown[];
|
1776
|
+
}>>;
|
1777
|
+
}) & {
|
1784
1778
|
post: (body: {
|
1785
1779
|
id?: string | undefined;
|
1786
1780
|
subType?: number | undefined;
|
@@ -1826,6 +1820,31 @@ declare const eden: {
|
|
1826
1820
|
};
|
1827
1821
|
}>>;
|
1828
1822
|
};
|
1823
|
+
tvls: ((params: {
|
1824
|
+
opportunityId: string | number;
|
1825
|
+
}) => {
|
1826
|
+
get: (options: {
|
1827
|
+
headers: {
|
1828
|
+
authorization: string;
|
1829
|
+
};
|
1830
|
+
query?: Record<string, unknown> | undefined;
|
1831
|
+
fetch?: RequestInit | undefined;
|
1832
|
+
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
1833
|
+
200: unknown[];
|
1834
|
+
}>>;
|
1835
|
+
}) & {
|
1836
|
+
list: {
|
1837
|
+
post: (body: string[], options: {
|
1838
|
+
headers: {
|
1839
|
+
authorization: string;
|
1840
|
+
};
|
1841
|
+
query?: Record<string, unknown> | undefined;
|
1842
|
+
fetch?: RequestInit | undefined;
|
1843
|
+
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
1844
|
+
200: unknown[];
|
1845
|
+
}>>;
|
1846
|
+
};
|
1847
|
+
};
|
1829
1848
|
metadata: {
|
1830
1849
|
post: (body: {
|
1831
1850
|
id?: string | undefined;
|
@@ -1933,6 +1952,8 @@ declare const eden: {
|
|
1933
1952
|
price?: number | null | undefined;
|
1934
1953
|
})[];
|
1935
1954
|
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;
|
1955
|
+
description: string;
|
1956
|
+
howToSteps: string[];
|
1936
1957
|
depositUrl: string | undefined;
|
1937
1958
|
explorerAddress: string | undefined;
|
1938
1959
|
tags: string[];
|
@@ -2034,6 +2055,8 @@ declare const eden: {
|
|
2034
2055
|
price?: number | null | undefined;
|
2035
2056
|
})[];
|
2036
2057
|
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;
|
2058
|
+
description: string;
|
2059
|
+
howToSteps: string[];
|
2037
2060
|
depositUrl: string | undefined;
|
2038
2061
|
explorerAddress: string | undefined;
|
2039
2062
|
tags: string[];
|
@@ -2042,17 +2065,6 @@ declare const eden: {
|
|
2042
2065
|
};
|
2043
2066
|
};
|
2044
2067
|
};
|
2045
|
-
campaignstvls: ((params: {
|
2046
|
-
opportunityId: string | number;
|
2047
|
-
}) => {
|
2048
|
-
put: (body?: unknown, options?: {
|
2049
|
-
headers?: Record<string, unknown> | undefined;
|
2050
|
-
query?: Record<string, unknown> | undefined;
|
2051
|
-
fetch?: RequestInit | undefined;
|
2052
|
-
} | undefined) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
2053
|
-
200: unknown[];
|
2054
|
-
}>>;
|
2055
|
-
}) & {};
|
2056
2068
|
campaignscount: {
|
2057
2069
|
"by-chains": {
|
2058
2070
|
get: (options: {
|
@@ -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[];
|
@@ -6820,6 +6840,24 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
6820
6840
|
};
|
6821
6841
|
};
|
6822
6842
|
};
|
6843
|
+
} & {
|
6844
|
+
tvls: {
|
6845
|
+
":opportunityId": {
|
6846
|
+
put: {
|
6847
|
+
body: unknown;
|
6848
|
+
params: {
|
6849
|
+
opportunityId: string;
|
6850
|
+
};
|
6851
|
+
query: unknown;
|
6852
|
+
headers: {
|
6853
|
+
authorization: string;
|
6854
|
+
};
|
6855
|
+
response: {
|
6856
|
+
200: unknown[];
|
6857
|
+
};
|
6858
|
+
};
|
6859
|
+
};
|
6860
|
+
};
|
6823
6861
|
} & {
|
6824
6862
|
index: {
|
6825
6863
|
get: {
|
@@ -7100,21 +7138,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7100
7138
|
};
|
7101
7139
|
};
|
7102
7140
|
};
|
7103
|
-
campaignstvls: {
|
7104
|
-
":opportunityId": {
|
7105
|
-
put: {
|
7106
|
-
body: unknown;
|
7107
|
-
params: {
|
7108
|
-
opportunityId: string;
|
7109
|
-
};
|
7110
|
-
query: unknown;
|
7111
|
-
headers: unknown;
|
7112
|
-
response: {
|
7113
|
-
200: unknown[];
|
7114
|
-
};
|
7115
|
-
};
|
7116
|
-
};
|
7117
|
-
};
|
7118
7141
|
} & {
|
7119
7142
|
campaigns: {
|
7120
7143
|
index: {
|
@@ -7396,37 +7419,41 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7396
7419
|
} & {
|
7397
7420
|
v4: {
|
7398
7421
|
campaigns: {
|
7399
|
-
"dry-
|
7400
|
-
|
7401
|
-
|
7402
|
-
|
7403
|
-
|
7404
|
-
|
7405
|
-
|
7406
|
-
|
7407
|
-
|
7408
|
-
|
7409
|
-
|
7410
|
-
|
7411
|
-
|
7422
|
+
"dry-run": {
|
7423
|
+
tvl: {
|
7424
|
+
":campaignId": {
|
7425
|
+
get: {
|
7426
|
+
body: unknown;
|
7427
|
+
params: {
|
7428
|
+
campaignId: string;
|
7429
|
+
};
|
7430
|
+
query: unknown;
|
7431
|
+
headers: {
|
7432
|
+
authorization: string;
|
7433
|
+
};
|
7434
|
+
response: {
|
7435
|
+
200: unknown[];
|
7436
|
+
};
|
7412
7437
|
};
|
7413
7438
|
};
|
7414
7439
|
};
|
7415
7440
|
};
|
7416
7441
|
} & {
|
7417
|
-
"dry-
|
7418
|
-
|
7419
|
-
|
7420
|
-
|
7421
|
-
|
7422
|
-
|
7423
|
-
|
7424
|
-
|
7425
|
-
|
7426
|
-
|
7427
|
-
|
7428
|
-
|
7429
|
-
|
7442
|
+
"dry-run": {
|
7443
|
+
tvls: {
|
7444
|
+
":opportunityId": {
|
7445
|
+
get: {
|
7446
|
+
body: unknown;
|
7447
|
+
params: {
|
7448
|
+
opportunityId: string;
|
7449
|
+
};
|
7450
|
+
query: unknown;
|
7451
|
+
headers: {
|
7452
|
+
authorization: string;
|
7453
|
+
};
|
7454
|
+
response: {
|
7455
|
+
200: unknown[];
|
7456
|
+
};
|
7430
7457
|
};
|
7431
7458
|
};
|
7432
7459
|
};
|
@@ -7617,6 +7644,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7617
7644
|
price?: number | null | undefined;
|
7618
7645
|
})[];
|
7619
7646
|
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;
|
7647
|
+
description: string;
|
7648
|
+
howToSteps: string[];
|
7620
7649
|
depositUrl: string | undefined;
|
7621
7650
|
explorerAddress: string | undefined;
|
7622
7651
|
tags: string[];
|
@@ -7725,6 +7754,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7725
7754
|
price?: number | null | undefined;
|
7726
7755
|
})[];
|
7727
7756
|
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;
|
7757
|
+
description: string;
|
7758
|
+
howToSteps: string[];
|
7728
7759
|
depositUrl: string | undefined;
|
7729
7760
|
explorerAddress: string | undefined;
|
7730
7761
|
tags: string[];
|
@@ -11999,6 +12030,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11999
12030
|
price?: number | null | undefined;
|
12000
12031
|
})[];
|
12001
12032
|
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;
|
12033
|
+
description: string;
|
12034
|
+
howToSteps: string[];
|
12002
12035
|
depositUrl: string | undefined;
|
12003
12036
|
explorerAddress: string | undefined;
|
12004
12037
|
tags: string[];
|
@@ -12080,6 +12113,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12080
12113
|
price?: number | null | undefined;
|
12081
12114
|
})[];
|
12082
12115
|
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;
|
12116
|
+
description: string;
|
12117
|
+
howToSteps: string[];
|
12083
12118
|
depositUrl: string | undefined;
|
12084
12119
|
explorerAddress: string | undefined;
|
12085
12120
|
tags: string[];
|
@@ -12102,9 +12137,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12102
12137
|
tags: string[];
|
12103
12138
|
icon: string;
|
12104
12139
|
} | null | undefined;
|
12105
|
-
description?: string | undefined;
|
12106
12140
|
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
12141
|
depositUrl?: string | undefined;
|
12109
12142
|
explorerAddress?: string | undefined;
|
12110
12143
|
aprRecord?: {
|
@@ -12173,6 +12206,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12173
12206
|
isPoint: boolean;
|
12174
12207
|
isPreTGE: boolean;
|
12175
12208
|
}[];
|
12209
|
+
description: string;
|
12176
12210
|
tags: string[];
|
12177
12211
|
identifier: string;
|
12178
12212
|
chain: {
|
@@ -12182,6 +12216,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12182
12216
|
};
|
12183
12217
|
action: string;
|
12184
12218
|
chainId: number;
|
12219
|
+
howToSteps: string[];
|
12185
12220
|
tvl: number;
|
12186
12221
|
apr: number;
|
12187
12222
|
dailyRewards: number;
|
@@ -12215,9 +12250,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12215
12250
|
tags: string[];
|
12216
12251
|
icon: string;
|
12217
12252
|
} | null | undefined;
|
12218
|
-
description?: string | undefined;
|
12219
12253
|
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
12254
|
depositUrl?: string | undefined;
|
12222
12255
|
explorerAddress?: string | undefined;
|
12223
12256
|
aprRecord?: {
|
@@ -12286,6 +12319,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12286
12319
|
isPoint: boolean;
|
12287
12320
|
isPreTGE: boolean;
|
12288
12321
|
}[];
|
12322
|
+
description: string;
|
12289
12323
|
tags: string[];
|
12290
12324
|
identifier: string;
|
12291
12325
|
chain: {
|
@@ -12295,6 +12329,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12295
12329
|
};
|
12296
12330
|
action: string;
|
12297
12331
|
chainId: number;
|
12332
|
+
howToSteps: string[];
|
12298
12333
|
tvl: number;
|
12299
12334
|
apr: number;
|
12300
12335
|
dailyRewards: number;
|
@@ -12369,7 +12404,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12369
12404
|
index: {
|
12370
12405
|
post: (body: {
|
12371
12406
|
name?: string | undefined;
|
12407
|
+
description?: string | undefined;
|
12372
12408
|
tags?: string[] | undefined;
|
12409
|
+
howToSteps?: string[] | undefined;
|
12373
12410
|
depositUrl?: string | undefined;
|
12374
12411
|
explorerAddress?: string | undefined;
|
12375
12412
|
protocols?: string[] | undefined;
|
@@ -12716,9 +12753,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12716
12753
|
tags: string[];
|
12717
12754
|
icon: string;
|
12718
12755
|
} | null | undefined;
|
12719
|
-
description?: string | undefined;
|
12720
12756
|
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
12757
|
depositUrl?: string | undefined;
|
12723
12758
|
explorerAddress?: string | undefined;
|
12724
12759
|
aprRecord?: {
|
@@ -12787,6 +12822,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12787
12822
|
isPoint: boolean;
|
12788
12823
|
isPreTGE: boolean;
|
12789
12824
|
}[];
|
12825
|
+
description: string;
|
12790
12826
|
tags: string[];
|
12791
12827
|
identifier: string;
|
12792
12828
|
chain: {
|
@@ -12796,6 +12832,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12796
12832
|
};
|
12797
12833
|
action: string;
|
12798
12834
|
chainId: number;
|
12835
|
+
howToSteps: string[];
|
12799
12836
|
tvl: number;
|
12800
12837
|
apr: number;
|
12801
12838
|
dailyRewards: number;
|
@@ -13169,6 +13206,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13169
13206
|
price?: number | null | undefined;
|
13170
13207
|
})[];
|
13171
13208
|
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;
|
13209
|
+
description: string;
|
13210
|
+
howToSteps: string[];
|
13172
13211
|
depositUrl: string | undefined;
|
13173
13212
|
explorerAddress: string | undefined;
|
13174
13213
|
tags: string[];
|
@@ -13253,6 +13292,19 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13253
13292
|
};
|
13254
13293
|
}>>;
|
13255
13294
|
};
|
13295
|
+
tvls: ((params: {
|
13296
|
+
opportunityId: string | number;
|
13297
|
+
}) => {
|
13298
|
+
put: (body: unknown, options: {
|
13299
|
+
headers: {
|
13300
|
+
authorization: string;
|
13301
|
+
};
|
13302
|
+
query?: Record<string, unknown> | undefined;
|
13303
|
+
fetch?: RequestInit | undefined;
|
13304
|
+
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
13305
|
+
200: unknown[];
|
13306
|
+
}>>;
|
13307
|
+
}) & {};
|
13256
13308
|
index: {
|
13257
13309
|
get: (options: {
|
13258
13310
|
headers?: Record<string, unknown> | undefined;
|
@@ -13525,47 +13577,20 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13525
13577
|
}>>;
|
13526
13578
|
};
|
13527
13579
|
};
|
13528
|
-
"dry-runtvl": ((params: {
|
13529
|
-
campaignId: string | number;
|
13530
|
-
}) => {
|
13531
|
-
get: (options: {
|
13532
|
-
headers: {
|
13533
|
-
authorization: string;
|
13534
|
-
};
|
13535
|
-
query?: Record<string, unknown> | undefined;
|
13536
|
-
fetch?: RequestInit | undefined;
|
13537
|
-
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
13538
|
-
200: unknown[];
|
13539
|
-
}>>;
|
13540
|
-
}) & {};
|
13541
|
-
"dry-runtvls": ((params: {
|
13542
|
-
opportunityId: string | number;
|
13543
|
-
}) => {
|
13544
|
-
get: (options: {
|
13545
|
-
headers: {
|
13546
|
-
authorization: string;
|
13547
|
-
};
|
13548
|
-
query?: Record<string, unknown> | undefined;
|
13549
|
-
fetch?: RequestInit | undefined;
|
13550
|
-
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
13551
|
-
200: unknown[];
|
13552
|
-
}>>;
|
13553
|
-
}) & {};
|
13554
13580
|
"dry-run": {
|
13555
|
-
|
13556
|
-
|
13557
|
-
|
13558
|
-
|
13559
|
-
|
13560
|
-
|
13561
|
-
|
13562
|
-
|
13563
|
-
|
13564
|
-
|
13565
|
-
|
13566
|
-
}
|
13567
|
-
}
|
13568
|
-
tvl: {
|
13581
|
+
tvl: ((params: {
|
13582
|
+
campaignId: string | number;
|
13583
|
+
}) => {
|
13584
|
+
get: (options: {
|
13585
|
+
headers: {
|
13586
|
+
authorization: string;
|
13587
|
+
};
|
13588
|
+
query?: Record<string, unknown> | undefined;
|
13589
|
+
fetch?: RequestInit | undefined;
|
13590
|
+
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
13591
|
+
200: unknown[];
|
13592
|
+
}>>;
|
13593
|
+
}) & {
|
13569
13594
|
post: (body: {
|
13570
13595
|
id?: string | undefined;
|
13571
13596
|
subType?: number | undefined;
|
@@ -13611,6 +13636,31 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13611
13636
|
};
|
13612
13637
|
}>>;
|
13613
13638
|
};
|
13639
|
+
tvls: ((params: {
|
13640
|
+
opportunityId: string | number;
|
13641
|
+
}) => {
|
13642
|
+
get: (options: {
|
13643
|
+
headers: {
|
13644
|
+
authorization: string;
|
13645
|
+
};
|
13646
|
+
query?: Record<string, unknown> | undefined;
|
13647
|
+
fetch?: RequestInit | undefined;
|
13648
|
+
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
13649
|
+
200: unknown[];
|
13650
|
+
}>>;
|
13651
|
+
}) & {
|
13652
|
+
list: {
|
13653
|
+
post: (body: string[], options: {
|
13654
|
+
headers: {
|
13655
|
+
authorization: string;
|
13656
|
+
};
|
13657
|
+
query?: Record<string, unknown> | undefined;
|
13658
|
+
fetch?: RequestInit | undefined;
|
13659
|
+
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
13660
|
+
200: unknown[];
|
13661
|
+
}>>;
|
13662
|
+
};
|
13663
|
+
};
|
13614
13664
|
metadata: {
|
13615
13665
|
post: (body: {
|
13616
13666
|
id?: string | undefined;
|
@@ -13718,6 +13768,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13718
13768
|
price?: number | null | undefined;
|
13719
13769
|
})[];
|
13720
13770
|
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;
|
13771
|
+
description: string;
|
13772
|
+
howToSteps: string[];
|
13721
13773
|
depositUrl: string | undefined;
|
13722
13774
|
explorerAddress: string | undefined;
|
13723
13775
|
tags: string[];
|
@@ -13819,6 +13871,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13819
13871
|
price?: number | null | undefined;
|
13820
13872
|
})[];
|
13821
13873
|
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;
|
13874
|
+
description: string;
|
13875
|
+
howToSteps: string[];
|
13822
13876
|
depositUrl: string | undefined;
|
13823
13877
|
explorerAddress: string | undefined;
|
13824
13878
|
tags: string[];
|
@@ -13827,17 +13881,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13827
13881
|
};
|
13828
13882
|
};
|
13829
13883
|
};
|
13830
|
-
campaignstvls: ((params: {
|
13831
|
-
opportunityId: string | number;
|
13832
|
-
}) => {
|
13833
|
-
put: (body?: unknown, options?: {
|
13834
|
-
headers?: Record<string, unknown> | undefined;
|
13835
|
-
query?: Record<string, unknown> | undefined;
|
13836
|
-
fetch?: RequestInit | undefined;
|
13837
|
-
} | undefined) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
13838
|
-
200: unknown[];
|
13839
|
-
}>>;
|
13840
|
-
}) & {};
|
13841
13884
|
campaignscount: {
|
13842
13885
|
"by-chains": {
|
13843
13886
|
get: (options: {
|