@chainflip/processor 1.8.3 → 1.8.4
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/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +1 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.ts +1 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +1 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +1 -1
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/100/common.cjs +34 -33
- package/dist/100/common.d.cts +64 -118
- package/dist/100/common.d.ts +64 -118
- package/dist/100/common.mjs +36 -35
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +14 -14
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +14 -14
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/100/flip/remainingImbalance.d.cts +24 -24
- package/dist/100/flip/remainingImbalance.d.ts +24 -24
- package/dist/100/governance/failedExecution.d.cts +1 -1
- package/dist/100/governance/failedExecution.d.ts +1 -1
- package/dist/100/governance/govKeyCallExecutionFailed.d.cts +1 -1
- package/dist/100/governance/govKeyCallExecutionFailed.d.ts +1 -1
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +21 -51
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +21 -51
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +6 -6
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +6 -6
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +17 -17
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +17 -17
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +21 -21
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +21 -21
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.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 +81 -111
- package/dist/100/swapping/ccmDepositReceived.d.ts +81 -111
- package/dist/100/swapping/ccmFailed.d.cts +81 -111
- package/dist/100/swapping/ccmFailed.d.ts +81 -111
- 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 +60 -126
- package/dist/100/swapping/swapAmountTooLow.d.ts +60 -126
- package/dist/100/swapping/swapDepositAddressReady.d.cts +60 -120
- package/dist/100/swapping/swapDepositAddressReady.d.ts +60 -120
- 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 +135 -201
- package/dist/100/swapping/swapScheduled.d.ts +135 -201
- package/dist/100/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/100/swapping/withdrawalRequested.d.ts +21 -51
- package/dist/100/system/extrinsicFailed.d.cts +1 -1
- package/dist/100/system/extrinsicFailed.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalEnacted.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalPassed.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalRejected.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
- package/dist/100/validator/palletConfigUpdated.d.cts +1 -1
- package/dist/100/validator/palletConfigUpdated.d.ts +1 -1
- package/dist/100/validator/rotationPhaseUpdated.d.cts +1 -1
- package/dist/100/validator/rotationPhaseUpdated.d.ts +1 -1
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +1 -1
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +1 -1
- package/dist/102/common.cjs +1 -1
- package/dist/102/common.d.cts +1 -1
- package/dist/102/common.d.ts +1 -1
- package/dist/102/common.mjs +1 -1
- package/dist/102/validator/palletConfigUpdated.d.cts +1 -1
- package/dist/102/validator/palletConfigUpdated.d.ts +1 -1
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +1 -1
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +1 -1
- package/dist/111/common.cjs +4 -4
- package/dist/111/common.d.cts +4 -4
- package/dist/111/common.d.ts +4 -4
- package/dist/111/common.mjs +4 -4
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/111/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/111/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +1 -1
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +1 -1
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +21 -21
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +21 -21
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +22 -22
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +22 -22
- package/dist/120/common.cjs +21 -20
- package/dist/120/common.d.cts +23 -47
- package/dist/120/common.d.ts +23 -47
- package/dist/120/common.mjs +21 -20
- package/dist/120/emissions/flipBurnSkipped.d.cts +1 -1
- package/dist/120/emissions/flipBurnSkipped.d.ts +1 -1
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +1 -1
- package/dist/120/ethereumIngressEgress/depositReceived.d.ts +1 -1
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +1 -1
- package/dist/120/polkadotIngressEgress/depositReceived.d.ts +1 -1
- package/dist/120/swapping/ccmFailed.d.cts +23 -53
- package/dist/120/swapping/ccmFailed.d.ts +23 -53
- package/dist/120/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/120/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/120/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/120/swapping/withdrawalRequested.d.ts +21 -51
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
- package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +2 -2
- package/dist/131/bitcoinIngressEgress/depositReceived.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/131/common.cjs +30 -29
- package/dist/131/common.d.cts +60 -114
- package/dist/131/common.d.ts +60 -114
- package/dist/131/common.mjs +31 -30
- package/dist/131/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/131/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +1 -1
- package/dist/131/ethereumIngressEgress/depositReceived.d.ts +1 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +3 -3
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +3 -3
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +3 -3
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +3 -3
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +21 -51
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +21 -51
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/131/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/131/swapping/ccmFailed.d.cts +52 -118
- package/dist/131/swapping/ccmFailed.d.ts +52 -118
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/131/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/131/swapping/swapDepositAddressReady.d.cts +60 -120
- package/dist/131/swapping/swapDepositAddressReady.d.ts +60 -120
- package/dist/131/swapping/swapEgressIgnored.d.cts +13 -13
- package/dist/131/swapping/swapEgressIgnored.d.ts +13 -13
- package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/131/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/131/swapping/swapExecuted.d.cts +12 -12
- package/dist/131/swapping/swapExecuted.d.ts +12 -12
- package/dist/131/swapping/swapScheduled.d.cts +67 -133
- package/dist/131/swapping/swapScheduled.d.ts +67 -133
- package/dist/131/swapping/withdrawalRequested.d.cts +27 -57
- package/dist/131/swapping/withdrawalRequested.d.ts +27 -57
- package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +17 -17
- package/dist/131/witnesser/prewitnessExecutionFailed.d.ts +17 -17
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.cjs +5 -1
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.mjs +6 -2
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.mjs +2 -2
- package/dist/141/common.cjs +40 -41
- package/dist/141/common.d.cts +76 -157
- package/dist/141/common.d.ts +76 -157
- package/dist/141/common.mjs +44 -45
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/141/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.cjs +5 -1
- package/dist/141/ethereumIngressEgress/boostFundsAdded.mjs +6 -2
- package/dist/141/ethereumIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/ethereumIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/141/ethereumIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/ethereumIngressEgress/stoppedBoosting.mjs +6 -2
- 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 +4 -4
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +4 -4
- 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/liquidityPools/limitOrderUpdated.d.cts +11 -11
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +11 -11
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +11 -11
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +11 -11
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +26 -71
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +26 -71
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +6 -6
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +6 -6
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +26 -71
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.ts +26 -71
- package/dist/141/polkadotIngressEgress/boostFundsAdded.cjs +5 -1
- package/dist/141/polkadotIngressEgress/boostFundsAdded.mjs +6 -2
- package/dist/141/polkadotIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/polkadotIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/141/polkadotIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/polkadotIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.cts +92 -137
- package/dist/141/swapping/ccmDepositReceived.d.ts +92 -137
- package/dist/141/swapping/ccmFailed.d.cts +128 -227
- package/dist/141/swapping/ccmFailed.d.ts +128 -227
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +70 -160
- package/dist/141/swapping/swapDepositAddressReady.d.ts +70 -160
- package/dist/141/swapping/swapEgressIgnored.d.cts +25 -25
- package/dist/141/swapping/swapEgressIgnored.d.ts +25 -25
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +93 -93
- package/dist/141/swapping/swapExecuted.d.ts +93 -93
- package/dist/141/swapping/swapScheduled.d.cts +155 -254
- package/dist/141/swapping/swapScheduled.d.ts +155 -254
- package/dist/141/swapping/withdrawalRequested.d.cts +32 -77
- package/dist/141/swapping/withdrawalRequested.d.ts +32 -77
- package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalEnacted.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalPassed.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalPassed.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalRejected.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalRejected.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
- package/dist/141/validator/rotationPhaseUpdated.d.cts +21 -21
- package/dist/141/validator/rotationPhaseUpdated.d.ts +21 -21
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/150/assetBalances/refundScheduled.d.cts +2 -2
- package/dist/150/assetBalances/refundScheduled.d.ts +2 -2
- package/dist/150/assetBalances/refundSkipped.d.cts +7 -7
- package/dist/150/assetBalances/refundSkipped.d.ts +7 -7
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/150/common.cjs +42 -45
- package/dist/150/common.d.cts +114 -282
- package/dist/150/common.d.ts +114 -282
- package/dist/150/common.mjs +46 -49
- package/dist/150/environment/runtimeSafeModeUpdated.d.cts +14 -14
- package/dist/150/environment/runtimeSafeModeUpdated.d.ts +14 -14
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +31 -91
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +31 -91
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +6 -6
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +6 -6
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +31 -91
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.ts +31 -91
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/150/solanaIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/150/solanaIngressEgress/boostFundsAdded.mjs +2 -2
- package/dist/150/solanaIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/150/solanaIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/solanaIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.cjs +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.mjs +2 -2
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/150/solanaIngressEgress/stoppedBoosting.cjs +1 -1
- package/dist/150/solanaIngressEgress/stoppedBoosting.mjs +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/150/swapping/ccmDepositReceived.d.cts +33 -93
- package/dist/150/swapping/ccmDepositReceived.d.ts +33 -93
- package/dist/150/swapping/ccmFailed.d.cts +76 -208
- package/dist/150/swapping/ccmFailed.d.ts +76 -208
- package/dist/150/swapping/refundEgressIgnored.d.cts +1 -1
- package/dist/150/swapping/refundEgressIgnored.d.ts +1 -1
- package/dist/150/swapping/swapDepositAddressReady.d.cts +104 -296
- package/dist/150/swapping/swapDepositAddressReady.d.ts +104 -296
- package/dist/150/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/150/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/150/swapping/swapExecuted.d.cts +3 -3
- package/dist/150/swapping/swapExecuted.d.ts +3 -3
- package/dist/150/swapping/swapScheduled.d.cts +77 -209
- package/dist/150/swapping/swapScheduled.d.ts +77 -209
- package/dist/150/swapping/withdrawalRequested.d.cts +31 -91
- package/dist/150/swapping/withdrawalRequested.d.ts +31 -91
- package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalEnacted.d.ts +1 -1
- package/dist/150/tokenholderGovernance/proposalPassed.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalPassed.d.ts +1 -1
- package/dist/150/tokenholderGovernance/proposalRejected.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalRejected.d.ts +1 -1
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/common.cjs +38 -41
- package/dist/160/common.d.cts +240 -660
- package/dist/160/common.d.ts +240 -660
- package/dist/160/common.mjs +39 -42
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/160/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/160/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +1 -1
- package/dist/160/liquidityPools/orderDeletionFailed.d.ts +1 -1
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +31 -91
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +31 -91
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +31 -91
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +31 -91
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/solanaIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/160/solanaIngressEgress/boostFundsAdded.mjs +2 -2
- package/dist/160/solanaIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/160/solanaIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/solanaIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.cjs +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.mjs +2 -2
- package/dist/160/solanaIngressEgress/stoppedBoosting.cjs +1 -1
- package/dist/160/solanaIngressEgress/stoppedBoosting.mjs +2 -2
- package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/160/swapping/ccmFailed.d.cts +116 -320
- package/dist/160/swapping/ccmFailed.d.ts +116 -320
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +13 -13
- package/dist/160/swapping/refundEgressIgnored.d.ts +13 -13
- package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
- package/dist/160/swapping/swapDepositAddressReady.d.cts +122 -314
- package/dist/160/swapping/swapDepositAddressReady.d.ts +122 -314
- package/dist/160/swapping/swapEgressIgnored.d.cts +13 -13
- package/dist/160/swapping/swapEgressIgnored.d.ts +13 -13
- package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.ts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +237 -609
- package/dist/160/swapping/swapRequested.d.ts +237 -609
- package/dist/160/swapping/withdrawalRequested.d.cts +37 -97
- package/dist/160/swapping/withdrawalRequested.d.ts +37 -97
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/common.cjs +30 -33
- package/dist/170/common.d.cts +284 -788
- package/dist/170/common.d.ts +284 -788
- package/dist/170/common.mjs +30 -33
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/evmThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/evmThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/polkadotThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/polkadotThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/reputation/offencePenalty.d.cts +3 -3
- package/dist/170/reputation/offencePenalty.d.ts +3 -3
- package/dist/170/reputation/penaltyUpdated.d.cts +1 -1
- package/dist/170/reputation/penaltyUpdated.d.ts +1 -1
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/solanaThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/solanaThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/swapping/swapRequested.d.cts +234 -618
- package/dist/170/swapping/swapRequested.d.ts +234 -618
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +71 -155
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +71 -155
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +424 -158
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +424 -158
- 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 +3 -3
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +1 -1
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +1 -1
- package/dist/180/common.cjs +143 -64
- package/dist/180/common.d.cts +8156 -5268
- package/dist/180/common.d.ts +8156 -5268
- package/dist/180/common.mjs +148 -69
- package/dist/180/environment/solanaGovCallDispatched.d.cts +1 -1
- package/dist/180/environment/solanaGovCallDispatched.d.ts +1 -1
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +60 -144
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +60 -144
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +106 -181
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +106 -181
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +78 -187
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +78 -187
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/180/swapping/swapDepositAddressReady.d.cts +104 -296
- package/dist/180/swapping/swapDepositAddressReady.d.ts +104 -296
- package/dist/180/swapping/swapRequested.d.cts +182 -482
- package/dist/180/swapping/swapRequested.d.ts +182 -482
- package/package.json +1 -1
|
@@ -10,67 +10,31 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
10
10
|
}>, "UnsupportedForTargetChain" | "InsufficientDepositAmount", {
|
|
11
11
|
__kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
|
|
12
12
|
}>;
|
|
13
|
-
destinationAddress: z.
|
|
14
|
-
__kind: z.
|
|
13
|
+
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
14
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb"]>;
|
|
15
15
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
17
18
|
value: `0x${string}`;
|
|
18
|
-
__kind: "Eth";
|
|
19
19
|
}, {
|
|
20
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
20
21
|
value: string;
|
|
21
|
-
__kind: "Eth";
|
|
22
22
|
}>, {
|
|
23
|
-
chain: "Ethereum";
|
|
24
|
-
address: `0x${string}`;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}, {
|
|
35
|
-
value: string;
|
|
36
|
-
__kind: "Dot";
|
|
37
|
-
}>, {
|
|
38
|
-
chain: "Polkadot";
|
|
39
|
-
address: string;
|
|
40
|
-
}, {
|
|
41
|
-
value: string;
|
|
42
|
-
__kind: "Dot";
|
|
43
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
44
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
45
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
46
|
-
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
value: `0x${string}`;
|
|
48
|
-
__kind: "Btc";
|
|
49
|
-
}, {
|
|
50
|
-
value: string;
|
|
51
|
-
__kind: "Btc";
|
|
52
|
-
}>, {
|
|
53
|
-
chain: "Bitcoin";
|
|
54
|
-
address: string;
|
|
55
|
-
}, {
|
|
56
|
-
value: string;
|
|
57
|
-
__kind: "Btc";
|
|
58
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
59
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
60
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
61
|
-
}, "strip", z.ZodTypeAny, {
|
|
62
|
-
value: `0x${string}`;
|
|
63
|
-
__kind: "Arb";
|
|
64
|
-
}, {
|
|
65
|
-
value: string;
|
|
66
|
-
__kind: "Arb";
|
|
67
|
-
}>, {
|
|
68
|
-
chain: "Arbitrum";
|
|
69
|
-
address: `0x${string}`;
|
|
23
|
+
readonly chain: "Ethereum";
|
|
24
|
+
readonly address: `0x${string}`;
|
|
25
|
+
} | {
|
|
26
|
+
readonly chain: "Polkadot";
|
|
27
|
+
readonly address: string;
|
|
28
|
+
} | {
|
|
29
|
+
readonly chain: "Bitcoin";
|
|
30
|
+
readonly address: string;
|
|
31
|
+
} | {
|
|
32
|
+
readonly chain: "Arbitrum";
|
|
33
|
+
readonly address: `0x${string}`;
|
|
70
34
|
}, {
|
|
35
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
71
36
|
value: string;
|
|
72
|
-
|
|
73
|
-
}>]>;
|
|
37
|
+
}>;
|
|
74
38
|
depositMetadata: z.ZodObject<{
|
|
75
39
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
76
40
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
|
|
@@ -81,71 +45,71 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
81
45
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", {
|
|
82
46
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
|
|
83
47
|
}>;
|
|
84
|
-
sourceAddress: z.ZodOptional<z.ZodNullable<z.
|
|
48
|
+
sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
85
49
|
__kind: z.ZodLiteral<"Eth">;
|
|
86
50
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
87
51
|
}, "strip", z.ZodTypeAny, {
|
|
88
|
-
value: `0x${string}`;
|
|
89
52
|
__kind: "Eth";
|
|
53
|
+
value: `0x${string}`;
|
|
90
54
|
}, {
|
|
91
|
-
value: string;
|
|
92
55
|
__kind: "Eth";
|
|
56
|
+
value: string;
|
|
93
57
|
}>, z.ZodObject<{
|
|
94
58
|
__kind: z.ZodLiteral<"Dot">;
|
|
95
59
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
96
60
|
}, "strip", z.ZodTypeAny, {
|
|
97
|
-
value: `0x${string}`;
|
|
98
61
|
__kind: "Dot";
|
|
62
|
+
value: `0x${string}`;
|
|
99
63
|
}, {
|
|
100
|
-
value: string;
|
|
101
64
|
__kind: "Dot";
|
|
65
|
+
value: string;
|
|
102
66
|
}>, z.ZodObject<{
|
|
103
67
|
__kind: z.ZodLiteral<"Btc">;
|
|
104
|
-
value: z.
|
|
68
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
105
69
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
106
70
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
107
71
|
}, "strip", z.ZodTypeAny, {
|
|
108
|
-
value: `0x${string}`;
|
|
109
72
|
__kind: "P2PKH";
|
|
73
|
+
value: `0x${string}`;
|
|
110
74
|
}, {
|
|
111
|
-
value: string;
|
|
112
75
|
__kind: "P2PKH";
|
|
76
|
+
value: string;
|
|
113
77
|
}>, z.ZodObject<{
|
|
114
78
|
__kind: z.ZodLiteral<"P2SH">;
|
|
115
79
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
116
80
|
}, "strip", z.ZodTypeAny, {
|
|
117
|
-
value: `0x${string}`;
|
|
118
81
|
__kind: "P2SH";
|
|
82
|
+
value: `0x${string}`;
|
|
119
83
|
}, {
|
|
120
|
-
value: string;
|
|
121
84
|
__kind: "P2SH";
|
|
85
|
+
value: string;
|
|
122
86
|
}>, z.ZodObject<{
|
|
123
87
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
124
88
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
125
89
|
}, "strip", z.ZodTypeAny, {
|
|
126
|
-
value: `0x${string}`;
|
|
127
90
|
__kind: "P2WPKH";
|
|
91
|
+
value: `0x${string}`;
|
|
128
92
|
}, {
|
|
129
|
-
value: string;
|
|
130
93
|
__kind: "P2WPKH";
|
|
94
|
+
value: string;
|
|
131
95
|
}>, z.ZodObject<{
|
|
132
96
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
133
97
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
134
98
|
}, "strip", z.ZodTypeAny, {
|
|
135
|
-
value: `0x${string}`;
|
|
136
99
|
__kind: "P2WSH";
|
|
100
|
+
value: `0x${string}`;
|
|
137
101
|
}, {
|
|
138
|
-
value: string;
|
|
139
102
|
__kind: "P2WSH";
|
|
103
|
+
value: string;
|
|
140
104
|
}>, z.ZodObject<{
|
|
141
105
|
__kind: z.ZodLiteral<"Taproot">;
|
|
142
106
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
143
107
|
}, "strip", z.ZodTypeAny, {
|
|
144
|
-
value: `0x${string}`;
|
|
145
108
|
__kind: "Taproot";
|
|
109
|
+
value: `0x${string}`;
|
|
146
110
|
}, {
|
|
147
|
-
value: string;
|
|
148
111
|
__kind: "Taproot";
|
|
112
|
+
value: string;
|
|
149
113
|
}>, z.ZodObject<{
|
|
150
114
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
151
115
|
version: z.ZodNumber;
|
|
@@ -160,58 +124,58 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
160
124
|
program: string;
|
|
161
125
|
}>]>;
|
|
162
126
|
}, "strip", z.ZodTypeAny, {
|
|
127
|
+
__kind: "Btc";
|
|
163
128
|
value: {
|
|
164
|
-
value: `0x${string}`;
|
|
165
129
|
__kind: "P2PKH";
|
|
166
|
-
} | {
|
|
167
130
|
value: `0x${string}`;
|
|
168
|
-
__kind: "P2SH";
|
|
169
131
|
} | {
|
|
132
|
+
__kind: "P2SH";
|
|
170
133
|
value: `0x${string}`;
|
|
171
|
-
__kind: "P2WPKH";
|
|
172
134
|
} | {
|
|
135
|
+
__kind: "P2WPKH";
|
|
173
136
|
value: `0x${string}`;
|
|
174
|
-
__kind: "P2WSH";
|
|
175
137
|
} | {
|
|
138
|
+
__kind: "P2WSH";
|
|
176
139
|
value: `0x${string}`;
|
|
140
|
+
} | {
|
|
177
141
|
__kind: "Taproot";
|
|
142
|
+
value: `0x${string}`;
|
|
178
143
|
} | {
|
|
179
144
|
__kind: "OtherSegwit";
|
|
180
145
|
version: number;
|
|
181
146
|
program: `0x${string}`;
|
|
182
147
|
};
|
|
183
|
-
__kind: "Btc";
|
|
184
148
|
}, {
|
|
149
|
+
__kind: "Btc";
|
|
185
150
|
value: {
|
|
186
|
-
value: string;
|
|
187
151
|
__kind: "P2PKH";
|
|
188
|
-
} | {
|
|
189
152
|
value: string;
|
|
190
|
-
__kind: "P2SH";
|
|
191
153
|
} | {
|
|
154
|
+
__kind: "P2SH";
|
|
192
155
|
value: string;
|
|
193
|
-
__kind: "P2WPKH";
|
|
194
156
|
} | {
|
|
157
|
+
__kind: "P2WPKH";
|
|
195
158
|
value: string;
|
|
196
|
-
__kind: "P2WSH";
|
|
197
159
|
} | {
|
|
160
|
+
__kind: "P2WSH";
|
|
198
161
|
value: string;
|
|
162
|
+
} | {
|
|
199
163
|
__kind: "Taproot";
|
|
164
|
+
value: string;
|
|
200
165
|
} | {
|
|
201
166
|
__kind: "OtherSegwit";
|
|
202
167
|
version: number;
|
|
203
168
|
program: string;
|
|
204
169
|
};
|
|
205
|
-
__kind: "Btc";
|
|
206
170
|
}>, z.ZodObject<{
|
|
207
171
|
__kind: z.ZodLiteral<"Arb">;
|
|
208
172
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
209
173
|
}, "strip", z.ZodTypeAny, {
|
|
210
|
-
value: `0x${string}`;
|
|
211
174
|
__kind: "Arb";
|
|
175
|
+
value: `0x${string}`;
|
|
212
176
|
}, {
|
|
213
|
-
value: string;
|
|
214
177
|
__kind: "Arb";
|
|
178
|
+
value: string;
|
|
215
179
|
}>]>>>;
|
|
216
180
|
channelMetadata: z.ZodObject<{
|
|
217
181
|
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -234,36 +198,36 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
234
198
|
cfParameters: `0x${string}`;
|
|
235
199
|
};
|
|
236
200
|
sourceAddress?: {
|
|
237
|
-
value: `0x${string}`;
|
|
238
201
|
__kind: "Eth";
|
|
239
|
-
} | {
|
|
240
202
|
value: `0x${string}`;
|
|
203
|
+
} | {
|
|
241
204
|
__kind: "Dot";
|
|
205
|
+
value: `0x${string}`;
|
|
242
206
|
} | {
|
|
207
|
+
__kind: "Btc";
|
|
243
208
|
value: {
|
|
244
|
-
value: `0x${string}`;
|
|
245
209
|
__kind: "P2PKH";
|
|
246
|
-
} | {
|
|
247
210
|
value: `0x${string}`;
|
|
248
|
-
__kind: "P2SH";
|
|
249
211
|
} | {
|
|
212
|
+
__kind: "P2SH";
|
|
250
213
|
value: `0x${string}`;
|
|
251
|
-
__kind: "P2WPKH";
|
|
252
214
|
} | {
|
|
215
|
+
__kind: "P2WPKH";
|
|
253
216
|
value: `0x${string}`;
|
|
254
|
-
__kind: "P2WSH";
|
|
255
217
|
} | {
|
|
218
|
+
__kind: "P2WSH";
|
|
256
219
|
value: `0x${string}`;
|
|
220
|
+
} | {
|
|
257
221
|
__kind: "Taproot";
|
|
222
|
+
value: `0x${string}`;
|
|
258
223
|
} | {
|
|
259
224
|
__kind: "OtherSegwit";
|
|
260
225
|
version: number;
|
|
261
226
|
program: `0x${string}`;
|
|
262
227
|
};
|
|
263
|
-
__kind: "Btc";
|
|
264
228
|
} | {
|
|
265
|
-
value: `0x${string}`;
|
|
266
229
|
__kind: "Arb";
|
|
230
|
+
value: `0x${string}`;
|
|
267
231
|
} | null | undefined;
|
|
268
232
|
}, {
|
|
269
233
|
sourceChain: {
|
|
@@ -275,134 +239,89 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
275
239
|
cfParameters: string;
|
|
276
240
|
};
|
|
277
241
|
sourceAddress?: {
|
|
278
|
-
value: string;
|
|
279
242
|
__kind: "Eth";
|
|
280
|
-
} | {
|
|
281
243
|
value: string;
|
|
244
|
+
} | {
|
|
282
245
|
__kind: "Dot";
|
|
246
|
+
value: string;
|
|
283
247
|
} | {
|
|
248
|
+
__kind: "Btc";
|
|
284
249
|
value: {
|
|
285
|
-
value: string;
|
|
286
250
|
__kind: "P2PKH";
|
|
287
|
-
} | {
|
|
288
251
|
value: string;
|
|
289
|
-
__kind: "P2SH";
|
|
290
252
|
} | {
|
|
253
|
+
__kind: "P2SH";
|
|
291
254
|
value: string;
|
|
292
|
-
__kind: "P2WPKH";
|
|
293
255
|
} | {
|
|
256
|
+
__kind: "P2WPKH";
|
|
294
257
|
value: string;
|
|
295
|
-
__kind: "P2WSH";
|
|
296
258
|
} | {
|
|
259
|
+
__kind: "P2WSH";
|
|
297
260
|
value: string;
|
|
261
|
+
} | {
|
|
298
262
|
__kind: "Taproot";
|
|
263
|
+
value: string;
|
|
299
264
|
} | {
|
|
300
265
|
__kind: "OtherSegwit";
|
|
301
266
|
version: number;
|
|
302
267
|
program: string;
|
|
303
268
|
};
|
|
304
|
-
__kind: "Btc";
|
|
305
269
|
} | {
|
|
306
|
-
value: string;
|
|
307
270
|
__kind: "Arb";
|
|
271
|
+
value: string;
|
|
308
272
|
} | null | undefined;
|
|
309
273
|
}>;
|
|
310
|
-
origin: z.
|
|
274
|
+
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
311
275
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
312
|
-
depositAddress: z.
|
|
313
|
-
__kind: z.
|
|
276
|
+
depositAddress: z.ZodEffects<z.ZodObject<{
|
|
277
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb"]>;
|
|
314
278
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
315
279
|
}, "strip", z.ZodTypeAny, {
|
|
280
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
316
281
|
value: `0x${string}`;
|
|
317
|
-
__kind: "Eth";
|
|
318
282
|
}, {
|
|
283
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
319
284
|
value: string;
|
|
320
|
-
__kind: "Eth";
|
|
321
285
|
}>, {
|
|
322
|
-
chain: "Ethereum";
|
|
323
|
-
address: `0x${string}`;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
}, {
|
|
334
|
-
value: string;
|
|
335
|
-
__kind: "Dot";
|
|
336
|
-
}>, {
|
|
337
|
-
chain: "Polkadot";
|
|
338
|
-
address: string;
|
|
339
|
-
}, {
|
|
340
|
-
value: string;
|
|
341
|
-
__kind: "Dot";
|
|
342
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
343
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
344
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
345
|
-
}, "strip", z.ZodTypeAny, {
|
|
346
|
-
value: `0x${string}`;
|
|
347
|
-
__kind: "Btc";
|
|
348
|
-
}, {
|
|
349
|
-
value: string;
|
|
350
|
-
__kind: "Btc";
|
|
351
|
-
}>, {
|
|
352
|
-
chain: "Bitcoin";
|
|
353
|
-
address: string;
|
|
354
|
-
}, {
|
|
355
|
-
value: string;
|
|
356
|
-
__kind: "Btc";
|
|
357
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
358
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
359
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
360
|
-
}, "strip", z.ZodTypeAny, {
|
|
361
|
-
value: `0x${string}`;
|
|
362
|
-
__kind: "Arb";
|
|
363
|
-
}, {
|
|
364
|
-
value: string;
|
|
365
|
-
__kind: "Arb";
|
|
366
|
-
}>, {
|
|
367
|
-
chain: "Arbitrum";
|
|
368
|
-
address: `0x${string}`;
|
|
286
|
+
readonly chain: "Ethereum";
|
|
287
|
+
readonly address: `0x${string}`;
|
|
288
|
+
} | {
|
|
289
|
+
readonly chain: "Polkadot";
|
|
290
|
+
readonly address: string;
|
|
291
|
+
} | {
|
|
292
|
+
readonly chain: "Bitcoin";
|
|
293
|
+
readonly address: string;
|
|
294
|
+
} | {
|
|
295
|
+
readonly chain: "Arbitrum";
|
|
296
|
+
readonly address: `0x${string}`;
|
|
369
297
|
}, {
|
|
298
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
370
299
|
value: string;
|
|
371
|
-
|
|
372
|
-
}>]>;
|
|
300
|
+
}>;
|
|
373
301
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
374
302
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
375
303
|
}, "strip", z.ZodTypeAny, {
|
|
376
304
|
__kind: "DepositChannel";
|
|
377
305
|
depositAddress: {
|
|
378
|
-
chain: "Ethereum";
|
|
379
|
-
address: `0x${string}`;
|
|
306
|
+
readonly chain: "Ethereum";
|
|
307
|
+
readonly address: `0x${string}`;
|
|
380
308
|
} | {
|
|
381
|
-
chain: "Polkadot";
|
|
382
|
-
address: string;
|
|
309
|
+
readonly chain: "Polkadot";
|
|
310
|
+
readonly address: string;
|
|
383
311
|
} | {
|
|
384
|
-
chain: "Bitcoin";
|
|
385
|
-
address: string;
|
|
312
|
+
readonly chain: "Bitcoin";
|
|
313
|
+
readonly address: string;
|
|
386
314
|
} | {
|
|
387
|
-
chain: "Arbitrum";
|
|
388
|
-
address: `0x${string}`;
|
|
315
|
+
readonly chain: "Arbitrum";
|
|
316
|
+
readonly address: `0x${string}`;
|
|
389
317
|
};
|
|
390
318
|
channelId: bigint;
|
|
391
319
|
depositBlockHeight: bigint;
|
|
392
320
|
}, {
|
|
393
321
|
__kind: "DepositChannel";
|
|
394
322
|
depositAddress: {
|
|
323
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
395
324
|
value: string;
|
|
396
|
-
__kind: "Eth";
|
|
397
|
-
} | {
|
|
398
|
-
value: string;
|
|
399
|
-
__kind: "Dot";
|
|
400
|
-
} | {
|
|
401
|
-
value: string;
|
|
402
|
-
__kind: "Btc";
|
|
403
|
-
} | {
|
|
404
|
-
value: string;
|
|
405
|
-
__kind: "Arb";
|
|
406
325
|
};
|
|
407
326
|
channelId: string | number;
|
|
408
327
|
depositBlockHeight: string | number;
|
|
@@ -418,17 +337,17 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
418
337
|
}>]>;
|
|
419
338
|
}, "strip", z.ZodTypeAny, {
|
|
420
339
|
destinationAddress: {
|
|
421
|
-
chain: "Ethereum";
|
|
422
|
-
address: `0x${string}`;
|
|
340
|
+
readonly chain: "Ethereum";
|
|
341
|
+
readonly address: `0x${string}`;
|
|
423
342
|
} | {
|
|
424
|
-
chain: "Polkadot";
|
|
425
|
-
address: string;
|
|
343
|
+
readonly chain: "Polkadot";
|
|
344
|
+
readonly address: string;
|
|
426
345
|
} | {
|
|
427
|
-
chain: "Bitcoin";
|
|
428
|
-
address: string;
|
|
346
|
+
readonly chain: "Bitcoin";
|
|
347
|
+
readonly address: string;
|
|
429
348
|
} | {
|
|
430
|
-
chain: "Arbitrum";
|
|
431
|
-
address: `0x${string}`;
|
|
349
|
+
readonly chain: "Arbitrum";
|
|
350
|
+
readonly address: `0x${string}`;
|
|
432
351
|
};
|
|
433
352
|
depositMetadata: {
|
|
434
353
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
|
|
@@ -438,53 +357,53 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
438
357
|
cfParameters: `0x${string}`;
|
|
439
358
|
};
|
|
440
359
|
sourceAddress?: {
|
|
441
|
-
value: `0x${string}`;
|
|
442
360
|
__kind: "Eth";
|
|
443
|
-
} | {
|
|
444
361
|
value: `0x${string}`;
|
|
362
|
+
} | {
|
|
445
363
|
__kind: "Dot";
|
|
364
|
+
value: `0x${string}`;
|
|
446
365
|
} | {
|
|
366
|
+
__kind: "Btc";
|
|
447
367
|
value: {
|
|
448
|
-
value: `0x${string}`;
|
|
449
368
|
__kind: "P2PKH";
|
|
450
|
-
} | {
|
|
451
369
|
value: `0x${string}`;
|
|
452
|
-
__kind: "P2SH";
|
|
453
370
|
} | {
|
|
371
|
+
__kind: "P2SH";
|
|
454
372
|
value: `0x${string}`;
|
|
455
|
-
__kind: "P2WPKH";
|
|
456
373
|
} | {
|
|
374
|
+
__kind: "P2WPKH";
|
|
457
375
|
value: `0x${string}`;
|
|
458
|
-
__kind: "P2WSH";
|
|
459
376
|
} | {
|
|
377
|
+
__kind: "P2WSH";
|
|
460
378
|
value: `0x${string}`;
|
|
379
|
+
} | {
|
|
461
380
|
__kind: "Taproot";
|
|
381
|
+
value: `0x${string}`;
|
|
462
382
|
} | {
|
|
463
383
|
__kind: "OtherSegwit";
|
|
464
384
|
version: number;
|
|
465
385
|
program: `0x${string}`;
|
|
466
386
|
};
|
|
467
|
-
__kind: "Btc";
|
|
468
387
|
} | {
|
|
469
|
-
value: `0x${string}`;
|
|
470
388
|
__kind: "Arb";
|
|
389
|
+
value: `0x${string}`;
|
|
471
390
|
} | null | undefined;
|
|
472
391
|
};
|
|
473
392
|
reason: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
|
|
474
393
|
origin: {
|
|
475
394
|
__kind: "DepositChannel";
|
|
476
395
|
depositAddress: {
|
|
477
|
-
chain: "Ethereum";
|
|
478
|
-
address: `0x${string}`;
|
|
396
|
+
readonly chain: "Ethereum";
|
|
397
|
+
readonly address: `0x${string}`;
|
|
479
398
|
} | {
|
|
480
|
-
chain: "Polkadot";
|
|
481
|
-
address: string;
|
|
399
|
+
readonly chain: "Polkadot";
|
|
400
|
+
readonly address: string;
|
|
482
401
|
} | {
|
|
483
|
-
chain: "Bitcoin";
|
|
484
|
-
address: string;
|
|
402
|
+
readonly chain: "Bitcoin";
|
|
403
|
+
readonly address: string;
|
|
485
404
|
} | {
|
|
486
|
-
chain: "Arbitrum";
|
|
487
|
-
address: `0x${string}`;
|
|
405
|
+
readonly chain: "Arbitrum";
|
|
406
|
+
readonly address: `0x${string}`;
|
|
488
407
|
};
|
|
489
408
|
channelId: bigint;
|
|
490
409
|
depositBlockHeight: bigint;
|
|
@@ -494,17 +413,8 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
494
413
|
};
|
|
495
414
|
}, {
|
|
496
415
|
destinationAddress: {
|
|
416
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
497
417
|
value: string;
|
|
498
|
-
__kind: "Eth";
|
|
499
|
-
} | {
|
|
500
|
-
value: string;
|
|
501
|
-
__kind: "Dot";
|
|
502
|
-
} | {
|
|
503
|
-
value: string;
|
|
504
|
-
__kind: "Btc";
|
|
505
|
-
} | {
|
|
506
|
-
value: string;
|
|
507
|
-
__kind: "Arb";
|
|
508
418
|
};
|
|
509
419
|
depositMetadata: {
|
|
510
420
|
sourceChain: {
|
|
@@ -516,36 +426,36 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
516
426
|
cfParameters: string;
|
|
517
427
|
};
|
|
518
428
|
sourceAddress?: {
|
|
519
|
-
value: string;
|
|
520
429
|
__kind: "Eth";
|
|
521
|
-
} | {
|
|
522
430
|
value: string;
|
|
431
|
+
} | {
|
|
523
432
|
__kind: "Dot";
|
|
433
|
+
value: string;
|
|
524
434
|
} | {
|
|
435
|
+
__kind: "Btc";
|
|
525
436
|
value: {
|
|
526
|
-
value: string;
|
|
527
437
|
__kind: "P2PKH";
|
|
528
|
-
} | {
|
|
529
438
|
value: string;
|
|
530
|
-
__kind: "P2SH";
|
|
531
439
|
} | {
|
|
440
|
+
__kind: "P2SH";
|
|
532
441
|
value: string;
|
|
533
|
-
__kind: "P2WPKH";
|
|
534
442
|
} | {
|
|
443
|
+
__kind: "P2WPKH";
|
|
535
444
|
value: string;
|
|
536
|
-
__kind: "P2WSH";
|
|
537
445
|
} | {
|
|
446
|
+
__kind: "P2WSH";
|
|
538
447
|
value: string;
|
|
448
|
+
} | {
|
|
539
449
|
__kind: "Taproot";
|
|
450
|
+
value: string;
|
|
540
451
|
} | {
|
|
541
452
|
__kind: "OtherSegwit";
|
|
542
453
|
version: number;
|
|
543
454
|
program: string;
|
|
544
455
|
};
|
|
545
|
-
__kind: "Btc";
|
|
546
456
|
} | {
|
|
547
|
-
value: string;
|
|
548
457
|
__kind: "Arb";
|
|
458
|
+
value: string;
|
|
549
459
|
} | null | undefined;
|
|
550
460
|
};
|
|
551
461
|
reason: {
|
|
@@ -554,17 +464,8 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
554
464
|
origin: {
|
|
555
465
|
__kind: "DepositChannel";
|
|
556
466
|
depositAddress: {
|
|
467
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
557
468
|
value: string;
|
|
558
|
-
__kind: "Eth";
|
|
559
|
-
} | {
|
|
560
|
-
value: string;
|
|
561
|
-
__kind: "Dot";
|
|
562
|
-
} | {
|
|
563
|
-
value: string;
|
|
564
|
-
__kind: "Btc";
|
|
565
|
-
} | {
|
|
566
|
-
value: string;
|
|
567
|
-
__kind: "Arb";
|
|
568
469
|
};
|
|
569
470
|
channelId: string | number;
|
|
570
471
|
depositBlockHeight: string | number;
|