@chainflip/processor 1.4.0 → 1.4.2
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/100/common.cjs +16 -26
- package/dist/100/common.d.cts +84 -171
- package/dist/100/common.d.ts +84 -171
- package/dist/100/common.mjs +16 -26
- package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
- package/dist/100/funding/funded.d.cts +2 -2
- package/dist/100/funding/funded.d.ts +2 -2
- package/dist/100/funding/redemptionRequested.d.cts +2 -2
- package/dist/100/funding/redemptionRequested.d.ts +2 -2
- package/dist/100/liquidityPools/limitOrderUpdated.cjs +1 -1
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +10 -106
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +10 -106
- package/dist/100/liquidityPools/limitOrderUpdated.mjs +2 -2
- package/dist/100/liquidityPools/rangeOrderUpdated.cjs +1 -1
- package/dist/100/liquidityPools/rangeOrderUpdated.mjs +2 -2
- package/dist/100/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/100/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/100/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/100/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/100/swapping/swapAmountTooLow.d.cts +5 -19
- package/dist/100/swapping/swapAmountTooLow.d.ts +5 -19
- package/dist/100/swapping/swapScheduled.d.cts +5 -19
- package/dist/100/swapping/swapScheduled.d.ts +5 -19
- package/dist/100/validator/palletConfigUpdated.d.cts +90 -218
- package/dist/100/validator/palletConfigUpdated.d.ts +90 -218
- package/dist/102/common.cjs +9 -27
- package/dist/102/common.d.cts +61 -167
- package/dist/102/common.d.ts +61 -167
- package/dist/102/common.mjs +9 -27
- package/dist/102/validator/palletConfigUpdated.d.cts +95 -237
- package/dist/102/validator/palletConfigUpdated.d.ts +95 -237
- package/dist/111/common.cjs +7 -2
- package/dist/111/common.d.cts +21 -2
- package/dist/111/common.d.ts +21 -2
- package/dist/111/common.mjs +7 -2
- package/dist/111/liquidityPools/limitOrderUpdated.cjs +1 -1
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +10 -106
- package/dist/111/liquidityPools/limitOrderUpdated.d.ts +10 -106
- package/dist/111/liquidityPools/limitOrderUpdated.mjs +2 -2
- package/dist/111/liquidityPools/rangeOrderUpdated.cjs +1 -1
- package/dist/111/liquidityPools/rangeOrderUpdated.mjs +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +4 -4
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +4 -4
- package/dist/120/bitcoinIngressEgress/depositIgnored.cjs +1 -1
- package/dist/120/bitcoinIngressEgress/depositIgnored.mjs +2 -2
- package/dist/120/bitcoinIngressEgress/depositReceived.cjs +1 -1
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +10 -38
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +10 -38
- package/dist/120/bitcoinIngressEgress/depositReceived.mjs +2 -2
- package/dist/120/common.cjs +5 -35
- package/dist/120/common.d.cts +9 -185
- package/dist/120/common.d.ts +9 -185
- package/dist/120/common.mjs +6 -36
- package/dist/120/ethereumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/120/ethereumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/120/ethereumIngressEgress/depositReceived.cjs +1 -1
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +10 -38
- package/dist/120/ethereumIngressEgress/depositReceived.d.ts +10 -38
- package/dist/120/ethereumIngressEgress/depositReceived.mjs +2 -2
- package/dist/120/polkadotIngressEgress/depositIgnored.cjs +1 -1
- package/dist/120/polkadotIngressEgress/depositIgnored.mjs +2 -2
- package/dist/120/polkadotIngressEgress/depositReceived.cjs +1 -1
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +10 -38
- package/dist/120/polkadotIngressEgress/depositReceived.d.ts +10 -38
- package/dist/120/polkadotIngressEgress/depositReceived.mjs +2 -2
- package/dist/120/swapping/swapEgressIgnored.d.cts +2 -2
- package/dist/120/swapping/swapEgressIgnored.d.ts +2 -2
- package/dist/120/swapping/swapEgressScheduled.d.cts +2 -2
- package/dist/120/swapping/swapEgressScheduled.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositIgnored.cjs +1 -1
- package/dist/131/bitcoinIngressEgress/depositIgnored.mjs +2 -2
- package/dist/131/bitcoinIngressEgress/depositReceived.cjs +1 -1
- package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +10 -38
- package/dist/131/bitcoinIngressEgress/depositReceived.d.ts +10 -38
- package/dist/131/bitcoinIngressEgress/depositReceived.mjs +2 -2
- package/dist/131/common.cjs +11 -21
- package/dist/131/common.d.cts +32 -121
- package/dist/131/common.d.ts +32 -121
- package/dist/131/common.mjs +14 -24
- package/dist/131/ethereumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/131/ethereumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.cjs +1 -1
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +10 -38
- package/dist/131/ethereumIngressEgress/depositReceived.d.ts +10 -38
- package/dist/131/ethereumIngressEgress/depositReceived.mjs +2 -2
- package/dist/131/liquidityPools/limitOrderUpdated.cjs +1 -1
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +10 -106
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +10 -106
- package/dist/131/liquidityPools/limitOrderUpdated.mjs +2 -2
- package/dist/131/liquidityPools/rangeOrderUpdated.cjs +1 -1
- package/dist/131/liquidityPools/rangeOrderUpdated.mjs +2 -2
- package/dist/131/swapping/ccmFailed.d.cts +5 -19
- package/dist/131/swapping/ccmFailed.d.ts +5 -19
- package/dist/131/swapping/swapScheduled.d.cts +5 -19
- package/dist/131/swapping/swapScheduled.d.ts +5 -19
- package/dist/141/arbitrumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +15 -57
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +15 -57
- package/dist/141/arbitrumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +15 -57
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +15 -57
- package/dist/141/arbitrumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/141/arbitrumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +15 -57
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +15 -57
- package/dist/141/bitcoinIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +15 -57
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +15 -57
- package/dist/141/bitcoinIngressEgress/depositFinalised.mjs +2 -2
- package/dist/141/common.cjs +12 -52
- package/dist/141/common.d.cts +35 -320
- package/dist/141/common.d.ts +35 -320
- package/dist/141/common.mjs +15 -55
- package/dist/141/ethereumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +15 -57
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +15 -57
- package/dist/141/ethereumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/ethereumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +15 -57
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +15 -57
- package/dist/141/ethereumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/141/liquidityPools/limitOrderUpdated.cjs +1 -1
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -106
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -106
- package/dist/141/liquidityPools/limitOrderUpdated.mjs +2 -2
- package/dist/141/liquidityPools/rangeOrderUpdated.cjs +1 -1
- package/dist/141/liquidityPools/rangeOrderUpdated.mjs +2 -2
- package/dist/141/polkadotIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +15 -57
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +15 -57
- package/dist/141/polkadotIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/polkadotIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +15 -57
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +15 -57
- package/dist/141/polkadotIngressEgress/depositFinalised.mjs +2 -2
- package/dist/141/swapping/ccmFailed.d.cts +5 -19
- package/dist/141/swapping/ccmFailed.d.ts +5 -19
- package/dist/141/swapping/swapScheduled.d.cts +5 -19
- package/dist/141/swapping/swapScheduled.d.ts +5 -19
- package/dist/Processor.cjs +2 -2
- package/dist/Processor.mjs +2 -2
- package/dist/types.d.cts +1 -3
- package/dist/types.d.ts +1 -3
- package/package.json +1 -1
|
@@ -373,23 +373,13 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
373
373
|
__kind: "DepositChannel";
|
|
374
374
|
}>, z.ZodObject<{
|
|
375
375
|
__kind: z.ZodLiteral<"Vault">;
|
|
376
|
-
|
|
377
|
-
txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
378
|
-
}, "strip", z.ZodTypeAny, {
|
|
379
|
-
txHash: `0x${string}`;
|
|
380
|
-
}, {
|
|
381
|
-
txHash: string;
|
|
382
|
-
}>;
|
|
376
|
+
txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
383
377
|
}, "strip", z.ZodTypeAny, {
|
|
384
|
-
value: {
|
|
385
|
-
txHash: `0x${string}`;
|
|
386
|
-
};
|
|
387
378
|
__kind: "Vault";
|
|
379
|
+
txHash: `0x${string}`;
|
|
388
380
|
}, {
|
|
389
|
-
value: {
|
|
390
|
-
txHash: string;
|
|
391
|
-
};
|
|
392
381
|
__kind: "Vault";
|
|
382
|
+
txHash: string;
|
|
393
383
|
}>]>;
|
|
394
384
|
}, "strip", z.ZodTypeAny, {
|
|
395
385
|
destinationAddress: {
|
|
@@ -419,10 +409,8 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
419
409
|
};
|
|
420
410
|
__kind: "DepositChannel";
|
|
421
411
|
} | {
|
|
422
|
-
value: {
|
|
423
|
-
txHash: `0x${string}`;
|
|
424
|
-
};
|
|
425
412
|
__kind: "Vault";
|
|
413
|
+
txHash: `0x${string}`;
|
|
426
414
|
};
|
|
427
415
|
reason: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
|
|
428
416
|
depositMetadata: {
|
|
@@ -492,10 +480,8 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
492
480
|
};
|
|
493
481
|
__kind: "DepositChannel";
|
|
494
482
|
} | {
|
|
495
|
-
value: {
|
|
496
|
-
txHash: string;
|
|
497
|
-
};
|
|
498
483
|
__kind: "Vault";
|
|
484
|
+
txHash: string;
|
|
499
485
|
};
|
|
500
486
|
reason: {
|
|
501
487
|
__kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
|
|
@@ -373,23 +373,13 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
373
373
|
__kind: "DepositChannel";
|
|
374
374
|
}>, z.ZodObject<{
|
|
375
375
|
__kind: z.ZodLiteral<"Vault">;
|
|
376
|
-
|
|
377
|
-
txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
378
|
-
}, "strip", z.ZodTypeAny, {
|
|
379
|
-
txHash: `0x${string}`;
|
|
380
|
-
}, {
|
|
381
|
-
txHash: string;
|
|
382
|
-
}>;
|
|
376
|
+
txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
383
377
|
}, "strip", z.ZodTypeAny, {
|
|
384
|
-
value: {
|
|
385
|
-
txHash: `0x${string}`;
|
|
386
|
-
};
|
|
387
378
|
__kind: "Vault";
|
|
379
|
+
txHash: `0x${string}`;
|
|
388
380
|
}, {
|
|
389
|
-
value: {
|
|
390
|
-
txHash: string;
|
|
391
|
-
};
|
|
392
381
|
__kind: "Vault";
|
|
382
|
+
txHash: string;
|
|
393
383
|
}>]>;
|
|
394
384
|
}, "strip", z.ZodTypeAny, {
|
|
395
385
|
destinationAddress: {
|
|
@@ -419,10 +409,8 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
419
409
|
};
|
|
420
410
|
__kind: "DepositChannel";
|
|
421
411
|
} | {
|
|
422
|
-
value: {
|
|
423
|
-
txHash: `0x${string}`;
|
|
424
|
-
};
|
|
425
412
|
__kind: "Vault";
|
|
413
|
+
txHash: `0x${string}`;
|
|
426
414
|
};
|
|
427
415
|
reason: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
|
|
428
416
|
depositMetadata: {
|
|
@@ -492,10 +480,8 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
492
480
|
};
|
|
493
481
|
__kind: "DepositChannel";
|
|
494
482
|
} | {
|
|
495
|
-
value: {
|
|
496
|
-
txHash: string;
|
|
497
|
-
};
|
|
498
483
|
__kind: "Vault";
|
|
484
|
+
txHash: string;
|
|
499
485
|
};
|
|
500
486
|
reason: {
|
|
501
487
|
__kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
|
|
@@ -143,23 +143,13 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
143
143
|
__kind: "DepositChannel";
|
|
144
144
|
}>, z.ZodObject<{
|
|
145
145
|
__kind: z.ZodLiteral<"Vault">;
|
|
146
|
-
|
|
147
|
-
txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
148
|
-
}, "strip", z.ZodTypeAny, {
|
|
149
|
-
txHash: `0x${string}`;
|
|
150
|
-
}, {
|
|
151
|
-
txHash: string;
|
|
152
|
-
}>;
|
|
146
|
+
txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
153
147
|
}, "strip", z.ZodTypeAny, {
|
|
154
|
-
value: {
|
|
155
|
-
txHash: `0x${string}`;
|
|
156
|
-
};
|
|
157
148
|
__kind: "Vault";
|
|
149
|
+
txHash: `0x${string}`;
|
|
158
150
|
}, {
|
|
159
|
-
value: {
|
|
160
|
-
txHash: string;
|
|
161
|
-
};
|
|
162
151
|
__kind: "Vault";
|
|
152
|
+
txHash: string;
|
|
163
153
|
}>]>;
|
|
164
154
|
swapType: z.ZodUnion<[z.ZodObject<{
|
|
165
155
|
__kind: z.ZodLiteral<"Swap">;
|
|
@@ -427,10 +417,8 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
427
417
|
};
|
|
428
418
|
__kind: "DepositChannel";
|
|
429
419
|
} | {
|
|
430
|
-
value: {
|
|
431
|
-
txHash: `0x${string}`;
|
|
432
|
-
};
|
|
433
420
|
__kind: "Vault";
|
|
421
|
+
txHash: `0x${string}`;
|
|
434
422
|
};
|
|
435
423
|
swapType: {
|
|
436
424
|
value: {
|
|
@@ -512,10 +500,8 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
512
500
|
};
|
|
513
501
|
__kind: "DepositChannel";
|
|
514
502
|
} | {
|
|
515
|
-
value: {
|
|
516
|
-
txHash: string;
|
|
517
|
-
};
|
|
518
503
|
__kind: "Vault";
|
|
504
|
+
txHash: string;
|
|
519
505
|
};
|
|
520
506
|
swapType: {
|
|
521
507
|
value: {
|
|
@@ -143,23 +143,13 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
143
143
|
__kind: "DepositChannel";
|
|
144
144
|
}>, z.ZodObject<{
|
|
145
145
|
__kind: z.ZodLiteral<"Vault">;
|
|
146
|
-
|
|
147
|
-
txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
148
|
-
}, "strip", z.ZodTypeAny, {
|
|
149
|
-
txHash: `0x${string}`;
|
|
150
|
-
}, {
|
|
151
|
-
txHash: string;
|
|
152
|
-
}>;
|
|
146
|
+
txHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
153
147
|
}, "strip", z.ZodTypeAny, {
|
|
154
|
-
value: {
|
|
155
|
-
txHash: `0x${string}`;
|
|
156
|
-
};
|
|
157
148
|
__kind: "Vault";
|
|
149
|
+
txHash: `0x${string}`;
|
|
158
150
|
}, {
|
|
159
|
-
value: {
|
|
160
|
-
txHash: string;
|
|
161
|
-
};
|
|
162
151
|
__kind: "Vault";
|
|
152
|
+
txHash: string;
|
|
163
153
|
}>]>;
|
|
164
154
|
swapType: z.ZodUnion<[z.ZodObject<{
|
|
165
155
|
__kind: z.ZodLiteral<"Swap">;
|
|
@@ -427,10 +417,8 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
427
417
|
};
|
|
428
418
|
__kind: "DepositChannel";
|
|
429
419
|
} | {
|
|
430
|
-
value: {
|
|
431
|
-
txHash: `0x${string}`;
|
|
432
|
-
};
|
|
433
420
|
__kind: "Vault";
|
|
421
|
+
txHash: `0x${string}`;
|
|
434
422
|
};
|
|
435
423
|
swapType: {
|
|
436
424
|
value: {
|
|
@@ -512,10 +500,8 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
512
500
|
};
|
|
513
501
|
__kind: "DepositChannel";
|
|
514
502
|
} | {
|
|
515
|
-
value: {
|
|
516
|
-
txHash: string;
|
|
517
|
-
};
|
|
518
503
|
__kind: "Vault";
|
|
504
|
+
txHash: string;
|
|
519
505
|
};
|
|
520
506
|
swapType: {
|
|
521
507
|
value: {
|
|
@@ -14,7 +14,7 @@ var arbitrumIngressEgressDepositBoosted = _zod.z.object({
|
|
|
14
14
|
channelId: _commoncjs.numberOrHex,
|
|
15
15
|
ingressFee: _commoncjs.numberOrHex,
|
|
16
16
|
boostFee: _commoncjs.numberOrHex,
|
|
17
|
-
action: _commoncjs.
|
|
17
|
+
action: _commoncjs.palletCfIngressEgressDepositAction
|
|
18
18
|
});
|
|
19
19
|
|
|
20
20
|
|
|
@@ -18,42 +18,22 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
18
18
|
boostFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
19
19
|
action: z.ZodUnion<[z.ZodObject<{
|
|
20
20
|
__kind: z.ZodLiteral<"Swap">;
|
|
21
|
-
|
|
22
|
-
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
23
|
-
}, "strip", z.ZodTypeAny, {
|
|
24
|
-
swapId: bigint;
|
|
25
|
-
}, {
|
|
26
|
-
swapId: string | number;
|
|
27
|
-
}>;
|
|
21
|
+
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
28
22
|
}, "strip", z.ZodTypeAny, {
|
|
29
|
-
value: {
|
|
30
|
-
swapId: bigint;
|
|
31
|
-
};
|
|
32
23
|
__kind: "Swap";
|
|
24
|
+
swapId: bigint;
|
|
33
25
|
}, {
|
|
34
|
-
value: {
|
|
35
|
-
swapId: string | number;
|
|
36
|
-
};
|
|
37
26
|
__kind: "Swap";
|
|
27
|
+
swapId: string | number;
|
|
38
28
|
}>, z.ZodObject<{
|
|
39
29
|
__kind: z.ZodLiteral<"LiquidityProvision">;
|
|
40
|
-
|
|
41
|
-
lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
42
|
-
}, "strip", z.ZodTypeAny, {
|
|
43
|
-
lpAccount: string;
|
|
44
|
-
}, {
|
|
45
|
-
lpAccount: string;
|
|
46
|
-
}>;
|
|
30
|
+
lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
47
31
|
}, "strip", z.ZodTypeAny, {
|
|
48
|
-
value: {
|
|
49
|
-
lpAccount: string;
|
|
50
|
-
};
|
|
51
32
|
__kind: "LiquidityProvision";
|
|
33
|
+
lpAccount: string;
|
|
52
34
|
}, {
|
|
53
|
-
value: {
|
|
54
|
-
lpAccount: string;
|
|
55
|
-
};
|
|
56
35
|
__kind: "LiquidityProvision";
|
|
36
|
+
lpAccount: string;
|
|
57
37
|
}>, z.ZodObject<{
|
|
58
38
|
__kind: z.ZodLiteral<"CcmTransfer">;
|
|
59
39
|
value: z.ZodObject<{
|
|
@@ -86,23 +66,13 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
86
66
|
__kind: "NoAction";
|
|
87
67
|
}>, z.ZodObject<{
|
|
88
68
|
__kind: z.ZodLiteral<"BoostersCredited">;
|
|
89
|
-
|
|
90
|
-
prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
91
|
-
}, "strip", z.ZodTypeAny, {
|
|
92
|
-
prewitnessedDepositId: bigint;
|
|
93
|
-
}, {
|
|
94
|
-
prewitnessedDepositId: string | number;
|
|
95
|
-
}>;
|
|
69
|
+
prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
96
70
|
}, "strip", z.ZodTypeAny, {
|
|
97
|
-
value: {
|
|
98
|
-
prewitnessedDepositId: bigint;
|
|
99
|
-
};
|
|
100
71
|
__kind: "BoostersCredited";
|
|
72
|
+
prewitnessedDepositId: bigint;
|
|
101
73
|
}, {
|
|
102
|
-
value: {
|
|
103
|
-
prewitnessedDepositId: string | number;
|
|
104
|
-
};
|
|
105
74
|
__kind: "BoostersCredited";
|
|
75
|
+
prewitnessedDepositId: string | number;
|
|
106
76
|
}>]>;
|
|
107
77
|
}, "strip", z.ZodTypeAny, {
|
|
108
78
|
depositAddress: `0x${string}`;
|
|
@@ -113,15 +83,11 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
113
83
|
boostFee: bigint;
|
|
114
84
|
ingressFee: bigint;
|
|
115
85
|
action: {
|
|
116
|
-
value: {
|
|
117
|
-
swapId: bigint;
|
|
118
|
-
};
|
|
119
86
|
__kind: "Swap";
|
|
87
|
+
swapId: bigint;
|
|
120
88
|
} | {
|
|
121
|
-
value: {
|
|
122
|
-
lpAccount: string;
|
|
123
|
-
};
|
|
124
89
|
__kind: "LiquidityProvision";
|
|
90
|
+
lpAccount: string;
|
|
125
91
|
} | {
|
|
126
92
|
value: {
|
|
127
93
|
principalSwapId?: bigint | null | undefined;
|
|
@@ -131,10 +97,8 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
131
97
|
} | {
|
|
132
98
|
__kind: "NoAction";
|
|
133
99
|
} | {
|
|
134
|
-
value: {
|
|
135
|
-
prewitnessedDepositId: bigint;
|
|
136
|
-
};
|
|
137
100
|
__kind: "BoostersCredited";
|
|
101
|
+
prewitnessedDepositId: bigint;
|
|
138
102
|
};
|
|
139
103
|
}, {
|
|
140
104
|
depositAddress: string;
|
|
@@ -147,15 +111,11 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
147
111
|
boostFee: string | number;
|
|
148
112
|
ingressFee: string | number;
|
|
149
113
|
action: {
|
|
150
|
-
value: {
|
|
151
|
-
swapId: string | number;
|
|
152
|
-
};
|
|
153
114
|
__kind: "Swap";
|
|
115
|
+
swapId: string | number;
|
|
154
116
|
} | {
|
|
155
|
-
value: {
|
|
156
|
-
lpAccount: string;
|
|
157
|
-
};
|
|
158
117
|
__kind: "LiquidityProvision";
|
|
118
|
+
lpAccount: string;
|
|
159
119
|
} | {
|
|
160
120
|
value: {
|
|
161
121
|
principalSwapId?: string | number | null | undefined;
|
|
@@ -165,10 +125,8 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
165
125
|
} | {
|
|
166
126
|
__kind: "NoAction";
|
|
167
127
|
} | {
|
|
168
|
-
value: {
|
|
169
|
-
prewitnessedDepositId: string | number;
|
|
170
|
-
};
|
|
171
128
|
__kind: "BoostersCredited";
|
|
129
|
+
prewitnessedDepositId: string | number;
|
|
172
130
|
};
|
|
173
131
|
}>;
|
|
174
132
|
|
|
@@ -18,42 +18,22 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
18
18
|
boostFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
19
19
|
action: z.ZodUnion<[z.ZodObject<{
|
|
20
20
|
__kind: z.ZodLiteral<"Swap">;
|
|
21
|
-
|
|
22
|
-
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
23
|
-
}, "strip", z.ZodTypeAny, {
|
|
24
|
-
swapId: bigint;
|
|
25
|
-
}, {
|
|
26
|
-
swapId: string | number;
|
|
27
|
-
}>;
|
|
21
|
+
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
28
22
|
}, "strip", z.ZodTypeAny, {
|
|
29
|
-
value: {
|
|
30
|
-
swapId: bigint;
|
|
31
|
-
};
|
|
32
23
|
__kind: "Swap";
|
|
24
|
+
swapId: bigint;
|
|
33
25
|
}, {
|
|
34
|
-
value: {
|
|
35
|
-
swapId: string | number;
|
|
36
|
-
};
|
|
37
26
|
__kind: "Swap";
|
|
27
|
+
swapId: string | number;
|
|
38
28
|
}>, z.ZodObject<{
|
|
39
29
|
__kind: z.ZodLiteral<"LiquidityProvision">;
|
|
40
|
-
|
|
41
|
-
lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
42
|
-
}, "strip", z.ZodTypeAny, {
|
|
43
|
-
lpAccount: string;
|
|
44
|
-
}, {
|
|
45
|
-
lpAccount: string;
|
|
46
|
-
}>;
|
|
30
|
+
lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
47
31
|
}, "strip", z.ZodTypeAny, {
|
|
48
|
-
value: {
|
|
49
|
-
lpAccount: string;
|
|
50
|
-
};
|
|
51
32
|
__kind: "LiquidityProvision";
|
|
33
|
+
lpAccount: string;
|
|
52
34
|
}, {
|
|
53
|
-
value: {
|
|
54
|
-
lpAccount: string;
|
|
55
|
-
};
|
|
56
35
|
__kind: "LiquidityProvision";
|
|
36
|
+
lpAccount: string;
|
|
57
37
|
}>, z.ZodObject<{
|
|
58
38
|
__kind: z.ZodLiteral<"CcmTransfer">;
|
|
59
39
|
value: z.ZodObject<{
|
|
@@ -86,23 +66,13 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
86
66
|
__kind: "NoAction";
|
|
87
67
|
}>, z.ZodObject<{
|
|
88
68
|
__kind: z.ZodLiteral<"BoostersCredited">;
|
|
89
|
-
|
|
90
|
-
prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
91
|
-
}, "strip", z.ZodTypeAny, {
|
|
92
|
-
prewitnessedDepositId: bigint;
|
|
93
|
-
}, {
|
|
94
|
-
prewitnessedDepositId: string | number;
|
|
95
|
-
}>;
|
|
69
|
+
prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
96
70
|
}, "strip", z.ZodTypeAny, {
|
|
97
|
-
value: {
|
|
98
|
-
prewitnessedDepositId: bigint;
|
|
99
|
-
};
|
|
100
71
|
__kind: "BoostersCredited";
|
|
72
|
+
prewitnessedDepositId: bigint;
|
|
101
73
|
}, {
|
|
102
|
-
value: {
|
|
103
|
-
prewitnessedDepositId: string | number;
|
|
104
|
-
};
|
|
105
74
|
__kind: "BoostersCredited";
|
|
75
|
+
prewitnessedDepositId: string | number;
|
|
106
76
|
}>]>;
|
|
107
77
|
}, "strip", z.ZodTypeAny, {
|
|
108
78
|
depositAddress: `0x${string}`;
|
|
@@ -113,15 +83,11 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
113
83
|
boostFee: bigint;
|
|
114
84
|
ingressFee: bigint;
|
|
115
85
|
action: {
|
|
116
|
-
value: {
|
|
117
|
-
swapId: bigint;
|
|
118
|
-
};
|
|
119
86
|
__kind: "Swap";
|
|
87
|
+
swapId: bigint;
|
|
120
88
|
} | {
|
|
121
|
-
value: {
|
|
122
|
-
lpAccount: string;
|
|
123
|
-
};
|
|
124
89
|
__kind: "LiquidityProvision";
|
|
90
|
+
lpAccount: string;
|
|
125
91
|
} | {
|
|
126
92
|
value: {
|
|
127
93
|
principalSwapId?: bigint | null | undefined;
|
|
@@ -131,10 +97,8 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
131
97
|
} | {
|
|
132
98
|
__kind: "NoAction";
|
|
133
99
|
} | {
|
|
134
|
-
value: {
|
|
135
|
-
prewitnessedDepositId: bigint;
|
|
136
|
-
};
|
|
137
100
|
__kind: "BoostersCredited";
|
|
101
|
+
prewitnessedDepositId: bigint;
|
|
138
102
|
};
|
|
139
103
|
}, {
|
|
140
104
|
depositAddress: string;
|
|
@@ -147,15 +111,11 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
147
111
|
boostFee: string | number;
|
|
148
112
|
ingressFee: string | number;
|
|
149
113
|
action: {
|
|
150
|
-
value: {
|
|
151
|
-
swapId: string | number;
|
|
152
|
-
};
|
|
153
114
|
__kind: "Swap";
|
|
115
|
+
swapId: string | number;
|
|
154
116
|
} | {
|
|
155
|
-
value: {
|
|
156
|
-
lpAccount: string;
|
|
157
|
-
};
|
|
158
117
|
__kind: "LiquidityProvision";
|
|
118
|
+
lpAccount: string;
|
|
159
119
|
} | {
|
|
160
120
|
value: {
|
|
161
121
|
principalSwapId?: string | number | null | undefined;
|
|
@@ -165,10 +125,8 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
165
125
|
} | {
|
|
166
126
|
__kind: "NoAction";
|
|
167
127
|
} | {
|
|
168
|
-
value: {
|
|
169
|
-
prewitnessedDepositId: string | number;
|
|
170
|
-
};
|
|
171
128
|
__kind: "BoostersCredited";
|
|
129
|
+
prewitnessedDepositId: string | number;
|
|
172
130
|
};
|
|
173
131
|
}>;
|
|
174
132
|
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
cfPrimitivesChainsAssetsArbAsset,
|
|
5
5
|
hexString,
|
|
6
6
|
numberOrHex,
|
|
7
|
-
|
|
7
|
+
palletCfIngressEgressDepositAction
|
|
8
8
|
} from "../common.mjs";
|
|
9
9
|
var arbitrumIngressEgressDepositBoosted = z.object({
|
|
10
10
|
depositAddress: hexString,
|
|
@@ -14,7 +14,7 @@ var arbitrumIngressEgressDepositBoosted = z.object({
|
|
|
14
14
|
channelId: numberOrHex,
|
|
15
15
|
ingressFee: numberOrHex,
|
|
16
16
|
boostFee: numberOrHex,
|
|
17
|
-
action:
|
|
17
|
+
action: palletCfIngressEgressDepositAction
|
|
18
18
|
});
|
|
19
19
|
export {
|
|
20
20
|
arbitrumIngressEgressDepositBoosted
|
|
@@ -11,7 +11,7 @@ var arbitrumIngressEgressDepositFinalised = _zod.z.object({
|
|
|
11
11
|
asset: _commoncjs.cfPrimitivesChainsAssetsArbAsset,
|
|
12
12
|
amount: _commoncjs.numberOrHex,
|
|
13
13
|
ingressFee: _commoncjs.numberOrHex,
|
|
14
|
-
action: _commoncjs.
|
|
14
|
+
action: _commoncjs.palletCfIngressEgressDepositAction,
|
|
15
15
|
channelId: _commoncjs.numberOrHex
|
|
16
16
|
});
|
|
17
17
|
|
|
@@ -15,42 +15,22 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
15
15
|
ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
16
16
|
action: z.ZodUnion<[z.ZodObject<{
|
|
17
17
|
__kind: z.ZodLiteral<"Swap">;
|
|
18
|
-
|
|
19
|
-
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
20
|
-
}, "strip", z.ZodTypeAny, {
|
|
21
|
-
swapId: bigint;
|
|
22
|
-
}, {
|
|
23
|
-
swapId: string | number;
|
|
24
|
-
}>;
|
|
18
|
+
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
25
19
|
}, "strip", z.ZodTypeAny, {
|
|
26
|
-
value: {
|
|
27
|
-
swapId: bigint;
|
|
28
|
-
};
|
|
29
20
|
__kind: "Swap";
|
|
21
|
+
swapId: bigint;
|
|
30
22
|
}, {
|
|
31
|
-
value: {
|
|
32
|
-
swapId: string | number;
|
|
33
|
-
};
|
|
34
23
|
__kind: "Swap";
|
|
24
|
+
swapId: string | number;
|
|
35
25
|
}>, z.ZodObject<{
|
|
36
26
|
__kind: z.ZodLiteral<"LiquidityProvision">;
|
|
37
|
-
|
|
38
|
-
lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
39
|
-
}, "strip", z.ZodTypeAny, {
|
|
40
|
-
lpAccount: string;
|
|
41
|
-
}, {
|
|
42
|
-
lpAccount: string;
|
|
43
|
-
}>;
|
|
27
|
+
lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
44
28
|
}, "strip", z.ZodTypeAny, {
|
|
45
|
-
value: {
|
|
46
|
-
lpAccount: string;
|
|
47
|
-
};
|
|
48
29
|
__kind: "LiquidityProvision";
|
|
30
|
+
lpAccount: string;
|
|
49
31
|
}, {
|
|
50
|
-
value: {
|
|
51
|
-
lpAccount: string;
|
|
52
|
-
};
|
|
53
32
|
__kind: "LiquidityProvision";
|
|
33
|
+
lpAccount: string;
|
|
54
34
|
}>, z.ZodObject<{
|
|
55
35
|
__kind: z.ZodLiteral<"CcmTransfer">;
|
|
56
36
|
value: z.ZodObject<{
|
|
@@ -83,23 +63,13 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
83
63
|
__kind: "NoAction";
|
|
84
64
|
}>, z.ZodObject<{
|
|
85
65
|
__kind: z.ZodLiteral<"BoostersCredited">;
|
|
86
|
-
|
|
87
|
-
prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
88
|
-
}, "strip", z.ZodTypeAny, {
|
|
89
|
-
prewitnessedDepositId: bigint;
|
|
90
|
-
}, {
|
|
91
|
-
prewitnessedDepositId: string | number;
|
|
92
|
-
}>;
|
|
66
|
+
prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
93
67
|
}, "strip", z.ZodTypeAny, {
|
|
94
|
-
value: {
|
|
95
|
-
prewitnessedDepositId: bigint;
|
|
96
|
-
};
|
|
97
68
|
__kind: "BoostersCredited";
|
|
69
|
+
prewitnessedDepositId: bigint;
|
|
98
70
|
}, {
|
|
99
|
-
value: {
|
|
100
|
-
prewitnessedDepositId: string | number;
|
|
101
|
-
};
|
|
102
71
|
__kind: "BoostersCredited";
|
|
72
|
+
prewitnessedDepositId: string | number;
|
|
103
73
|
}>]>;
|
|
104
74
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
105
75
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -109,15 +79,11 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
109
79
|
asset: "ArbEth" | "ArbUsdc";
|
|
110
80
|
ingressFee: bigint;
|
|
111
81
|
action: {
|
|
112
|
-
value: {
|
|
113
|
-
swapId: bigint;
|
|
114
|
-
};
|
|
115
82
|
__kind: "Swap";
|
|
83
|
+
swapId: bigint;
|
|
116
84
|
} | {
|
|
117
|
-
value: {
|
|
118
|
-
lpAccount: string;
|
|
119
|
-
};
|
|
120
85
|
__kind: "LiquidityProvision";
|
|
86
|
+
lpAccount: string;
|
|
121
87
|
} | {
|
|
122
88
|
value: {
|
|
123
89
|
principalSwapId?: bigint | null | undefined;
|
|
@@ -127,10 +93,8 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
127
93
|
} | {
|
|
128
94
|
__kind: "NoAction";
|
|
129
95
|
} | {
|
|
130
|
-
value: {
|
|
131
|
-
prewitnessedDepositId: bigint;
|
|
132
|
-
};
|
|
133
96
|
__kind: "BoostersCredited";
|
|
97
|
+
prewitnessedDepositId: bigint;
|
|
134
98
|
};
|
|
135
99
|
}, {
|
|
136
100
|
amount: string | number;
|
|
@@ -141,15 +105,11 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
141
105
|
};
|
|
142
106
|
ingressFee: string | number;
|
|
143
107
|
action: {
|
|
144
|
-
value: {
|
|
145
|
-
swapId: string | number;
|
|
146
|
-
};
|
|
147
108
|
__kind: "Swap";
|
|
109
|
+
swapId: string | number;
|
|
148
110
|
} | {
|
|
149
|
-
value: {
|
|
150
|
-
lpAccount: string;
|
|
151
|
-
};
|
|
152
111
|
__kind: "LiquidityProvision";
|
|
112
|
+
lpAccount: string;
|
|
153
113
|
} | {
|
|
154
114
|
value: {
|
|
155
115
|
principalSwapId?: string | number | null | undefined;
|
|
@@ -159,10 +119,8 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
159
119
|
} | {
|
|
160
120
|
__kind: "NoAction";
|
|
161
121
|
} | {
|
|
162
|
-
value: {
|
|
163
|
-
prewitnessedDepositId: string | number;
|
|
164
|
-
};
|
|
165
122
|
__kind: "BoostersCredited";
|
|
123
|
+
prewitnessedDepositId: string | number;
|
|
166
124
|
};
|
|
167
125
|
}>;
|
|
168
126
|
|