@chainflip/processor 2.1.0-alpha.0 → 2.1.0-alpha.1
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/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +12 -12
- package/dist/100/flip/remainingImbalance.d.cts +22 -22
- package/dist/100/flip/remainingImbalance.d.ts +22 -22
- package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
- package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
- 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/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +34 -34
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +34 -34
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +161 -161
- package/dist/11000/assethubIngressEgress/depositFailed.d.ts +161 -161
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +2 -2
- package/dist/11000/lendingPools/boostFundsAdded.d.ts +2 -2
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +2 -2
- package/dist/11000/lendingPools/stoppedBoosting.d.ts +2 -2
- package/dist/11000/swapping/refundEgressScheduled.d.cts +2 -2
- package/dist/11000/swapping/refundEgressScheduled.d.ts +2 -2
- package/dist/11000/swapping/refundedOnChain.d.cts +4 -4
- package/dist/11000/swapping/refundedOnChain.d.ts +4 -4
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +57 -57
- package/dist/11000/swapping/swapDepositAddressReady.d.ts +57 -57
- package/dist/11000/swapping/swapRequested.d.cts +94 -94
- package/dist/11000/swapping/swapRequested.d.ts +94 -94
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +22 -22
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +22 -22
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +30 -30
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +318 -318
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +318 -318
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +2 -2
- package/dist/11100/funding/sCCallCannotBeDecoded.d.ts +2 -2
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +31 -31
- package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +31 -31
- package/dist/11100/funding/sCCallExecuted.d.cts +2 -2
- package/dist/11100/funding/sCCallExecuted.d.ts +2 -2
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +22 -22
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.ts +22 -22
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +34 -34
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.ts +34 -34
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +324 -324
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.ts +324 -324
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.ts +30 -30
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +4 -4
- package/dist/131/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/131/environment/runtimeSafeModeUpdated.d.ts +28 -28
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/160/assetBalances/accountCredited.d.cts +2 -2
- package/dist/160/assetBalances/accountCredited.d.ts +2 -2
- package/dist/160/assetBalances/accountDebited.d.cts +2 -2
- package/dist/160/assetBalances/accountDebited.d.ts +2 -2
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/liquidityProvider/assetTransferred.d.cts +4 -4
- package/dist/160/liquidityProvider/assetTransferred.d.ts +4 -4
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +313 -313
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +313 -313
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +20 -20
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +20 -20
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +10 -10
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +36 -36
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +36 -36
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +10 -10
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +24 -24
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +32 -32
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +32 -32
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.ts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.cts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.ts +2 -2
- package/dist/180/swapping/swapRequested.d.cts +4 -4
- package/dist/180/swapping/swapRequested.d.ts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +170 -170
- package/dist/190/assethubIngressEgress/depositFailed.d.ts +170 -170
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +2 -2
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.ts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.ts +2 -2
- package/dist/200/swapping/accountCreationDepositAddressReady.d.cts +9 -9
- package/dist/200/swapping/accountCreationDepositAddressReady.d.ts +9 -9
- package/dist/200/swapping/swapRequestCompleted.d.cts +2 -2
- package/dist/200/swapping/swapRequestCompleted.d.ts +2 -2
- package/dist/200/swapping/swapRequested.d.cts +10 -10
- package/dist/200/swapping/swapRequested.d.ts +10 -10
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.ts +12 -12
- package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +43 -43
- package/dist/210/arbitrumIngressEgress/depositFailed.d.ts +43 -43
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/210/assetBalances/accountCredited.d.cts +7 -7
- package/dist/210/assetBalances/accountCredited.d.ts +7 -7
- package/dist/210/assetBalances/accountDebited.d.cts +7 -7
- package/dist/210/assetBalances/accountDebited.d.ts +7 -7
- package/dist/210/assethubIngressEgress/depositFailed.d.cts +11 -11
- package/dist/210/assethubIngressEgress/depositFailed.d.ts +11 -11
- package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +11 -11
- package/dist/210/bitcoinIngressEgress/depositFailed.d.ts +11 -11
- package/dist/210/common.cjs +12 -5
- package/dist/210/common.d.cts +456 -437
- package/dist/210/common.d.ts +456 -437
- package/dist/210/common.mjs +11 -4
- package/dist/210/environment/runtimeSafeModeUpdated.d.cts +75 -75
- package/dist/210/environment/runtimeSafeModeUpdated.d.ts +75 -75
- package/dist/210/ethereumIngressEgress/depositFailed.d.cts +11 -11
- package/dist/210/ethereumIngressEgress/depositFailed.d.ts +11 -11
- package/dist/210/funding/funded.d.cts +9 -9
- package/dist/210/funding/funded.d.ts +9 -9
- package/dist/210/lendingPools/boostFundsAdded.d.cts +9 -9
- package/dist/210/lendingPools/boostFundsAdded.d.ts +9 -9
- package/dist/210/lendingPools/boostPoolCreated.d.cts +9 -9
- package/dist/210/lendingPools/boostPoolCreated.d.ts +9 -9
- package/dist/210/lendingPools/collateralAdded.d.cts +12 -7
- package/dist/210/lendingPools/collateralAdded.d.ts +12 -7
- package/dist/210/lendingPools/collateralRemoved.d.cts +7 -7
- package/dist/210/lendingPools/collateralRemoved.d.ts +7 -7
- package/dist/210/lendingPools/collateralTopupAssetUpdated.d.cts +7 -7
- package/dist/210/lendingPools/collateralTopupAssetUpdated.d.ts +7 -7
- package/dist/210/lendingPools/lendingFundsAdded.d.cts +7 -7
- package/dist/210/lendingPools/lendingFundsAdded.d.ts +7 -7
- package/dist/210/lendingPools/lendingFundsRemoved.d.cts +7 -7
- package/dist/210/lendingPools/lendingFundsRemoved.d.ts +7 -7
- package/dist/210/lendingPools/lendingPoolCreated.d.cts +7 -7
- package/dist/210/lendingPools/lendingPoolCreated.d.ts +7 -7
- package/dist/210/lendingPools/loanCreated.d.cts +7 -7
- package/dist/210/lendingPools/loanCreated.d.ts +7 -7
- package/dist/210/lendingPools/loanRepaid.cjs +11 -0
- package/dist/210/lendingPools/loanRepaid.d.cts +42 -0
- package/dist/210/lendingPools/loanRepaid.d.ts +42 -0
- package/dist/210/lendingPools/loanRepaid.mjs +11 -0
- package/dist/210/lendingPools/palletConfigUpdated.d.cts +9 -9
- package/dist/210/lendingPools/palletConfigUpdated.d.ts +9 -9
- package/dist/210/lendingPools/stoppedBoosting.d.cts +9 -9
- package/dist/210/lendingPools/stoppedBoosting.d.ts +9 -9
- package/dist/210/liquidityPools/assetSwapped.d.cts +14 -14
- package/dist/210/liquidityPools/assetSwapped.d.ts +14 -14
- package/dist/210/liquidityPools/limitOrderUpdated.d.cts +14 -14
- package/dist/210/liquidityPools/limitOrderUpdated.d.ts +14 -14
- package/dist/210/liquidityPools/newPoolCreated.d.cts +14 -14
- package/dist/210/liquidityPools/newPoolCreated.d.ts +14 -14
- package/dist/210/liquidityPools/orderDeletionFailed.d.cts +36 -36
- package/dist/210/liquidityPools/orderDeletionFailed.d.ts +36 -36
- package/dist/210/liquidityPools/palletConfigUpdated.d.cts +9 -9
- package/dist/210/liquidityPools/palletConfigUpdated.d.ts +9 -9
- package/dist/210/liquidityPools/poolFeeSet.d.cts +14 -14
- package/dist/210/liquidityPools/poolFeeSet.d.ts +14 -14
- package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +14 -14
- package/dist/210/liquidityPools/rangeOrderUpdated.d.ts +14 -14
- package/dist/210/liquidityProvider/assetTransferred.d.cts +7 -7
- package/dist/210/liquidityProvider/assetTransferred.d.ts +7 -7
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +7 -7
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.ts +7 -7
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +7 -7
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.ts +7 -7
- package/dist/210/polkadotIngressEgress/depositFailed.d.cts +11 -11
- package/dist/210/polkadotIngressEgress/depositFailed.d.ts +11 -11
- package/dist/210/solanaIngressEgress/depositFailed.d.cts +33 -33
- package/dist/210/solanaIngressEgress/depositFailed.d.ts +33 -33
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +7 -7
- package/dist/210/swapping/accountCreationDepositAddressReady.d.ts +7 -7
- package/dist/210/swapping/batchSwapFailed.d.cts +7 -7
- package/dist/210/swapping/batchSwapFailed.d.ts +7 -7
- package/dist/210/swapping/creditedOnChain.d.cts +7 -7
- package/dist/210/swapping/creditedOnChain.d.ts +7 -7
- package/dist/210/swapping/palletConfigUpdated.d.cts +36 -36
- package/dist/210/swapping/palletConfigUpdated.d.ts +36 -36
- package/dist/210/swapping/refundEgressIgnored.d.cts +7 -7
- package/dist/210/swapping/refundEgressIgnored.d.ts +7 -7
- package/dist/210/swapping/refundEgressScheduled.d.cts +14 -14
- package/dist/210/swapping/refundEgressScheduled.d.ts +14 -14
- package/dist/210/swapping/refundedOnChain.d.cts +7 -7
- package/dist/210/swapping/refundedOnChain.d.ts +7 -7
- package/dist/210/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/210/swapping/swapAmountConfiscated.d.ts +7 -7
- package/dist/210/swapping/swapDepositAddressReady.d.cts +14 -14
- package/dist/210/swapping/swapDepositAddressReady.d.ts +14 -14
- package/dist/210/swapping/swapEgressIgnored.d.cts +7 -7
- package/dist/210/swapping/swapEgressIgnored.d.ts +7 -7
- package/dist/210/swapping/swapEgressScheduled.d.cts +14 -14
- package/dist/210/swapping/swapEgressScheduled.d.ts +14 -14
- package/dist/210/swapping/swapExecuted.d.cts +14 -14
- package/dist/210/swapping/swapExecuted.d.ts +14 -14
- package/dist/210/swapping/swapRequested.d.cts +14 -14
- package/dist/210/swapping/swapRequested.d.ts +14 -14
- package/dist/210/swapping/withdrawalRequested.d.cts +7 -7
- package/dist/210/swapping/withdrawalRequested.d.ts +7 -7
- package/dist/210/tradingStrategy/fundsAddedToStrategy.d.cts +7 -7
- package/dist/210/tradingStrategy/fundsAddedToStrategy.d.ts +7 -7
- package/dist/210/tradingStrategy/palletConfigUpdated.d.cts +27 -27
- package/dist/210/tradingStrategy/palletConfigUpdated.d.ts +27 -27
- package/dist/210/tradingStrategy/strategyDeployed.d.cts +27 -27
- package/dist/210/tradingStrategy/strategyDeployed.d.ts +27 -27
- package/package.json +1 -1
|
@@ -12,13 +12,13 @@ declare const swappingSwapRequestCompleted: z.ZodObject<{
|
|
|
12
12
|
__kind: "Aborted" | "Expired" | "Executed";
|
|
13
13
|
}>;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
|
-
reason: "Aborted" | "Expired" | "Executed";
|
|
16
15
|
swapRequestId: bigint;
|
|
16
|
+
reason: "Aborted" | "Expired" | "Executed";
|
|
17
17
|
}, {
|
|
18
|
+
swapRequestId: string | number;
|
|
18
19
|
reason: {
|
|
19
20
|
__kind: "Aborted" | "Expired" | "Executed";
|
|
20
21
|
};
|
|
21
|
-
swapRequestId: string | number;
|
|
22
22
|
}>;
|
|
23
23
|
|
|
24
24
|
export { swappingSwapRequestCompleted };
|
|
@@ -58,8 +58,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
58
58
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
59
59
|
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
60
60
|
}, "strip", z.ZodTypeAny, {
|
|
61
|
-
__kind: "DepositChannel";
|
|
62
61
|
channelId: bigint;
|
|
62
|
+
__kind: "DepositChannel";
|
|
63
63
|
depositAddress: {
|
|
64
64
|
readonly chain: "Ethereum";
|
|
65
65
|
readonly address: `0x${string}`;
|
|
@@ -82,8 +82,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
82
82
|
depositBlockHeight: bigint;
|
|
83
83
|
brokerId: `cF${string}`;
|
|
84
84
|
}, {
|
|
85
|
-
__kind: "DepositChannel";
|
|
86
85
|
channelId: string | number;
|
|
86
|
+
__kind: "DepositChannel";
|
|
87
87
|
depositAddress: {
|
|
88
88
|
value: string;
|
|
89
89
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
@@ -2734,7 +2734,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2734
2734
|
}>>>;
|
|
2735
2735
|
}, "strip", z.ZodTypeAny, {
|
|
2736
2736
|
__kind: "RefundIfExpires";
|
|
2737
|
-
retryDuration: number;
|
|
2738
2737
|
refundAddress: {
|
|
2739
2738
|
value: `cF${string}`;
|
|
2740
2739
|
__kind: "InternalAccount";
|
|
@@ -2779,6 +2778,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2779
2778
|
};
|
|
2780
2779
|
__kind: "ExternalAddress";
|
|
2781
2780
|
};
|
|
2781
|
+
retryDuration: number;
|
|
2782
2782
|
refundCcmMetadata?: {
|
|
2783
2783
|
channelMetadata: {
|
|
2784
2784
|
message: `0x${string}`;
|
|
@@ -2859,7 +2859,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2859
2859
|
} | null | undefined;
|
|
2860
2860
|
}, {
|
|
2861
2861
|
__kind: "RefundIfExpires";
|
|
2862
|
-
retryDuration: number;
|
|
2863
2862
|
refundAddress: {
|
|
2864
2863
|
value: string;
|
|
2865
2864
|
__kind: "InternalAccount";
|
|
@@ -2904,6 +2903,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2904
2903
|
};
|
|
2905
2904
|
__kind: "ExternalAddress";
|
|
2906
2905
|
};
|
|
2906
|
+
retryDuration: number;
|
|
2907
2907
|
refundCcmMetadata?: {
|
|
2908
2908
|
channelMetadata: {
|
|
2909
2909
|
message: string;
|
|
@@ -2992,7 +2992,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2992
2992
|
__kind: "NoExpiry";
|
|
2993
2993
|
} | {
|
|
2994
2994
|
__kind: "RefundIfExpires";
|
|
2995
|
-
retryDuration: number;
|
|
2996
2995
|
refundAddress: {
|
|
2997
2996
|
value: `cF${string}`;
|
|
2998
2997
|
__kind: "InternalAccount";
|
|
@@ -3037,6 +3036,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3037
3036
|
};
|
|
3038
3037
|
__kind: "ExternalAddress";
|
|
3039
3038
|
};
|
|
3039
|
+
retryDuration: number;
|
|
3040
3040
|
refundCcmMetadata?: {
|
|
3041
3041
|
channelMetadata: {
|
|
3042
3042
|
message: `0x${string}`;
|
|
@@ -3123,7 +3123,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3123
3123
|
__kind: "NoExpiry";
|
|
3124
3124
|
} | {
|
|
3125
3125
|
__kind: "RefundIfExpires";
|
|
3126
|
-
retryDuration: number;
|
|
3127
3126
|
refundAddress: {
|
|
3128
3127
|
value: string;
|
|
3129
3128
|
__kind: "InternalAccount";
|
|
@@ -3168,6 +3167,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3168
3167
|
};
|
|
3169
3168
|
__kind: "ExternalAddress";
|
|
3170
3169
|
};
|
|
3170
|
+
retryDuration: number;
|
|
3171
3171
|
refundCcmMetadata?: {
|
|
3172
3172
|
channelMetadata: {
|
|
3173
3173
|
message: string;
|
|
@@ -3268,8 +3268,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3268
3268
|
inputAmount: bigint;
|
|
3269
3269
|
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
3270
3270
|
origin: {
|
|
3271
|
-
__kind: "DepositChannel";
|
|
3272
3271
|
channelId: bigint;
|
|
3272
|
+
__kind: "DepositChannel";
|
|
3273
3273
|
depositAddress: {
|
|
3274
3274
|
readonly chain: "Ethereum";
|
|
3275
3275
|
readonly address: `0x${string}`;
|
|
@@ -3526,7 +3526,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3526
3526
|
__kind: "NoExpiry";
|
|
3527
3527
|
} | {
|
|
3528
3528
|
__kind: "RefundIfExpires";
|
|
3529
|
-
retryDuration: number;
|
|
3530
3529
|
refundAddress: {
|
|
3531
3530
|
value: `cF${string}`;
|
|
3532
3531
|
__kind: "InternalAccount";
|
|
@@ -3571,6 +3570,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3571
3570
|
};
|
|
3572
3571
|
__kind: "ExternalAddress";
|
|
3573
3572
|
};
|
|
3573
|
+
retryDuration: number;
|
|
3574
3574
|
refundCcmMetadata?: {
|
|
3575
3575
|
channelMetadata: {
|
|
3576
3576
|
message: `0x${string}`;
|
|
@@ -3667,8 +3667,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3667
3667
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
3668
3668
|
};
|
|
3669
3669
|
origin: {
|
|
3670
|
-
__kind: "DepositChannel";
|
|
3671
3670
|
channelId: string | number;
|
|
3671
|
+
__kind: "DepositChannel";
|
|
3672
3672
|
depositAddress: {
|
|
3673
3673
|
value: string;
|
|
3674
3674
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
@@ -3854,7 +3854,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3854
3854
|
__kind: "NoExpiry";
|
|
3855
3855
|
} | {
|
|
3856
3856
|
__kind: "RefundIfExpires";
|
|
3857
|
-
retryDuration: number;
|
|
3858
3857
|
refundAddress: {
|
|
3859
3858
|
value: string;
|
|
3860
3859
|
__kind: "InternalAccount";
|
|
@@ -3899,6 +3898,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3899
3898
|
};
|
|
3900
3899
|
__kind: "ExternalAddress";
|
|
3901
3900
|
};
|
|
3901
|
+
retryDuration: number;
|
|
3902
3902
|
refundCcmMetadata?: {
|
|
3903
3903
|
channelMetadata: {
|
|
3904
3904
|
message: string;
|
|
@@ -58,8 +58,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
58
58
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
59
59
|
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
60
60
|
}, "strip", z.ZodTypeAny, {
|
|
61
|
-
__kind: "DepositChannel";
|
|
62
61
|
channelId: bigint;
|
|
62
|
+
__kind: "DepositChannel";
|
|
63
63
|
depositAddress: {
|
|
64
64
|
readonly chain: "Ethereum";
|
|
65
65
|
readonly address: `0x${string}`;
|
|
@@ -82,8 +82,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
82
82
|
depositBlockHeight: bigint;
|
|
83
83
|
brokerId: `cF${string}`;
|
|
84
84
|
}, {
|
|
85
|
-
__kind: "DepositChannel";
|
|
86
85
|
channelId: string | number;
|
|
86
|
+
__kind: "DepositChannel";
|
|
87
87
|
depositAddress: {
|
|
88
88
|
value: string;
|
|
89
89
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
@@ -2734,7 +2734,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2734
2734
|
}>>>;
|
|
2735
2735
|
}, "strip", z.ZodTypeAny, {
|
|
2736
2736
|
__kind: "RefundIfExpires";
|
|
2737
|
-
retryDuration: number;
|
|
2738
2737
|
refundAddress: {
|
|
2739
2738
|
value: `cF${string}`;
|
|
2740
2739
|
__kind: "InternalAccount";
|
|
@@ -2779,6 +2778,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2779
2778
|
};
|
|
2780
2779
|
__kind: "ExternalAddress";
|
|
2781
2780
|
};
|
|
2781
|
+
retryDuration: number;
|
|
2782
2782
|
refundCcmMetadata?: {
|
|
2783
2783
|
channelMetadata: {
|
|
2784
2784
|
message: `0x${string}`;
|
|
@@ -2859,7 +2859,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2859
2859
|
} | null | undefined;
|
|
2860
2860
|
}, {
|
|
2861
2861
|
__kind: "RefundIfExpires";
|
|
2862
|
-
retryDuration: number;
|
|
2863
2862
|
refundAddress: {
|
|
2864
2863
|
value: string;
|
|
2865
2864
|
__kind: "InternalAccount";
|
|
@@ -2904,6 +2903,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2904
2903
|
};
|
|
2905
2904
|
__kind: "ExternalAddress";
|
|
2906
2905
|
};
|
|
2906
|
+
retryDuration: number;
|
|
2907
2907
|
refundCcmMetadata?: {
|
|
2908
2908
|
channelMetadata: {
|
|
2909
2909
|
message: string;
|
|
@@ -2992,7 +2992,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2992
2992
|
__kind: "NoExpiry";
|
|
2993
2993
|
} | {
|
|
2994
2994
|
__kind: "RefundIfExpires";
|
|
2995
|
-
retryDuration: number;
|
|
2996
2995
|
refundAddress: {
|
|
2997
2996
|
value: `cF${string}`;
|
|
2998
2997
|
__kind: "InternalAccount";
|
|
@@ -3037,6 +3036,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3037
3036
|
};
|
|
3038
3037
|
__kind: "ExternalAddress";
|
|
3039
3038
|
};
|
|
3039
|
+
retryDuration: number;
|
|
3040
3040
|
refundCcmMetadata?: {
|
|
3041
3041
|
channelMetadata: {
|
|
3042
3042
|
message: `0x${string}`;
|
|
@@ -3123,7 +3123,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3123
3123
|
__kind: "NoExpiry";
|
|
3124
3124
|
} | {
|
|
3125
3125
|
__kind: "RefundIfExpires";
|
|
3126
|
-
retryDuration: number;
|
|
3127
3126
|
refundAddress: {
|
|
3128
3127
|
value: string;
|
|
3129
3128
|
__kind: "InternalAccount";
|
|
@@ -3168,6 +3167,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3168
3167
|
};
|
|
3169
3168
|
__kind: "ExternalAddress";
|
|
3170
3169
|
};
|
|
3170
|
+
retryDuration: number;
|
|
3171
3171
|
refundCcmMetadata?: {
|
|
3172
3172
|
channelMetadata: {
|
|
3173
3173
|
message: string;
|
|
@@ -3268,8 +3268,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3268
3268
|
inputAmount: bigint;
|
|
3269
3269
|
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
3270
3270
|
origin: {
|
|
3271
|
-
__kind: "DepositChannel";
|
|
3272
3271
|
channelId: bigint;
|
|
3272
|
+
__kind: "DepositChannel";
|
|
3273
3273
|
depositAddress: {
|
|
3274
3274
|
readonly chain: "Ethereum";
|
|
3275
3275
|
readonly address: `0x${string}`;
|
|
@@ -3526,7 +3526,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3526
3526
|
__kind: "NoExpiry";
|
|
3527
3527
|
} | {
|
|
3528
3528
|
__kind: "RefundIfExpires";
|
|
3529
|
-
retryDuration: number;
|
|
3530
3529
|
refundAddress: {
|
|
3531
3530
|
value: `cF${string}`;
|
|
3532
3531
|
__kind: "InternalAccount";
|
|
@@ -3571,6 +3570,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3571
3570
|
};
|
|
3572
3571
|
__kind: "ExternalAddress";
|
|
3573
3572
|
};
|
|
3573
|
+
retryDuration: number;
|
|
3574
3574
|
refundCcmMetadata?: {
|
|
3575
3575
|
channelMetadata: {
|
|
3576
3576
|
message: `0x${string}`;
|
|
@@ -3667,8 +3667,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3667
3667
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
3668
3668
|
};
|
|
3669
3669
|
origin: {
|
|
3670
|
-
__kind: "DepositChannel";
|
|
3671
3670
|
channelId: string | number;
|
|
3671
|
+
__kind: "DepositChannel";
|
|
3672
3672
|
depositAddress: {
|
|
3673
3673
|
value: string;
|
|
3674
3674
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
@@ -3854,7 +3854,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3854
3854
|
__kind: "NoExpiry";
|
|
3855
3855
|
} | {
|
|
3856
3856
|
__kind: "RefundIfExpires";
|
|
3857
|
-
retryDuration: number;
|
|
3858
3857
|
refundAddress: {
|
|
3859
3858
|
value: string;
|
|
3860
3859
|
__kind: "InternalAccount";
|
|
@@ -3899,6 +3898,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3899
3898
|
};
|
|
3900
3899
|
__kind: "ExternalAddress";
|
|
3901
3900
|
};
|
|
3901
|
+
retryDuration: number;
|
|
3902
3902
|
refundCcmMetadata?: {
|
|
3903
3903
|
channelMetadata: {
|
|
3904
3904
|
message: string;
|
|
@@ -90,15 +90,15 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
90
90
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
92
|
__kind: "Refund";
|
|
93
|
-
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
94
93
|
amount: bigint;
|
|
94
|
+
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
95
95
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
96
96
|
}, {
|
|
97
97
|
__kind: "Refund";
|
|
98
|
+
amount: string | number;
|
|
98
99
|
reason: {
|
|
99
100
|
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
100
101
|
};
|
|
101
|
-
amount: string | number;
|
|
102
102
|
egressId?: [{
|
|
103
103
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
104
104
|
}, string | number] | null | undefined;
|
|
@@ -120,15 +120,15 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
120
120
|
}>;
|
|
121
121
|
}, "strip", z.ZodTypeAny, {
|
|
122
122
|
asset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
123
|
-
|
|
123
|
+
prewitnessedDepositId: bigint;
|
|
124
124
|
depositDetails: {
|
|
125
125
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
126
126
|
};
|
|
127
|
-
|
|
127
|
+
boostFee: bigint;
|
|
128
|
+
amounts: [number, bigint][];
|
|
128
129
|
blockHeight: bigint;
|
|
129
130
|
ingressFee: bigint;
|
|
130
131
|
maxBoostFeeBps: number;
|
|
131
|
-
boostFee: bigint;
|
|
132
132
|
action: {
|
|
133
133
|
__kind: "Swap";
|
|
134
134
|
swapRequestId: bigint;
|
|
@@ -145,28 +145,28 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
145
145
|
networkFeeSwapRequestId?: bigint | null | undefined;
|
|
146
146
|
} | {
|
|
147
147
|
__kind: "Refund";
|
|
148
|
-
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
149
148
|
amount: bigint;
|
|
149
|
+
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
150
150
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
151
151
|
} | {
|
|
152
152
|
__kind: "Unrefundable";
|
|
153
153
|
};
|
|
154
154
|
originType: "DepositChannel" | "Vault";
|
|
155
|
-
depositAddress?: `0x${string}` | null | undefined;
|
|
156
155
|
channelId?: bigint | null | undefined;
|
|
156
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
157
157
|
}, {
|
|
158
158
|
asset: {
|
|
159
159
|
__kind: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
160
160
|
};
|
|
161
|
-
|
|
161
|
+
prewitnessedDepositId: string | number;
|
|
162
162
|
depositDetails: {
|
|
163
163
|
txHashes?: string[] | null | undefined;
|
|
164
164
|
};
|
|
165
|
-
|
|
165
|
+
boostFee: string | number;
|
|
166
|
+
amounts: [number, string | number][];
|
|
166
167
|
blockHeight: string | number;
|
|
167
168
|
ingressFee: string | number;
|
|
168
169
|
maxBoostFeeBps: number;
|
|
169
|
-
boostFee: string | number;
|
|
170
170
|
action: {
|
|
171
171
|
__kind: "Swap";
|
|
172
172
|
swapRequestId: string | number;
|
|
@@ -183,10 +183,10 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
183
183
|
networkFeeSwapRequestId?: string | number | null | undefined;
|
|
184
184
|
} | {
|
|
185
185
|
__kind: "Refund";
|
|
186
|
+
amount: string | number;
|
|
186
187
|
reason: {
|
|
187
188
|
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
188
189
|
};
|
|
189
|
-
amount: string | number;
|
|
190
190
|
egressId?: [{
|
|
191
191
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
192
192
|
}, string | number] | null | undefined;
|
|
@@ -196,8 +196,8 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
196
196
|
originType: {
|
|
197
197
|
__kind: "DepositChannel" | "Vault";
|
|
198
198
|
};
|
|
199
|
-
depositAddress?: string | null | undefined;
|
|
200
199
|
channelId?: string | number | null | undefined;
|
|
200
|
+
depositAddress?: string | null | undefined;
|
|
201
201
|
}>;
|
|
202
202
|
|
|
203
203
|
export { arbitrumIngressEgressDepositBoosted };
|
|
@@ -90,15 +90,15 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
90
90
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
92
|
__kind: "Refund";
|
|
93
|
-
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
94
93
|
amount: bigint;
|
|
94
|
+
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
95
95
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
96
96
|
}, {
|
|
97
97
|
__kind: "Refund";
|
|
98
|
+
amount: string | number;
|
|
98
99
|
reason: {
|
|
99
100
|
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
100
101
|
};
|
|
101
|
-
amount: string | number;
|
|
102
102
|
egressId?: [{
|
|
103
103
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
104
104
|
}, string | number] | null | undefined;
|
|
@@ -120,15 +120,15 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
120
120
|
}>;
|
|
121
121
|
}, "strip", z.ZodTypeAny, {
|
|
122
122
|
asset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
123
|
-
|
|
123
|
+
prewitnessedDepositId: bigint;
|
|
124
124
|
depositDetails: {
|
|
125
125
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
126
126
|
};
|
|
127
|
-
|
|
127
|
+
boostFee: bigint;
|
|
128
|
+
amounts: [number, bigint][];
|
|
128
129
|
blockHeight: bigint;
|
|
129
130
|
ingressFee: bigint;
|
|
130
131
|
maxBoostFeeBps: number;
|
|
131
|
-
boostFee: bigint;
|
|
132
132
|
action: {
|
|
133
133
|
__kind: "Swap";
|
|
134
134
|
swapRequestId: bigint;
|
|
@@ -145,28 +145,28 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
145
145
|
networkFeeSwapRequestId?: bigint | null | undefined;
|
|
146
146
|
} | {
|
|
147
147
|
__kind: "Refund";
|
|
148
|
-
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
149
148
|
amount: bigint;
|
|
149
|
+
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
150
150
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
151
151
|
} | {
|
|
152
152
|
__kind: "Unrefundable";
|
|
153
153
|
};
|
|
154
154
|
originType: "DepositChannel" | "Vault";
|
|
155
|
-
depositAddress?: `0x${string}` | null | undefined;
|
|
156
155
|
channelId?: bigint | null | undefined;
|
|
156
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
157
157
|
}, {
|
|
158
158
|
asset: {
|
|
159
159
|
__kind: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
160
160
|
};
|
|
161
|
-
|
|
161
|
+
prewitnessedDepositId: string | number;
|
|
162
162
|
depositDetails: {
|
|
163
163
|
txHashes?: string[] | null | undefined;
|
|
164
164
|
};
|
|
165
|
-
|
|
165
|
+
boostFee: string | number;
|
|
166
|
+
amounts: [number, string | number][];
|
|
166
167
|
blockHeight: string | number;
|
|
167
168
|
ingressFee: string | number;
|
|
168
169
|
maxBoostFeeBps: number;
|
|
169
|
-
boostFee: string | number;
|
|
170
170
|
action: {
|
|
171
171
|
__kind: "Swap";
|
|
172
172
|
swapRequestId: string | number;
|
|
@@ -183,10 +183,10 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
183
183
|
networkFeeSwapRequestId?: string | number | null | undefined;
|
|
184
184
|
} | {
|
|
185
185
|
__kind: "Refund";
|
|
186
|
+
amount: string | number;
|
|
186
187
|
reason: {
|
|
187
188
|
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
188
189
|
};
|
|
189
|
-
amount: string | number;
|
|
190
190
|
egressId?: [{
|
|
191
191
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
192
192
|
}, string | number] | null | undefined;
|
|
@@ -196,8 +196,8 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
196
196
|
originType: {
|
|
197
197
|
__kind: "DepositChannel" | "Vault";
|
|
198
198
|
};
|
|
199
|
-
depositAddress?: string | null | undefined;
|
|
200
199
|
channelId?: string | number | null | undefined;
|
|
200
|
+
depositAddress?: string | null | undefined;
|
|
201
201
|
}>;
|
|
202
202
|
|
|
203
203
|
export { arbitrumIngressEgressDepositBoosted };
|