@merkl/api 1.6.11 → 1.6.12
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 -114
- package/dist/src/engine/implementations/clamm/tvl.abstract.d.ts +1 -1
- package/dist/src/index.d.ts +89 -173
- package/dist/src/jobs/update-v3-caches.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 -74
- 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/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;
|
|
@@ -708,26 +691,6 @@ declare const eden: {
|
|
|
708
691
|
};
|
|
709
692
|
}>>;
|
|
710
693
|
};
|
|
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
694
|
radiant: {
|
|
732
695
|
get: (options: {
|
|
733
696
|
fetch?: RequestInit | undefined;
|
|
@@ -884,28 +847,6 @@ declare const eden: {
|
|
|
884
847
|
};
|
|
885
848
|
}>>;
|
|
886
849
|
};
|
|
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
850
|
userRewards: {
|
|
910
851
|
get: (options: {
|
|
911
852
|
fetch?: RequestInit | undefined;
|
|
@@ -6857,7 +6798,7 @@ declare const eden: {
|
|
|
6857
6798
|
symbolCurrency1: string;
|
|
6858
6799
|
tickSpacing: number;
|
|
6859
6800
|
} & {
|
|
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;
|
|
6801
|
+
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
6802
|
}) | ({
|
|
6862
6803
|
chainId: number;
|
|
6863
6804
|
currency0: string;
|
|
@@ -6903,7 +6844,7 @@ declare const eden: {
|
|
|
6903
6844
|
symbolCurrency1: string;
|
|
6904
6845
|
tickSpacing: number;
|
|
6905
6846
|
} & {
|
|
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;
|
|
6847
|
+
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
6848
|
}) | ({
|
|
6908
6849
|
chainId: number;
|
|
6909
6850
|
currency0: string;
|
|
@@ -6956,7 +6897,7 @@ declare const eden: {
|
|
|
6956
6897
|
symbolCurrency1: string;
|
|
6957
6898
|
tickSpacing: number;
|
|
6958
6899
|
} & {
|
|
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;
|
|
6900
|
+
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
6901
|
}) | ({
|
|
6961
6902
|
chainId: number;
|
|
6962
6903
|
currency0: string;
|
|
@@ -7002,7 +6943,7 @@ declare const eden: {
|
|
|
7002
6943
|
symbolCurrency1: string;
|
|
7003
6944
|
tickSpacing: number;
|
|
7004
6945
|
} & {
|
|
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;
|
|
6946
|
+
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
6947
|
}) | ({
|
|
7007
6948
|
chainId: number;
|
|
7008
6949
|
currency0: string;
|
|
@@ -7100,6 +7041,38 @@ declare const eden: {
|
|
|
7100
7041
|
};
|
|
7101
7042
|
}>>;
|
|
7102
7043
|
})) & {};
|
|
7044
|
+
diff: {
|
|
7045
|
+
post: (body: {
|
|
7046
|
+
oldConfig: any;
|
|
7047
|
+
newConfig: any;
|
|
7048
|
+
}, options?: {
|
|
7049
|
+
fetch?: RequestInit | undefined;
|
|
7050
|
+
headers?: Record<string, unknown> | undefined;
|
|
7051
|
+
query?: Record<string, unknown> | undefined;
|
|
7052
|
+
} | undefined) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
|
7053
|
+
200: ({
|
|
7054
|
+
type: "insert";
|
|
7055
|
+
path: string;
|
|
7056
|
+
value: any;
|
|
7057
|
+
} | {
|
|
7058
|
+
type: "update";
|
|
7059
|
+
path: string;
|
|
7060
|
+
value: any;
|
|
7061
|
+
} | {
|
|
7062
|
+
type: "delete";
|
|
7063
|
+
path: string;
|
|
7064
|
+
})[];
|
|
7065
|
+
422: {
|
|
7066
|
+
type: "validation";
|
|
7067
|
+
on: string;
|
|
7068
|
+
summary?: string | undefined;
|
|
7069
|
+
message?: string | undefined;
|
|
7070
|
+
found?: unknown;
|
|
7071
|
+
property?: string | undefined;
|
|
7072
|
+
expected?: string | undefined;
|
|
7073
|
+
};
|
|
7074
|
+
}>>;
|
|
7075
|
+
};
|
|
7103
7076
|
encode: {
|
|
7104
7077
|
post: (body?: any, options?: {
|
|
7105
7078
|
fetch?: RequestInit | undefined;
|
|
@@ -11038,13 +11011,11 @@ declare const eden: {
|
|
|
11038
11011
|
apply: ((params: {
|
|
11039
11012
|
campaignId: string | number;
|
|
11040
11013
|
}) => {
|
|
11041
|
-
post: (body
|
|
11014
|
+
post: (body?: unknown, options?: {
|
|
11042
11015
|
fetch?: RequestInit | undefined;
|
|
11043
|
-
headers
|
|
11044
|
-
authorization: string;
|
|
11045
|
-
};
|
|
11016
|
+
headers?: Record<string, unknown> | undefined;
|
|
11046
11017
|
query?: Record<string, unknown> | undefined;
|
|
11047
|
-
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
|
11018
|
+
} | undefined) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
|
11048
11019
|
200: any;
|
|
11049
11020
|
422: {
|
|
11050
11021
|
type: "validation";
|
|
@@ -11060,13 +11031,11 @@ declare const eden: {
|
|
|
11060
11031
|
post: (body: {
|
|
11061
11032
|
config: any;
|
|
11062
11033
|
override: any;
|
|
11063
|
-
}, options
|
|
11034
|
+
}, options?: {
|
|
11064
11035
|
fetch?: RequestInit | undefined;
|
|
11065
|
-
headers
|
|
11066
|
-
authorization: string;
|
|
11067
|
-
};
|
|
11036
|
+
headers?: Record<string, unknown> | undefined;
|
|
11068
11037
|
query?: Record<string, unknown> | undefined;
|
|
11069
|
-
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
|
11038
|
+
} | undefined) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
|
11070
11039
|
200: any;
|
|
11071
11040
|
422: {
|
|
11072
11041
|
type: "validation";
|
|
@@ -11079,40 +11048,6 @@ declare const eden: {
|
|
|
11079
11048
|
};
|
|
11080
11049
|
}>>;
|
|
11081
11050
|
};
|
|
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
11051
|
};
|
|
11117
11052
|
parse: {
|
|
11118
11053
|
post: (body: {
|
|
@@ -13444,13 +13379,7 @@ declare const eden: {
|
|
|
13444
13379
|
headers?: Record<string, unknown> | undefined;
|
|
13445
13380
|
query?: Record<string, unknown> | undefined;
|
|
13446
13381
|
} | 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
|
-
}>;
|
|
13382
|
+
200: Record<number, import("../modules/v4/merklRoot/merklRoot.model").RootCacheModel>;
|
|
13454
13383
|
}>>;
|
|
13455
13384
|
};
|
|
13456
13385
|
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 {};
|