@chainflip/processor 1.11.5 → 1.11.6
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/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +4 -4
- package/dist/100/flip/remainingImbalance.d.cts +22 -22
- package/dist/100/flip/remainingImbalance.d.ts +22 -22
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/100/reputation/offencePenalty.d.cts +2 -2
- package/dist/100/reputation/offencePenalty.d.ts +2 -2
- package/dist/100/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/100/swapping/ccmDepositReceived.d.cts +62 -62
- package/dist/100/swapping/ccmDepositReceived.d.ts +62 -62
- package/dist/100/swapping/ccmFailed.d.cts +62 -62
- package/dist/100/swapping/ccmFailed.d.ts +62 -62
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
- package/dist/100/swapping/minimumSwapAmountSet.d.ts +6 -6
- package/dist/100/swapping/swapAmountTooLow.d.cts +19 -19
- package/dist/100/swapping/swapAmountTooLow.d.ts +19 -19
- package/dist/100/swapping/swapDepositAddressReady.d.cts +26 -26
- package/dist/100/swapping/swapDepositAddressReady.d.ts +26 -26
- package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/100/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/100/swapping/swapExecuted.d.cts +12 -12
- package/dist/100/swapping/swapExecuted.d.ts +12 -12
- package/dist/100/swapping/swapScheduled.d.cts +91 -91
- package/dist/100/swapping/swapScheduled.d.ts +91 -91
- package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/100/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/100/system/extrinsicFailed.d.cts +17 -17
- package/dist/100/system/extrinsicFailed.d.ts +17 -17
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +88 -88
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +88 -88
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +178 -178
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +178 -178
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +88 -88
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +88 -88
- package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/11000/environment/runtimeSafeModeUpdated.d.ts +28 -28
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +4 -4
- package/dist/11000/lendingPools/boostFundsAdded.d.ts +4 -4
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +2 -2
- package/dist/11000/lendingPools/stoppedBoosting.d.ts +2 -2
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +161 -161
- package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +161 -161
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/swapping/refundEgressScheduled.d.cts +6 -6
- package/dist/11000/swapping/refundEgressScheduled.d.ts +6 -6
- 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 +27 -27
- package/dist/11000/swapping/swapDepositAddressReady.d.ts +27 -27
- package/dist/11000/swapping/swapRequested.d.cts +92 -92
- package/dist/11000/swapping/swapRequested.d.ts +92 -92
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +175 -166
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.ts +175 -166
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +39 -30
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +39 -30
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +31 -22
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +31 -22
- package/dist/11100/common.cjs +85 -40
- package/dist/11100/common.d.cts +946 -336
- package/dist/11100/common.d.ts +946 -336
- package/dist/11100/common.mjs +84 -39
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +15 -6
- package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +15 -6
- package/dist/11100/funding/sCCallCannotBeDecoded.cjs +11 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +17 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.d.ts +17 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.mjs +11 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.cjs +17 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +541 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +541 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.mjs +17 -0
- package/dist/11100/funding/sCCallExecuted.cjs +15 -0
- package/dist/11100/funding/sCCallExecuted.d.cts +168 -0
- package/dist/11100/funding/sCCallExecuted.d.ts +168 -0
- package/dist/11100/funding/sCCallExecuted.mjs +15 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +39 -30
- package/dist/11100/polkadotIngressEgress/depositFailed.d.ts +39 -30
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +175 -166
- package/dist/11100/solanaIngressEgress/depositFailed.d.ts +175 -166
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +86 -81
- package/dist/11100/swapping/swapDepositAddressReady.d.ts +86 -81
- package/dist/11100/swapping/swapRequested.d.cts +325 -320
- package/dist/11100/swapping/swapRequested.d.ts +325 -320
- package/dist/11100/validator/maxBidUpdated.cjs +10 -0
- package/dist/11100/validator/maxBidUpdated.d.cts +14 -0
- package/dist/11100/validator/maxBidUpdated.d.ts +14 -0
- package/dist/11100/validator/maxBidUpdated.mjs +10 -0
- package/dist/11100/validator/unDelegationFinalized.cjs +7 -0
- package/dist/11100/validator/unDelegationFinalized.d.cts +14 -0
- package/dist/11100/validator/unDelegationFinalized.d.ts +14 -0
- package/dist/11100/validator/unDelegationFinalized.mjs +7 -0
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +20 -20
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +20 -20
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +20 -20
- package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
- package/dist/120/emissions/backupRewardsDistributed.d.ts +2 -2
- 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/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.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/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +22 -22
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +22 -22
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +24 -24
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.ts +2 -2
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/141/environment/runtimeSafeModeUpdated.d.ts +12 -12
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +16 -16
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +26 -26
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +26 -26
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/150/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/150/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/150/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/150/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/150/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/150/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/150/swapping/ccmDepositReceived.d.cts +74 -74
- package/dist/150/swapping/ccmDepositReceived.d.ts +74 -74
- package/dist/150/swapping/ccmFailed.d.cts +79 -79
- package/dist/150/swapping/ccmFailed.d.ts +79 -79
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/150/swapping/swapDepositAddressReady.d.cts +25 -25
- package/dist/150/swapping/swapDepositAddressReady.d.ts +25 -25
- package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapExecuted.d.cts +94 -94
- package/dist/150/swapping/swapExecuted.d.ts +94 -94
- package/dist/150/swapping/swapScheduled.d.cts +103 -103
- package/dist/150/swapping/swapScheduled.d.ts +103 -103
- package/dist/150/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/150/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
- 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/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +28 -28
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +26 -26
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +26 -26
- 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 +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/160/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.ts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/reputation/offencePenalty.d.cts +6 -6
- package/dist/170/reputation/offencePenalty.d.ts +6 -6
- package/dist/170/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/170/reputation/penaltyUpdated.d.ts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +179 -179
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +179 -179
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +24 -24
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +26 -26
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +26 -26
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +167 -167
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +167 -167
- 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 +57 -57
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.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/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/190/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/190/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/190/liquidityProvider/assetTransferred.d.ts +6 -6
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +18 -18
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.ts +18 -18
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.ts +10 -10
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +20 -20
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.ts +20 -20
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/polkadotIngressEgress/depositFailed.d.ts +10 -10
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/polkadotIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/reputation/offencePenalty.d.cts +6 -6
- package/dist/190/reputation/offencePenalty.d.ts +6 -6
- package/dist/190/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/190/reputation/penaltyUpdated.d.ts +4 -4
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/190/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/190/swapping/batchSwapFailed.d.ts +2 -2
- package/dist/190/swapping/creditedOnChain.d.cts +2 -2
- package/dist/190/swapping/creditedOnChain.d.ts +2 -2
- package/dist/190/swapping/refundEgressIgnored.d.cts +18 -18
- package/dist/190/swapping/refundEgressIgnored.d.ts +18 -18
- package/dist/190/swapping/refundEgressScheduled.d.cts +2 -2
- package/dist/190/swapping/refundEgressScheduled.d.ts +2 -2
- package/dist/190/swapping/refundedOnChain.d.cts +2 -2
- package/dist/190/swapping/refundedOnChain.d.ts +2 -2
- package/dist/190/swapping/swapAmountConfiscated.d.cts +2 -2
- package/dist/190/swapping/swapAmountConfiscated.d.ts +2 -2
- package/dist/190/swapping/swapDepositAddressReady.d.cts +13 -13
- package/dist/190/swapping/swapDepositAddressReady.d.ts +13 -13
- package/dist/190/swapping/swapEgressIgnored.d.cts +18 -18
- package/dist/190/swapping/swapEgressIgnored.d.ts +18 -18
- package/dist/190/swapping/swapEgressScheduled.d.cts +2 -2
- package/dist/190/swapping/swapEgressScheduled.d.ts +2 -2
- package/dist/190/swapping/swapRequested.d.cts +64 -64
- package/dist/190/swapping/swapRequested.d.ts +64 -64
- package/dist/190/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/190/swapping/withdrawalRequested.d.ts +4 -4
- 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/package.json +2 -2
|
@@ -5,21 +5,21 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
5
5
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
6
6
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
__kind: "Eth" | "
|
|
8
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
9
9
|
}, {
|
|
10
|
-
__kind: "Eth" | "
|
|
11
|
-
}>, "Eth" | "
|
|
12
|
-
__kind: "Eth" | "
|
|
10
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
11
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
12
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
13
13
|
}>;
|
|
14
14
|
inputAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
16
16
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
|
-
__kind: "Eth" | "
|
|
18
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
19
19
|
}, {
|
|
20
|
-
__kind: "Eth" | "
|
|
21
|
-
}>, "Eth" | "
|
|
22
|
-
__kind: "Eth" | "
|
|
20
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
21
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
22
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23
23
|
}>;
|
|
24
24
|
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
25
25
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
@@ -27,11 +27,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
27
27
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
28
28
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
31
30
|
value: `0x${string}`;
|
|
31
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
32
32
|
}, {
|
|
33
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
34
33
|
value: string;
|
|
34
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
35
35
|
}>, {
|
|
36
36
|
readonly chain: "Ethereum";
|
|
37
37
|
readonly address: `0x${string}`;
|
|
@@ -51,8 +51,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
51
51
|
readonly chain: "Assethub";
|
|
52
52
|
readonly address: string;
|
|
53
53
|
}, {
|
|
54
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
55
54
|
value: string;
|
|
55
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
56
56
|
}>;
|
|
57
57
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
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>;
|
|
@@ -79,37 +79,37 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
79
79
|
readonly address: string;
|
|
80
80
|
};
|
|
81
81
|
channelId: bigint;
|
|
82
|
-
brokerId: string;
|
|
83
82
|
depositBlockHeight: bigint;
|
|
83
|
+
brokerId: string;
|
|
84
84
|
}, {
|
|
85
85
|
__kind: "DepositChannel";
|
|
86
86
|
depositAddress: {
|
|
87
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
88
87
|
value: string;
|
|
88
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
89
89
|
};
|
|
90
90
|
channelId: string | number;
|
|
91
|
-
brokerId: string;
|
|
92
91
|
depositBlockHeight: string | number;
|
|
92
|
+
brokerId: string;
|
|
93
93
|
}>, z.ZodObject<{
|
|
94
94
|
__kind: z.ZodLiteral<"Vault">;
|
|
95
95
|
txId: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
96
96
|
__kind: z.ZodLiteral<"Evm">;
|
|
97
97
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
|
-
__kind: "Evm";
|
|
100
99
|
value: `0x${string}`;
|
|
101
|
-
}, {
|
|
102
100
|
__kind: "Evm";
|
|
101
|
+
}, {
|
|
103
102
|
value: string;
|
|
103
|
+
__kind: "Evm";
|
|
104
104
|
}>, z.ZodObject<{
|
|
105
105
|
__kind: z.ZodLiteral<"Bitcoin">;
|
|
106
106
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
107
107
|
}, "strip", z.ZodTypeAny, {
|
|
108
|
-
__kind: "Bitcoin";
|
|
109
108
|
value: `0x${string}`;
|
|
110
|
-
}, {
|
|
111
109
|
__kind: "Bitcoin";
|
|
110
|
+
}, {
|
|
112
111
|
value: string;
|
|
112
|
+
__kind: "Bitcoin";
|
|
113
113
|
}>, z.ZodObject<{
|
|
114
114
|
__kind: z.ZodLiteral<"Polkadot">;
|
|
115
115
|
value: z.ZodObject<{
|
|
@@ -123,26 +123,26 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
123
123
|
extrinsicIndex: number;
|
|
124
124
|
}>;
|
|
125
125
|
}, "strip", z.ZodTypeAny, {
|
|
126
|
-
__kind: "Polkadot";
|
|
127
126
|
value: {
|
|
128
127
|
blockNumber: number;
|
|
129
128
|
extrinsicIndex: number;
|
|
130
129
|
};
|
|
131
|
-
}, {
|
|
132
130
|
__kind: "Polkadot";
|
|
131
|
+
}, {
|
|
133
132
|
value: {
|
|
134
133
|
blockNumber: number;
|
|
135
134
|
extrinsicIndex: number;
|
|
136
135
|
};
|
|
136
|
+
__kind: "Polkadot";
|
|
137
137
|
}>, z.ZodObject<{
|
|
138
138
|
__kind: z.ZodLiteral<"Solana">;
|
|
139
139
|
value: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
140
140
|
}, "strip", z.ZodTypeAny, {
|
|
141
|
-
__kind: "Solana";
|
|
142
141
|
value: [`0x${string}`, bigint];
|
|
143
|
-
}, {
|
|
144
142
|
__kind: "Solana";
|
|
143
|
+
}, {
|
|
145
144
|
value: [string, string | number];
|
|
145
|
+
__kind: "Solana";
|
|
146
146
|
}>, z.ZodObject<{
|
|
147
147
|
__kind: z.ZodLiteral<"None">;
|
|
148
148
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -154,20 +154,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
154
154
|
}, "strip", z.ZodTypeAny, {
|
|
155
155
|
__kind: "Vault";
|
|
156
156
|
txId: {
|
|
157
|
-
__kind: "Evm";
|
|
158
157
|
value: `0x${string}`;
|
|
158
|
+
__kind: "Evm";
|
|
159
159
|
} | {
|
|
160
|
-
__kind: "Bitcoin";
|
|
161
160
|
value: `0x${string}`;
|
|
161
|
+
__kind: "Bitcoin";
|
|
162
162
|
} | {
|
|
163
|
-
__kind: "Polkadot";
|
|
164
163
|
value: {
|
|
165
164
|
blockNumber: number;
|
|
166
165
|
extrinsicIndex: number;
|
|
167
166
|
};
|
|
167
|
+
__kind: "Polkadot";
|
|
168
168
|
} | {
|
|
169
|
-
__kind: "Solana";
|
|
170
169
|
value: [`0x${string}`, bigint];
|
|
170
|
+
__kind: "Solana";
|
|
171
171
|
} | {
|
|
172
172
|
__kind: "None";
|
|
173
173
|
};
|
|
@@ -175,20 +175,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
175
175
|
}, {
|
|
176
176
|
__kind: "Vault";
|
|
177
177
|
txId: {
|
|
178
|
-
__kind: "Evm";
|
|
179
178
|
value: string;
|
|
179
|
+
__kind: "Evm";
|
|
180
180
|
} | {
|
|
181
|
-
__kind: "Bitcoin";
|
|
182
181
|
value: string;
|
|
182
|
+
__kind: "Bitcoin";
|
|
183
183
|
} | {
|
|
184
|
-
__kind: "Polkadot";
|
|
185
184
|
value: {
|
|
186
185
|
blockNumber: number;
|
|
187
186
|
extrinsicIndex: number;
|
|
188
187
|
};
|
|
188
|
+
__kind: "Polkadot";
|
|
189
189
|
} | {
|
|
190
|
-
__kind: "Solana";
|
|
191
190
|
value: [string, string | number];
|
|
191
|
+
__kind: "Solana";
|
|
192
192
|
} | {
|
|
193
193
|
__kind: "None";
|
|
194
194
|
};
|
|
@@ -203,11 +203,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
203
203
|
__kind: z.ZodLiteral<"OnChainAccount">;
|
|
204
204
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
205
205
|
}, "strip", z.ZodTypeAny, {
|
|
206
|
-
__kind: "OnChainAccount";
|
|
207
206
|
value: string;
|
|
208
|
-
}, {
|
|
209
207
|
__kind: "OnChainAccount";
|
|
208
|
+
}, {
|
|
210
209
|
value: string;
|
|
210
|
+
__kind: "OnChainAccount";
|
|
211
211
|
}>]>;
|
|
212
212
|
requestType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
213
213
|
__kind: z.ZodLiteral<"NetworkFee">;
|
|
@@ -283,7 +283,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
283
283
|
fallbackAddress: string;
|
|
284
284
|
}>;
|
|
285
285
|
}, "strip", z.ZodTypeAny, {
|
|
286
|
-
__kind: "V0";
|
|
287
286
|
value: {
|
|
288
287
|
cfReceiver: {
|
|
289
288
|
pubkey: `0x${string}`;
|
|
@@ -295,8 +294,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
295
294
|
}[];
|
|
296
295
|
fallbackAddress: `0x${string}`;
|
|
297
296
|
};
|
|
298
|
-
}, {
|
|
299
297
|
__kind: "V0";
|
|
298
|
+
}, {
|
|
300
299
|
value: {
|
|
301
300
|
cfReceiver: {
|
|
302
301
|
pubkey: string;
|
|
@@ -308,6 +307,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
308
307
|
}[];
|
|
309
308
|
fallbackAddress: string;
|
|
310
309
|
};
|
|
310
|
+
__kind: "V0";
|
|
311
311
|
}>, z.ZodObject<{
|
|
312
312
|
__kind: z.ZodLiteral<"V1">;
|
|
313
313
|
ccmAccounts: z.ZodObject<{
|
|
@@ -384,9 +384,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
384
384
|
alts: string[];
|
|
385
385
|
}>]>;
|
|
386
386
|
}, "strip", z.ZodTypeAny, {
|
|
387
|
-
__kind: "Solana";
|
|
388
387
|
value: {
|
|
389
|
-
__kind: "V0";
|
|
390
388
|
value: {
|
|
391
389
|
cfReceiver: {
|
|
392
390
|
pubkey: `0x${string}`;
|
|
@@ -398,6 +396,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
398
396
|
}[];
|
|
399
397
|
fallbackAddress: `0x${string}`;
|
|
400
398
|
};
|
|
399
|
+
__kind: "V0";
|
|
401
400
|
} | {
|
|
402
401
|
__kind: "V1";
|
|
403
402
|
ccmAccounts: {
|
|
@@ -413,10 +412,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
413
412
|
};
|
|
414
413
|
alts: `0x${string}`[];
|
|
415
414
|
};
|
|
416
|
-
}, {
|
|
417
415
|
__kind: "Solana";
|
|
416
|
+
}, {
|
|
418
417
|
value: {
|
|
419
|
-
__kind: "V0";
|
|
420
418
|
value: {
|
|
421
419
|
cfReceiver: {
|
|
422
420
|
pubkey: string;
|
|
@@ -428,6 +426,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
428
426
|
}[];
|
|
429
427
|
fallbackAddress: string;
|
|
430
428
|
};
|
|
429
|
+
__kind: "V0";
|
|
431
430
|
} | {
|
|
432
431
|
__kind: "V1";
|
|
433
432
|
ccmAccounts: {
|
|
@@ -443,6 +442,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
443
442
|
};
|
|
444
443
|
alts: string[];
|
|
445
444
|
};
|
|
445
|
+
__kind: "Solana";
|
|
446
446
|
}>]>;
|
|
447
447
|
}, "strip", z.ZodTypeAny, {
|
|
448
448
|
message: `0x${string}`;
|
|
@@ -450,9 +450,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
450
450
|
ccmAdditionalData: {
|
|
451
451
|
__kind: "NotRequired";
|
|
452
452
|
} | {
|
|
453
|
-
__kind: "Solana";
|
|
454
453
|
value: {
|
|
455
|
-
__kind: "V0";
|
|
456
454
|
value: {
|
|
457
455
|
cfReceiver: {
|
|
458
456
|
pubkey: `0x${string}`;
|
|
@@ -464,6 +462,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
464
462
|
}[];
|
|
465
463
|
fallbackAddress: `0x${string}`;
|
|
466
464
|
};
|
|
465
|
+
__kind: "V0";
|
|
467
466
|
} | {
|
|
468
467
|
__kind: "V1";
|
|
469
468
|
ccmAccounts: {
|
|
@@ -479,6 +478,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
479
478
|
};
|
|
480
479
|
alts: `0x${string}`[];
|
|
481
480
|
};
|
|
481
|
+
__kind: "Solana";
|
|
482
482
|
};
|
|
483
483
|
}, {
|
|
484
484
|
message: string;
|
|
@@ -486,9 +486,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
486
486
|
ccmAdditionalData: {
|
|
487
487
|
__kind: "NotRequired";
|
|
488
488
|
} | {
|
|
489
|
-
__kind: "Solana";
|
|
490
489
|
value: {
|
|
491
|
-
__kind: "V0";
|
|
492
490
|
value: {
|
|
493
491
|
cfReceiver: {
|
|
494
492
|
pubkey: string;
|
|
@@ -500,6 +498,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
500
498
|
}[];
|
|
501
499
|
fallbackAddress: string;
|
|
502
500
|
};
|
|
501
|
+
__kind: "V0";
|
|
503
502
|
} | {
|
|
504
503
|
__kind: "V1";
|
|
505
504
|
ccmAccounts: {
|
|
@@ -515,6 +514,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
515
514
|
};
|
|
516
515
|
alts: string[];
|
|
517
516
|
};
|
|
517
|
+
__kind: "Solana";
|
|
518
518
|
};
|
|
519
519
|
}>;
|
|
520
520
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -530,11 +530,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
530
530
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
531
531
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
532
532
|
}, "strip", z.ZodTypeAny, {
|
|
533
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
534
533
|
value: `0x${string}`;
|
|
534
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
535
535
|
}, {
|
|
536
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
537
536
|
value: string;
|
|
537
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
538
538
|
}>, {
|
|
539
539
|
readonly chain: "Ethereum";
|
|
540
540
|
readonly address: `0x${string}`;
|
|
@@ -554,8 +554,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
554
554
|
readonly chain: "Assethub";
|
|
555
555
|
readonly address: string;
|
|
556
556
|
}, {
|
|
557
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
558
557
|
value: string;
|
|
558
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
559
559
|
}>>>;
|
|
560
560
|
}, "strip", z.ZodTypeAny, {
|
|
561
561
|
channelMetadata: {
|
|
@@ -564,9 +564,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
564
564
|
ccmAdditionalData: {
|
|
565
565
|
__kind: "NotRequired";
|
|
566
566
|
} | {
|
|
567
|
-
__kind: "Solana";
|
|
568
567
|
value: {
|
|
569
|
-
__kind: "V0";
|
|
570
568
|
value: {
|
|
571
569
|
cfReceiver: {
|
|
572
570
|
pubkey: `0x${string}`;
|
|
@@ -578,6 +576,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
578
576
|
}[];
|
|
579
577
|
fallbackAddress: `0x${string}`;
|
|
580
578
|
};
|
|
579
|
+
__kind: "V0";
|
|
581
580
|
} | {
|
|
582
581
|
__kind: "V1";
|
|
583
582
|
ccmAccounts: {
|
|
@@ -593,6 +592,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
593
592
|
};
|
|
594
593
|
alts: `0x${string}`[];
|
|
595
594
|
};
|
|
595
|
+
__kind: "Solana";
|
|
596
596
|
};
|
|
597
597
|
};
|
|
598
598
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -622,9 +622,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
622
622
|
ccmAdditionalData: {
|
|
623
623
|
__kind: "NotRequired";
|
|
624
624
|
} | {
|
|
625
|
-
__kind: "Solana";
|
|
626
625
|
value: {
|
|
627
|
-
__kind: "V0";
|
|
628
626
|
value: {
|
|
629
627
|
cfReceiver: {
|
|
630
628
|
pubkey: string;
|
|
@@ -636,6 +634,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
636
634
|
}[];
|
|
637
635
|
fallbackAddress: string;
|
|
638
636
|
};
|
|
637
|
+
__kind: "V0";
|
|
639
638
|
} | {
|
|
640
639
|
__kind: "V1";
|
|
641
640
|
ccmAccounts: {
|
|
@@ -651,25 +650,26 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
651
650
|
};
|
|
652
651
|
alts: string[];
|
|
653
652
|
};
|
|
653
|
+
__kind: "Solana";
|
|
654
654
|
};
|
|
655
655
|
};
|
|
656
656
|
sourceChain: {
|
|
657
657
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
658
658
|
};
|
|
659
659
|
sourceAddress?: {
|
|
660
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
661
660
|
value: string;
|
|
661
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
662
662
|
} | null | undefined;
|
|
663
663
|
}>>>;
|
|
664
664
|
outputAddress: z.ZodEffects<z.ZodObject<{
|
|
665
665
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
666
666
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
667
667
|
}, "strip", z.ZodTypeAny, {
|
|
668
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
669
668
|
value: `0x${string}`;
|
|
669
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
670
670
|
}, {
|
|
671
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
672
671
|
value: string;
|
|
672
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
673
673
|
}>, {
|
|
674
674
|
readonly chain: "Ethereum";
|
|
675
675
|
readonly address: `0x${string}`;
|
|
@@ -689,8 +689,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
689
689
|
readonly chain: "Assethub";
|
|
690
690
|
readonly address: string;
|
|
691
691
|
}, {
|
|
692
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
693
692
|
value: string;
|
|
693
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
694
694
|
}>;
|
|
695
695
|
}, "strip", z.ZodTypeAny, {
|
|
696
696
|
__kind: "Egress";
|
|
@@ -720,9 +720,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
720
720
|
ccmAdditionalData: {
|
|
721
721
|
__kind: "NotRequired";
|
|
722
722
|
} | {
|
|
723
|
-
__kind: "Solana";
|
|
724
723
|
value: {
|
|
725
|
-
__kind: "V0";
|
|
726
724
|
value: {
|
|
727
725
|
cfReceiver: {
|
|
728
726
|
pubkey: `0x${string}`;
|
|
@@ -734,6 +732,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
734
732
|
}[];
|
|
735
733
|
fallbackAddress: `0x${string}`;
|
|
736
734
|
};
|
|
735
|
+
__kind: "V0";
|
|
737
736
|
} | {
|
|
738
737
|
__kind: "V1";
|
|
739
738
|
ccmAccounts: {
|
|
@@ -749,6 +748,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
749
748
|
};
|
|
750
749
|
alts: `0x${string}`[];
|
|
751
750
|
};
|
|
751
|
+
__kind: "Solana";
|
|
752
752
|
};
|
|
753
753
|
};
|
|
754
754
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -775,8 +775,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
775
775
|
}, {
|
|
776
776
|
__kind: "Egress";
|
|
777
777
|
outputAddress: {
|
|
778
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
779
778
|
value: string;
|
|
779
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
780
780
|
};
|
|
781
781
|
ccmDepositMetadata?: {
|
|
782
782
|
channelMetadata: {
|
|
@@ -785,9 +785,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
785
785
|
ccmAdditionalData: {
|
|
786
786
|
__kind: "NotRequired";
|
|
787
787
|
} | {
|
|
788
|
-
__kind: "Solana";
|
|
789
788
|
value: {
|
|
790
|
-
__kind: "V0";
|
|
791
789
|
value: {
|
|
792
790
|
cfReceiver: {
|
|
793
791
|
pubkey: string;
|
|
@@ -799,6 +797,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
799
797
|
}[];
|
|
800
798
|
fallbackAddress: string;
|
|
801
799
|
};
|
|
800
|
+
__kind: "V0";
|
|
802
801
|
} | {
|
|
803
802
|
__kind: "V1";
|
|
804
803
|
ccmAccounts: {
|
|
@@ -814,14 +813,15 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
814
813
|
};
|
|
815
814
|
alts: string[];
|
|
816
815
|
};
|
|
816
|
+
__kind: "Solana";
|
|
817
817
|
};
|
|
818
818
|
};
|
|
819
819
|
sourceChain: {
|
|
820
820
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
821
821
|
};
|
|
822
822
|
sourceAddress?: {
|
|
823
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
824
823
|
value: string;
|
|
824
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
825
825
|
} | null | undefined;
|
|
826
826
|
} | null | undefined;
|
|
827
827
|
}>, z.ZodObject<{
|
|
@@ -864,9 +864,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
864
864
|
ccmAdditionalData: {
|
|
865
865
|
__kind: "NotRequired";
|
|
866
866
|
} | {
|
|
867
|
-
__kind: "Solana";
|
|
868
867
|
value: {
|
|
869
|
-
__kind: "V0";
|
|
870
868
|
value: {
|
|
871
869
|
cfReceiver: {
|
|
872
870
|
pubkey: `0x${string}`;
|
|
@@ -878,6 +876,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
878
876
|
}[];
|
|
879
877
|
fallbackAddress: `0x${string}`;
|
|
880
878
|
};
|
|
879
|
+
__kind: "V0";
|
|
881
880
|
} | {
|
|
882
881
|
__kind: "V1";
|
|
883
882
|
ccmAccounts: {
|
|
@@ -893,6 +892,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
893
892
|
};
|
|
894
893
|
alts: `0x${string}`[];
|
|
895
894
|
};
|
|
895
|
+
__kind: "Solana";
|
|
896
896
|
};
|
|
897
897
|
};
|
|
898
898
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -925,8 +925,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
925
925
|
outputAction: {
|
|
926
926
|
__kind: "Egress";
|
|
927
927
|
outputAddress: {
|
|
928
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
929
928
|
value: string;
|
|
929
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
930
930
|
};
|
|
931
931
|
ccmDepositMetadata?: {
|
|
932
932
|
channelMetadata: {
|
|
@@ -935,9 +935,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
935
935
|
ccmAdditionalData: {
|
|
936
936
|
__kind: "NotRequired";
|
|
937
937
|
} | {
|
|
938
|
-
__kind: "Solana";
|
|
939
938
|
value: {
|
|
940
|
-
__kind: "V0";
|
|
941
939
|
value: {
|
|
942
940
|
cfReceiver: {
|
|
943
941
|
pubkey: string;
|
|
@@ -949,6 +947,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
949
947
|
}[];
|
|
950
948
|
fallbackAddress: string;
|
|
951
949
|
};
|
|
950
|
+
__kind: "V0";
|
|
952
951
|
} | {
|
|
953
952
|
__kind: "V1";
|
|
954
953
|
ccmAccounts: {
|
|
@@ -964,14 +963,15 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
964
963
|
};
|
|
965
964
|
alts: string[];
|
|
966
965
|
};
|
|
966
|
+
__kind: "Solana";
|
|
967
967
|
};
|
|
968
968
|
};
|
|
969
969
|
sourceChain: {
|
|
970
970
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
971
971
|
};
|
|
972
972
|
sourceAddress?: {
|
|
973
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
974
973
|
value: string;
|
|
974
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
975
975
|
} | null | undefined;
|
|
976
976
|
} | null | undefined;
|
|
977
977
|
} | {
|
|
@@ -995,78 +995,78 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
995
995
|
__kind: z.ZodLiteral<"InternalAccount">;
|
|
996
996
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
997
997
|
}, "strip", z.ZodTypeAny, {
|
|
998
|
-
__kind: "InternalAccount";
|
|
999
998
|
value: string;
|
|
1000
|
-
}, {
|
|
1001
999
|
__kind: "InternalAccount";
|
|
1000
|
+
}, {
|
|
1002
1001
|
value: string;
|
|
1002
|
+
__kind: "InternalAccount";
|
|
1003
1003
|
}>, z.ZodObject<{
|
|
1004
1004
|
__kind: z.ZodLiteral<"ExternalAddress">;
|
|
1005
1005
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1006
1006
|
__kind: z.ZodLiteral<"Eth">;
|
|
1007
1007
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1008
1008
|
}, "strip", z.ZodTypeAny, {
|
|
1009
|
-
__kind: "Eth";
|
|
1010
1009
|
value: `0x${string}`;
|
|
1011
|
-
}, {
|
|
1012
1010
|
__kind: "Eth";
|
|
1011
|
+
}, {
|
|
1013
1012
|
value: string;
|
|
1013
|
+
__kind: "Eth";
|
|
1014
1014
|
}>, z.ZodObject<{
|
|
1015
1015
|
__kind: z.ZodLiteral<"Dot">;
|
|
1016
1016
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1017
1017
|
}, "strip", z.ZodTypeAny, {
|
|
1018
|
-
__kind: "Dot";
|
|
1019
1018
|
value: `0x${string}`;
|
|
1020
|
-
}, {
|
|
1021
1019
|
__kind: "Dot";
|
|
1020
|
+
}, {
|
|
1022
1021
|
value: string;
|
|
1022
|
+
__kind: "Dot";
|
|
1023
1023
|
}>, z.ZodObject<{
|
|
1024
1024
|
__kind: z.ZodLiteral<"Btc">;
|
|
1025
1025
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1026
1026
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1027
1027
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1028
1028
|
}, "strip", z.ZodTypeAny, {
|
|
1029
|
-
__kind: "P2PKH";
|
|
1030
1029
|
value: `0x${string}`;
|
|
1031
|
-
}, {
|
|
1032
1030
|
__kind: "P2PKH";
|
|
1031
|
+
}, {
|
|
1033
1032
|
value: string;
|
|
1033
|
+
__kind: "P2PKH";
|
|
1034
1034
|
}>, z.ZodObject<{
|
|
1035
1035
|
__kind: z.ZodLiteral<"P2SH">;
|
|
1036
1036
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1037
1037
|
}, "strip", z.ZodTypeAny, {
|
|
1038
|
-
__kind: "P2SH";
|
|
1039
1038
|
value: `0x${string}`;
|
|
1040
|
-
}, {
|
|
1041
1039
|
__kind: "P2SH";
|
|
1040
|
+
}, {
|
|
1042
1041
|
value: string;
|
|
1042
|
+
__kind: "P2SH";
|
|
1043
1043
|
}>, z.ZodObject<{
|
|
1044
1044
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1045
1045
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1046
1046
|
}, "strip", z.ZodTypeAny, {
|
|
1047
|
-
__kind: "P2WPKH";
|
|
1048
1047
|
value: `0x${string}`;
|
|
1049
|
-
}, {
|
|
1050
1048
|
__kind: "P2WPKH";
|
|
1049
|
+
}, {
|
|
1051
1050
|
value: string;
|
|
1051
|
+
__kind: "P2WPKH";
|
|
1052
1052
|
}>, z.ZodObject<{
|
|
1053
1053
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
1054
1054
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1055
1055
|
}, "strip", z.ZodTypeAny, {
|
|
1056
|
-
__kind: "P2WSH";
|
|
1057
1056
|
value: `0x${string}`;
|
|
1058
|
-
}, {
|
|
1059
1057
|
__kind: "P2WSH";
|
|
1058
|
+
}, {
|
|
1060
1059
|
value: string;
|
|
1060
|
+
__kind: "P2WSH";
|
|
1061
1061
|
}>, z.ZodObject<{
|
|
1062
1062
|
__kind: z.ZodLiteral<"Taproot">;
|
|
1063
1063
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1064
1064
|
}, "strip", z.ZodTypeAny, {
|
|
1065
|
-
__kind: "Taproot";
|
|
1066
1065
|
value: `0x${string}`;
|
|
1067
|
-
}, {
|
|
1068
1066
|
__kind: "Taproot";
|
|
1067
|
+
}, {
|
|
1069
1068
|
value: string;
|
|
1069
|
+
__kind: "Taproot";
|
|
1070
1070
|
}>, z.ZodObject<{
|
|
1071
1071
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1072
1072
|
version: z.ZodNumber;
|
|
@@ -1081,157 +1081,157 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1081
1081
|
program: string;
|
|
1082
1082
|
}>]>;
|
|
1083
1083
|
}, "strip", z.ZodTypeAny, {
|
|
1084
|
-
__kind: "Btc";
|
|
1085
1084
|
value: {
|
|
1086
|
-
__kind: "P2PKH";
|
|
1087
1085
|
value: `0x${string}`;
|
|
1086
|
+
__kind: "P2PKH";
|
|
1088
1087
|
} | {
|
|
1089
|
-
__kind: "P2SH";
|
|
1090
1088
|
value: `0x${string}`;
|
|
1089
|
+
__kind: "P2SH";
|
|
1091
1090
|
} | {
|
|
1092
|
-
__kind: "P2WPKH";
|
|
1093
1091
|
value: `0x${string}`;
|
|
1092
|
+
__kind: "P2WPKH";
|
|
1094
1093
|
} | {
|
|
1095
|
-
__kind: "P2WSH";
|
|
1096
1094
|
value: `0x${string}`;
|
|
1095
|
+
__kind: "P2WSH";
|
|
1097
1096
|
} | {
|
|
1098
|
-
__kind: "Taproot";
|
|
1099
1097
|
value: `0x${string}`;
|
|
1098
|
+
__kind: "Taproot";
|
|
1100
1099
|
} | {
|
|
1101
1100
|
__kind: "OtherSegwit";
|
|
1102
1101
|
version: number;
|
|
1103
1102
|
program: `0x${string}`;
|
|
1104
1103
|
};
|
|
1105
|
-
}, {
|
|
1106
1104
|
__kind: "Btc";
|
|
1105
|
+
}, {
|
|
1107
1106
|
value: {
|
|
1108
|
-
__kind: "P2PKH";
|
|
1109
1107
|
value: string;
|
|
1108
|
+
__kind: "P2PKH";
|
|
1110
1109
|
} | {
|
|
1111
|
-
__kind: "P2SH";
|
|
1112
1110
|
value: string;
|
|
1111
|
+
__kind: "P2SH";
|
|
1113
1112
|
} | {
|
|
1114
|
-
__kind: "P2WPKH";
|
|
1115
1113
|
value: string;
|
|
1114
|
+
__kind: "P2WPKH";
|
|
1116
1115
|
} | {
|
|
1117
|
-
__kind: "P2WSH";
|
|
1118
1116
|
value: string;
|
|
1117
|
+
__kind: "P2WSH";
|
|
1119
1118
|
} | {
|
|
1120
|
-
__kind: "Taproot";
|
|
1121
1119
|
value: string;
|
|
1120
|
+
__kind: "Taproot";
|
|
1122
1121
|
} | {
|
|
1123
1122
|
__kind: "OtherSegwit";
|
|
1124
1123
|
version: number;
|
|
1125
1124
|
program: string;
|
|
1126
1125
|
};
|
|
1126
|
+
__kind: "Btc";
|
|
1127
1127
|
}>, z.ZodObject<{
|
|
1128
1128
|
__kind: z.ZodLiteral<"Arb">;
|
|
1129
1129
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1130
1130
|
}, "strip", z.ZodTypeAny, {
|
|
1131
|
-
__kind: "Arb";
|
|
1132
1131
|
value: `0x${string}`;
|
|
1133
|
-
}, {
|
|
1134
1132
|
__kind: "Arb";
|
|
1133
|
+
}, {
|
|
1135
1134
|
value: string;
|
|
1135
|
+
__kind: "Arb";
|
|
1136
1136
|
}>, z.ZodObject<{
|
|
1137
1137
|
__kind: z.ZodLiteral<"Sol">;
|
|
1138
1138
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1139
1139
|
}, "strip", z.ZodTypeAny, {
|
|
1140
|
-
__kind: "Sol";
|
|
1141
1140
|
value: `0x${string}`;
|
|
1142
|
-
}, {
|
|
1143
1141
|
__kind: "Sol";
|
|
1142
|
+
}, {
|
|
1144
1143
|
value: string;
|
|
1144
|
+
__kind: "Sol";
|
|
1145
1145
|
}>, z.ZodObject<{
|
|
1146
1146
|
__kind: z.ZodLiteral<"Hub">;
|
|
1147
1147
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1148
1148
|
}, "strip", z.ZodTypeAny, {
|
|
1149
|
-
__kind: "Hub";
|
|
1150
1149
|
value: `0x${string}`;
|
|
1151
|
-
}, {
|
|
1152
1150
|
__kind: "Hub";
|
|
1151
|
+
}, {
|
|
1153
1152
|
value: string;
|
|
1153
|
+
__kind: "Hub";
|
|
1154
1154
|
}>]>;
|
|
1155
1155
|
}, "strip", z.ZodTypeAny, {
|
|
1156
|
-
__kind: "ExternalAddress";
|
|
1157
1156
|
value: {
|
|
1158
|
-
__kind: "Eth";
|
|
1159
1157
|
value: `0x${string}`;
|
|
1158
|
+
__kind: "Eth";
|
|
1160
1159
|
} | {
|
|
1161
|
-
__kind: "Dot";
|
|
1162
1160
|
value: `0x${string}`;
|
|
1161
|
+
__kind: "Dot";
|
|
1163
1162
|
} | {
|
|
1164
|
-
__kind: "Btc";
|
|
1165
1163
|
value: {
|
|
1166
|
-
__kind: "P2PKH";
|
|
1167
1164
|
value: `0x${string}`;
|
|
1165
|
+
__kind: "P2PKH";
|
|
1168
1166
|
} | {
|
|
1169
|
-
__kind: "P2SH";
|
|
1170
1167
|
value: `0x${string}`;
|
|
1168
|
+
__kind: "P2SH";
|
|
1171
1169
|
} | {
|
|
1172
|
-
__kind: "P2WPKH";
|
|
1173
1170
|
value: `0x${string}`;
|
|
1171
|
+
__kind: "P2WPKH";
|
|
1174
1172
|
} | {
|
|
1175
|
-
__kind: "P2WSH";
|
|
1176
1173
|
value: `0x${string}`;
|
|
1174
|
+
__kind: "P2WSH";
|
|
1177
1175
|
} | {
|
|
1178
|
-
__kind: "Taproot";
|
|
1179
1176
|
value: `0x${string}`;
|
|
1177
|
+
__kind: "Taproot";
|
|
1180
1178
|
} | {
|
|
1181
1179
|
__kind: "OtherSegwit";
|
|
1182
1180
|
version: number;
|
|
1183
1181
|
program: `0x${string}`;
|
|
1184
1182
|
};
|
|
1183
|
+
__kind: "Btc";
|
|
1185
1184
|
} | {
|
|
1186
|
-
__kind: "Arb";
|
|
1187
1185
|
value: `0x${string}`;
|
|
1186
|
+
__kind: "Arb";
|
|
1188
1187
|
} | {
|
|
1189
|
-
__kind: "Sol";
|
|
1190
1188
|
value: `0x${string}`;
|
|
1189
|
+
__kind: "Sol";
|
|
1191
1190
|
} | {
|
|
1192
|
-
__kind: "Hub";
|
|
1193
1191
|
value: `0x${string}`;
|
|
1192
|
+
__kind: "Hub";
|
|
1194
1193
|
};
|
|
1195
|
-
}, {
|
|
1196
1194
|
__kind: "ExternalAddress";
|
|
1195
|
+
}, {
|
|
1197
1196
|
value: {
|
|
1198
|
-
__kind: "Eth";
|
|
1199
1197
|
value: string;
|
|
1198
|
+
__kind: "Eth";
|
|
1200
1199
|
} | {
|
|
1201
|
-
__kind: "Dot";
|
|
1202
1200
|
value: string;
|
|
1201
|
+
__kind: "Dot";
|
|
1203
1202
|
} | {
|
|
1204
|
-
__kind: "Btc";
|
|
1205
1203
|
value: {
|
|
1206
|
-
__kind: "P2PKH";
|
|
1207
1204
|
value: string;
|
|
1205
|
+
__kind: "P2PKH";
|
|
1208
1206
|
} | {
|
|
1209
|
-
__kind: "P2SH";
|
|
1210
1207
|
value: string;
|
|
1208
|
+
__kind: "P2SH";
|
|
1211
1209
|
} | {
|
|
1212
|
-
__kind: "P2WPKH";
|
|
1213
1210
|
value: string;
|
|
1211
|
+
__kind: "P2WPKH";
|
|
1214
1212
|
} | {
|
|
1215
|
-
__kind: "P2WSH";
|
|
1216
1213
|
value: string;
|
|
1214
|
+
__kind: "P2WSH";
|
|
1217
1215
|
} | {
|
|
1218
|
-
__kind: "Taproot";
|
|
1219
1216
|
value: string;
|
|
1217
|
+
__kind: "Taproot";
|
|
1220
1218
|
} | {
|
|
1221
1219
|
__kind: "OtherSegwit";
|
|
1222
1220
|
version: number;
|
|
1223
1221
|
program: string;
|
|
1224
1222
|
};
|
|
1223
|
+
__kind: "Btc";
|
|
1225
1224
|
} | {
|
|
1226
|
-
__kind: "Arb";
|
|
1227
1225
|
value: string;
|
|
1226
|
+
__kind: "Arb";
|
|
1228
1227
|
} | {
|
|
1229
|
-
__kind: "Sol";
|
|
1230
1228
|
value: string;
|
|
1229
|
+
__kind: "Sol";
|
|
1231
1230
|
} | {
|
|
1232
|
-
__kind: "Hub";
|
|
1233
1231
|
value: string;
|
|
1232
|
+
__kind: "Hub";
|
|
1234
1233
|
};
|
|
1234
|
+
__kind: "ExternalAddress";
|
|
1235
1235
|
}>]>;
|
|
1236
1236
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1237
1237
|
refundCcmMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -1292,7 +1292,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1292
1292
|
fallbackAddress: string;
|
|
1293
1293
|
}>;
|
|
1294
1294
|
}, "strip", z.ZodTypeAny, {
|
|
1295
|
-
__kind: "V0";
|
|
1296
1295
|
value: {
|
|
1297
1296
|
cfReceiver: {
|
|
1298
1297
|
pubkey: `0x${string}`;
|
|
@@ -1304,8 +1303,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1304
1303
|
}[];
|
|
1305
1304
|
fallbackAddress: `0x${string}`;
|
|
1306
1305
|
};
|
|
1307
|
-
}, {
|
|
1308
1306
|
__kind: "V0";
|
|
1307
|
+
}, {
|
|
1309
1308
|
value: {
|
|
1310
1309
|
cfReceiver: {
|
|
1311
1310
|
pubkey: string;
|
|
@@ -1317,6 +1316,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1317
1316
|
}[];
|
|
1318
1317
|
fallbackAddress: string;
|
|
1319
1318
|
};
|
|
1319
|
+
__kind: "V0";
|
|
1320
1320
|
}>, z.ZodObject<{
|
|
1321
1321
|
__kind: z.ZodLiteral<"V1">;
|
|
1322
1322
|
ccmAccounts: z.ZodObject<{
|
|
@@ -1393,9 +1393,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1393
1393
|
alts: string[];
|
|
1394
1394
|
}>]>;
|
|
1395
1395
|
}, "strip", z.ZodTypeAny, {
|
|
1396
|
-
__kind: "Solana";
|
|
1397
1396
|
value: {
|
|
1398
|
-
__kind: "V0";
|
|
1399
1397
|
value: {
|
|
1400
1398
|
cfReceiver: {
|
|
1401
1399
|
pubkey: `0x${string}`;
|
|
@@ -1407,6 +1405,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1407
1405
|
}[];
|
|
1408
1406
|
fallbackAddress: `0x${string}`;
|
|
1409
1407
|
};
|
|
1408
|
+
__kind: "V0";
|
|
1410
1409
|
} | {
|
|
1411
1410
|
__kind: "V1";
|
|
1412
1411
|
ccmAccounts: {
|
|
@@ -1422,10 +1421,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1422
1421
|
};
|
|
1423
1422
|
alts: `0x${string}`[];
|
|
1424
1423
|
};
|
|
1425
|
-
}, {
|
|
1426
1424
|
__kind: "Solana";
|
|
1425
|
+
}, {
|
|
1427
1426
|
value: {
|
|
1428
|
-
__kind: "V0";
|
|
1429
1427
|
value: {
|
|
1430
1428
|
cfReceiver: {
|
|
1431
1429
|
pubkey: string;
|
|
@@ -1437,6 +1435,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1437
1435
|
}[];
|
|
1438
1436
|
fallbackAddress: string;
|
|
1439
1437
|
};
|
|
1438
|
+
__kind: "V0";
|
|
1440
1439
|
} | {
|
|
1441
1440
|
__kind: "V1";
|
|
1442
1441
|
ccmAccounts: {
|
|
@@ -1452,6 +1451,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1452
1451
|
};
|
|
1453
1452
|
alts: string[];
|
|
1454
1453
|
};
|
|
1454
|
+
__kind: "Solana";
|
|
1455
1455
|
}>]>;
|
|
1456
1456
|
}, "strip", z.ZodTypeAny, {
|
|
1457
1457
|
message: `0x${string}`;
|
|
@@ -1459,9 +1459,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1459
1459
|
ccmAdditionalData: {
|
|
1460
1460
|
__kind: "NotRequired";
|
|
1461
1461
|
} | {
|
|
1462
|
-
__kind: "Solana";
|
|
1463
1462
|
value: {
|
|
1464
|
-
__kind: "V0";
|
|
1465
1463
|
value: {
|
|
1466
1464
|
cfReceiver: {
|
|
1467
1465
|
pubkey: `0x${string}`;
|
|
@@ -1473,6 +1471,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1473
1471
|
}[];
|
|
1474
1472
|
fallbackAddress: `0x${string}`;
|
|
1475
1473
|
};
|
|
1474
|
+
__kind: "V0";
|
|
1476
1475
|
} | {
|
|
1477
1476
|
__kind: "V1";
|
|
1478
1477
|
ccmAccounts: {
|
|
@@ -1488,6 +1487,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1488
1487
|
};
|
|
1489
1488
|
alts: `0x${string}`[];
|
|
1490
1489
|
};
|
|
1490
|
+
__kind: "Solana";
|
|
1491
1491
|
};
|
|
1492
1492
|
}, {
|
|
1493
1493
|
message: string;
|
|
@@ -1495,9 +1495,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1495
1495
|
ccmAdditionalData: {
|
|
1496
1496
|
__kind: "NotRequired";
|
|
1497
1497
|
} | {
|
|
1498
|
-
__kind: "Solana";
|
|
1499
1498
|
value: {
|
|
1500
|
-
__kind: "V0";
|
|
1501
1499
|
value: {
|
|
1502
1500
|
cfReceiver: {
|
|
1503
1501
|
pubkey: string;
|
|
@@ -1509,6 +1507,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1509
1507
|
}[];
|
|
1510
1508
|
fallbackAddress: string;
|
|
1511
1509
|
};
|
|
1510
|
+
__kind: "V0";
|
|
1512
1511
|
} | {
|
|
1513
1512
|
__kind: "V1";
|
|
1514
1513
|
ccmAccounts: {
|
|
@@ -1524,6 +1523,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1524
1523
|
};
|
|
1525
1524
|
alts: string[];
|
|
1526
1525
|
};
|
|
1526
|
+
__kind: "Solana";
|
|
1527
1527
|
};
|
|
1528
1528
|
}>;
|
|
1529
1529
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -1539,67 +1539,67 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1539
1539
|
__kind: z.ZodLiteral<"Eth">;
|
|
1540
1540
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1541
1541
|
}, "strip", z.ZodTypeAny, {
|
|
1542
|
-
__kind: "Eth";
|
|
1543
1542
|
value: `0x${string}`;
|
|
1544
|
-
}, {
|
|
1545
1543
|
__kind: "Eth";
|
|
1544
|
+
}, {
|
|
1546
1545
|
value: string;
|
|
1546
|
+
__kind: "Eth";
|
|
1547
1547
|
}>, z.ZodObject<{
|
|
1548
1548
|
__kind: z.ZodLiteral<"Dot">;
|
|
1549
1549
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1550
1550
|
}, "strip", z.ZodTypeAny, {
|
|
1551
|
-
__kind: "Dot";
|
|
1552
1551
|
value: `0x${string}`;
|
|
1553
|
-
}, {
|
|
1554
1552
|
__kind: "Dot";
|
|
1553
|
+
}, {
|
|
1555
1554
|
value: string;
|
|
1555
|
+
__kind: "Dot";
|
|
1556
1556
|
}>, z.ZodObject<{
|
|
1557
1557
|
__kind: z.ZodLiteral<"Btc">;
|
|
1558
1558
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1559
1559
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1560
1560
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1561
1561
|
}, "strip", z.ZodTypeAny, {
|
|
1562
|
-
__kind: "P2PKH";
|
|
1563
1562
|
value: `0x${string}`;
|
|
1564
|
-
}, {
|
|
1565
1563
|
__kind: "P2PKH";
|
|
1564
|
+
}, {
|
|
1566
1565
|
value: string;
|
|
1566
|
+
__kind: "P2PKH";
|
|
1567
1567
|
}>, z.ZodObject<{
|
|
1568
1568
|
__kind: z.ZodLiteral<"P2SH">;
|
|
1569
1569
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1570
1570
|
}, "strip", z.ZodTypeAny, {
|
|
1571
|
-
__kind: "P2SH";
|
|
1572
1571
|
value: `0x${string}`;
|
|
1573
|
-
}, {
|
|
1574
1572
|
__kind: "P2SH";
|
|
1573
|
+
}, {
|
|
1575
1574
|
value: string;
|
|
1575
|
+
__kind: "P2SH";
|
|
1576
1576
|
}>, z.ZodObject<{
|
|
1577
1577
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1578
1578
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1579
1579
|
}, "strip", z.ZodTypeAny, {
|
|
1580
|
-
__kind: "P2WPKH";
|
|
1581
1580
|
value: `0x${string}`;
|
|
1582
|
-
}, {
|
|
1583
1581
|
__kind: "P2WPKH";
|
|
1582
|
+
}, {
|
|
1584
1583
|
value: string;
|
|
1584
|
+
__kind: "P2WPKH";
|
|
1585
1585
|
}>, z.ZodObject<{
|
|
1586
1586
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
1587
1587
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1588
1588
|
}, "strip", z.ZodTypeAny, {
|
|
1589
|
-
__kind: "P2WSH";
|
|
1590
1589
|
value: `0x${string}`;
|
|
1591
|
-
}, {
|
|
1592
1590
|
__kind: "P2WSH";
|
|
1591
|
+
}, {
|
|
1593
1592
|
value: string;
|
|
1593
|
+
__kind: "P2WSH";
|
|
1594
1594
|
}>, z.ZodObject<{
|
|
1595
1595
|
__kind: z.ZodLiteral<"Taproot">;
|
|
1596
1596
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1597
1597
|
}, "strip", z.ZodTypeAny, {
|
|
1598
|
-
__kind: "Taproot";
|
|
1599
1598
|
value: `0x${string}`;
|
|
1600
|
-
}, {
|
|
1601
1599
|
__kind: "Taproot";
|
|
1600
|
+
}, {
|
|
1602
1601
|
value: string;
|
|
1602
|
+
__kind: "Taproot";
|
|
1603
1603
|
}>, z.ZodObject<{
|
|
1604
1604
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1605
1605
|
version: z.ZodNumber;
|
|
@@ -1614,76 +1614,76 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1614
1614
|
program: string;
|
|
1615
1615
|
}>]>;
|
|
1616
1616
|
}, "strip", z.ZodTypeAny, {
|
|
1617
|
-
__kind: "Btc";
|
|
1618
1617
|
value: {
|
|
1619
|
-
__kind: "P2PKH";
|
|
1620
1618
|
value: `0x${string}`;
|
|
1619
|
+
__kind: "P2PKH";
|
|
1621
1620
|
} | {
|
|
1622
|
-
__kind: "P2SH";
|
|
1623
1621
|
value: `0x${string}`;
|
|
1622
|
+
__kind: "P2SH";
|
|
1624
1623
|
} | {
|
|
1625
|
-
__kind: "P2WPKH";
|
|
1626
1624
|
value: `0x${string}`;
|
|
1625
|
+
__kind: "P2WPKH";
|
|
1627
1626
|
} | {
|
|
1628
|
-
__kind: "P2WSH";
|
|
1629
1627
|
value: `0x${string}`;
|
|
1628
|
+
__kind: "P2WSH";
|
|
1630
1629
|
} | {
|
|
1631
|
-
__kind: "Taproot";
|
|
1632
1630
|
value: `0x${string}`;
|
|
1631
|
+
__kind: "Taproot";
|
|
1633
1632
|
} | {
|
|
1634
1633
|
__kind: "OtherSegwit";
|
|
1635
1634
|
version: number;
|
|
1636
1635
|
program: `0x${string}`;
|
|
1637
1636
|
};
|
|
1638
|
-
}, {
|
|
1639
1637
|
__kind: "Btc";
|
|
1638
|
+
}, {
|
|
1640
1639
|
value: {
|
|
1641
|
-
__kind: "P2PKH";
|
|
1642
1640
|
value: string;
|
|
1641
|
+
__kind: "P2PKH";
|
|
1643
1642
|
} | {
|
|
1644
|
-
__kind: "P2SH";
|
|
1645
1643
|
value: string;
|
|
1644
|
+
__kind: "P2SH";
|
|
1646
1645
|
} | {
|
|
1647
|
-
__kind: "P2WPKH";
|
|
1648
1646
|
value: string;
|
|
1647
|
+
__kind: "P2WPKH";
|
|
1649
1648
|
} | {
|
|
1650
|
-
__kind: "P2WSH";
|
|
1651
1649
|
value: string;
|
|
1650
|
+
__kind: "P2WSH";
|
|
1652
1651
|
} | {
|
|
1653
|
-
__kind: "Taproot";
|
|
1654
1652
|
value: string;
|
|
1653
|
+
__kind: "Taproot";
|
|
1655
1654
|
} | {
|
|
1656
1655
|
__kind: "OtherSegwit";
|
|
1657
1656
|
version: number;
|
|
1658
1657
|
program: string;
|
|
1659
1658
|
};
|
|
1659
|
+
__kind: "Btc";
|
|
1660
1660
|
}>, z.ZodObject<{
|
|
1661
1661
|
__kind: z.ZodLiteral<"Arb">;
|
|
1662
1662
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1663
1663
|
}, "strip", z.ZodTypeAny, {
|
|
1664
|
-
__kind: "Arb";
|
|
1665
1664
|
value: `0x${string}`;
|
|
1666
|
-
}, {
|
|
1667
1665
|
__kind: "Arb";
|
|
1666
|
+
}, {
|
|
1668
1667
|
value: string;
|
|
1668
|
+
__kind: "Arb";
|
|
1669
1669
|
}>, z.ZodObject<{
|
|
1670
1670
|
__kind: z.ZodLiteral<"Sol">;
|
|
1671
1671
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1672
1672
|
}, "strip", z.ZodTypeAny, {
|
|
1673
|
-
__kind: "Sol";
|
|
1674
1673
|
value: `0x${string}`;
|
|
1675
|
-
}, {
|
|
1676
1674
|
__kind: "Sol";
|
|
1675
|
+
}, {
|
|
1677
1676
|
value: string;
|
|
1677
|
+
__kind: "Sol";
|
|
1678
1678
|
}>, z.ZodObject<{
|
|
1679
1679
|
__kind: z.ZodLiteral<"Hub">;
|
|
1680
1680
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1681
1681
|
}, "strip", z.ZodTypeAny, {
|
|
1682
|
-
__kind: "Hub";
|
|
1683
1682
|
value: `0x${string}`;
|
|
1684
|
-
}, {
|
|
1685
1683
|
__kind: "Hub";
|
|
1684
|
+
}, {
|
|
1686
1685
|
value: string;
|
|
1686
|
+
__kind: "Hub";
|
|
1687
1687
|
}>]>>>;
|
|
1688
1688
|
}, "strip", z.ZodTypeAny, {
|
|
1689
1689
|
channelMetadata: {
|
|
@@ -1692,9 +1692,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1692
1692
|
ccmAdditionalData: {
|
|
1693
1693
|
__kind: "NotRequired";
|
|
1694
1694
|
} | {
|
|
1695
|
-
__kind: "Solana";
|
|
1696
1695
|
value: {
|
|
1697
|
-
__kind: "V0";
|
|
1698
1696
|
value: {
|
|
1699
1697
|
cfReceiver: {
|
|
1700
1698
|
pubkey: `0x${string}`;
|
|
@@ -1706,6 +1704,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1706
1704
|
}[];
|
|
1707
1705
|
fallbackAddress: `0x${string}`;
|
|
1708
1706
|
};
|
|
1707
|
+
__kind: "V0";
|
|
1709
1708
|
} | {
|
|
1710
1709
|
__kind: "V1";
|
|
1711
1710
|
ccmAccounts: {
|
|
@@ -1721,46 +1720,47 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1721
1720
|
};
|
|
1722
1721
|
alts: `0x${string}`[];
|
|
1723
1722
|
};
|
|
1723
|
+
__kind: "Solana";
|
|
1724
1724
|
};
|
|
1725
1725
|
};
|
|
1726
1726
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1727
1727
|
sourceAddress?: {
|
|
1728
|
-
__kind: "Eth";
|
|
1729
1728
|
value: `0x${string}`;
|
|
1729
|
+
__kind: "Eth";
|
|
1730
1730
|
} | {
|
|
1731
|
-
__kind: "Dot";
|
|
1732
1731
|
value: `0x${string}`;
|
|
1732
|
+
__kind: "Dot";
|
|
1733
1733
|
} | {
|
|
1734
|
-
__kind: "Btc";
|
|
1735
1734
|
value: {
|
|
1736
|
-
__kind: "P2PKH";
|
|
1737
1735
|
value: `0x${string}`;
|
|
1736
|
+
__kind: "P2PKH";
|
|
1738
1737
|
} | {
|
|
1739
|
-
__kind: "P2SH";
|
|
1740
1738
|
value: `0x${string}`;
|
|
1739
|
+
__kind: "P2SH";
|
|
1741
1740
|
} | {
|
|
1742
|
-
__kind: "P2WPKH";
|
|
1743
1741
|
value: `0x${string}`;
|
|
1742
|
+
__kind: "P2WPKH";
|
|
1744
1743
|
} | {
|
|
1745
|
-
__kind: "P2WSH";
|
|
1746
1744
|
value: `0x${string}`;
|
|
1745
|
+
__kind: "P2WSH";
|
|
1747
1746
|
} | {
|
|
1748
|
-
__kind: "Taproot";
|
|
1749
1747
|
value: `0x${string}`;
|
|
1748
|
+
__kind: "Taproot";
|
|
1750
1749
|
} | {
|
|
1751
1750
|
__kind: "OtherSegwit";
|
|
1752
1751
|
version: number;
|
|
1753
1752
|
program: `0x${string}`;
|
|
1754
1753
|
};
|
|
1754
|
+
__kind: "Btc";
|
|
1755
1755
|
} | {
|
|
1756
|
-
__kind: "Arb";
|
|
1757
1756
|
value: `0x${string}`;
|
|
1757
|
+
__kind: "Arb";
|
|
1758
1758
|
} | {
|
|
1759
|
-
__kind: "Sol";
|
|
1760
1759
|
value: `0x${string}`;
|
|
1760
|
+
__kind: "Sol";
|
|
1761
1761
|
} | {
|
|
1762
|
-
__kind: "Hub";
|
|
1763
1762
|
value: `0x${string}`;
|
|
1763
|
+
__kind: "Hub";
|
|
1764
1764
|
} | null | undefined;
|
|
1765
1765
|
}, {
|
|
1766
1766
|
channelMetadata: {
|
|
@@ -1769,9 +1769,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1769
1769
|
ccmAdditionalData: {
|
|
1770
1770
|
__kind: "NotRequired";
|
|
1771
1771
|
} | {
|
|
1772
|
-
__kind: "Solana";
|
|
1773
1772
|
value: {
|
|
1774
|
-
__kind: "V0";
|
|
1775
1773
|
value: {
|
|
1776
1774
|
cfReceiver: {
|
|
1777
1775
|
pubkey: string;
|
|
@@ -1783,6 +1781,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1783
1781
|
}[];
|
|
1784
1782
|
fallbackAddress: string;
|
|
1785
1783
|
};
|
|
1784
|
+
__kind: "V0";
|
|
1786
1785
|
} | {
|
|
1787
1786
|
__kind: "V1";
|
|
1788
1787
|
ccmAccounts: {
|
|
@@ -1798,95 +1797,97 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1798
1797
|
};
|
|
1799
1798
|
alts: string[];
|
|
1800
1799
|
};
|
|
1800
|
+
__kind: "Solana";
|
|
1801
1801
|
};
|
|
1802
1802
|
};
|
|
1803
1803
|
sourceChain: {
|
|
1804
1804
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1805
1805
|
};
|
|
1806
1806
|
sourceAddress?: {
|
|
1807
|
-
__kind: "Eth";
|
|
1808
1807
|
value: string;
|
|
1808
|
+
__kind: "Eth";
|
|
1809
1809
|
} | {
|
|
1810
|
-
__kind: "Dot";
|
|
1811
1810
|
value: string;
|
|
1811
|
+
__kind: "Dot";
|
|
1812
1812
|
} | {
|
|
1813
|
-
__kind: "Btc";
|
|
1814
1813
|
value: {
|
|
1815
|
-
__kind: "P2PKH";
|
|
1816
1814
|
value: string;
|
|
1815
|
+
__kind: "P2PKH";
|
|
1817
1816
|
} | {
|
|
1818
|
-
__kind: "P2SH";
|
|
1819
1817
|
value: string;
|
|
1818
|
+
__kind: "P2SH";
|
|
1820
1819
|
} | {
|
|
1821
|
-
__kind: "P2WPKH";
|
|
1822
1820
|
value: string;
|
|
1821
|
+
__kind: "P2WPKH";
|
|
1823
1822
|
} | {
|
|
1824
|
-
__kind: "P2WSH";
|
|
1825
1823
|
value: string;
|
|
1824
|
+
__kind: "P2WSH";
|
|
1826
1825
|
} | {
|
|
1827
|
-
__kind: "Taproot";
|
|
1828
1826
|
value: string;
|
|
1827
|
+
__kind: "Taproot";
|
|
1829
1828
|
} | {
|
|
1830
1829
|
__kind: "OtherSegwit";
|
|
1831
1830
|
version: number;
|
|
1832
1831
|
program: string;
|
|
1833
1832
|
};
|
|
1833
|
+
__kind: "Btc";
|
|
1834
1834
|
} | {
|
|
1835
|
-
__kind: "Arb";
|
|
1836
1835
|
value: string;
|
|
1836
|
+
__kind: "Arb";
|
|
1837
1837
|
} | {
|
|
1838
|
-
__kind: "Sol";
|
|
1839
1838
|
value: string;
|
|
1839
|
+
__kind: "Sol";
|
|
1840
1840
|
} | {
|
|
1841
|
-
__kind: "Hub";
|
|
1842
1841
|
value: string;
|
|
1842
|
+
__kind: "Hub";
|
|
1843
1843
|
} | null | undefined;
|
|
1844
1844
|
}>>>;
|
|
1845
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1845
1846
|
}, "strip", z.ZodTypeAny, {
|
|
1846
1847
|
retryDuration: number;
|
|
1847
1848
|
refundAddress: {
|
|
1848
|
-
__kind: "InternalAccount";
|
|
1849
1849
|
value: string;
|
|
1850
|
+
__kind: "InternalAccount";
|
|
1850
1851
|
} | {
|
|
1851
|
-
__kind: "ExternalAddress";
|
|
1852
1852
|
value: {
|
|
1853
|
-
__kind: "Eth";
|
|
1854
1853
|
value: `0x${string}`;
|
|
1854
|
+
__kind: "Eth";
|
|
1855
1855
|
} | {
|
|
1856
|
-
__kind: "Dot";
|
|
1857
1856
|
value: `0x${string}`;
|
|
1857
|
+
__kind: "Dot";
|
|
1858
1858
|
} | {
|
|
1859
|
-
__kind: "Btc";
|
|
1860
1859
|
value: {
|
|
1861
|
-
__kind: "P2PKH";
|
|
1862
1860
|
value: `0x${string}`;
|
|
1861
|
+
__kind: "P2PKH";
|
|
1863
1862
|
} | {
|
|
1864
|
-
__kind: "P2SH";
|
|
1865
1863
|
value: `0x${string}`;
|
|
1864
|
+
__kind: "P2SH";
|
|
1866
1865
|
} | {
|
|
1867
|
-
__kind: "P2WPKH";
|
|
1868
1866
|
value: `0x${string}`;
|
|
1867
|
+
__kind: "P2WPKH";
|
|
1869
1868
|
} | {
|
|
1870
|
-
__kind: "P2WSH";
|
|
1871
1869
|
value: `0x${string}`;
|
|
1870
|
+
__kind: "P2WSH";
|
|
1872
1871
|
} | {
|
|
1873
|
-
__kind: "Taproot";
|
|
1874
1872
|
value: `0x${string}`;
|
|
1873
|
+
__kind: "Taproot";
|
|
1875
1874
|
} | {
|
|
1876
1875
|
__kind: "OtherSegwit";
|
|
1877
1876
|
version: number;
|
|
1878
1877
|
program: `0x${string}`;
|
|
1879
1878
|
};
|
|
1879
|
+
__kind: "Btc";
|
|
1880
1880
|
} | {
|
|
1881
|
-
__kind: "Arb";
|
|
1882
1881
|
value: `0x${string}`;
|
|
1882
|
+
__kind: "Arb";
|
|
1883
1883
|
} | {
|
|
1884
|
-
__kind: "Sol";
|
|
1885
1884
|
value: `0x${string}`;
|
|
1885
|
+
__kind: "Sol";
|
|
1886
1886
|
} | {
|
|
1887
|
-
__kind: "Hub";
|
|
1888
1887
|
value: `0x${string}`;
|
|
1888
|
+
__kind: "Hub";
|
|
1889
1889
|
};
|
|
1890
|
+
__kind: "ExternalAddress";
|
|
1890
1891
|
};
|
|
1891
1892
|
minPrice: bigint;
|
|
1892
1893
|
refundCcmMetadata?: {
|
|
@@ -1896,9 +1897,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1896
1897
|
ccmAdditionalData: {
|
|
1897
1898
|
__kind: "NotRequired";
|
|
1898
1899
|
} | {
|
|
1899
|
-
__kind: "Solana";
|
|
1900
1900
|
value: {
|
|
1901
|
-
__kind: "V0";
|
|
1902
1901
|
value: {
|
|
1903
1902
|
cfReceiver: {
|
|
1904
1903
|
pubkey: `0x${string}`;
|
|
@@ -1910,6 +1909,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1910
1909
|
}[];
|
|
1911
1910
|
fallbackAddress: `0x${string}`;
|
|
1912
1911
|
};
|
|
1912
|
+
__kind: "V0";
|
|
1913
1913
|
} | {
|
|
1914
1914
|
__kind: "V1";
|
|
1915
1915
|
ccmAccounts: {
|
|
@@ -1925,93 +1925,95 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1925
1925
|
};
|
|
1926
1926
|
alts: `0x${string}`[];
|
|
1927
1927
|
};
|
|
1928
|
+
__kind: "Solana";
|
|
1928
1929
|
};
|
|
1929
1930
|
};
|
|
1930
1931
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1931
1932
|
sourceAddress?: {
|
|
1932
|
-
__kind: "Eth";
|
|
1933
1933
|
value: `0x${string}`;
|
|
1934
|
+
__kind: "Eth";
|
|
1934
1935
|
} | {
|
|
1935
|
-
__kind: "Dot";
|
|
1936
1936
|
value: `0x${string}`;
|
|
1937
|
+
__kind: "Dot";
|
|
1937
1938
|
} | {
|
|
1938
|
-
__kind: "Btc";
|
|
1939
1939
|
value: {
|
|
1940
|
-
__kind: "P2PKH";
|
|
1941
1940
|
value: `0x${string}`;
|
|
1941
|
+
__kind: "P2PKH";
|
|
1942
1942
|
} | {
|
|
1943
|
-
__kind: "P2SH";
|
|
1944
1943
|
value: `0x${string}`;
|
|
1944
|
+
__kind: "P2SH";
|
|
1945
1945
|
} | {
|
|
1946
|
-
__kind: "P2WPKH";
|
|
1947
1946
|
value: `0x${string}`;
|
|
1947
|
+
__kind: "P2WPKH";
|
|
1948
1948
|
} | {
|
|
1949
|
-
__kind: "P2WSH";
|
|
1950
1949
|
value: `0x${string}`;
|
|
1950
|
+
__kind: "P2WSH";
|
|
1951
1951
|
} | {
|
|
1952
|
-
__kind: "Taproot";
|
|
1953
1952
|
value: `0x${string}`;
|
|
1953
|
+
__kind: "Taproot";
|
|
1954
1954
|
} | {
|
|
1955
1955
|
__kind: "OtherSegwit";
|
|
1956
1956
|
version: number;
|
|
1957
1957
|
program: `0x${string}`;
|
|
1958
1958
|
};
|
|
1959
|
+
__kind: "Btc";
|
|
1959
1960
|
} | {
|
|
1960
|
-
__kind: "Arb";
|
|
1961
1961
|
value: `0x${string}`;
|
|
1962
|
+
__kind: "Arb";
|
|
1962
1963
|
} | {
|
|
1963
|
-
__kind: "Sol";
|
|
1964
1964
|
value: `0x${string}`;
|
|
1965
|
+
__kind: "Sol";
|
|
1965
1966
|
} | {
|
|
1966
|
-
__kind: "Hub";
|
|
1967
1967
|
value: `0x${string}`;
|
|
1968
|
+
__kind: "Hub";
|
|
1968
1969
|
} | null | undefined;
|
|
1969
1970
|
} | null | undefined;
|
|
1971
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
1970
1972
|
}, {
|
|
1971
1973
|
retryDuration: number;
|
|
1972
1974
|
refundAddress: {
|
|
1973
|
-
__kind: "InternalAccount";
|
|
1974
1975
|
value: string;
|
|
1976
|
+
__kind: "InternalAccount";
|
|
1975
1977
|
} | {
|
|
1976
|
-
__kind: "ExternalAddress";
|
|
1977
1978
|
value: {
|
|
1978
|
-
__kind: "Eth";
|
|
1979
1979
|
value: string;
|
|
1980
|
+
__kind: "Eth";
|
|
1980
1981
|
} | {
|
|
1981
|
-
__kind: "Dot";
|
|
1982
1982
|
value: string;
|
|
1983
|
+
__kind: "Dot";
|
|
1983
1984
|
} | {
|
|
1984
|
-
__kind: "Btc";
|
|
1985
1985
|
value: {
|
|
1986
|
-
__kind: "P2PKH";
|
|
1987
1986
|
value: string;
|
|
1987
|
+
__kind: "P2PKH";
|
|
1988
1988
|
} | {
|
|
1989
|
-
__kind: "P2SH";
|
|
1990
1989
|
value: string;
|
|
1990
|
+
__kind: "P2SH";
|
|
1991
1991
|
} | {
|
|
1992
|
-
__kind: "P2WPKH";
|
|
1993
1992
|
value: string;
|
|
1993
|
+
__kind: "P2WPKH";
|
|
1994
1994
|
} | {
|
|
1995
|
-
__kind: "P2WSH";
|
|
1996
1995
|
value: string;
|
|
1996
|
+
__kind: "P2WSH";
|
|
1997
1997
|
} | {
|
|
1998
|
-
__kind: "Taproot";
|
|
1999
1998
|
value: string;
|
|
1999
|
+
__kind: "Taproot";
|
|
2000
2000
|
} | {
|
|
2001
2001
|
__kind: "OtherSegwit";
|
|
2002
2002
|
version: number;
|
|
2003
2003
|
program: string;
|
|
2004
2004
|
};
|
|
2005
|
+
__kind: "Btc";
|
|
2005
2006
|
} | {
|
|
2006
|
-
__kind: "Arb";
|
|
2007
2007
|
value: string;
|
|
2008
|
+
__kind: "Arb";
|
|
2008
2009
|
} | {
|
|
2009
|
-
__kind: "Sol";
|
|
2010
2010
|
value: string;
|
|
2011
|
+
__kind: "Sol";
|
|
2011
2012
|
} | {
|
|
2012
|
-
__kind: "Hub";
|
|
2013
2013
|
value: string;
|
|
2014
|
+
__kind: "Hub";
|
|
2014
2015
|
};
|
|
2016
|
+
__kind: "ExternalAddress";
|
|
2015
2017
|
};
|
|
2016
2018
|
minPrice: string | number;
|
|
2017
2019
|
refundCcmMetadata?: {
|
|
@@ -2021,9 +2023,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2021
2023
|
ccmAdditionalData: {
|
|
2022
2024
|
__kind: "NotRequired";
|
|
2023
2025
|
} | {
|
|
2024
|
-
__kind: "Solana";
|
|
2025
2026
|
value: {
|
|
2026
|
-
__kind: "V0";
|
|
2027
2027
|
value: {
|
|
2028
2028
|
cfReceiver: {
|
|
2029
2029
|
pubkey: string;
|
|
@@ -2035,6 +2035,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2035
2035
|
}[];
|
|
2036
2036
|
fallbackAddress: string;
|
|
2037
2037
|
};
|
|
2038
|
+
__kind: "V0";
|
|
2038
2039
|
} | {
|
|
2039
2040
|
__kind: "V1";
|
|
2040
2041
|
ccmAccounts: {
|
|
@@ -2050,50 +2051,52 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2050
2051
|
};
|
|
2051
2052
|
alts: string[];
|
|
2052
2053
|
};
|
|
2054
|
+
__kind: "Solana";
|
|
2053
2055
|
};
|
|
2054
2056
|
};
|
|
2055
2057
|
sourceChain: {
|
|
2056
2058
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2057
2059
|
};
|
|
2058
2060
|
sourceAddress?: {
|
|
2059
|
-
__kind: "Eth";
|
|
2060
2061
|
value: string;
|
|
2062
|
+
__kind: "Eth";
|
|
2061
2063
|
} | {
|
|
2062
|
-
__kind: "Dot";
|
|
2063
2064
|
value: string;
|
|
2065
|
+
__kind: "Dot";
|
|
2064
2066
|
} | {
|
|
2065
|
-
__kind: "Btc";
|
|
2066
2067
|
value: {
|
|
2067
|
-
__kind: "P2PKH";
|
|
2068
2068
|
value: string;
|
|
2069
|
+
__kind: "P2PKH";
|
|
2069
2070
|
} | {
|
|
2070
|
-
__kind: "P2SH";
|
|
2071
2071
|
value: string;
|
|
2072
|
+
__kind: "P2SH";
|
|
2072
2073
|
} | {
|
|
2073
|
-
__kind: "P2WPKH";
|
|
2074
2074
|
value: string;
|
|
2075
|
+
__kind: "P2WPKH";
|
|
2075
2076
|
} | {
|
|
2076
|
-
__kind: "P2WSH";
|
|
2077
2077
|
value: string;
|
|
2078
|
+
__kind: "P2WSH";
|
|
2078
2079
|
} | {
|
|
2079
|
-
__kind: "Taproot";
|
|
2080
2080
|
value: string;
|
|
2081
|
+
__kind: "Taproot";
|
|
2081
2082
|
} | {
|
|
2082
2083
|
__kind: "OtherSegwit";
|
|
2083
2084
|
version: number;
|
|
2084
2085
|
program: string;
|
|
2085
2086
|
};
|
|
2087
|
+
__kind: "Btc";
|
|
2086
2088
|
} | {
|
|
2087
|
-
__kind: "Arb";
|
|
2088
2089
|
value: string;
|
|
2090
|
+
__kind: "Arb";
|
|
2089
2091
|
} | {
|
|
2090
|
-
__kind: "Sol";
|
|
2091
2092
|
value: string;
|
|
2093
|
+
__kind: "Sol";
|
|
2092
2094
|
} | {
|
|
2093
|
-
__kind: "Hub";
|
|
2094
2095
|
value: string;
|
|
2096
|
+
__kind: "Hub";
|
|
2095
2097
|
} | null | undefined;
|
|
2096
2098
|
} | null | undefined;
|
|
2099
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
2097
2100
|
}>>>;
|
|
2098
2101
|
dcaParameters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2099
2102
|
numberOfChunks: z.ZodNumber;
|
|
@@ -2106,10 +2109,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2106
2109
|
chunkInterval: number;
|
|
2107
2110
|
}>>>;
|
|
2108
2111
|
}, "strip", z.ZodTypeAny, {
|
|
2109
|
-
inputAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2110
|
-
outputAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2111
2112
|
swapRequestId: bigint;
|
|
2113
|
+
inputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2112
2114
|
inputAmount: bigint;
|
|
2115
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2113
2116
|
origin: {
|
|
2114
2117
|
__kind: "DepositChannel";
|
|
2115
2118
|
depositAddress: {
|
|
@@ -2132,25 +2135,25 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2132
2135
|
readonly address: string;
|
|
2133
2136
|
};
|
|
2134
2137
|
channelId: bigint;
|
|
2135
|
-
brokerId: string;
|
|
2136
2138
|
depositBlockHeight: bigint;
|
|
2139
|
+
brokerId: string;
|
|
2137
2140
|
} | {
|
|
2138
2141
|
__kind: "Vault";
|
|
2139
2142
|
txId: {
|
|
2140
|
-
__kind: "Evm";
|
|
2141
2143
|
value: `0x${string}`;
|
|
2144
|
+
__kind: "Evm";
|
|
2142
2145
|
} | {
|
|
2143
|
-
__kind: "Bitcoin";
|
|
2144
2146
|
value: `0x${string}`;
|
|
2147
|
+
__kind: "Bitcoin";
|
|
2145
2148
|
} | {
|
|
2146
|
-
__kind: "Polkadot";
|
|
2147
2149
|
value: {
|
|
2148
2150
|
blockNumber: number;
|
|
2149
2151
|
extrinsicIndex: number;
|
|
2150
2152
|
};
|
|
2153
|
+
__kind: "Polkadot";
|
|
2151
2154
|
} | {
|
|
2152
|
-
__kind: "Solana";
|
|
2153
2155
|
value: [`0x${string}`, bigint];
|
|
2156
|
+
__kind: "Solana";
|
|
2154
2157
|
} | {
|
|
2155
2158
|
__kind: "None";
|
|
2156
2159
|
};
|
|
@@ -2158,8 +2161,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2158
2161
|
} | {
|
|
2159
2162
|
__kind: "Internal";
|
|
2160
2163
|
} | {
|
|
2161
|
-
__kind: "OnChainAccount";
|
|
2162
2164
|
value: string;
|
|
2165
|
+
__kind: "OnChainAccount";
|
|
2163
2166
|
};
|
|
2164
2167
|
requestType: {
|
|
2165
2168
|
__kind: "NetworkFee";
|
|
@@ -2195,9 +2198,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2195
2198
|
ccmAdditionalData: {
|
|
2196
2199
|
__kind: "NotRequired";
|
|
2197
2200
|
} | {
|
|
2198
|
-
__kind: "Solana";
|
|
2199
2201
|
value: {
|
|
2200
|
-
__kind: "V0";
|
|
2201
2202
|
value: {
|
|
2202
2203
|
cfReceiver: {
|
|
2203
2204
|
pubkey: `0x${string}`;
|
|
@@ -2209,6 +2210,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2209
2210
|
}[];
|
|
2210
2211
|
fallbackAddress: `0x${string}`;
|
|
2211
2212
|
};
|
|
2213
|
+
__kind: "V0";
|
|
2212
2214
|
} | {
|
|
2213
2215
|
__kind: "V1";
|
|
2214
2216
|
ccmAccounts: {
|
|
@@ -2224,6 +2226,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2224
2226
|
};
|
|
2225
2227
|
alts: `0x${string}`[];
|
|
2226
2228
|
};
|
|
2229
|
+
__kind: "Solana";
|
|
2227
2230
|
};
|
|
2228
2231
|
};
|
|
2229
2232
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -2259,48 +2262,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2259
2262
|
refundParameters?: {
|
|
2260
2263
|
retryDuration: number;
|
|
2261
2264
|
refundAddress: {
|
|
2262
|
-
__kind: "InternalAccount";
|
|
2263
2265
|
value: string;
|
|
2266
|
+
__kind: "InternalAccount";
|
|
2264
2267
|
} | {
|
|
2265
|
-
__kind: "ExternalAddress";
|
|
2266
2268
|
value: {
|
|
2267
|
-
__kind: "Eth";
|
|
2268
2269
|
value: `0x${string}`;
|
|
2270
|
+
__kind: "Eth";
|
|
2269
2271
|
} | {
|
|
2270
|
-
__kind: "Dot";
|
|
2271
2272
|
value: `0x${string}`;
|
|
2273
|
+
__kind: "Dot";
|
|
2272
2274
|
} | {
|
|
2273
|
-
__kind: "Btc";
|
|
2274
2275
|
value: {
|
|
2275
|
-
__kind: "P2PKH";
|
|
2276
2276
|
value: `0x${string}`;
|
|
2277
|
+
__kind: "P2PKH";
|
|
2277
2278
|
} | {
|
|
2278
|
-
__kind: "P2SH";
|
|
2279
2279
|
value: `0x${string}`;
|
|
2280
|
+
__kind: "P2SH";
|
|
2280
2281
|
} | {
|
|
2281
|
-
__kind: "P2WPKH";
|
|
2282
2282
|
value: `0x${string}`;
|
|
2283
|
+
__kind: "P2WPKH";
|
|
2283
2284
|
} | {
|
|
2284
|
-
__kind: "P2WSH";
|
|
2285
2285
|
value: `0x${string}`;
|
|
2286
|
+
__kind: "P2WSH";
|
|
2286
2287
|
} | {
|
|
2287
|
-
__kind: "Taproot";
|
|
2288
2288
|
value: `0x${string}`;
|
|
2289
|
+
__kind: "Taproot";
|
|
2289
2290
|
} | {
|
|
2290
2291
|
__kind: "OtherSegwit";
|
|
2291
2292
|
version: number;
|
|
2292
2293
|
program: `0x${string}`;
|
|
2293
2294
|
};
|
|
2295
|
+
__kind: "Btc";
|
|
2294
2296
|
} | {
|
|
2295
|
-
__kind: "Arb";
|
|
2296
2297
|
value: `0x${string}`;
|
|
2298
|
+
__kind: "Arb";
|
|
2297
2299
|
} | {
|
|
2298
|
-
__kind: "Sol";
|
|
2299
2300
|
value: `0x${string}`;
|
|
2301
|
+
__kind: "Sol";
|
|
2300
2302
|
} | {
|
|
2301
|
-
__kind: "Hub";
|
|
2302
2303
|
value: `0x${string}`;
|
|
2304
|
+
__kind: "Hub";
|
|
2303
2305
|
};
|
|
2306
|
+
__kind: "ExternalAddress";
|
|
2304
2307
|
};
|
|
2305
2308
|
minPrice: bigint;
|
|
2306
2309
|
refundCcmMetadata?: {
|
|
@@ -2310,9 +2313,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2310
2313
|
ccmAdditionalData: {
|
|
2311
2314
|
__kind: "NotRequired";
|
|
2312
2315
|
} | {
|
|
2313
|
-
__kind: "Solana";
|
|
2314
2316
|
value: {
|
|
2315
|
-
__kind: "V0";
|
|
2316
2317
|
value: {
|
|
2317
2318
|
cfReceiver: {
|
|
2318
2319
|
pubkey: `0x${string}`;
|
|
@@ -2324,6 +2325,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2324
2325
|
}[];
|
|
2325
2326
|
fallbackAddress: `0x${string}`;
|
|
2326
2327
|
};
|
|
2328
|
+
__kind: "V0";
|
|
2327
2329
|
} | {
|
|
2328
2330
|
__kind: "V1";
|
|
2329
2331
|
ccmAccounts: {
|
|
@@ -2339,88 +2341,90 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2339
2341
|
};
|
|
2340
2342
|
alts: `0x${string}`[];
|
|
2341
2343
|
};
|
|
2344
|
+
__kind: "Solana";
|
|
2342
2345
|
};
|
|
2343
2346
|
};
|
|
2344
2347
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2345
2348
|
sourceAddress?: {
|
|
2346
|
-
__kind: "Eth";
|
|
2347
2349
|
value: `0x${string}`;
|
|
2350
|
+
__kind: "Eth";
|
|
2348
2351
|
} | {
|
|
2349
|
-
__kind: "Dot";
|
|
2350
2352
|
value: `0x${string}`;
|
|
2353
|
+
__kind: "Dot";
|
|
2351
2354
|
} | {
|
|
2352
|
-
__kind: "Btc";
|
|
2353
2355
|
value: {
|
|
2354
|
-
__kind: "P2PKH";
|
|
2355
2356
|
value: `0x${string}`;
|
|
2357
|
+
__kind: "P2PKH";
|
|
2356
2358
|
} | {
|
|
2357
|
-
__kind: "P2SH";
|
|
2358
2359
|
value: `0x${string}`;
|
|
2360
|
+
__kind: "P2SH";
|
|
2359
2361
|
} | {
|
|
2360
|
-
__kind: "P2WPKH";
|
|
2361
2362
|
value: `0x${string}`;
|
|
2363
|
+
__kind: "P2WPKH";
|
|
2362
2364
|
} | {
|
|
2363
|
-
__kind: "P2WSH";
|
|
2364
2365
|
value: `0x${string}`;
|
|
2366
|
+
__kind: "P2WSH";
|
|
2365
2367
|
} | {
|
|
2366
|
-
__kind: "Taproot";
|
|
2367
2368
|
value: `0x${string}`;
|
|
2369
|
+
__kind: "Taproot";
|
|
2368
2370
|
} | {
|
|
2369
2371
|
__kind: "OtherSegwit";
|
|
2370
2372
|
version: number;
|
|
2371
2373
|
program: `0x${string}`;
|
|
2372
2374
|
};
|
|
2375
|
+
__kind: "Btc";
|
|
2373
2376
|
} | {
|
|
2374
|
-
__kind: "Arb";
|
|
2375
2377
|
value: `0x${string}`;
|
|
2378
|
+
__kind: "Arb";
|
|
2376
2379
|
} | {
|
|
2377
|
-
__kind: "Sol";
|
|
2378
2380
|
value: `0x${string}`;
|
|
2381
|
+
__kind: "Sol";
|
|
2379
2382
|
} | {
|
|
2380
|
-
__kind: "Hub";
|
|
2381
2383
|
value: `0x${string}`;
|
|
2384
|
+
__kind: "Hub";
|
|
2382
2385
|
} | null | undefined;
|
|
2383
2386
|
} | null | undefined;
|
|
2387
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
2384
2388
|
} | null | undefined;
|
|
2385
2389
|
dcaParameters?: {
|
|
2386
2390
|
numberOfChunks: number;
|
|
2387
2391
|
chunkInterval: number;
|
|
2388
2392
|
} | null | undefined;
|
|
2389
2393
|
}, {
|
|
2394
|
+
swapRequestId: string | number;
|
|
2390
2395
|
inputAsset: {
|
|
2391
|
-
__kind: "Eth" | "
|
|
2396
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2392
2397
|
};
|
|
2398
|
+
inputAmount: string | number;
|
|
2393
2399
|
outputAsset: {
|
|
2394
|
-
__kind: "Eth" | "
|
|
2400
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2395
2401
|
};
|
|
2396
|
-
swapRequestId: string | number;
|
|
2397
|
-
inputAmount: string | number;
|
|
2398
2402
|
origin: {
|
|
2399
2403
|
__kind: "DepositChannel";
|
|
2400
2404
|
depositAddress: {
|
|
2401
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
2402
2405
|
value: string;
|
|
2406
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2403
2407
|
};
|
|
2404
2408
|
channelId: string | number;
|
|
2405
|
-
brokerId: string;
|
|
2406
2409
|
depositBlockHeight: string | number;
|
|
2410
|
+
brokerId: string;
|
|
2407
2411
|
} | {
|
|
2408
2412
|
__kind: "Vault";
|
|
2409
2413
|
txId: {
|
|
2410
|
-
__kind: "Evm";
|
|
2411
2414
|
value: string;
|
|
2415
|
+
__kind: "Evm";
|
|
2412
2416
|
} | {
|
|
2413
|
-
__kind: "Bitcoin";
|
|
2414
2417
|
value: string;
|
|
2418
|
+
__kind: "Bitcoin";
|
|
2415
2419
|
} | {
|
|
2416
|
-
__kind: "Polkadot";
|
|
2417
2420
|
value: {
|
|
2418
2421
|
blockNumber: number;
|
|
2419
2422
|
extrinsicIndex: number;
|
|
2420
2423
|
};
|
|
2424
|
+
__kind: "Polkadot";
|
|
2421
2425
|
} | {
|
|
2422
|
-
__kind: "Solana";
|
|
2423
2426
|
value: [string, string | number];
|
|
2427
|
+
__kind: "Solana";
|
|
2424
2428
|
} | {
|
|
2425
2429
|
__kind: "None";
|
|
2426
2430
|
};
|
|
@@ -2428,8 +2432,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2428
2432
|
} | {
|
|
2429
2433
|
__kind: "Internal";
|
|
2430
2434
|
} | {
|
|
2431
|
-
__kind: "OnChainAccount";
|
|
2432
2435
|
value: string;
|
|
2436
|
+
__kind: "OnChainAccount";
|
|
2433
2437
|
};
|
|
2434
2438
|
requestType: {
|
|
2435
2439
|
__kind: "NetworkFee";
|
|
@@ -2440,8 +2444,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2440
2444
|
outputAction: {
|
|
2441
2445
|
__kind: "Egress";
|
|
2442
2446
|
outputAddress: {
|
|
2443
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
2444
2447
|
value: string;
|
|
2448
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2445
2449
|
};
|
|
2446
2450
|
ccmDepositMetadata?: {
|
|
2447
2451
|
channelMetadata: {
|
|
@@ -2450,9 +2454,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2450
2454
|
ccmAdditionalData: {
|
|
2451
2455
|
__kind: "NotRequired";
|
|
2452
2456
|
} | {
|
|
2453
|
-
__kind: "Solana";
|
|
2454
2457
|
value: {
|
|
2455
|
-
__kind: "V0";
|
|
2456
2458
|
value: {
|
|
2457
2459
|
cfReceiver: {
|
|
2458
2460
|
pubkey: string;
|
|
@@ -2464,6 +2466,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2464
2466
|
}[];
|
|
2465
2467
|
fallbackAddress: string;
|
|
2466
2468
|
};
|
|
2469
|
+
__kind: "V0";
|
|
2467
2470
|
} | {
|
|
2468
2471
|
__kind: "V1";
|
|
2469
2472
|
ccmAccounts: {
|
|
@@ -2479,14 +2482,15 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2479
2482
|
};
|
|
2480
2483
|
alts: string[];
|
|
2481
2484
|
};
|
|
2485
|
+
__kind: "Solana";
|
|
2482
2486
|
};
|
|
2483
2487
|
};
|
|
2484
2488
|
sourceChain: {
|
|
2485
2489
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2486
2490
|
};
|
|
2487
2491
|
sourceAddress?: {
|
|
2488
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
2489
2492
|
value: string;
|
|
2493
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2490
2494
|
} | null | undefined;
|
|
2491
2495
|
} | null | undefined;
|
|
2492
2496
|
} | {
|
|
@@ -2501,48 +2505,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2501
2505
|
refundParameters?: {
|
|
2502
2506
|
retryDuration: number;
|
|
2503
2507
|
refundAddress: {
|
|
2504
|
-
__kind: "InternalAccount";
|
|
2505
2508
|
value: string;
|
|
2509
|
+
__kind: "InternalAccount";
|
|
2506
2510
|
} | {
|
|
2507
|
-
__kind: "ExternalAddress";
|
|
2508
2511
|
value: {
|
|
2509
|
-
__kind: "Eth";
|
|
2510
2512
|
value: string;
|
|
2513
|
+
__kind: "Eth";
|
|
2511
2514
|
} | {
|
|
2512
|
-
__kind: "Dot";
|
|
2513
2515
|
value: string;
|
|
2516
|
+
__kind: "Dot";
|
|
2514
2517
|
} | {
|
|
2515
|
-
__kind: "Btc";
|
|
2516
2518
|
value: {
|
|
2517
|
-
__kind: "P2PKH";
|
|
2518
2519
|
value: string;
|
|
2520
|
+
__kind: "P2PKH";
|
|
2519
2521
|
} | {
|
|
2520
|
-
__kind: "P2SH";
|
|
2521
2522
|
value: string;
|
|
2523
|
+
__kind: "P2SH";
|
|
2522
2524
|
} | {
|
|
2523
|
-
__kind: "P2WPKH";
|
|
2524
2525
|
value: string;
|
|
2526
|
+
__kind: "P2WPKH";
|
|
2525
2527
|
} | {
|
|
2526
|
-
__kind: "P2WSH";
|
|
2527
2528
|
value: string;
|
|
2529
|
+
__kind: "P2WSH";
|
|
2528
2530
|
} | {
|
|
2529
|
-
__kind: "Taproot";
|
|
2530
2531
|
value: string;
|
|
2532
|
+
__kind: "Taproot";
|
|
2531
2533
|
} | {
|
|
2532
2534
|
__kind: "OtherSegwit";
|
|
2533
2535
|
version: number;
|
|
2534
2536
|
program: string;
|
|
2535
2537
|
};
|
|
2538
|
+
__kind: "Btc";
|
|
2536
2539
|
} | {
|
|
2537
|
-
__kind: "Arb";
|
|
2538
2540
|
value: string;
|
|
2541
|
+
__kind: "Arb";
|
|
2539
2542
|
} | {
|
|
2540
|
-
__kind: "Sol";
|
|
2541
2543
|
value: string;
|
|
2544
|
+
__kind: "Sol";
|
|
2542
2545
|
} | {
|
|
2543
|
-
__kind: "Hub";
|
|
2544
2546
|
value: string;
|
|
2547
|
+
__kind: "Hub";
|
|
2545
2548
|
};
|
|
2549
|
+
__kind: "ExternalAddress";
|
|
2546
2550
|
};
|
|
2547
2551
|
minPrice: string | number;
|
|
2548
2552
|
refundCcmMetadata?: {
|
|
@@ -2552,9 +2556,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2552
2556
|
ccmAdditionalData: {
|
|
2553
2557
|
__kind: "NotRequired";
|
|
2554
2558
|
} | {
|
|
2555
|
-
__kind: "Solana";
|
|
2556
2559
|
value: {
|
|
2557
|
-
__kind: "V0";
|
|
2558
2560
|
value: {
|
|
2559
2561
|
cfReceiver: {
|
|
2560
2562
|
pubkey: string;
|
|
@@ -2566,6 +2568,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2566
2568
|
}[];
|
|
2567
2569
|
fallbackAddress: string;
|
|
2568
2570
|
};
|
|
2571
|
+
__kind: "V0";
|
|
2569
2572
|
} | {
|
|
2570
2573
|
__kind: "V1";
|
|
2571
2574
|
ccmAccounts: {
|
|
@@ -2581,50 +2584,52 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2581
2584
|
};
|
|
2582
2585
|
alts: string[];
|
|
2583
2586
|
};
|
|
2587
|
+
__kind: "Solana";
|
|
2584
2588
|
};
|
|
2585
2589
|
};
|
|
2586
2590
|
sourceChain: {
|
|
2587
2591
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2588
2592
|
};
|
|
2589
2593
|
sourceAddress?: {
|
|
2590
|
-
__kind: "Eth";
|
|
2591
2594
|
value: string;
|
|
2595
|
+
__kind: "Eth";
|
|
2592
2596
|
} | {
|
|
2593
|
-
__kind: "Dot";
|
|
2594
2597
|
value: string;
|
|
2598
|
+
__kind: "Dot";
|
|
2595
2599
|
} | {
|
|
2596
|
-
__kind: "Btc";
|
|
2597
2600
|
value: {
|
|
2598
|
-
__kind: "P2PKH";
|
|
2599
2601
|
value: string;
|
|
2602
|
+
__kind: "P2PKH";
|
|
2600
2603
|
} | {
|
|
2601
|
-
__kind: "P2SH";
|
|
2602
2604
|
value: string;
|
|
2605
|
+
__kind: "P2SH";
|
|
2603
2606
|
} | {
|
|
2604
|
-
__kind: "P2WPKH";
|
|
2605
2607
|
value: string;
|
|
2608
|
+
__kind: "P2WPKH";
|
|
2606
2609
|
} | {
|
|
2607
|
-
__kind: "P2WSH";
|
|
2608
2610
|
value: string;
|
|
2611
|
+
__kind: "P2WSH";
|
|
2609
2612
|
} | {
|
|
2610
|
-
__kind: "Taproot";
|
|
2611
2613
|
value: string;
|
|
2614
|
+
__kind: "Taproot";
|
|
2612
2615
|
} | {
|
|
2613
2616
|
__kind: "OtherSegwit";
|
|
2614
2617
|
version: number;
|
|
2615
2618
|
program: string;
|
|
2616
2619
|
};
|
|
2620
|
+
__kind: "Btc";
|
|
2617
2621
|
} | {
|
|
2618
|
-
__kind: "Arb";
|
|
2619
2622
|
value: string;
|
|
2623
|
+
__kind: "Arb";
|
|
2620
2624
|
} | {
|
|
2621
|
-
__kind: "Sol";
|
|
2622
2625
|
value: string;
|
|
2626
|
+
__kind: "Sol";
|
|
2623
2627
|
} | {
|
|
2624
|
-
__kind: "Hub";
|
|
2625
2628
|
value: string;
|
|
2629
|
+
__kind: "Hub";
|
|
2626
2630
|
} | null | undefined;
|
|
2627
2631
|
} | null | undefined;
|
|
2632
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
2628
2633
|
} | null | undefined;
|
|
2629
2634
|
dcaParameters?: {
|
|
2630
2635
|
numberOfChunks: number;
|