@merkl/api 1.6.11 → 1.6.13
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/cache/declaration.d.ts +0 -50
- package/dist/src/cache/declaration.js.map +1 -1
- package/dist/src/eden/index.d.ts +43 -135
- package/dist/src/engine/implementations/clamm/tvl.abstract.d.ts +1 -1
- package/dist/src/index.d.ts +89 -199
- package/dist/src/jobs/update-v3-caches.js.map +1 -1
- package/dist/src/modules/v4/campaignToProcess/campaignToProcess.repository.js.map +1 -1
- package/dist/src/modules/v4/clamm/clamm.controller.d.ts +2 -2
- package/dist/src/modules/v4/config/config.controller.d.ts +37 -0
- package/dist/src/modules/v4/config/config.controller.js.map +1 -1
- package/dist/src/modules/v4/merklRoot/merklRoot.controller.d.ts +1 -7
- package/dist/src/modules/v4/merklRoot/merklRoot.model.d.ts +7 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.service.d.ts +3 -19
- package/dist/src/modules/v4/merklRoot/merklRoot.service.js.map +1 -1
- package/dist/src/modules/v4/override/override.controller.d.ts +49 -90
- package/dist/src/modules/v4/override/override.controller.js.map +1 -1
- package/dist/src/modules/v4/override/override.service.d.ts +1 -6
- package/dist/src/modules/v4/override/override.service.js.map +1 -1
- package/dist/src/modules/v4/reward/reward.service.js.map +1 -1
- package/dist/src/modules/v4/router.d.ts +89 -99
- package/dist/src/modules/v4/uniswap/uniswap.service.js.map +1 -1
- package/dist/src/routes/v3/router.d.ts +0 -100
- package/dist/src/routes/v3/router.js.map +1 -1
- package/package.json +1 -1
- package/dist/src/libs/positions/EigenLayer/index.d.ts +0 -6
- package/dist/src/libs/positions/EigenLayer/index.js.map +0 -1
- package/dist/src/libs/positions/ajna/index.d.ts +0 -6
- package/dist/src/libs/positions/ajna/index.js.map +0 -1
- package/dist/src/libs/positions/badger/index.d.ts +0 -6
- package/dist/src/libs/positions/badger/index.js.map +0 -1
- package/dist/src/libs/positions/clamm/index.d.ts +0 -7
- package/dist/src/libs/positions/clamm/index.js.map +0 -1
- package/dist/src/libs/positions/compound/index.d.ts +0 -25
- package/dist/src/libs/positions/compound/index.js.map +0 -1
- package/dist/src/libs/positions/dolomite/index.d.ts +0 -17
- package/dist/src/libs/positions/dolomite/index.js.map +0 -1
- package/dist/src/libs/positions/erc20/index.d.ts +0 -5
- package/dist/src/libs/positions/erc20/index.js.map +0 -1
- package/dist/src/libs/positions/euler/index.d.ts +0 -5
- package/dist/src/libs/positions/euler/index.js.map +0 -1
- package/dist/src/libs/positions/index.d.ts +0 -2
- package/dist/src/libs/positions/index.js.map +0 -1
- package/dist/src/libs/positions/morpho/index.d.ts +0 -6
- package/dist/src/libs/positions/morpho/index.js.map +0 -1
- package/dist/src/libs/positions/prepareFetch.d.ts +0 -22
- package/dist/src/libs/positions/prepareFetch.js.map +0 -1
- package/dist/src/libs/positions/silo/index.d.ts +0 -5
- package/dist/src/libs/positions/silo/index.js.map +0 -1
- package/dist/src/libs/positions/types.d.ts +0 -76
- package/dist/src/libs/positions/types.js.map +0 -1
- package/dist/src/libs/staticCampaigns.d.ts +0 -7
- package/dist/src/libs/staticCampaigns.js.map +0 -1
- package/dist/src/routes/v3/campaign/delay.d.ts +0 -90
- package/dist/src/routes/v3/campaign/delay.js.map +0 -1
- package/dist/src/routes/v3/campaigns.d.ts +0 -85
- package/dist/src/routes/v3/campaigns.js.map +0 -1
- package/dist/src/routes/v3/multiChainPositions.d.ts +0 -86
- package/dist/src/routes/v3/multiChainPositions.js.map +0 -1
- package/dist/src/routes/v3/positions.d.ts +0 -103
- package/dist/src/routes/v3/positions.js.map +0 -1
- package/dist/src/routes/v3/updates.d.ts +0 -92
- package/dist/src/routes/v3/updates.js.map +0 -1
|
@@ -1,15 +1,5 @@
|
|
|
1
1
|
import { TTLType } from "./redis";
|
|
2
2
|
export declare const CacheDeclaration: {
|
|
3
|
-
Updates: {
|
|
4
|
-
compressed: false;
|
|
5
|
-
redisTTL: TTLType.Minutes2;
|
|
6
|
-
localCache: false;
|
|
7
|
-
};
|
|
8
|
-
Delays: {
|
|
9
|
-
compressed: false;
|
|
10
|
-
redisTTL: TTLType.Minutes2;
|
|
11
|
-
localCache: false;
|
|
12
|
-
};
|
|
13
3
|
TwtParticipants: {
|
|
14
4
|
compressed: false;
|
|
15
5
|
redisTTL: TTLType.Minutes5;
|
|
@@ -65,26 +55,11 @@ export declare const CacheDeclaration: {
|
|
|
65
55
|
redisTTL: TTLType.Minutes30;
|
|
66
56
|
localCache: false;
|
|
67
57
|
};
|
|
68
|
-
Opportunities: {
|
|
69
|
-
compressed: true;
|
|
70
|
-
redisTTL: TTLType.Hours12;
|
|
71
|
-
localCache: false;
|
|
72
|
-
};
|
|
73
|
-
OpportunitiesWithTest: {
|
|
74
|
-
compressed: true;
|
|
75
|
-
redisTTL: TTLType.Hours12;
|
|
76
|
-
localCache: false;
|
|
77
|
-
};
|
|
78
58
|
Campaigns: {
|
|
79
59
|
compressed: true;
|
|
80
60
|
redisTTL: TTLType.Hours12;
|
|
81
61
|
localCache: false;
|
|
82
62
|
};
|
|
83
|
-
LiveCampaigns: {
|
|
84
|
-
compressed: true;
|
|
85
|
-
redisTTL: TTLType.Hours12;
|
|
86
|
-
localCache: false;
|
|
87
|
-
};
|
|
88
63
|
CampaignsOldFormat: {
|
|
89
64
|
compressed: true;
|
|
90
65
|
redisTTL: TTLType.Hours12;
|
|
@@ -95,39 +70,14 @@ export declare const CacheDeclaration: {
|
|
|
95
70
|
redisTTL: TTLType.Hours12;
|
|
96
71
|
localCache: false;
|
|
97
72
|
};
|
|
98
|
-
StaticCampaigns: {
|
|
99
|
-
compressed: true;
|
|
100
|
-
redisTTL: TTLType.Hours12;
|
|
101
|
-
localCache: false;
|
|
102
|
-
};
|
|
103
|
-
Blacklist: {
|
|
104
|
-
compressed: true;
|
|
105
|
-
redisTTL: TTLType.Minutes10;
|
|
106
|
-
localCache: false;
|
|
107
|
-
};
|
|
108
73
|
TokenList: {
|
|
109
74
|
compressed: false;
|
|
110
75
|
redisTTL: TTLType.Minutes30;
|
|
111
76
|
localCache: false;
|
|
112
77
|
};
|
|
113
|
-
CurrentRoot: {
|
|
114
|
-
compressed: false;
|
|
115
|
-
redisTTL: TTLType.Seconds30;
|
|
116
|
-
localCache: true;
|
|
117
|
-
};
|
|
118
78
|
Chains: {
|
|
119
79
|
compressed: false;
|
|
120
80
|
redisTTL: TTLType.Hours3;
|
|
121
81
|
localCache: true;
|
|
122
82
|
};
|
|
123
|
-
RootsWithRewardOnChain: {
|
|
124
|
-
compressed: false;
|
|
125
|
-
redisTTL: TTLType.Minutes2;
|
|
126
|
-
localCache: true;
|
|
127
|
-
};
|
|
128
|
-
UniswapV4Pools: {
|
|
129
|
-
compressed: false;
|
|
130
|
-
redisTTL: TTLType.Day;
|
|
131
|
-
localCache: false;
|
|
132
|
-
};
|
|
133
83
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"declaration.js","sourceRoot":"","sources":["../../../../../apps/api/src/cache/declaration.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAElC,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,
|
|
1
|
+
{"version":3,"file":"declaration.js","sourceRoot":"","sources":["../../../../../apps/api/src/cache/declaration.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAElC,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,eAAe,EAAE,EAAE,UAAU,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,CAAC,QAAQ,EAAE,UAAU,EAAE,KAAK,EAAE;IACrF,eAAe,EAAE;QACf,UAAU,EAAE,KAAK;QACjB,QAAQ,EAAE,OAAO,CAAC,OAAO;QACzB,UAAU,EAAE,KAAK;KAClB;IACD,SAAS,EAAE;QACT,UAAU,EAAE,KAAK;QACjB,QAAQ,EAAE,OAAO,CAAC,MAAM;QACxB,UAAU,EAAE,KAAK;KAClB;IACD,eAAe,EAAE;QACf,UAAU,EAAE,KAAK;QACjB,QAAQ,EAAE,OAAO,CAAC,SAAS;QAC3B,UAAU,EAAE,KAAK;KAClB;IACD,aAAa,EAAE;QACb,UAAU,EAAE,KAAK;QACjB,QAAQ,EAAE,OAAO,CAAC,GAAG;QACrB,UAAU,EAAE,KAAK;KAClB;IACD,qBAAqB,EAAE;QACrB,UAAU,EAAE,KAAK;QACjB,QAAQ,EAAE,OAAO,CAAC,IAAI;QACtB,UAAU,EAAE,KAAK;KAClB;IACD,cAAc,EAAE;QACd,UAAU,EAAE,KAAK;QACjB,QAAQ,EAAE,OAAO,CAAC,SAAS;QAC3B,UAAU,EAAE,KAAK;KAClB;IACD,WAAW,EAAE;QACX,UAAU,EAAE,KAAK;QACjB,QAAQ,EAAE,OAAO,CAAC,SAAS;QAC3B,UAAU,EAAE,KAAK;KAClB;IACD,aAAa,EAAE;QACb,UAAU,EAAE,KAAK;QACjB,QAAQ,EAAE,OAAO,CAAC,SAAS;QAC3B,UAAU,EAAE,KAAK;KAClB;IACD,MAAM,EAAE;QACN,UAAU,EAAE,IAAI;QAChB,QAAQ,EAAE,OAAO,CAAC,SAAS;QAC3B,UAAU,EAAE,KAAK;KAClB;IACD,cAAc,EAAE;QACd,UAAU,EAAE,KAAK;QACjB,QAAQ,EAAE,OAAO,CAAC,SAAS;QAC3B,UAAU,EAAE,KAAK;KAClB;IACD,SAAS,EAAE;QACT,UAAU,EAAE,IAAI;QAChB,QAAQ,EAAE,OAAO,CAAC,OAAO;QACzB,UAAU,EAAE,KAAK;KAClB;IACD,kBAAkB,EAAE;QAClB,UAAU,EAAE,IAAI;QAChB,QAAQ,EAAE,OAAO,CAAC,OAAO;QACzB,UAAU,EAAE,KAAK;KAClB;IACD,sBAAsB,EAAE;QACtB,UAAU,EAAE,IAAI;QAChB,QAAQ,EAAE,OAAO,CAAC,OAAO;QACzB,UAAU,EAAE,KAAK;KAClB;IACD,SAAS,EAAE;QACT,UAAU,EAAE,KAAK;QACjB,QAAQ,EAAE,OAAO,CAAC,SAAS;QAC3B,UAAU,EAAE,KAAK;KAClB;IACD,MAAM,EAAE;QACN,UAAU,EAAE,KAAK;QACjB,QAAQ,EAAE,OAAO,CAAC,MAAM;QACxB,UAAU,EAAE,IAAI;KACjB;CAGF,CAAC"}
|
package/dist/src/eden/index.d.ts
CHANGED
|
@@ -248,23 +248,6 @@ declare const eden: {
|
|
|
248
248
|
};
|
|
249
249
|
}>>;
|
|
250
250
|
};
|
|
251
|
-
campaigns: {
|
|
252
|
-
get: (options: {
|
|
253
|
-
fetch?: RequestInit | undefined;
|
|
254
|
-
headers?: Record<string, unknown> | undefined;
|
|
255
|
-
query: {
|
|
256
|
-
chainIds?: string | string[] | undefined;
|
|
257
|
-
types?: string | number | number[] | string[] | undefined;
|
|
258
|
-
live?: boolean | undefined;
|
|
259
|
-
creatorTag?: string | undefined;
|
|
260
|
-
hideTestTokens?: string | undefined;
|
|
261
|
-
};
|
|
262
|
-
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
|
263
|
-
[x: string]: any;
|
|
264
|
-
[x: number]: any;
|
|
265
|
-
[x: symbol]: any;
|
|
266
|
-
}>>;
|
|
267
|
-
};
|
|
268
251
|
campaignsForMainParameter: {
|
|
269
252
|
get: (options: {
|
|
270
253
|
fetch?: RequestInit | undefined;
|
|
@@ -524,27 +507,6 @@ declare const eden: {
|
|
|
524
507
|
[x: symbol]: any;
|
|
525
508
|
}>>;
|
|
526
509
|
};
|
|
527
|
-
multiChainPositions: {
|
|
528
|
-
get: (options: {
|
|
529
|
-
fetch?: RequestInit | undefined;
|
|
530
|
-
headers?: Record<string, unknown> | undefined;
|
|
531
|
-
query: {
|
|
532
|
-
chainIds?: string | string[] | undefined;
|
|
533
|
-
user: string;
|
|
534
|
-
creatorTag?: string | undefined;
|
|
535
|
-
};
|
|
536
|
-
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
|
537
|
-
422: {
|
|
538
|
-
type: "validation";
|
|
539
|
-
on: string;
|
|
540
|
-
summary?: string | undefined;
|
|
541
|
-
message?: string | undefined;
|
|
542
|
-
found?: unknown;
|
|
543
|
-
property?: string | undefined;
|
|
544
|
-
expected?: string | undefined;
|
|
545
|
-
};
|
|
546
|
-
}>>;
|
|
547
|
-
};
|
|
548
510
|
opportunity: {
|
|
549
511
|
get: (options: {
|
|
550
512
|
fetch?: RequestInit | undefined;
|
|
@@ -708,26 +670,6 @@ declare const eden: {
|
|
|
708
670
|
};
|
|
709
671
|
}>>;
|
|
710
672
|
};
|
|
711
|
-
positions: {
|
|
712
|
-
get: (options: {
|
|
713
|
-
fetch?: RequestInit | undefined;
|
|
714
|
-
headers?: Record<string, unknown> | undefined;
|
|
715
|
-
query: {
|
|
716
|
-
chainId?: number | undefined;
|
|
717
|
-
user: string;
|
|
718
|
-
};
|
|
719
|
-
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
|
720
|
-
422: {
|
|
721
|
-
type: "validation";
|
|
722
|
-
on: string;
|
|
723
|
-
summary?: string | undefined;
|
|
724
|
-
message?: string | undefined;
|
|
725
|
-
found?: unknown;
|
|
726
|
-
property?: string | undefined;
|
|
727
|
-
expected?: string | undefined;
|
|
728
|
-
};
|
|
729
|
-
}>>;
|
|
730
|
-
};
|
|
731
673
|
radiant: {
|
|
732
674
|
get: (options: {
|
|
733
675
|
fetch?: RequestInit | undefined;
|
|
@@ -884,28 +826,6 @@ declare const eden: {
|
|
|
884
826
|
};
|
|
885
827
|
}>>;
|
|
886
828
|
};
|
|
887
|
-
updates: {
|
|
888
|
-
get: (options: {
|
|
889
|
-
fetch?: RequestInit | undefined;
|
|
890
|
-
headers?: Record<string, unknown> | undefined;
|
|
891
|
-
query: {};
|
|
892
|
-
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
|
893
|
-
200: import("../routes/v3/updates").UpdatesT;
|
|
894
|
-
400: {
|
|
895
|
-
error: string;
|
|
896
|
-
message?: string | undefined;
|
|
897
|
-
};
|
|
898
|
-
422: {
|
|
899
|
-
type: "validation";
|
|
900
|
-
on: string;
|
|
901
|
-
summary?: string | undefined;
|
|
902
|
-
message?: string | undefined;
|
|
903
|
-
found?: unknown;
|
|
904
|
-
property?: string | undefined;
|
|
905
|
-
expected?: string | undefined;
|
|
906
|
-
};
|
|
907
|
-
}>>;
|
|
908
|
-
};
|
|
909
829
|
userRewards: {
|
|
910
830
|
get: (options: {
|
|
911
831
|
fetch?: RequestInit | undefined;
|
|
@@ -6857,7 +6777,7 @@ declare const eden: {
|
|
|
6857
6777
|
symbolCurrency1: string;
|
|
6858
6778
|
tickSpacing: number;
|
|
6859
6779
|
} & {
|
|
6860
|
-
protocol: import("@package/resources/enums").ARTHSWAP | import("@package/resources/enums").BASE_SWAP | import("@package/resources/enums").KYO | import("@package/resources/enums").NEPTUNE | import("@package/resources/enums").SYNC_SWAP | import("@package/resources/enums").UNISWAPV4 | import("@package/resources/enums").VELODROME | import("@package/resources/enums").HYBRA | import("@package/resources/enums").KATANA | import("@package/resources/enums").KATANA_ALGEBRA | import("@package/resources/enums").UNISWAPV3 | import("@package/resources/enums").XSWAP | import("@package/resources/enums").VOLTAGE | import("@package/resources/enums").JAINE | import("@package/resources/enums").PANCAKESWAP | import("@package/resources/enums").RAMSES | import("@package/resources/enums").PHARAOH | import("@package/resources/enums").AERODROME | import("@package/resources/enums").KITTEN_SWAP;
|
|
6780
|
+
protocol: import("@package/resources/enums").ARTHSWAP | import("@package/resources/enums").BASE_SWAP | import("@package/resources/enums").CAMELOT | import("@package/resources/enums").KYO | import("@package/resources/enums").NEPTUNE | import("@package/resources/enums").SYNC_SWAP | import("@package/resources/enums").UNISWAPV4 | import("@package/resources/enums").VELODROME | import("@package/resources/enums").HYBRA | import("@package/resources/enums").KATANA | import("@package/resources/enums").KATANA_ALGEBRA | import("@package/resources/enums").UNISWAPV3 | import("@package/resources/enums").XSWAP | import("@package/resources/enums").VOLTAGE | import("@package/resources/enums").JAINE | import("@package/resources/enums").PANCAKESWAP | import("@package/resources/enums").RAMSES | import("@package/resources/enums").PHARAOH | import("@package/resources/enums").AERODROME | import("@package/resources/enums").KITTEN_SWAP;
|
|
6861
6781
|
}) | ({
|
|
6862
6782
|
chainId: number;
|
|
6863
6783
|
currency0: string;
|
|
@@ -6903,7 +6823,7 @@ declare const eden: {
|
|
|
6903
6823
|
symbolCurrency1: string;
|
|
6904
6824
|
tickSpacing: number;
|
|
6905
6825
|
} & {
|
|
6906
|
-
protocol: import("@package/resources/enums").ARTHSWAP | import("@package/resources/enums").BASE_SWAP | import("@package/resources/enums").KYO | import("@package/resources/enums").NEPTUNE | import("@package/resources/enums").SYNC_SWAP | import("@package/resources/enums").UNISWAPV4 | import("@package/resources/enums").VELODROME | import("@package/resources/enums").HYBRA | import("@package/resources/enums").KATANA | import("@package/resources/enums").KATANA_ALGEBRA | import("@package/resources/enums").UNISWAPV3 | import("@package/resources/enums").XSWAP | import("@package/resources/enums").VOLTAGE | import("@package/resources/enums").JAINE | import("@package/resources/enums").PANCAKESWAP | import("@package/resources/enums").RAMSES | import("@package/resources/enums").PHARAOH | import("@package/resources/enums").AERODROME | import("@package/resources/enums").KITTEN_SWAP;
|
|
6826
|
+
protocol: import("@package/resources/enums").ARTHSWAP | import("@package/resources/enums").BASE_SWAP | import("@package/resources/enums").CAMELOT | import("@package/resources/enums").KYO | import("@package/resources/enums").NEPTUNE | import("@package/resources/enums").SYNC_SWAP | import("@package/resources/enums").UNISWAPV4 | import("@package/resources/enums").VELODROME | import("@package/resources/enums").HYBRA | import("@package/resources/enums").KATANA | import("@package/resources/enums").KATANA_ALGEBRA | import("@package/resources/enums").UNISWAPV3 | import("@package/resources/enums").XSWAP | import("@package/resources/enums").VOLTAGE | import("@package/resources/enums").JAINE | import("@package/resources/enums").PANCAKESWAP | import("@package/resources/enums").RAMSES | import("@package/resources/enums").PHARAOH | import("@package/resources/enums").AERODROME | import("@package/resources/enums").KITTEN_SWAP;
|
|
6907
6827
|
}) | ({
|
|
6908
6828
|
chainId: number;
|
|
6909
6829
|
currency0: string;
|
|
@@ -6956,7 +6876,7 @@ declare const eden: {
|
|
|
6956
6876
|
symbolCurrency1: string;
|
|
6957
6877
|
tickSpacing: number;
|
|
6958
6878
|
} & {
|
|
6959
|
-
protocol: import("@package/resources/enums").ARTHSWAP | import("@package/resources/enums").BASE_SWAP | import("@package/resources/enums").KYO | import("@package/resources/enums").NEPTUNE | import("@package/resources/enums").SYNC_SWAP | import("@package/resources/enums").UNISWAPV4 | import("@package/resources/enums").VELODROME | import("@package/resources/enums").HYBRA | import("@package/resources/enums").KATANA | import("@package/resources/enums").KATANA_ALGEBRA | import("@package/resources/enums").UNISWAPV3 | import("@package/resources/enums").XSWAP | import("@package/resources/enums").VOLTAGE | import("@package/resources/enums").JAINE | import("@package/resources/enums").PANCAKESWAP | import("@package/resources/enums").RAMSES | import("@package/resources/enums").PHARAOH | import("@package/resources/enums").AERODROME | import("@package/resources/enums").KITTEN_SWAP;
|
|
6879
|
+
protocol: import("@package/resources/enums").ARTHSWAP | import("@package/resources/enums").BASE_SWAP | import("@package/resources/enums").CAMELOT | import("@package/resources/enums").KYO | import("@package/resources/enums").NEPTUNE | import("@package/resources/enums").SYNC_SWAP | import("@package/resources/enums").UNISWAPV4 | import("@package/resources/enums").VELODROME | import("@package/resources/enums").HYBRA | import("@package/resources/enums").KATANA | import("@package/resources/enums").KATANA_ALGEBRA | import("@package/resources/enums").UNISWAPV3 | import("@package/resources/enums").XSWAP | import("@package/resources/enums").VOLTAGE | import("@package/resources/enums").JAINE | import("@package/resources/enums").PANCAKESWAP | import("@package/resources/enums").RAMSES | import("@package/resources/enums").PHARAOH | import("@package/resources/enums").AERODROME | import("@package/resources/enums").KITTEN_SWAP;
|
|
6960
6880
|
}) | ({
|
|
6961
6881
|
chainId: number;
|
|
6962
6882
|
currency0: string;
|
|
@@ -7002,7 +6922,7 @@ declare const eden: {
|
|
|
7002
6922
|
symbolCurrency1: string;
|
|
7003
6923
|
tickSpacing: number;
|
|
7004
6924
|
} & {
|
|
7005
|
-
protocol: import("@package/resources/enums").ARTHSWAP | import("@package/resources/enums").BASE_SWAP | import("@package/resources/enums").KYO | import("@package/resources/enums").NEPTUNE | import("@package/resources/enums").SYNC_SWAP | import("@package/resources/enums").UNISWAPV4 | import("@package/resources/enums").VELODROME | import("@package/resources/enums").HYBRA | import("@package/resources/enums").KATANA | import("@package/resources/enums").KATANA_ALGEBRA | import("@package/resources/enums").UNISWAPV3 | import("@package/resources/enums").XSWAP | import("@package/resources/enums").VOLTAGE | import("@package/resources/enums").JAINE | import("@package/resources/enums").PANCAKESWAP | import("@package/resources/enums").RAMSES | import("@package/resources/enums").PHARAOH | import("@package/resources/enums").AERODROME | import("@package/resources/enums").KITTEN_SWAP;
|
|
6925
|
+
protocol: import("@package/resources/enums").ARTHSWAP | import("@package/resources/enums").BASE_SWAP | import("@package/resources/enums").CAMELOT | import("@package/resources/enums").KYO | import("@package/resources/enums").NEPTUNE | import("@package/resources/enums").SYNC_SWAP | import("@package/resources/enums").UNISWAPV4 | import("@package/resources/enums").VELODROME | import("@package/resources/enums").HYBRA | import("@package/resources/enums").KATANA | import("@package/resources/enums").KATANA_ALGEBRA | import("@package/resources/enums").UNISWAPV3 | import("@package/resources/enums").XSWAP | import("@package/resources/enums").VOLTAGE | import("@package/resources/enums").JAINE | import("@package/resources/enums").PANCAKESWAP | import("@package/resources/enums").RAMSES | import("@package/resources/enums").PHARAOH | import("@package/resources/enums").AERODROME | import("@package/resources/enums").KITTEN_SWAP;
|
|
7006
6926
|
}) | ({
|
|
7007
6927
|
chainId: number;
|
|
7008
6928
|
currency0: string;
|
|
@@ -7100,6 +7020,38 @@ declare const eden: {
|
|
|
7100
7020
|
};
|
|
7101
7021
|
}>>;
|
|
7102
7022
|
})) & {};
|
|
7023
|
+
diff: {
|
|
7024
|
+
post: (body: {
|
|
7025
|
+
oldConfig: any;
|
|
7026
|
+
newConfig: any;
|
|
7027
|
+
}, options?: {
|
|
7028
|
+
fetch?: RequestInit | undefined;
|
|
7029
|
+
headers?: Record<string, unknown> | undefined;
|
|
7030
|
+
query?: Record<string, unknown> | undefined;
|
|
7031
|
+
} | undefined) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
|
7032
|
+
200: ({
|
|
7033
|
+
type: "insert";
|
|
7034
|
+
path: string;
|
|
7035
|
+
value: any;
|
|
7036
|
+
} | {
|
|
7037
|
+
type: "update";
|
|
7038
|
+
path: string;
|
|
7039
|
+
value: any;
|
|
7040
|
+
} | {
|
|
7041
|
+
type: "delete";
|
|
7042
|
+
path: string;
|
|
7043
|
+
})[];
|
|
7044
|
+
422: {
|
|
7045
|
+
type: "validation";
|
|
7046
|
+
on: string;
|
|
7047
|
+
summary?: string | undefined;
|
|
7048
|
+
message?: string | undefined;
|
|
7049
|
+
found?: unknown;
|
|
7050
|
+
property?: string | undefined;
|
|
7051
|
+
expected?: string | undefined;
|
|
7052
|
+
};
|
|
7053
|
+
}>>;
|
|
7054
|
+
};
|
|
7103
7055
|
encode: {
|
|
7104
7056
|
post: (body?: any, options?: {
|
|
7105
7057
|
fetch?: RequestInit | undefined;
|
|
@@ -11038,13 +10990,11 @@ declare const eden: {
|
|
|
11038
10990
|
apply: ((params: {
|
|
11039
10991
|
campaignId: string | number;
|
|
11040
10992
|
}) => {
|
|
11041
|
-
post: (body
|
|
10993
|
+
post: (body?: unknown, options?: {
|
|
11042
10994
|
fetch?: RequestInit | undefined;
|
|
11043
|
-
headers
|
|
11044
|
-
authorization: string;
|
|
11045
|
-
};
|
|
10995
|
+
headers?: Record<string, unknown> | undefined;
|
|
11046
10996
|
query?: Record<string, unknown> | undefined;
|
|
11047
|
-
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
|
10997
|
+
} | undefined) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
|
11048
10998
|
200: any;
|
|
11049
10999
|
422: {
|
|
11050
11000
|
type: "validation";
|
|
@@ -11060,13 +11010,11 @@ declare const eden: {
|
|
|
11060
11010
|
post: (body: {
|
|
11061
11011
|
config: any;
|
|
11062
11012
|
override: any;
|
|
11063
|
-
}, options
|
|
11013
|
+
}, options?: {
|
|
11064
11014
|
fetch?: RequestInit | undefined;
|
|
11065
|
-
headers
|
|
11066
|
-
authorization: string;
|
|
11067
|
-
};
|
|
11015
|
+
headers?: Record<string, unknown> | undefined;
|
|
11068
11016
|
query?: Record<string, unknown> | undefined;
|
|
11069
|
-
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
|
11017
|
+
} | undefined) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
|
11070
11018
|
200: any;
|
|
11071
11019
|
422: {
|
|
11072
11020
|
type: "validation";
|
|
@@ -11079,40 +11027,6 @@ declare const eden: {
|
|
|
11079
11027
|
};
|
|
11080
11028
|
}>>;
|
|
11081
11029
|
};
|
|
11082
|
-
diff: {
|
|
11083
|
-
post: (body: {
|
|
11084
|
-
oldConfig: any;
|
|
11085
|
-
newConfig: any;
|
|
11086
|
-
}, options: {
|
|
11087
|
-
fetch?: RequestInit | undefined;
|
|
11088
|
-
headers: {
|
|
11089
|
-
authorization: string;
|
|
11090
|
-
};
|
|
11091
|
-
query?: Record<string, unknown> | undefined;
|
|
11092
|
-
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
|
11093
|
-
200: ({
|
|
11094
|
-
type: "insert";
|
|
11095
|
-
path: string;
|
|
11096
|
-
value: any;
|
|
11097
|
-
} | {
|
|
11098
|
-
type: "update";
|
|
11099
|
-
path: string;
|
|
11100
|
-
value: any;
|
|
11101
|
-
} | {
|
|
11102
|
-
type: "delete";
|
|
11103
|
-
path: string;
|
|
11104
|
-
})[];
|
|
11105
|
-
422: {
|
|
11106
|
-
type: "validation";
|
|
11107
|
-
on: string;
|
|
11108
|
-
summary?: string | undefined;
|
|
11109
|
-
message?: string | undefined;
|
|
11110
|
-
found?: unknown;
|
|
11111
|
-
property?: string | undefined;
|
|
11112
|
-
expected?: string | undefined;
|
|
11113
|
-
};
|
|
11114
|
-
}>>;
|
|
11115
|
-
};
|
|
11116
11030
|
};
|
|
11117
11031
|
parse: {
|
|
11118
11032
|
post: (body: {
|
|
@@ -13444,13 +13358,7 @@ declare const eden: {
|
|
|
13444
13358
|
headers?: Record<string, unknown> | undefined;
|
|
13445
13359
|
query?: Record<string, unknown> | undefined;
|
|
13446
13360
|
} | undefined) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
|
13447
|
-
200: Record<number,
|
|
13448
|
-
live: string;
|
|
13449
|
-
tree: string;
|
|
13450
|
-
lastTree: string;
|
|
13451
|
-
endOfDisputePeriod: number;
|
|
13452
|
-
disputer: string;
|
|
13453
|
-
}>;
|
|
13361
|
+
200: Record<number, import("../modules/v4/merklRoot/merklRoot.model").RootCacheModel>;
|
|
13454
13362
|
}>>;
|
|
13455
13363
|
};
|
|
13456
13364
|
reports: ((params: {
|
|
@@ -5,6 +5,6 @@ type campaignType = CLAMMV3CampaignType;
|
|
|
5
5
|
export declare class CLAMMTVLBuilder implements TVLBuilder<campaignType> {
|
|
6
6
|
campaignType: campaignType;
|
|
7
7
|
constructor(campaignType: campaignType);
|
|
8
|
-
build(computeChainId: ChainId, campaigns: EngineCampaign<campaignType>[]): Promise<TVLData<import("@package/resources/enums").HYBRA | import("@package/resources/enums").UNISWAP_V3 | import("@package/resources/enums").KATANA | import("@package/resources/enums").XSWAP | import("@package/resources/enums").KATANA_ALGEBRA | import("@package/resources/enums").VOLTAGE | import("@package/resources/enums").JAINE | import("@package/resources/enums").PANCAKESWAP | import("@package/resources/enums").RAMSES | import("@package/resources/enums").PHARAOH | import("@package/resources/enums").KYO | import("@package/resources/enums").VELODROME | import("@package/resources/enums").AERODROME | import("@package/resources/enums").NEPTUNE | import("@package/resources/enums").SYNC_SWAP | import("@package/resources/enums").KITTEN_SWAP | import("@package/resources/enums").ARTHSWAP | import("@package/resources/enums").BASE_SWAP>>;
|
|
8
|
+
build(computeChainId: ChainId, campaigns: EngineCampaign<campaignType>[]): Promise<TVLData<import("@package/resources/enums").HYBRA | import("@package/resources/enums").UNISWAP_V3 | import("@package/resources/enums").KATANA | import("@package/resources/enums").XSWAP | import("@package/resources/enums").KATANA_ALGEBRA | import("@package/resources/enums").VOLTAGE | import("@package/resources/enums").JAINE | import("@package/resources/enums").PANCAKESWAP | import("@package/resources/enums").RAMSES | import("@package/resources/enums").PHARAOH | import("@package/resources/enums").KYO | import("@package/resources/enums").VELODROME | import("@package/resources/enums").AERODROME | import("@package/resources/enums").NEPTUNE | import("@package/resources/enums").SYNC_SWAP | import("@package/resources/enums").KITTEN_SWAP | import("@package/resources/enums").ARTHSWAP | import("@package/resources/enums").BASE_SWAP | import("@package/resources/enums").CAMELOT>>;
|
|
9
9
|
}
|
|
10
10
|
export {};
|