@mimicprotocol/sdk 0.0.1-rc.20 → 0.0.1-rc.21
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/axia/validators.d.ts +232 -232
- package/dist/oracle/eip712Types.d.ts +0 -4
- package/dist/oracle/eip712Types.d.ts.map +1 -1
- package/dist/oracle/eip712Types.js +4 -7
- package/dist/oracle/eip712Types.js.map +1 -1
- package/dist/oracle/validators.d.ts +98 -98
- package/dist/registry/ConfigSigner.d.ts +1 -0
- package/dist/registry/ConfigSigner.d.ts.map +1 -1
- package/dist/registry/ConfigSigner.js +28 -11
- package/dist/registry/ConfigSigner.js.map +1 -1
- package/dist/registry/eip712Types.d.ts +25 -0
- package/dist/registry/eip712Types.d.ts.map +1 -1
- package/dist/registry/eip712Types.js +21 -1
- package/dist/registry/eip712Types.js.map +1 -1
- package/dist/registry/types.d.ts +3 -1
- package/dist/registry/types.d.ts.map +1 -1
- package/dist/registry/types.js.map +1 -1
- package/dist/registry/validators.d.ts +149 -39
- package/dist/registry/validators.d.ts.map +1 -1
- package/dist/registry/validators.js +14 -3
- package/dist/registry/validators.js.map +1 -1
- package/dist/relayer/validators.d.ts +134 -134
- package/dist/runner/validators.d.ts +66 -66
- package/dist/shared/codec/encoder.d.ts +6 -6
- package/dist/shared/eip712Types/index.d.ts +4 -0
- package/dist/shared/eip712Types/index.d.ts.map +1 -1
- package/dist/shared/eip712Types/index.js +5 -1
- package/dist/shared/eip712Types/index.js.map +1 -1
- package/dist/shared/utils/chains.d.ts +1 -0
- package/dist/shared/utils/chains.d.ts.map +1 -1
- package/dist/shared/utils/chains.js +1 -0
- package/dist/shared/utils/chains.js.map +1 -1
- package/dist/shared/utils/time.d.ts +1 -0
- package/dist/shared/utils/time.d.ts.map +1 -1
- package/dist/shared/utils/time.js +5 -0
- package/dist/shared/utils/time.js.map +1 -1
- package/dist/shared/validators/executions.d.ts +2 -2
- package/dist/shared/validators/intents.d.ts +32 -32
- package/dist/shared/validators/primitives.d.ts +2 -2
- package/package.json +1 -1
|
@@ -23,30 +23,30 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
23
23
|
to: z.ZodEffects<z.ZodString, string, string>;
|
|
24
24
|
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
|
+
data: string;
|
|
26
27
|
chainId: number;
|
|
27
28
|
to: string;
|
|
28
|
-
data: string;
|
|
29
29
|
timestamp: number;
|
|
30
30
|
}, {
|
|
31
|
+
data: string;
|
|
31
32
|
chainId: number;
|
|
32
33
|
to: string;
|
|
33
|
-
data: string;
|
|
34
34
|
timestamp: number;
|
|
35
35
|
}>;
|
|
36
36
|
}, "strip", z.ZodTypeAny, {
|
|
37
37
|
params: {
|
|
38
|
+
data: string;
|
|
38
39
|
chainId: number;
|
|
39
40
|
to: string;
|
|
40
|
-
data: string;
|
|
41
41
|
timestamp: number;
|
|
42
42
|
};
|
|
43
43
|
name: "EvmCallQuery";
|
|
44
44
|
hash: string;
|
|
45
45
|
}, {
|
|
46
46
|
params: {
|
|
47
|
+
data: string;
|
|
47
48
|
chainId: number;
|
|
48
49
|
to: string;
|
|
49
|
-
data: string;
|
|
50
50
|
timestamp: number;
|
|
51
51
|
};
|
|
52
52
|
name: "EvmCallQuery";
|
|
@@ -65,9 +65,9 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
65
65
|
};
|
|
66
66
|
query: {
|
|
67
67
|
params: {
|
|
68
|
+
data: string;
|
|
68
69
|
chainId: number;
|
|
69
70
|
to: string;
|
|
70
|
-
data: string;
|
|
71
71
|
timestamp: number;
|
|
72
72
|
};
|
|
73
73
|
name: "EvmCallQuery";
|
|
@@ -80,9 +80,9 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
80
80
|
};
|
|
81
81
|
query: {
|
|
82
82
|
params: {
|
|
83
|
+
data: string;
|
|
83
84
|
chainId: number;
|
|
84
85
|
to: string;
|
|
85
|
-
data: string;
|
|
86
86
|
timestamp: number;
|
|
87
87
|
};
|
|
88
88
|
name: "EvmCallQuery";
|
|
@@ -100,42 +100,42 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
100
100
|
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
101
101
|
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
102
102
|
}, "strip", z.ZodTypeAny, {
|
|
103
|
-
chainId: number;
|
|
104
103
|
address: string;
|
|
105
|
-
}, {
|
|
106
104
|
chainId: number;
|
|
105
|
+
}, {
|
|
107
106
|
address: string;
|
|
107
|
+
chainId: number;
|
|
108
108
|
}>;
|
|
109
109
|
}, "strip", z.ZodTypeAny, {
|
|
110
|
-
timestamp: number;
|
|
111
110
|
token: {
|
|
112
|
-
chainId: number;
|
|
113
111
|
address: string;
|
|
112
|
+
chainId: number;
|
|
114
113
|
};
|
|
115
|
-
}, {
|
|
116
114
|
timestamp: number;
|
|
115
|
+
}, {
|
|
117
116
|
token: {
|
|
118
|
-
chainId: number;
|
|
119
117
|
address: string;
|
|
118
|
+
chainId: number;
|
|
120
119
|
};
|
|
120
|
+
timestamp: number;
|
|
121
121
|
}>;
|
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
|
123
123
|
params: {
|
|
124
|
-
timestamp: number;
|
|
125
124
|
token: {
|
|
126
|
-
chainId: number;
|
|
127
125
|
address: string;
|
|
126
|
+
chainId: number;
|
|
128
127
|
};
|
|
128
|
+
timestamp: number;
|
|
129
129
|
};
|
|
130
130
|
name: "TokenPriceQuery";
|
|
131
131
|
hash: string;
|
|
132
132
|
}, {
|
|
133
133
|
params: {
|
|
134
|
-
timestamp: number;
|
|
135
134
|
token: {
|
|
136
|
-
chainId: number;
|
|
137
135
|
address: string;
|
|
136
|
+
chainId: number;
|
|
138
137
|
};
|
|
138
|
+
timestamp: number;
|
|
139
139
|
};
|
|
140
140
|
name: "TokenPriceQuery";
|
|
141
141
|
hash: string;
|
|
@@ -153,11 +153,11 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
153
153
|
};
|
|
154
154
|
query: {
|
|
155
155
|
params: {
|
|
156
|
-
timestamp: number;
|
|
157
156
|
token: {
|
|
158
|
-
chainId: number;
|
|
159
157
|
address: string;
|
|
158
|
+
chainId: number;
|
|
160
159
|
};
|
|
160
|
+
timestamp: number;
|
|
161
161
|
};
|
|
162
162
|
name: "TokenPriceQuery";
|
|
163
163
|
hash: string;
|
|
@@ -169,11 +169,11 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
169
169
|
};
|
|
170
170
|
query: {
|
|
171
171
|
params: {
|
|
172
|
-
timestamp: number;
|
|
173
172
|
token: {
|
|
174
|
-
chainId: number;
|
|
175
173
|
address: string;
|
|
174
|
+
chainId: number;
|
|
176
175
|
};
|
|
176
|
+
timestamp: number;
|
|
177
177
|
};
|
|
178
178
|
name: "TokenPriceQuery";
|
|
179
179
|
hash: string;
|
|
@@ -192,18 +192,18 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
192
192
|
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
193
193
|
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
194
194
|
}, "strip", z.ZodTypeAny, {
|
|
195
|
-
chainId: number;
|
|
196
195
|
address: string;
|
|
197
|
-
}, {
|
|
198
196
|
chainId: number;
|
|
197
|
+
}, {
|
|
199
198
|
address: string;
|
|
199
|
+
chainId: number;
|
|
200
200
|
}>, "many">;
|
|
201
201
|
tokenFilter: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>;
|
|
202
202
|
}, "strip", z.ZodTypeAny, {
|
|
203
203
|
owner: string;
|
|
204
204
|
tokens: {
|
|
205
|
-
chainId: number;
|
|
206
205
|
address: string;
|
|
206
|
+
chainId: number;
|
|
207
207
|
}[];
|
|
208
208
|
usdMinAmount: string;
|
|
209
209
|
chainIds: number[];
|
|
@@ -211,8 +211,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
211
211
|
}, {
|
|
212
212
|
owner: string;
|
|
213
213
|
tokens: {
|
|
214
|
-
chainId: number;
|
|
215
214
|
address: string;
|
|
215
|
+
chainId: number;
|
|
216
216
|
}[];
|
|
217
217
|
usdMinAmount: string;
|
|
218
218
|
chainIds: number[];
|
|
@@ -222,8 +222,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
222
222
|
params: {
|
|
223
223
|
owner: string;
|
|
224
224
|
tokens: {
|
|
225
|
-
chainId: number;
|
|
226
225
|
address: string;
|
|
226
|
+
chainId: number;
|
|
227
227
|
}[];
|
|
228
228
|
usdMinAmount: string;
|
|
229
229
|
chainIds: number[];
|
|
@@ -235,8 +235,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
235
235
|
params: {
|
|
236
236
|
owner: string;
|
|
237
237
|
tokens: {
|
|
238
|
-
chainId: number;
|
|
239
238
|
address: string;
|
|
239
|
+
chainId: number;
|
|
240
240
|
}[];
|
|
241
241
|
usdMinAmount: string;
|
|
242
242
|
chainIds: number[];
|
|
@@ -253,23 +253,23 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
253
253
|
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
254
254
|
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
255
255
|
}, "strip", z.ZodTypeAny, {
|
|
256
|
-
chainId: number;
|
|
257
256
|
address: string;
|
|
258
|
-
}, {
|
|
259
257
|
chainId: number;
|
|
258
|
+
}, {
|
|
260
259
|
address: string;
|
|
260
|
+
chainId: number;
|
|
261
261
|
}>;
|
|
262
262
|
balance: z.ZodEffects<z.ZodString, string, string>;
|
|
263
263
|
}, "strip", z.ZodTypeAny, {
|
|
264
264
|
token: {
|
|
265
|
-
chainId: number;
|
|
266
265
|
address: string;
|
|
266
|
+
chainId: number;
|
|
267
267
|
};
|
|
268
268
|
balance: string;
|
|
269
269
|
}, {
|
|
270
270
|
token: {
|
|
271
|
-
chainId: number;
|
|
272
271
|
address: string;
|
|
272
|
+
chainId: number;
|
|
273
273
|
};
|
|
274
274
|
balance: string;
|
|
275
275
|
}>, "many">;
|
|
@@ -277,8 +277,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
277
277
|
timestamp: number;
|
|
278
278
|
balances: {
|
|
279
279
|
token: {
|
|
280
|
-
chainId: number;
|
|
281
280
|
address: string;
|
|
281
|
+
chainId: number;
|
|
282
282
|
};
|
|
283
283
|
balance: string;
|
|
284
284
|
}[];
|
|
@@ -286,8 +286,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
286
286
|
timestamp: number;
|
|
287
287
|
balances: {
|
|
288
288
|
token: {
|
|
289
|
-
chainId: number;
|
|
290
289
|
address: string;
|
|
290
|
+
chainId: number;
|
|
291
291
|
};
|
|
292
292
|
balance: string;
|
|
293
293
|
}[];
|
|
@@ -297,8 +297,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
297
297
|
timestamp: number;
|
|
298
298
|
balances: {
|
|
299
299
|
token: {
|
|
300
|
-
chainId: number;
|
|
301
300
|
address: string;
|
|
301
|
+
chainId: number;
|
|
302
302
|
};
|
|
303
303
|
balance: string;
|
|
304
304
|
}[];
|
|
@@ -308,8 +308,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
308
308
|
timestamp: number;
|
|
309
309
|
balances: {
|
|
310
310
|
token: {
|
|
311
|
-
chainId: number;
|
|
312
311
|
address: string;
|
|
312
|
+
chainId: number;
|
|
313
313
|
};
|
|
314
314
|
balance: string;
|
|
315
315
|
}[];
|
|
@@ -321,8 +321,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
321
321
|
timestamp: number;
|
|
322
322
|
balances: {
|
|
323
323
|
token: {
|
|
324
|
-
chainId: number;
|
|
325
324
|
address: string;
|
|
325
|
+
chainId: number;
|
|
326
326
|
};
|
|
327
327
|
balance: string;
|
|
328
328
|
}[];
|
|
@@ -332,8 +332,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
332
332
|
params: {
|
|
333
333
|
owner: string;
|
|
334
334
|
tokens: {
|
|
335
|
-
chainId: number;
|
|
336
335
|
address: string;
|
|
336
|
+
chainId: number;
|
|
337
337
|
}[];
|
|
338
338
|
usdMinAmount: string;
|
|
339
339
|
chainIds: number[];
|
|
@@ -349,8 +349,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
349
349
|
timestamp: number;
|
|
350
350
|
balances: {
|
|
351
351
|
token: {
|
|
352
|
-
chainId: number;
|
|
353
352
|
address: string;
|
|
353
|
+
chainId: number;
|
|
354
354
|
};
|
|
355
355
|
balance: string;
|
|
356
356
|
}[];
|
|
@@ -360,8 +360,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
360
360
|
params: {
|
|
361
361
|
owner: string;
|
|
362
362
|
tokens: {
|
|
363
|
-
chainId: number;
|
|
364
363
|
address: string;
|
|
364
|
+
chainId: number;
|
|
365
365
|
}[];
|
|
366
366
|
usdMinAmount: string;
|
|
367
367
|
chainIds: number[];
|
|
@@ -758,7 +758,6 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
758
758
|
recipient: string;
|
|
759
759
|
}>, "many">;
|
|
760
760
|
}>, "data" | "configSig" | "minValidations">, "strip", z.ZodTypeAny, {
|
|
761
|
-
chainId: number;
|
|
762
761
|
op: import("../shared").OpType;
|
|
763
762
|
user: string;
|
|
764
763
|
settler: string;
|
|
@@ -772,13 +771,13 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
772
771
|
data: string;
|
|
773
772
|
topic: string;
|
|
774
773
|
}[];
|
|
774
|
+
chainId: number;
|
|
775
775
|
transfers: {
|
|
776
776
|
token: string;
|
|
777
777
|
amount: string;
|
|
778
778
|
recipient: string;
|
|
779
779
|
}[];
|
|
780
780
|
}, {
|
|
781
|
-
chainId: number;
|
|
782
781
|
op: import("../shared").OpType;
|
|
783
782
|
user: string;
|
|
784
783
|
settler: string;
|
|
@@ -792,6 +791,7 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
792
791
|
data: string;
|
|
793
792
|
topic: string;
|
|
794
793
|
}[];
|
|
794
|
+
chainId: number;
|
|
795
795
|
transfers: {
|
|
796
796
|
token: string;
|
|
797
797
|
amount: string;
|
|
@@ -842,7 +842,6 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
842
842
|
target: string;
|
|
843
843
|
}>, "many">;
|
|
844
844
|
}>, "data" | "configSig" | "minValidations">, "strip", z.ZodTypeAny, {
|
|
845
|
-
chainId: number;
|
|
846
845
|
op: import("../shared").OpType;
|
|
847
846
|
user: string;
|
|
848
847
|
settler: string;
|
|
@@ -856,13 +855,13 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
856
855
|
data: string;
|
|
857
856
|
topic: string;
|
|
858
857
|
}[];
|
|
858
|
+
chainId: number;
|
|
859
859
|
calls: {
|
|
860
860
|
data: string;
|
|
861
861
|
value: string;
|
|
862
862
|
target: string;
|
|
863
863
|
}[];
|
|
864
864
|
}, {
|
|
865
|
-
chainId: number;
|
|
866
865
|
op: import("../shared").OpType;
|
|
867
866
|
user: string;
|
|
868
867
|
settler: string;
|
|
@@ -876,6 +875,7 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
876
875
|
data: string;
|
|
877
876
|
topic: string;
|
|
878
877
|
}[];
|
|
878
|
+
chainId: number;
|
|
879
879
|
calls: {
|
|
880
880
|
data: string;
|
|
881
881
|
value: string;
|
|
@@ -1000,9 +1000,9 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1000
1000
|
};
|
|
1001
1001
|
query: {
|
|
1002
1002
|
params: {
|
|
1003
|
+
data: string;
|
|
1003
1004
|
chainId: number;
|
|
1004
1005
|
to: string;
|
|
1005
|
-
data: string;
|
|
1006
1006
|
timestamp: number;
|
|
1007
1007
|
};
|
|
1008
1008
|
name: "EvmCallQuery";
|
|
@@ -1037,11 +1037,11 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1037
1037
|
};
|
|
1038
1038
|
query: {
|
|
1039
1039
|
params: {
|
|
1040
|
-
timestamp: number;
|
|
1041
1040
|
token: {
|
|
1042
|
-
chainId: number;
|
|
1043
1041
|
address: string;
|
|
1042
|
+
chainId: number;
|
|
1044
1043
|
};
|
|
1044
|
+
timestamp: number;
|
|
1045
1045
|
};
|
|
1046
1046
|
name: "TokenPriceQuery";
|
|
1047
1047
|
hash: string;
|
|
@@ -1053,8 +1053,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1053
1053
|
timestamp: number;
|
|
1054
1054
|
balances: {
|
|
1055
1055
|
token: {
|
|
1056
|
-
chainId: number;
|
|
1057
1056
|
address: string;
|
|
1057
|
+
chainId: number;
|
|
1058
1058
|
};
|
|
1059
1059
|
balance: string;
|
|
1060
1060
|
}[];
|
|
@@ -1064,8 +1064,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1064
1064
|
params: {
|
|
1065
1065
|
owner: string;
|
|
1066
1066
|
tokens: {
|
|
1067
|
-
chainId: number;
|
|
1068
1067
|
address: string;
|
|
1068
|
+
chainId: number;
|
|
1069
1069
|
}[];
|
|
1070
1070
|
usdMinAmount: string;
|
|
1071
1071
|
chainIds: number[];
|
|
@@ -1120,7 +1120,6 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1120
1120
|
recipient: string;
|
|
1121
1121
|
}[];
|
|
1122
1122
|
} | {
|
|
1123
|
-
chainId: number;
|
|
1124
1123
|
op: import("../shared").OpType;
|
|
1125
1124
|
user: string;
|
|
1126
1125
|
settler: string;
|
|
@@ -1134,13 +1133,13 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1134
1133
|
data: string;
|
|
1135
1134
|
topic: string;
|
|
1136
1135
|
}[];
|
|
1136
|
+
chainId: number;
|
|
1137
1137
|
transfers: {
|
|
1138
1138
|
token: string;
|
|
1139
1139
|
amount: string;
|
|
1140
1140
|
recipient: string;
|
|
1141
1141
|
}[];
|
|
1142
1142
|
} | {
|
|
1143
|
-
chainId: number;
|
|
1144
1143
|
op: import("../shared").OpType;
|
|
1145
1144
|
user: string;
|
|
1146
1145
|
settler: string;
|
|
@@ -1154,6 +1153,7 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1154
1153
|
data: string;
|
|
1155
1154
|
topic: string;
|
|
1156
1155
|
}[];
|
|
1156
|
+
chainId: number;
|
|
1157
1157
|
calls: {
|
|
1158
1158
|
data: string;
|
|
1159
1159
|
value: string;
|
|
@@ -1192,9 +1192,9 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1192
1192
|
};
|
|
1193
1193
|
query: {
|
|
1194
1194
|
params: {
|
|
1195
|
+
data: string;
|
|
1195
1196
|
chainId: number;
|
|
1196
1197
|
to: string;
|
|
1197
|
-
data: string;
|
|
1198
1198
|
timestamp: number;
|
|
1199
1199
|
};
|
|
1200
1200
|
name: "EvmCallQuery";
|
|
@@ -1229,11 +1229,11 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1229
1229
|
};
|
|
1230
1230
|
query: {
|
|
1231
1231
|
params: {
|
|
1232
|
-
timestamp: number;
|
|
1233
1232
|
token: {
|
|
1234
|
-
chainId: number;
|
|
1235
1233
|
address: string;
|
|
1234
|
+
chainId: number;
|
|
1236
1235
|
};
|
|
1236
|
+
timestamp: number;
|
|
1237
1237
|
};
|
|
1238
1238
|
name: "TokenPriceQuery";
|
|
1239
1239
|
hash: string;
|
|
@@ -1245,8 +1245,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1245
1245
|
timestamp: number;
|
|
1246
1246
|
balances: {
|
|
1247
1247
|
token: {
|
|
1248
|
-
chainId: number;
|
|
1249
1248
|
address: string;
|
|
1249
|
+
chainId: number;
|
|
1250
1250
|
};
|
|
1251
1251
|
balance: string;
|
|
1252
1252
|
}[];
|
|
@@ -1256,8 +1256,8 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1256
1256
|
params: {
|
|
1257
1257
|
owner: string;
|
|
1258
1258
|
tokens: {
|
|
1259
|
-
chainId: number;
|
|
1260
1259
|
address: string;
|
|
1260
|
+
chainId: number;
|
|
1261
1261
|
}[];
|
|
1262
1262
|
usdMinAmount: string;
|
|
1263
1263
|
chainIds: number[];
|
|
@@ -1312,7 +1312,6 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1312
1312
|
recipient: string;
|
|
1313
1313
|
}[];
|
|
1314
1314
|
} | {
|
|
1315
|
-
chainId: number;
|
|
1316
1315
|
op: import("../shared").OpType;
|
|
1317
1316
|
user: string;
|
|
1318
1317
|
settler: string;
|
|
@@ -1326,13 +1325,13 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1326
1325
|
data: string;
|
|
1327
1326
|
topic: string;
|
|
1328
1327
|
}[];
|
|
1328
|
+
chainId: number;
|
|
1329
1329
|
transfers: {
|
|
1330
1330
|
token: string;
|
|
1331
1331
|
amount: string;
|
|
1332
1332
|
recipient: string;
|
|
1333
1333
|
}[];
|
|
1334
1334
|
} | {
|
|
1335
|
-
chainId: number;
|
|
1336
1335
|
op: import("../shared").OpType;
|
|
1337
1336
|
user: string;
|
|
1338
1337
|
settler: string;
|
|
@@ -1346,6 +1345,7 @@ export declare const RunnerExecutionResultDataValidator: z.ZodObject<{
|
|
|
1346
1345
|
data: string;
|
|
1347
1346
|
topic: string;
|
|
1348
1347
|
}[];
|
|
1348
|
+
chainId: number;
|
|
1349
1349
|
calls: {
|
|
1350
1350
|
data: string;
|
|
1351
1351
|
value: string;
|
|
@@ -1393,30 +1393,30 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1393
1393
|
to: z.ZodEffects<z.ZodString, string, string>;
|
|
1394
1394
|
data: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1395
1395
|
}, "strip", z.ZodTypeAny, {
|
|
1396
|
+
data: string;
|
|
1396
1397
|
chainId: number;
|
|
1397
1398
|
to: string;
|
|
1398
|
-
data: string;
|
|
1399
1399
|
timestamp: number;
|
|
1400
1400
|
}, {
|
|
1401
|
+
data: string;
|
|
1401
1402
|
chainId: number;
|
|
1402
1403
|
to: string;
|
|
1403
|
-
data: string;
|
|
1404
1404
|
timestamp: number;
|
|
1405
1405
|
}>;
|
|
1406
1406
|
}, "strip", z.ZodTypeAny, {
|
|
1407
1407
|
params: {
|
|
1408
|
+
data: string;
|
|
1408
1409
|
chainId: number;
|
|
1409
1410
|
to: string;
|
|
1410
|
-
data: string;
|
|
1411
1411
|
timestamp: number;
|
|
1412
1412
|
};
|
|
1413
1413
|
name: "EvmCallQuery";
|
|
1414
1414
|
hash: string;
|
|
1415
1415
|
}, {
|
|
1416
1416
|
params: {
|
|
1417
|
+
data: string;
|
|
1417
1418
|
chainId: number;
|
|
1418
1419
|
to: string;
|
|
1419
|
-
data: string;
|
|
1420
1420
|
timestamp: number;
|
|
1421
1421
|
};
|
|
1422
1422
|
name: "EvmCallQuery";
|
|
@@ -1435,9 +1435,9 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1435
1435
|
};
|
|
1436
1436
|
query: {
|
|
1437
1437
|
params: {
|
|
1438
|
+
data: string;
|
|
1438
1439
|
chainId: number;
|
|
1439
1440
|
to: string;
|
|
1440
|
-
data: string;
|
|
1441
1441
|
timestamp: number;
|
|
1442
1442
|
};
|
|
1443
1443
|
name: "EvmCallQuery";
|
|
@@ -1450,9 +1450,9 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1450
1450
|
};
|
|
1451
1451
|
query: {
|
|
1452
1452
|
params: {
|
|
1453
|
+
data: string;
|
|
1453
1454
|
chainId: number;
|
|
1454
1455
|
to: string;
|
|
1455
|
-
data: string;
|
|
1456
1456
|
timestamp: number;
|
|
1457
1457
|
};
|
|
1458
1458
|
name: "EvmCallQuery";
|
|
@@ -1470,42 +1470,42 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1470
1470
|
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1471
1471
|
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1472
1472
|
}, "strip", z.ZodTypeAny, {
|
|
1473
|
-
chainId: number;
|
|
1474
1473
|
address: string;
|
|
1475
|
-
}, {
|
|
1476
1474
|
chainId: number;
|
|
1475
|
+
}, {
|
|
1477
1476
|
address: string;
|
|
1477
|
+
chainId: number;
|
|
1478
1478
|
}>;
|
|
1479
1479
|
}, "strip", z.ZodTypeAny, {
|
|
1480
|
-
timestamp: number;
|
|
1481
1480
|
token: {
|
|
1482
|
-
chainId: number;
|
|
1483
1481
|
address: string;
|
|
1482
|
+
chainId: number;
|
|
1484
1483
|
};
|
|
1485
|
-
}, {
|
|
1486
1484
|
timestamp: number;
|
|
1485
|
+
}, {
|
|
1487
1486
|
token: {
|
|
1488
|
-
chainId: number;
|
|
1489
1487
|
address: string;
|
|
1488
|
+
chainId: number;
|
|
1490
1489
|
};
|
|
1490
|
+
timestamp: number;
|
|
1491
1491
|
}>;
|
|
1492
1492
|
}, "strip", z.ZodTypeAny, {
|
|
1493
1493
|
params: {
|
|
1494
|
-
timestamp: number;
|
|
1495
1494
|
token: {
|
|
1496
|
-
chainId: number;
|
|
1497
1495
|
address: string;
|
|
1496
|
+
chainId: number;
|
|
1498
1497
|
};
|
|
1498
|
+
timestamp: number;
|
|
1499
1499
|
};
|
|
1500
1500
|
name: "TokenPriceQuery";
|
|
1501
1501
|
hash: string;
|
|
1502
1502
|
}, {
|
|
1503
1503
|
params: {
|
|
1504
|
-
timestamp: number;
|
|
1505
1504
|
token: {
|
|
1506
|
-
chainId: number;
|
|
1507
1505
|
address: string;
|
|
1506
|
+
chainId: number;
|
|
1508
1507
|
};
|
|
1508
|
+
timestamp: number;
|
|
1509
1509
|
};
|
|
1510
1510
|
name: "TokenPriceQuery";
|
|
1511
1511
|
hash: string;
|
|
@@ -1523,11 +1523,11 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1523
1523
|
};
|
|
1524
1524
|
query: {
|
|
1525
1525
|
params: {
|
|
1526
|
-
timestamp: number;
|
|
1527
1526
|
token: {
|
|
1528
|
-
chainId: number;
|
|
1529
1527
|
address: string;
|
|
1528
|
+
chainId: number;
|
|
1530
1529
|
};
|
|
1530
|
+
timestamp: number;
|
|
1531
1531
|
};
|
|
1532
1532
|
name: "TokenPriceQuery";
|
|
1533
1533
|
hash: string;
|
|
@@ -1539,11 +1539,11 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1539
1539
|
};
|
|
1540
1540
|
query: {
|
|
1541
1541
|
params: {
|
|
1542
|
-
timestamp: number;
|
|
1543
1542
|
token: {
|
|
1544
|
-
chainId: number;
|
|
1545
1543
|
address: string;
|
|
1544
|
+
chainId: number;
|
|
1546
1545
|
};
|
|
1546
|
+
timestamp: number;
|
|
1547
1547
|
};
|
|
1548
1548
|
name: "TokenPriceQuery";
|
|
1549
1549
|
hash: string;
|
|
@@ -1562,18 +1562,18 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1562
1562
|
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1563
1563
|
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1564
1564
|
}, "strip", z.ZodTypeAny, {
|
|
1565
|
-
chainId: number;
|
|
1566
1565
|
address: string;
|
|
1567
|
-
}, {
|
|
1568
1566
|
chainId: number;
|
|
1567
|
+
}, {
|
|
1569
1568
|
address: string;
|
|
1569
|
+
chainId: number;
|
|
1570
1570
|
}>, "many">;
|
|
1571
1571
|
tokenFilter: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>;
|
|
1572
1572
|
}, "strip", z.ZodTypeAny, {
|
|
1573
1573
|
owner: string;
|
|
1574
1574
|
tokens: {
|
|
1575
|
-
chainId: number;
|
|
1576
1575
|
address: string;
|
|
1576
|
+
chainId: number;
|
|
1577
1577
|
}[];
|
|
1578
1578
|
usdMinAmount: string;
|
|
1579
1579
|
chainIds: number[];
|
|
@@ -1581,8 +1581,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1581
1581
|
}, {
|
|
1582
1582
|
owner: string;
|
|
1583
1583
|
tokens: {
|
|
1584
|
-
chainId: number;
|
|
1585
1584
|
address: string;
|
|
1585
|
+
chainId: number;
|
|
1586
1586
|
}[];
|
|
1587
1587
|
usdMinAmount: string;
|
|
1588
1588
|
chainIds: number[];
|
|
@@ -1592,8 +1592,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1592
1592
|
params: {
|
|
1593
1593
|
owner: string;
|
|
1594
1594
|
tokens: {
|
|
1595
|
-
chainId: number;
|
|
1596
1595
|
address: string;
|
|
1596
|
+
chainId: number;
|
|
1597
1597
|
}[];
|
|
1598
1598
|
usdMinAmount: string;
|
|
1599
1599
|
chainIds: number[];
|
|
@@ -1605,8 +1605,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1605
1605
|
params: {
|
|
1606
1606
|
owner: string;
|
|
1607
1607
|
tokens: {
|
|
1608
|
-
chainId: number;
|
|
1609
1608
|
address: string;
|
|
1609
|
+
chainId: number;
|
|
1610
1610
|
}[];
|
|
1611
1611
|
usdMinAmount: string;
|
|
1612
1612
|
chainIds: number[];
|
|
@@ -1623,23 +1623,23 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1623
1623
|
address: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
1624
1624
|
chainId: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1625
1625
|
}, "strip", z.ZodTypeAny, {
|
|
1626
|
-
chainId: number;
|
|
1627
1626
|
address: string;
|
|
1628
|
-
}, {
|
|
1629
1627
|
chainId: number;
|
|
1628
|
+
}, {
|
|
1630
1629
|
address: string;
|
|
1630
|
+
chainId: number;
|
|
1631
1631
|
}>;
|
|
1632
1632
|
balance: z.ZodEffects<z.ZodString, string, string>;
|
|
1633
1633
|
}, "strip", z.ZodTypeAny, {
|
|
1634
1634
|
token: {
|
|
1635
|
-
chainId: number;
|
|
1636
1635
|
address: string;
|
|
1636
|
+
chainId: number;
|
|
1637
1637
|
};
|
|
1638
1638
|
balance: string;
|
|
1639
1639
|
}, {
|
|
1640
1640
|
token: {
|
|
1641
|
-
chainId: number;
|
|
1642
1641
|
address: string;
|
|
1642
|
+
chainId: number;
|
|
1643
1643
|
};
|
|
1644
1644
|
balance: string;
|
|
1645
1645
|
}>, "many">;
|
|
@@ -1647,8 +1647,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1647
1647
|
timestamp: number;
|
|
1648
1648
|
balances: {
|
|
1649
1649
|
token: {
|
|
1650
|
-
chainId: number;
|
|
1651
1650
|
address: string;
|
|
1651
|
+
chainId: number;
|
|
1652
1652
|
};
|
|
1653
1653
|
balance: string;
|
|
1654
1654
|
}[];
|
|
@@ -1656,8 +1656,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1656
1656
|
timestamp: number;
|
|
1657
1657
|
balances: {
|
|
1658
1658
|
token: {
|
|
1659
|
-
chainId: number;
|
|
1660
1659
|
address: string;
|
|
1660
|
+
chainId: number;
|
|
1661
1661
|
};
|
|
1662
1662
|
balance: string;
|
|
1663
1663
|
}[];
|
|
@@ -1667,8 +1667,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1667
1667
|
timestamp: number;
|
|
1668
1668
|
balances: {
|
|
1669
1669
|
token: {
|
|
1670
|
-
chainId: number;
|
|
1671
1670
|
address: string;
|
|
1671
|
+
chainId: number;
|
|
1672
1672
|
};
|
|
1673
1673
|
balance: string;
|
|
1674
1674
|
}[];
|
|
@@ -1678,8 +1678,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1678
1678
|
timestamp: number;
|
|
1679
1679
|
balances: {
|
|
1680
1680
|
token: {
|
|
1681
|
-
chainId: number;
|
|
1682
1681
|
address: string;
|
|
1682
|
+
chainId: number;
|
|
1683
1683
|
};
|
|
1684
1684
|
balance: string;
|
|
1685
1685
|
}[];
|
|
@@ -1691,8 +1691,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1691
1691
|
timestamp: number;
|
|
1692
1692
|
balances: {
|
|
1693
1693
|
token: {
|
|
1694
|
-
chainId: number;
|
|
1695
1694
|
address: string;
|
|
1695
|
+
chainId: number;
|
|
1696
1696
|
};
|
|
1697
1697
|
balance: string;
|
|
1698
1698
|
}[];
|
|
@@ -1702,8 +1702,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1702
1702
|
params: {
|
|
1703
1703
|
owner: string;
|
|
1704
1704
|
tokens: {
|
|
1705
|
-
chainId: number;
|
|
1706
1705
|
address: string;
|
|
1706
|
+
chainId: number;
|
|
1707
1707
|
}[];
|
|
1708
1708
|
usdMinAmount: string;
|
|
1709
1709
|
chainIds: number[];
|
|
@@ -1719,8 +1719,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1719
1719
|
timestamp: number;
|
|
1720
1720
|
balances: {
|
|
1721
1721
|
token: {
|
|
1722
|
-
chainId: number;
|
|
1723
1722
|
address: string;
|
|
1723
|
+
chainId: number;
|
|
1724
1724
|
};
|
|
1725
1725
|
balance: string;
|
|
1726
1726
|
}[];
|
|
@@ -1730,8 +1730,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
1730
1730
|
params: {
|
|
1731
1731
|
owner: string;
|
|
1732
1732
|
tokens: {
|
|
1733
|
-
chainId: number;
|
|
1734
1733
|
address: string;
|
|
1734
|
+
chainId: number;
|
|
1735
1735
|
}[];
|
|
1736
1736
|
usdMinAmount: string;
|
|
1737
1737
|
chainIds: number[];
|
|
@@ -2128,7 +2128,6 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2128
2128
|
recipient: string;
|
|
2129
2129
|
}>, "many">;
|
|
2130
2130
|
}>, "data" | "configSig" | "minValidations">, "strip", z.ZodTypeAny, {
|
|
2131
|
-
chainId: number;
|
|
2132
2131
|
op: import("../shared").OpType;
|
|
2133
2132
|
user: string;
|
|
2134
2133
|
settler: string;
|
|
@@ -2142,13 +2141,13 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2142
2141
|
data: string;
|
|
2143
2142
|
topic: string;
|
|
2144
2143
|
}[];
|
|
2144
|
+
chainId: number;
|
|
2145
2145
|
transfers: {
|
|
2146
2146
|
token: string;
|
|
2147
2147
|
amount: string;
|
|
2148
2148
|
recipient: string;
|
|
2149
2149
|
}[];
|
|
2150
2150
|
}, {
|
|
2151
|
-
chainId: number;
|
|
2152
2151
|
op: import("../shared").OpType;
|
|
2153
2152
|
user: string;
|
|
2154
2153
|
settler: string;
|
|
@@ -2162,6 +2161,7 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2162
2161
|
data: string;
|
|
2163
2162
|
topic: string;
|
|
2164
2163
|
}[];
|
|
2164
|
+
chainId: number;
|
|
2165
2165
|
transfers: {
|
|
2166
2166
|
token: string;
|
|
2167
2167
|
amount: string;
|
|
@@ -2212,7 +2212,6 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2212
2212
|
target: string;
|
|
2213
2213
|
}>, "many">;
|
|
2214
2214
|
}>, "data" | "configSig" | "minValidations">, "strip", z.ZodTypeAny, {
|
|
2215
|
-
chainId: number;
|
|
2216
2215
|
op: import("../shared").OpType;
|
|
2217
2216
|
user: string;
|
|
2218
2217
|
settler: string;
|
|
@@ -2226,13 +2225,13 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2226
2225
|
data: string;
|
|
2227
2226
|
topic: string;
|
|
2228
2227
|
}[];
|
|
2228
|
+
chainId: number;
|
|
2229
2229
|
calls: {
|
|
2230
2230
|
data: string;
|
|
2231
2231
|
value: string;
|
|
2232
2232
|
target: string;
|
|
2233
2233
|
}[];
|
|
2234
2234
|
}, {
|
|
2235
|
-
chainId: number;
|
|
2236
2235
|
op: import("../shared").OpType;
|
|
2237
2236
|
user: string;
|
|
2238
2237
|
settler: string;
|
|
@@ -2246,6 +2245,7 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2246
2245
|
data: string;
|
|
2247
2246
|
topic: string;
|
|
2248
2247
|
}[];
|
|
2248
|
+
chainId: number;
|
|
2249
2249
|
calls: {
|
|
2250
2250
|
data: string;
|
|
2251
2251
|
value: string;
|
|
@@ -2370,9 +2370,9 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2370
2370
|
};
|
|
2371
2371
|
query: {
|
|
2372
2372
|
params: {
|
|
2373
|
+
data: string;
|
|
2373
2374
|
chainId: number;
|
|
2374
2375
|
to: string;
|
|
2375
|
-
data: string;
|
|
2376
2376
|
timestamp: number;
|
|
2377
2377
|
};
|
|
2378
2378
|
name: "EvmCallQuery";
|
|
@@ -2407,11 +2407,11 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2407
2407
|
};
|
|
2408
2408
|
query: {
|
|
2409
2409
|
params: {
|
|
2410
|
-
timestamp: number;
|
|
2411
2410
|
token: {
|
|
2412
|
-
chainId: number;
|
|
2413
2411
|
address: string;
|
|
2412
|
+
chainId: number;
|
|
2414
2413
|
};
|
|
2414
|
+
timestamp: number;
|
|
2415
2415
|
};
|
|
2416
2416
|
name: "TokenPriceQuery";
|
|
2417
2417
|
hash: string;
|
|
@@ -2423,8 +2423,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2423
2423
|
timestamp: number;
|
|
2424
2424
|
balances: {
|
|
2425
2425
|
token: {
|
|
2426
|
-
chainId: number;
|
|
2427
2426
|
address: string;
|
|
2427
|
+
chainId: number;
|
|
2428
2428
|
};
|
|
2429
2429
|
balance: string;
|
|
2430
2430
|
}[];
|
|
@@ -2434,8 +2434,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2434
2434
|
params: {
|
|
2435
2435
|
owner: string;
|
|
2436
2436
|
tokens: {
|
|
2437
|
-
chainId: number;
|
|
2438
2437
|
address: string;
|
|
2438
|
+
chainId: number;
|
|
2439
2439
|
}[];
|
|
2440
2440
|
usdMinAmount: string;
|
|
2441
2441
|
chainIds: number[];
|
|
@@ -2490,7 +2490,6 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2490
2490
|
recipient: string;
|
|
2491
2491
|
}[];
|
|
2492
2492
|
} | {
|
|
2493
|
-
chainId: number;
|
|
2494
2493
|
op: import("../shared").OpType;
|
|
2495
2494
|
user: string;
|
|
2496
2495
|
settler: string;
|
|
@@ -2504,13 +2503,13 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2504
2503
|
data: string;
|
|
2505
2504
|
topic: string;
|
|
2506
2505
|
}[];
|
|
2506
|
+
chainId: number;
|
|
2507
2507
|
transfers: {
|
|
2508
2508
|
token: string;
|
|
2509
2509
|
amount: string;
|
|
2510
2510
|
recipient: string;
|
|
2511
2511
|
}[];
|
|
2512
2512
|
} | {
|
|
2513
|
-
chainId: number;
|
|
2514
2513
|
op: import("../shared").OpType;
|
|
2515
2514
|
user: string;
|
|
2516
2515
|
settler: string;
|
|
@@ -2524,6 +2523,7 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2524
2523
|
data: string;
|
|
2525
2524
|
topic: string;
|
|
2526
2525
|
}[];
|
|
2526
|
+
chainId: number;
|
|
2527
2527
|
calls: {
|
|
2528
2528
|
data: string;
|
|
2529
2529
|
value: string;
|
|
@@ -2562,9 +2562,9 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2562
2562
|
};
|
|
2563
2563
|
query: {
|
|
2564
2564
|
params: {
|
|
2565
|
+
data: string;
|
|
2565
2566
|
chainId: number;
|
|
2566
2567
|
to: string;
|
|
2567
|
-
data: string;
|
|
2568
2568
|
timestamp: number;
|
|
2569
2569
|
};
|
|
2570
2570
|
name: "EvmCallQuery";
|
|
@@ -2599,11 +2599,11 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2599
2599
|
};
|
|
2600
2600
|
query: {
|
|
2601
2601
|
params: {
|
|
2602
|
-
timestamp: number;
|
|
2603
2602
|
token: {
|
|
2604
|
-
chainId: number;
|
|
2605
2603
|
address: string;
|
|
2604
|
+
chainId: number;
|
|
2606
2605
|
};
|
|
2606
|
+
timestamp: number;
|
|
2607
2607
|
};
|
|
2608
2608
|
name: "TokenPriceQuery";
|
|
2609
2609
|
hash: string;
|
|
@@ -2615,8 +2615,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2615
2615
|
timestamp: number;
|
|
2616
2616
|
balances: {
|
|
2617
2617
|
token: {
|
|
2618
|
-
chainId: number;
|
|
2619
2618
|
address: string;
|
|
2619
|
+
chainId: number;
|
|
2620
2620
|
};
|
|
2621
2621
|
balance: string;
|
|
2622
2622
|
}[];
|
|
@@ -2626,8 +2626,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2626
2626
|
params: {
|
|
2627
2627
|
owner: string;
|
|
2628
2628
|
tokens: {
|
|
2629
|
-
chainId: number;
|
|
2630
2629
|
address: string;
|
|
2630
|
+
chainId: number;
|
|
2631
2631
|
}[];
|
|
2632
2632
|
usdMinAmount: string;
|
|
2633
2633
|
chainIds: number[];
|
|
@@ -2682,7 +2682,6 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2682
2682
|
recipient: string;
|
|
2683
2683
|
}[];
|
|
2684
2684
|
} | {
|
|
2685
|
-
chainId: number;
|
|
2686
2685
|
op: import("../shared").OpType;
|
|
2687
2686
|
user: string;
|
|
2688
2687
|
settler: string;
|
|
@@ -2696,13 +2695,13 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2696
2695
|
data: string;
|
|
2697
2696
|
topic: string;
|
|
2698
2697
|
}[];
|
|
2698
|
+
chainId: number;
|
|
2699
2699
|
transfers: {
|
|
2700
2700
|
token: string;
|
|
2701
2701
|
amount: string;
|
|
2702
2702
|
recipient: string;
|
|
2703
2703
|
}[];
|
|
2704
2704
|
} | {
|
|
2705
|
-
chainId: number;
|
|
2706
2705
|
op: import("../shared").OpType;
|
|
2707
2706
|
user: string;
|
|
2708
2707
|
settler: string;
|
|
@@ -2716,6 +2715,7 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2716
2715
|
data: string;
|
|
2717
2716
|
topic: string;
|
|
2718
2717
|
}[];
|
|
2718
|
+
chainId: number;
|
|
2719
2719
|
calls: {
|
|
2720
2720
|
data: string;
|
|
2721
2721
|
value: string;
|
|
@@ -2756,9 +2756,9 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2756
2756
|
};
|
|
2757
2757
|
query: {
|
|
2758
2758
|
params: {
|
|
2759
|
+
data: string;
|
|
2759
2760
|
chainId: number;
|
|
2760
2761
|
to: string;
|
|
2761
|
-
data: string;
|
|
2762
2762
|
timestamp: number;
|
|
2763
2763
|
};
|
|
2764
2764
|
name: "EvmCallQuery";
|
|
@@ -2793,11 +2793,11 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2793
2793
|
};
|
|
2794
2794
|
query: {
|
|
2795
2795
|
params: {
|
|
2796
|
-
timestamp: number;
|
|
2797
2796
|
token: {
|
|
2798
|
-
chainId: number;
|
|
2799
2797
|
address: string;
|
|
2798
|
+
chainId: number;
|
|
2800
2799
|
};
|
|
2800
|
+
timestamp: number;
|
|
2801
2801
|
};
|
|
2802
2802
|
name: "TokenPriceQuery";
|
|
2803
2803
|
hash: string;
|
|
@@ -2809,8 +2809,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2809
2809
|
timestamp: number;
|
|
2810
2810
|
balances: {
|
|
2811
2811
|
token: {
|
|
2812
|
-
chainId: number;
|
|
2813
2812
|
address: string;
|
|
2813
|
+
chainId: number;
|
|
2814
2814
|
};
|
|
2815
2815
|
balance: string;
|
|
2816
2816
|
}[];
|
|
@@ -2820,8 +2820,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2820
2820
|
params: {
|
|
2821
2821
|
owner: string;
|
|
2822
2822
|
tokens: {
|
|
2823
|
-
chainId: number;
|
|
2824
2823
|
address: string;
|
|
2824
|
+
chainId: number;
|
|
2825
2825
|
}[];
|
|
2826
2826
|
usdMinAmount: string;
|
|
2827
2827
|
chainIds: number[];
|
|
@@ -2876,7 +2876,6 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2876
2876
|
recipient: string;
|
|
2877
2877
|
}[];
|
|
2878
2878
|
} | {
|
|
2879
|
-
chainId: number;
|
|
2880
2879
|
op: import("../shared").OpType;
|
|
2881
2880
|
user: string;
|
|
2882
2881
|
settler: string;
|
|
@@ -2890,13 +2889,13 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2890
2889
|
data: string;
|
|
2891
2890
|
topic: string;
|
|
2892
2891
|
}[];
|
|
2892
|
+
chainId: number;
|
|
2893
2893
|
transfers: {
|
|
2894
2894
|
token: string;
|
|
2895
2895
|
amount: string;
|
|
2896
2896
|
recipient: string;
|
|
2897
2897
|
}[];
|
|
2898
2898
|
} | {
|
|
2899
|
-
chainId: number;
|
|
2900
2899
|
op: import("../shared").OpType;
|
|
2901
2900
|
user: string;
|
|
2902
2901
|
settler: string;
|
|
@@ -2910,6 +2909,7 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2910
2909
|
data: string;
|
|
2911
2910
|
topic: string;
|
|
2912
2911
|
}[];
|
|
2912
|
+
chainId: number;
|
|
2913
2913
|
calls: {
|
|
2914
2914
|
data: string;
|
|
2915
2915
|
value: string;
|
|
@@ -2952,9 +2952,9 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2952
2952
|
};
|
|
2953
2953
|
query: {
|
|
2954
2954
|
params: {
|
|
2955
|
+
data: string;
|
|
2955
2956
|
chainId: number;
|
|
2956
2957
|
to: string;
|
|
2957
|
-
data: string;
|
|
2958
2958
|
timestamp: number;
|
|
2959
2959
|
};
|
|
2960
2960
|
name: "EvmCallQuery";
|
|
@@ -2989,11 +2989,11 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
2989
2989
|
};
|
|
2990
2990
|
query: {
|
|
2991
2991
|
params: {
|
|
2992
|
-
timestamp: number;
|
|
2993
2992
|
token: {
|
|
2994
|
-
chainId: number;
|
|
2995
2993
|
address: string;
|
|
2994
|
+
chainId: number;
|
|
2996
2995
|
};
|
|
2996
|
+
timestamp: number;
|
|
2997
2997
|
};
|
|
2998
2998
|
name: "TokenPriceQuery";
|
|
2999
2999
|
hash: string;
|
|
@@ -3005,8 +3005,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
3005
3005
|
timestamp: number;
|
|
3006
3006
|
balances: {
|
|
3007
3007
|
token: {
|
|
3008
|
-
chainId: number;
|
|
3009
3008
|
address: string;
|
|
3009
|
+
chainId: number;
|
|
3010
3010
|
};
|
|
3011
3011
|
balance: string;
|
|
3012
3012
|
}[];
|
|
@@ -3016,8 +3016,8 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
3016
3016
|
params: {
|
|
3017
3017
|
owner: string;
|
|
3018
3018
|
tokens: {
|
|
3019
|
-
chainId: number;
|
|
3020
3019
|
address: string;
|
|
3020
|
+
chainId: number;
|
|
3021
3021
|
}[];
|
|
3022
3022
|
usdMinAmount: string;
|
|
3023
3023
|
chainIds: number[];
|
|
@@ -3072,7 +3072,6 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
3072
3072
|
recipient: string;
|
|
3073
3073
|
}[];
|
|
3074
3074
|
} | {
|
|
3075
|
-
chainId: number;
|
|
3076
3075
|
op: import("../shared").OpType;
|
|
3077
3076
|
user: string;
|
|
3078
3077
|
settler: string;
|
|
@@ -3086,13 +3085,13 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
3086
3085
|
data: string;
|
|
3087
3086
|
topic: string;
|
|
3088
3087
|
}[];
|
|
3088
|
+
chainId: number;
|
|
3089
3089
|
transfers: {
|
|
3090
3090
|
token: string;
|
|
3091
3091
|
amount: string;
|
|
3092
3092
|
recipient: string;
|
|
3093
3093
|
}[];
|
|
3094
3094
|
} | {
|
|
3095
|
-
chainId: number;
|
|
3096
3095
|
op: import("../shared").OpType;
|
|
3097
3096
|
user: string;
|
|
3098
3097
|
settler: string;
|
|
@@ -3106,6 +3105,7 @@ export declare const RunnerExecutionResultValidator: z.ZodObject<{
|
|
|
3106
3105
|
data: string;
|
|
3107
3106
|
topic: string;
|
|
3108
3107
|
}[];
|
|
3108
|
+
chainId: number;
|
|
3109
3109
|
calls: {
|
|
3110
3110
|
data: string;
|
|
3111
3111
|
value: string;
|
|
@@ -3176,13 +3176,12 @@ export declare const RelayerExecutionResultValidator: z.ZodObject<{
|
|
|
3176
3176
|
}, {
|
|
3177
3177
|
hash: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
3178
3178
|
}>, "strip", z.ZodTypeAny, {
|
|
3179
|
-
data: string;
|
|
3180
|
-
configSig: string;
|
|
3181
3179
|
op: import("../shared").OpType;
|
|
3182
3180
|
user: string;
|
|
3183
3181
|
settler: string;
|
|
3184
3182
|
nonce: string;
|
|
3185
3183
|
deadline: string;
|
|
3184
|
+
data: string;
|
|
3186
3185
|
maxFees: {
|
|
3187
3186
|
token: string;
|
|
3188
3187
|
amount: string;
|
|
@@ -3191,16 +3190,16 @@ export declare const RelayerExecutionResultValidator: z.ZodObject<{
|
|
|
3191
3190
|
data: string;
|
|
3192
3191
|
topic: string;
|
|
3193
3192
|
}[];
|
|
3193
|
+
configSig: string;
|
|
3194
3194
|
minValidations: number;
|
|
3195
3195
|
hash: string;
|
|
3196
3196
|
}, {
|
|
3197
|
-
data: string;
|
|
3198
|
-
configSig: string;
|
|
3199
3197
|
op: import("../shared").OpType;
|
|
3200
3198
|
user: string;
|
|
3201
3199
|
settler: string;
|
|
3202
3200
|
nonce: string;
|
|
3203
3201
|
deadline: string;
|
|
3202
|
+
data: string;
|
|
3204
3203
|
maxFees: {
|
|
3205
3204
|
token: string;
|
|
3206
3205
|
amount: string;
|
|
@@ -3209,6 +3208,7 @@ export declare const RelayerExecutionResultValidator: z.ZodObject<{
|
|
|
3209
3208
|
data: string;
|
|
3210
3209
|
topic: string;
|
|
3211
3210
|
}[];
|
|
3211
|
+
configSig: string;
|
|
3212
3212
|
minValidations: number;
|
|
3213
3213
|
hash: string;
|
|
3214
3214
|
}>, "many">;
|
|
@@ -3220,13 +3220,12 @@ export declare const RelayerExecutionResultValidator: z.ZodObject<{
|
|
|
3220
3220
|
fuelUsed: number;
|
|
3221
3221
|
inputs: string[];
|
|
3222
3222
|
outputs: {
|
|
3223
|
-
data: string;
|
|
3224
|
-
configSig: string;
|
|
3225
3223
|
op: import("../shared").OpType;
|
|
3226
3224
|
user: string;
|
|
3227
3225
|
settler: string;
|
|
3228
3226
|
nonce: string;
|
|
3229
3227
|
deadline: string;
|
|
3228
|
+
data: string;
|
|
3230
3229
|
maxFees: {
|
|
3231
3230
|
token: string;
|
|
3232
3231
|
amount: string;
|
|
@@ -3235,6 +3234,7 @@ export declare const RelayerExecutionResultValidator: z.ZodObject<{
|
|
|
3235
3234
|
data: string;
|
|
3236
3235
|
topic: string;
|
|
3237
3236
|
}[];
|
|
3237
|
+
configSig: string;
|
|
3238
3238
|
minValidations: number;
|
|
3239
3239
|
hash: string;
|
|
3240
3240
|
}[];
|
|
@@ -3245,13 +3245,12 @@ export declare const RelayerExecutionResultValidator: z.ZodObject<{
|
|
|
3245
3245
|
fuelUsed: number;
|
|
3246
3246
|
inputs: string[];
|
|
3247
3247
|
outputs: {
|
|
3248
|
-
data: string;
|
|
3249
|
-
configSig: string;
|
|
3250
3248
|
op: import("../shared").OpType;
|
|
3251
3249
|
user: string;
|
|
3252
3250
|
settler: string;
|
|
3253
3251
|
nonce: string;
|
|
3254
3252
|
deadline: string;
|
|
3253
|
+
data: string;
|
|
3255
3254
|
maxFees: {
|
|
3256
3255
|
token: string;
|
|
3257
3256
|
amount: string;
|
|
@@ -3260,6 +3259,7 @@ export declare const RelayerExecutionResultValidator: z.ZodObject<{
|
|
|
3260
3259
|
data: string;
|
|
3261
3260
|
topic: string;
|
|
3262
3261
|
}[];
|
|
3262
|
+
configSig: string;
|
|
3263
3263
|
minValidations: number;
|
|
3264
3264
|
hash: string;
|
|
3265
3265
|
}[];
|