@longdotxyz/shared 0.0.18 → 0.0.19
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.
|
@@ -71,8 +71,12 @@ declare const CreateDynamicAuctionResponse: z.ZodObject<{
|
|
|
71
71
|
token_factory: string;
|
|
72
72
|
token_factory_data: string;
|
|
73
73
|
}>>;
|
|
74
|
+
hook_address: z.ZodPipeline<z.ZodString, z.ZodType<`0x${string}`, z.ZodTypeDef, `0x${string}`>>;
|
|
75
|
+
token_address: z.ZodPipeline<z.ZodString, z.ZodType<`0x${string}`, z.ZodTypeDef, `0x${string}`>>;
|
|
74
76
|
encoded_payload: z.ZodPipeline<z.ZodString, z.ZodType<`0x${string}`, z.ZodTypeDef, `0x${string}`>>;
|
|
75
77
|
}, "strip", z.ZodTypeAny, {
|
|
78
|
+
hook_address: `0x${string}`;
|
|
79
|
+
token_address: `0x${string}`;
|
|
76
80
|
encoded_payload: `0x${string}`;
|
|
77
81
|
params?: {
|
|
78
82
|
governance_factory: `0x${string}`;
|
|
@@ -90,6 +94,8 @@ declare const CreateDynamicAuctionResponse: z.ZodObject<{
|
|
|
90
94
|
token_factory_data: `0x${string}`;
|
|
91
95
|
} | undefined;
|
|
92
96
|
}, {
|
|
97
|
+
hook_address: string;
|
|
98
|
+
token_address: string;
|
|
93
99
|
encoded_payload: string;
|
|
94
100
|
params?: {
|
|
95
101
|
governance_factory: string;
|
|
@@ -294,8 +300,12 @@ declare const auctionContract: {
|
|
|
294
300
|
token_factory: string;
|
|
295
301
|
token_factory_data: string;
|
|
296
302
|
}>>;
|
|
303
|
+
hook_address: z.ZodPipeline<z.ZodString, z.ZodType<`0x${string}`, z.ZodTypeDef, `0x${string}`>>;
|
|
304
|
+
token_address: z.ZodPipeline<z.ZodString, z.ZodType<`0x${string}`, z.ZodTypeDef, `0x${string}`>>;
|
|
297
305
|
encoded_payload: z.ZodPipeline<z.ZodString, z.ZodType<`0x${string}`, z.ZodTypeDef, `0x${string}`>>;
|
|
298
306
|
}, "strip", z.ZodTypeAny, {
|
|
307
|
+
hook_address: `0x${string}`;
|
|
308
|
+
token_address: `0x${string}`;
|
|
299
309
|
encoded_payload: `0x${string}`;
|
|
300
310
|
params?: {
|
|
301
311
|
governance_factory: `0x${string}`;
|
|
@@ -313,6 +323,8 @@ declare const auctionContract: {
|
|
|
313
323
|
token_factory_data: `0x${string}`;
|
|
314
324
|
} | undefined;
|
|
315
325
|
}, {
|
|
326
|
+
hook_address: string;
|
|
327
|
+
token_address: string;
|
|
316
328
|
encoded_payload: string;
|
|
317
329
|
params?: {
|
|
318
330
|
governance_factory: string;
|
|
@@ -332,6 +344,8 @@ declare const auctionContract: {
|
|
|
332
344
|
}>;
|
|
333
345
|
}, "strip", z.ZodTypeAny, {
|
|
334
346
|
result: {
|
|
347
|
+
hook_address: `0x${string}`;
|
|
348
|
+
token_address: `0x${string}`;
|
|
335
349
|
encoded_payload: `0x${string}`;
|
|
336
350
|
params?: {
|
|
337
351
|
governance_factory: `0x${string}`;
|
|
@@ -351,6 +365,8 @@ declare const auctionContract: {
|
|
|
351
365
|
};
|
|
352
366
|
}, {
|
|
353
367
|
result: {
|
|
368
|
+
hook_address: string;
|
|
369
|
+
token_address: string;
|
|
354
370
|
encoded_payload: string;
|
|
355
371
|
params?: {
|
|
356
372
|
governance_factory: string;
|
|
@@ -34,6 +34,8 @@ const CreateDynamicAuctionResponse = zod_1.default.object({
|
|
|
34
34
|
token_factory_data: zod_1.default.string().pipe(types_1.hex),
|
|
35
35
|
})
|
|
36
36
|
.optional(),
|
|
37
|
+
hook_address: zod_1.default.string().pipe(types_1.hex),
|
|
38
|
+
token_address: zod_1.default.string().pipe(types_1.hex),
|
|
37
39
|
encoded_payload: zod_1.default.string().pipe(types_1.hex),
|
|
38
40
|
});
|
|
39
41
|
exports.CreateDynamicAuctionResponse = CreateDynamicAuctionResponse;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auction.contract.js","sourceRoot":"","sources":["../../src/contracts/auction.contract.ts"],"names":[],"mappings":";;;AAAA,wCAA6C;AAC7C,6BAAoB;AAEpB,oCAA+B;AAE/B,MAAM,QAAQ,GAAG,IAAA,mBAAY,GAAE,CAAC;AAEhC,MAAM,sBAAsB,GAAG,aAAC,CAAC,MAAM,CAAC;IACpC,oBAAoB,EAAE,aAAC,CAAC,MAAM,EAAE;IAChC,eAAe,EAAE,aAAC,CAAC,MAAM,EAAE;IAC3B,uBAAuB,EAAE,aAAC,CAAC,MAAM,EAAE;IACnC,yBAAyB,EAAE,aAAC,CAAC,MAAM,EAAE;IACrC,0BAA0B,EAAE,aAAC,CAAC,MAAM,EAAE;IACtC,wBAAwB,EAAE,aAAC,CAAC,MAAM,EAAE;IACpC,0BAA0B,EAAE,aAAC,CAAC,MAAM,EAAE;IACtC,2BAA2B,EAAE,aAAC,CAAC,MAAM,EAAE;CAC1C,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"auction.contract.js","sourceRoot":"","sources":["../../src/contracts/auction.contract.ts"],"names":[],"mappings":"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"}
|
|
@@ -186,8 +186,12 @@ export declare const rootContract: {
|
|
|
186
186
|
token_factory: string;
|
|
187
187
|
token_factory_data: string;
|
|
188
188
|
}>>;
|
|
189
|
+
hook_address: import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
|
|
190
|
+
token_address: import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
|
|
189
191
|
encoded_payload: import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
|
|
190
192
|
}, "strip", import("zod").ZodTypeAny, {
|
|
193
|
+
hook_address: `0x${string}`;
|
|
194
|
+
token_address: `0x${string}`;
|
|
191
195
|
encoded_payload: `0x${string}`;
|
|
192
196
|
params?: {
|
|
193
197
|
governance_factory: `0x${string}`;
|
|
@@ -205,6 +209,8 @@ export declare const rootContract: {
|
|
|
205
209
|
token_factory_data: `0x${string}`;
|
|
206
210
|
} | undefined;
|
|
207
211
|
}, {
|
|
212
|
+
hook_address: string;
|
|
213
|
+
token_address: string;
|
|
208
214
|
encoded_payload: string;
|
|
209
215
|
params?: {
|
|
210
216
|
governance_factory: string;
|
|
@@ -224,6 +230,8 @@ export declare const rootContract: {
|
|
|
224
230
|
}>;
|
|
225
231
|
}, "strip", import("zod").ZodTypeAny, {
|
|
226
232
|
result: {
|
|
233
|
+
hook_address: `0x${string}`;
|
|
234
|
+
token_address: `0x${string}`;
|
|
227
235
|
encoded_payload: `0x${string}`;
|
|
228
236
|
params?: {
|
|
229
237
|
governance_factory: `0x${string}`;
|
|
@@ -243,6 +251,8 @@ export declare const rootContract: {
|
|
|
243
251
|
};
|
|
244
252
|
}, {
|
|
245
253
|
result: {
|
|
254
|
+
hook_address: string;
|
|
255
|
+
token_address: string;
|
|
246
256
|
encoded_payload: string;
|
|
247
257
|
params?: {
|
|
248
258
|
governance_factory: string;
|