@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
|
@@ -380,6 +380,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
380
380
|
} | null | undefined;
|
|
381
381
|
}>;
|
|
382
382
|
}, "strip", z.ZodTypeAny, {
|
|
383
|
+
amount: bigint;
|
|
383
384
|
depositAddress: {
|
|
384
385
|
pubkeyX: `0x${string}`;
|
|
385
386
|
scriptPath?: {
|
|
@@ -391,12 +392,12 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
391
392
|
};
|
|
392
393
|
} | null | undefined;
|
|
393
394
|
};
|
|
394
|
-
amount: bigint;
|
|
395
395
|
id: {
|
|
396
396
|
txId: `0x${string}`;
|
|
397
397
|
vout: number;
|
|
398
398
|
};
|
|
399
399
|
}, {
|
|
400
|
+
amount: string | number;
|
|
400
401
|
depositAddress: {
|
|
401
402
|
pubkeyX: string;
|
|
402
403
|
scriptPath?: {
|
|
@@ -408,7 +409,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
408
409
|
};
|
|
409
410
|
} | null | undefined;
|
|
410
411
|
};
|
|
411
|
-
amount: string | number;
|
|
412
412
|
id: {
|
|
413
413
|
txId: string;
|
|
414
414
|
vout: number;
|
|
@@ -416,6 +416,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
416
416
|
}>;
|
|
417
417
|
}, "strip", z.ZodTypeAny, {
|
|
418
418
|
asset: "Btc";
|
|
419
|
+
amount: bigint;
|
|
419
420
|
depositAddress: {
|
|
420
421
|
__kind: "P2PKH";
|
|
421
422
|
value: `0x${string}`;
|
|
@@ -436,8 +437,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
436
437
|
version: number;
|
|
437
438
|
program: `0x${string}`;
|
|
438
439
|
};
|
|
439
|
-
amount: bigint;
|
|
440
440
|
depositDetails: {
|
|
441
|
+
amount: bigint;
|
|
441
442
|
depositAddress: {
|
|
442
443
|
pubkeyX: `0x${string}`;
|
|
443
444
|
scriptPath?: {
|
|
@@ -449,7 +450,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
449
450
|
};
|
|
450
451
|
} | null | undefined;
|
|
451
452
|
};
|
|
452
|
-
amount: bigint;
|
|
453
453
|
id: {
|
|
454
454
|
txId: `0x${string}`;
|
|
455
455
|
vout: number;
|
|
@@ -459,6 +459,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
459
459
|
asset: {
|
|
460
460
|
__kind: "Btc";
|
|
461
461
|
};
|
|
462
|
+
amount: string | number;
|
|
462
463
|
depositAddress: {
|
|
463
464
|
__kind: "P2PKH";
|
|
464
465
|
value: string;
|
|
@@ -479,8 +480,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
479
480
|
version: number;
|
|
480
481
|
program: string;
|
|
481
482
|
};
|
|
482
|
-
amount: string | number;
|
|
483
483
|
depositDetails: {
|
|
484
|
+
amount: string | number;
|
|
484
485
|
depositAddress: {
|
|
485
486
|
pubkeyX: string;
|
|
486
487
|
scriptPath?: {
|
|
@@ -492,7 +493,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
492
493
|
};
|
|
493
494
|
} | null | undefined;
|
|
494
495
|
};
|
|
495
|
-
amount: string | number;
|
|
496
496
|
id: {
|
|
497
497
|
txId: string;
|
|
498
498
|
vout: number;
|
|
@@ -503,6 +503,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
503
503
|
__kind: "DepositFailedDepositChannelVariantBitcoin";
|
|
504
504
|
depositWitness: {
|
|
505
505
|
asset: "Btc";
|
|
506
|
+
amount: bigint;
|
|
506
507
|
depositAddress: {
|
|
507
508
|
__kind: "P2PKH";
|
|
508
509
|
value: `0x${string}`;
|
|
@@ -523,8 +524,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
523
524
|
version: number;
|
|
524
525
|
program: `0x${string}`;
|
|
525
526
|
};
|
|
526
|
-
amount: bigint;
|
|
527
527
|
depositDetails: {
|
|
528
|
+
amount: bigint;
|
|
528
529
|
depositAddress: {
|
|
529
530
|
pubkeyX: `0x${string}`;
|
|
530
531
|
scriptPath?: {
|
|
@@ -536,7 +537,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
536
537
|
};
|
|
537
538
|
} | null | undefined;
|
|
538
539
|
};
|
|
539
|
-
amount: bigint;
|
|
540
540
|
id: {
|
|
541
541
|
txId: `0x${string}`;
|
|
542
542
|
vout: number;
|
|
@@ -549,6 +549,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
549
549
|
asset: {
|
|
550
550
|
__kind: "Btc";
|
|
551
551
|
};
|
|
552
|
+
amount: string | number;
|
|
552
553
|
depositAddress: {
|
|
553
554
|
__kind: "P2PKH";
|
|
554
555
|
value: string;
|
|
@@ -569,8 +570,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
569
570
|
version: number;
|
|
570
571
|
program: string;
|
|
571
572
|
};
|
|
572
|
-
amount: string | number;
|
|
573
573
|
depositDetails: {
|
|
574
|
+
amount: string | number;
|
|
574
575
|
depositAddress: {
|
|
575
576
|
pubkeyX: string;
|
|
576
577
|
scriptPath?: {
|
|
@@ -582,7 +583,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
582
583
|
};
|
|
583
584
|
} | null | undefined;
|
|
584
585
|
};
|
|
585
|
-
amount: string | number;
|
|
586
586
|
id: {
|
|
587
587
|
txId: string;
|
|
588
588
|
vout: number;
|
|
@@ -723,6 +723,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
723
723
|
} | null | undefined;
|
|
724
724
|
}>;
|
|
725
725
|
}, "strip", z.ZodTypeAny, {
|
|
726
|
+
amount: bigint;
|
|
726
727
|
depositAddress: {
|
|
727
728
|
pubkeyX: `0x${string}`;
|
|
728
729
|
scriptPath?: {
|
|
@@ -734,12 +735,12 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
734
735
|
};
|
|
735
736
|
} | null | undefined;
|
|
736
737
|
};
|
|
737
|
-
amount: bigint;
|
|
738
738
|
id: {
|
|
739
739
|
txId: `0x${string}`;
|
|
740
740
|
vout: number;
|
|
741
741
|
};
|
|
742
742
|
}, {
|
|
743
|
+
amount: string | number;
|
|
743
744
|
depositAddress: {
|
|
744
745
|
pubkeyX: string;
|
|
745
746
|
scriptPath?: {
|
|
@@ -751,7 +752,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
751
752
|
};
|
|
752
753
|
} | null | undefined;
|
|
753
754
|
};
|
|
754
|
-
amount: string | number;
|
|
755
755
|
id: {
|
|
756
756
|
txId: string;
|
|
757
757
|
vout: number;
|
|
@@ -1158,6 +1158,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1158
1158
|
gasBudget: string | number;
|
|
1159
1159
|
ccmAdditionalData: string;
|
|
1160
1160
|
}>>>;
|
|
1161
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1161
1162
|
}, "strip", z.ZodTypeAny, {
|
|
1162
1163
|
retryDuration: number;
|
|
1163
1164
|
refundAddress: {
|
|
@@ -1186,6 +1187,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1186
1187
|
gasBudget: bigint;
|
|
1187
1188
|
ccmAdditionalData: `0x${string}`;
|
|
1188
1189
|
} | null | undefined;
|
|
1190
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
1189
1191
|
}, {
|
|
1190
1192
|
retryDuration: number;
|
|
1191
1193
|
refundAddress: {
|
|
@@ -1214,6 +1216,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1214
1216
|
gasBudget: string | number;
|
|
1215
1217
|
ccmAdditionalData: string;
|
|
1216
1218
|
} | null | undefined;
|
|
1219
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
1217
1220
|
}>;
|
|
1218
1221
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1219
1222
|
numberOfChunks: z.ZodNumber;
|
|
@@ -1229,6 +1232,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1229
1232
|
}, "strip", z.ZodTypeAny, {
|
|
1230
1233
|
txId: `0x${string}`;
|
|
1231
1234
|
depositDetails: {
|
|
1235
|
+
amount: bigint;
|
|
1232
1236
|
depositAddress: {
|
|
1233
1237
|
pubkeyX: `0x${string}`;
|
|
1234
1238
|
scriptPath?: {
|
|
@@ -1240,7 +1244,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1240
1244
|
};
|
|
1241
1245
|
} | null | undefined;
|
|
1242
1246
|
};
|
|
1243
|
-
amount: bigint;
|
|
1244
1247
|
id: {
|
|
1245
1248
|
txId: `0x${string}`;
|
|
1246
1249
|
vout: number;
|
|
@@ -1300,6 +1303,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1300
1303
|
gasBudget: bigint;
|
|
1301
1304
|
ccmAdditionalData: `0x${string}`;
|
|
1302
1305
|
} | null | undefined;
|
|
1306
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
1303
1307
|
};
|
|
1304
1308
|
boostFee: number;
|
|
1305
1309
|
depositAddress?: {
|
|
@@ -1380,6 +1384,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1380
1384
|
}, {
|
|
1381
1385
|
txId: string;
|
|
1382
1386
|
depositDetails: {
|
|
1387
|
+
amount: string | number;
|
|
1383
1388
|
depositAddress: {
|
|
1384
1389
|
pubkeyX: string;
|
|
1385
1390
|
scriptPath?: {
|
|
@@ -1391,7 +1396,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1391
1396
|
};
|
|
1392
1397
|
} | null | undefined;
|
|
1393
1398
|
};
|
|
1394
|
-
amount: string | number;
|
|
1395
1399
|
id: {
|
|
1396
1400
|
txId: string;
|
|
1397
1401
|
vout: number;
|
|
@@ -1440,6 +1444,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1440
1444
|
gasBudget: string | number;
|
|
1441
1445
|
ccmAdditionalData: string;
|
|
1442
1446
|
} | null | undefined;
|
|
1447
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
1443
1448
|
};
|
|
1444
1449
|
boostFee: number;
|
|
1445
1450
|
depositAddress?: {
|
|
@@ -1525,6 +1530,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1525
1530
|
vaultWitness: {
|
|
1526
1531
|
txId: `0x${string}`;
|
|
1527
1532
|
depositDetails: {
|
|
1533
|
+
amount: bigint;
|
|
1528
1534
|
depositAddress: {
|
|
1529
1535
|
pubkeyX: `0x${string}`;
|
|
1530
1536
|
scriptPath?: {
|
|
@@ -1536,7 +1542,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1536
1542
|
};
|
|
1537
1543
|
} | null | undefined;
|
|
1538
1544
|
};
|
|
1539
|
-
amount: bigint;
|
|
1540
1545
|
id: {
|
|
1541
1546
|
txId: `0x${string}`;
|
|
1542
1547
|
vout: number;
|
|
@@ -1596,6 +1601,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1596
1601
|
gasBudget: bigint;
|
|
1597
1602
|
ccmAdditionalData: `0x${string}`;
|
|
1598
1603
|
} | null | undefined;
|
|
1604
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
1599
1605
|
};
|
|
1600
1606
|
boostFee: number;
|
|
1601
1607
|
depositAddress?: {
|
|
@@ -1679,6 +1685,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1679
1685
|
vaultWitness: {
|
|
1680
1686
|
txId: string;
|
|
1681
1687
|
depositDetails: {
|
|
1688
|
+
amount: string | number;
|
|
1682
1689
|
depositAddress: {
|
|
1683
1690
|
pubkeyX: string;
|
|
1684
1691
|
scriptPath?: {
|
|
@@ -1690,7 +1697,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1690
1697
|
};
|
|
1691
1698
|
} | null | undefined;
|
|
1692
1699
|
};
|
|
1693
|
-
amount: string | number;
|
|
1694
1700
|
id: {
|
|
1695
1701
|
txId: string;
|
|
1696
1702
|
vout: number;
|
|
@@ -1739,6 +1745,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1739
1745
|
gasBudget: string | number;
|
|
1740
1746
|
ccmAdditionalData: string;
|
|
1741
1747
|
} | null | undefined;
|
|
1748
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
1742
1749
|
};
|
|
1743
1750
|
boostFee: number;
|
|
1744
1751
|
depositAddress?: {
|
|
@@ -1871,6 +1878,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1871
1878
|
__kind: "DepositFailedDepositChannelVariantBitcoin";
|
|
1872
1879
|
depositWitness: {
|
|
1873
1880
|
asset: "Btc";
|
|
1881
|
+
amount: bigint;
|
|
1874
1882
|
depositAddress: {
|
|
1875
1883
|
__kind: "P2PKH";
|
|
1876
1884
|
value: `0x${string}`;
|
|
@@ -1891,8 +1899,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1891
1899
|
version: number;
|
|
1892
1900
|
program: `0x${string}`;
|
|
1893
1901
|
};
|
|
1894
|
-
amount: bigint;
|
|
1895
1902
|
depositDetails: {
|
|
1903
|
+
amount: bigint;
|
|
1896
1904
|
depositAddress: {
|
|
1897
1905
|
pubkeyX: `0x${string}`;
|
|
1898
1906
|
scriptPath?: {
|
|
@@ -1904,7 +1912,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1904
1912
|
};
|
|
1905
1913
|
} | null | undefined;
|
|
1906
1914
|
};
|
|
1907
|
-
amount: bigint;
|
|
1908
1915
|
id: {
|
|
1909
1916
|
txId: `0x${string}`;
|
|
1910
1917
|
vout: number;
|
|
@@ -1916,6 +1923,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1916
1923
|
vaultWitness: {
|
|
1917
1924
|
txId: `0x${string}`;
|
|
1918
1925
|
depositDetails: {
|
|
1926
|
+
amount: bigint;
|
|
1919
1927
|
depositAddress: {
|
|
1920
1928
|
pubkeyX: `0x${string}`;
|
|
1921
1929
|
scriptPath?: {
|
|
@@ -1927,7 +1935,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1927
1935
|
};
|
|
1928
1936
|
} | null | undefined;
|
|
1929
1937
|
};
|
|
1930
|
-
amount: bigint;
|
|
1931
1938
|
id: {
|
|
1932
1939
|
txId: `0x${string}`;
|
|
1933
1940
|
vout: number;
|
|
@@ -1987,6 +1994,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1987
1994
|
gasBudget: bigint;
|
|
1988
1995
|
ccmAdditionalData: `0x${string}`;
|
|
1989
1996
|
} | null | undefined;
|
|
1997
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
1990
1998
|
};
|
|
1991
1999
|
boostFee: number;
|
|
1992
2000
|
depositAddress?: {
|
|
@@ -2125,6 +2133,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2125
2133
|
asset: {
|
|
2126
2134
|
__kind: "Btc";
|
|
2127
2135
|
};
|
|
2136
|
+
amount: string | number;
|
|
2128
2137
|
depositAddress: {
|
|
2129
2138
|
__kind: "P2PKH";
|
|
2130
2139
|
value: string;
|
|
@@ -2145,8 +2154,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2145
2154
|
version: number;
|
|
2146
2155
|
program: string;
|
|
2147
2156
|
};
|
|
2148
|
-
amount: string | number;
|
|
2149
2157
|
depositDetails: {
|
|
2158
|
+
amount: string | number;
|
|
2150
2159
|
depositAddress: {
|
|
2151
2160
|
pubkeyX: string;
|
|
2152
2161
|
scriptPath?: {
|
|
@@ -2158,7 +2167,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2158
2167
|
};
|
|
2159
2168
|
} | null | undefined;
|
|
2160
2169
|
};
|
|
2161
|
-
amount: string | number;
|
|
2162
2170
|
id: {
|
|
2163
2171
|
txId: string;
|
|
2164
2172
|
vout: number;
|
|
@@ -2170,6 +2178,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2170
2178
|
vaultWitness: {
|
|
2171
2179
|
txId: string;
|
|
2172
2180
|
depositDetails: {
|
|
2181
|
+
amount: string | number;
|
|
2173
2182
|
depositAddress: {
|
|
2174
2183
|
pubkeyX: string;
|
|
2175
2184
|
scriptPath?: {
|
|
@@ -2181,7 +2190,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2181
2190
|
};
|
|
2182
2191
|
} | null | undefined;
|
|
2183
2192
|
};
|
|
2184
|
-
amount: string | number;
|
|
2185
2193
|
id: {
|
|
2186
2194
|
txId: string;
|
|
2187
2195
|
vout: number;
|
|
@@ -2230,6 +2238,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2230
2238
|
gasBudget: string | number;
|
|
2231
2239
|
ccmAdditionalData: string;
|
|
2232
2240
|
} | null | undefined;
|
|
2241
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
2233
2242
|
};
|
|
2234
2243
|
boostFee: number;
|
|
2235
2244
|
depositAddress?: {
|