@chainflip/processor 1.8.2 → 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/ccmBroadcastRequested.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +21 -21
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +21 -21
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +25 -25
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +25 -25
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +25 -25
- package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +25 -25
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +56 -56
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +21 -21
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +21 -21
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +21 -21
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +21 -21
- 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 +2 -2
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +2 -2
- 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 +17 -17
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +17 -17
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- 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.cjs +4 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +21 -21
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +21 -21
- 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/funding/boundExecutorAddress.d.cts +2 -2
- package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
- package/dist/100/funding/funded.d.cts +2 -2
- package/dist/100/funding/funded.d.ts +2 -2
- package/dist/100/funding/redemptionRequested.d.cts +2 -2
- package/dist/100/funding/redemptionRequested.d.ts +2 -2
- package/dist/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 +9 -9
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +9 -9
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +9 -9
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +9 -9
- 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 +1 -1
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +1 -1
- 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/ccmDepositReceived.d.cts +23 -53
- package/dist/100/swapping/ccmDepositReceived.d.ts +23 -53
- package/dist/100/swapping/ccmFailed.d.cts +23 -53
- package/dist/100/swapping/ccmFailed.d.ts +23 -53
- package/dist/100/swapping/swapAmountTooLow.d.cts +50 -116
- package/dist/100/swapping/swapAmountTooLow.d.ts +50 -116
- package/dist/100/swapping/swapDepositAddressReady.d.cts +42 -102
- package/dist/100/swapping/swapDepositAddressReady.d.ts +42 -102
- package/dist/100/swapping/swapScheduled.d.cts +53 -119
- package/dist/100/swapping/swapScheduled.d.ts +53 -119
- 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 +9 -9
- package/dist/100/tokenholderGovernance/proposalEnacted.d.ts +9 -9
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +9 -9
- package/dist/100/tokenholderGovernance/proposalPassed.d.ts +9 -9
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +9 -9
- package/dist/100/tokenholderGovernance/proposalRejected.d.ts +9 -9
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +9 -9
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.ts +9 -9
- 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 +3 -3
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +3 -3
- 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/ccmFailed.d.cts +52 -118
- package/dist/131/swapping/ccmFailed.d.ts +52 -118
- package/dist/131/swapping/swapDepositAddressReady.d.cts +42 -102
- package/dist/131/swapping/swapDepositAddressReady.d.ts +42 -102
- package/dist/131/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/131/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/131/swapping/swapScheduled.d.cts +53 -119
- package/dist/131/swapping/swapScheduled.d.ts +53 -119
- package/dist/131/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/131/swapping/withdrawalRequested.d.ts +21 -51
- 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/ccmBroadcastRequested.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +21 -21
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +21 -21
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +5 -5
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +5 -5
- 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 +5 -5
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +5 -5
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +23 -23
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +23 -23
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +30 -30
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +30 -30
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +2 -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.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +2 -2
- 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 +5 -5
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +5 -5
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +5 -5
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- 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 +1 -1
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- 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.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
- 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 +5 -5
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +5 -5
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +5 -5
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/polkadotIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/polkadotIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/swapping/ccmDepositReceived.d.cts +28 -73
- package/dist/141/swapping/ccmDepositReceived.d.ts +28 -73
- package/dist/141/swapping/ccmFailed.d.cts +64 -163
- package/dist/141/swapping/ccmFailed.d.ts +64 -163
- package/dist/141/swapping/swapDepositAddressReady.d.cts +52 -142
- package/dist/141/swapping/swapDepositAddressReady.d.ts +52 -142
- package/dist/141/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/141/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/141/swapping/swapExecuted.d.cts +3 -3
- package/dist/141/swapping/swapExecuted.d.ts +3 -3
- package/dist/141/swapping/swapScheduled.d.cts +65 -164
- package/dist/141/swapping/swapScheduled.d.ts +65 -164
- package/dist/141/swapping/withdrawalRequested.d.cts +26 -71
- package/dist/141/swapping/withdrawalRequested.d.ts +26 -71
- 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 +4 -4
- package/dist/150/assetBalances/refundScheduled.d.ts +4 -4
- package/dist/150/assetBalances/refundSkipped.d.cts +50 -50
- package/dist/150/assetBalances/refundSkipped.d.ts +50 -50
- 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 +5 -5
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +5 -5
- 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 +3 -3
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +3 -3
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +3 -3
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +3 -3
- 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/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +5 -5
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +5 -5
- 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 +64 -64
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +64 -64
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +9 -9
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +9 -9
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +7 -7
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +7 -7
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +17 -17
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +17 -17
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +4 -4
- 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 +64 -64
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +64 -64
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +9 -9
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +9 -9
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +7 -7
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +7 -7
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +11 -11
- package/dist/160/liquidityPools/limitOrderUpdated.d.ts +11 -11
- 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 +11 -11
- package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +11 -11
- 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 +33 -93
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +33 -93
- 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 +64 -64
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +64 -64
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +9 -9
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +9 -9
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +7 -7
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +7 -7
- package/dist/160/solanaIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.ts +2 -2
- 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 +53 -53
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +53 -53
- 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 +3 -3
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/160/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositWitnessRejected.cjs +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +21 -21
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +21 -21
- 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 +6 -6
- package/dist/160/swapping/batchSwapFailed.d.ts +6 -6
- 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 +29 -29
- package/dist/160/swapping/refundEgressIgnored.d.ts +29 -29
- package/dist/160/swapping/refundEgressScheduled.d.cts +6 -6
- package/dist/160/swapping/refundEgressScheduled.d.ts +6 -6
- package/dist/160/swapping/swapAmountConfiscated.d.cts +6 -6
- package/dist/160/swapping/swapAmountConfiscated.d.ts +6 -6
- 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 +29 -29
- package/dist/160/swapping/swapEgressIgnored.d.ts +29 -29
- package/dist/160/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/160/swapping/swapEgressScheduled.d.ts +6 -6
- 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/boostedDepositLost.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +129 -333
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +129 -333
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +53 -53
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +53 -53
- 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 +1 -1
- package/dist/170/reputation/offencePenalty.d.ts +1 -1
- 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/minimumChunkSizeSet.d.cts +2 -2
- package/dist/170/swapping/minimumChunkSizeSet.d.ts +2 -2
- 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 +97 -181
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +97 -181
- 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 +450 -184
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +450 -184
- 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 +170 -70
- package/dist/180/common.d.cts +7356 -4428
- package/dist/180/common.d.ts +7356 -4428
- package/dist/180/common.mjs +175 -75
- package/dist/180/environment/solanaGovCallDispatched.cjs +10 -0
- package/dist/180/environment/solanaGovCallDispatched.d.cts +69 -0
- package/dist/180/environment/solanaGovCallDispatched.d.ts +69 -0
- package/dist/180/environment/solanaGovCallDispatched.mjs +10 -0
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +17 -17
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +17 -17
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +5 -5
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +5 -5
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +112 -196
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +112 -196
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +13 -13
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +13 -13
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- 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 +132 -207
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +132 -207
- 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 +104 -213
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +104 -213
- 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.cjs +2 -0
- package/dist/180/swapping/swapDepositAddressReady.d.cts +107 -296
- package/dist/180/swapping/swapDepositAddressReady.d.ts +107 -296
- package/dist/180/swapping/swapDepositAddressReady.mjs +2 -0
- package/dist/180/swapping/swapRequested.d.cts +192 -482
- package/dist/180/swapping/swapRequested.d.ts +192 -482
- package/package.json +1 -1
|
@@ -10,52 +10,28 @@ 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"]>;
|
|
15
15
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
|
-
__kind: "Eth";
|
|
17
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
18
18
|
value: `0x${string}`;
|
|
19
19
|
}, {
|
|
20
|
-
__kind: "Eth";
|
|
20
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
21
21
|
value: string;
|
|
22
22
|
}>, {
|
|
23
|
-
chain: "Ethereum";
|
|
24
|
-
address: `0x${string}`;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}, "strip", z.ZodTypeAny, {
|
|
32
|
-
__kind: "Dot";
|
|
33
|
-
value: `0x${string}`;
|
|
34
|
-
}, {
|
|
35
|
-
__kind: "Dot";
|
|
36
|
-
value: string;
|
|
37
|
-
}>, {
|
|
38
|
-
chain: "Polkadot";
|
|
39
|
-
address: string;
|
|
40
|
-
}, {
|
|
41
|
-
__kind: "Dot";
|
|
42
|
-
value: string;
|
|
43
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
44
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
45
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
46
|
-
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
__kind: "Btc";
|
|
48
|
-
value: `0x${string}`;
|
|
49
|
-
}, {
|
|
50
|
-
__kind: "Btc";
|
|
51
|
-
value: string;
|
|
52
|
-
}>, {
|
|
53
|
-
chain: "Bitcoin";
|
|
54
|
-
address: 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;
|
|
55
31
|
}, {
|
|
56
|
-
__kind: "Btc";
|
|
32
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
57
33
|
value: string;
|
|
58
|
-
}
|
|
34
|
+
}>;
|
|
59
35
|
depositMetadata: z.ZodObject<{
|
|
60
36
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
61
37
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin"]>;
|
|
@@ -66,7 +42,7 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
66
42
|
}>, "Ethereum" | "Polkadot" | "Bitcoin", {
|
|
67
43
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
68
44
|
}>;
|
|
69
|
-
sourceAddress: z.ZodOptional<z.ZodNullable<z.
|
|
45
|
+
sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
70
46
|
__kind: z.ZodLiteral<"Eth">;
|
|
71
47
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
72
48
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -86,7 +62,7 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
86
62
|
value: string;
|
|
87
63
|
}>, z.ZodObject<{
|
|
88
64
|
__kind: z.ZodLiteral<"Btc">;
|
|
89
|
-
value: z.
|
|
65
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
90
66
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
91
67
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
92
68
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -277,80 +253,50 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
277
253
|
};
|
|
278
254
|
} | null | undefined;
|
|
279
255
|
}>;
|
|
280
|
-
origin: z.
|
|
256
|
+
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
281
257
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
282
|
-
depositAddress: z.
|
|
283
|
-
__kind: z.
|
|
258
|
+
depositAddress: z.ZodEffects<z.ZodObject<{
|
|
259
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc"]>;
|
|
284
260
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
285
261
|
}, "strip", z.ZodTypeAny, {
|
|
286
|
-
__kind: "Eth";
|
|
262
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
287
263
|
value: `0x${string}`;
|
|
288
264
|
}, {
|
|
289
|
-
__kind: "Eth";
|
|
290
|
-
value: string;
|
|
291
|
-
}>, {
|
|
292
|
-
chain: "Ethereum";
|
|
293
|
-
address: `0x${string}`;
|
|
294
|
-
}, {
|
|
295
|
-
__kind: "Eth";
|
|
296
|
-
value: string;
|
|
297
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
298
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
299
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
300
|
-
}, "strip", z.ZodTypeAny, {
|
|
301
|
-
__kind: "Dot";
|
|
302
|
-
value: `0x${string}`;
|
|
303
|
-
}, {
|
|
304
|
-
__kind: "Dot";
|
|
265
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
305
266
|
value: string;
|
|
306
267
|
}>, {
|
|
307
|
-
chain: "
|
|
308
|
-
address: string
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
}, "strip", z.ZodTypeAny, {
|
|
316
|
-
__kind: "Btc";
|
|
317
|
-
value: `0x${string}`;
|
|
318
|
-
}, {
|
|
319
|
-
__kind: "Btc";
|
|
320
|
-
value: string;
|
|
321
|
-
}>, {
|
|
322
|
-
chain: "Bitcoin";
|
|
323
|
-
address: string;
|
|
268
|
+
readonly chain: "Ethereum";
|
|
269
|
+
readonly address: `0x${string}`;
|
|
270
|
+
} | {
|
|
271
|
+
readonly chain: "Polkadot";
|
|
272
|
+
readonly address: string;
|
|
273
|
+
} | {
|
|
274
|
+
readonly chain: "Bitcoin";
|
|
275
|
+
readonly address: string;
|
|
324
276
|
}, {
|
|
325
|
-
__kind: "Btc";
|
|
277
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
326
278
|
value: string;
|
|
327
|
-
}
|
|
279
|
+
}>;
|
|
328
280
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
329
281
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
330
282
|
}, "strip", z.ZodTypeAny, {
|
|
331
283
|
__kind: "DepositChannel";
|
|
332
284
|
depositAddress: {
|
|
333
|
-
chain: "Ethereum";
|
|
334
|
-
address: `0x${string}`;
|
|
285
|
+
readonly chain: "Ethereum";
|
|
286
|
+
readonly address: `0x${string}`;
|
|
335
287
|
} | {
|
|
336
|
-
chain: "Polkadot";
|
|
337
|
-
address: string;
|
|
288
|
+
readonly chain: "Polkadot";
|
|
289
|
+
readonly address: string;
|
|
338
290
|
} | {
|
|
339
|
-
chain: "Bitcoin";
|
|
340
|
-
address: string;
|
|
291
|
+
readonly chain: "Bitcoin";
|
|
292
|
+
readonly address: string;
|
|
341
293
|
};
|
|
342
294
|
channelId: bigint;
|
|
343
295
|
depositBlockHeight: bigint;
|
|
344
296
|
}, {
|
|
345
297
|
__kind: "DepositChannel";
|
|
346
298
|
depositAddress: {
|
|
347
|
-
__kind: "Eth";
|
|
348
|
-
value: string;
|
|
349
|
-
} | {
|
|
350
|
-
__kind: "Dot";
|
|
351
|
-
value: string;
|
|
352
|
-
} | {
|
|
353
|
-
__kind: "Btc";
|
|
299
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
354
300
|
value: string;
|
|
355
301
|
};
|
|
356
302
|
channelId: string | number;
|
|
@@ -368,14 +314,14 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
368
314
|
}, "strip", z.ZodTypeAny, {
|
|
369
315
|
reason: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
|
|
370
316
|
destinationAddress: {
|
|
371
|
-
chain: "Ethereum";
|
|
372
|
-
address: `0x${string}`;
|
|
317
|
+
readonly chain: "Ethereum";
|
|
318
|
+
readonly address: `0x${string}`;
|
|
373
319
|
} | {
|
|
374
|
-
chain: "Polkadot";
|
|
375
|
-
address: string;
|
|
320
|
+
readonly chain: "Polkadot";
|
|
321
|
+
readonly address: string;
|
|
376
322
|
} | {
|
|
377
|
-
chain: "Bitcoin";
|
|
378
|
-
address: string;
|
|
323
|
+
readonly chain: "Bitcoin";
|
|
324
|
+
readonly address: string;
|
|
379
325
|
};
|
|
380
326
|
depositMetadata: {
|
|
381
327
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
@@ -417,14 +363,14 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
417
363
|
origin: {
|
|
418
364
|
__kind: "DepositChannel";
|
|
419
365
|
depositAddress: {
|
|
420
|
-
chain: "Ethereum";
|
|
421
|
-
address: `0x${string}`;
|
|
366
|
+
readonly chain: "Ethereum";
|
|
367
|
+
readonly address: `0x${string}`;
|
|
422
368
|
} | {
|
|
423
|
-
chain: "Polkadot";
|
|
424
|
-
address: string;
|
|
369
|
+
readonly chain: "Polkadot";
|
|
370
|
+
readonly address: string;
|
|
425
371
|
} | {
|
|
426
|
-
chain: "Bitcoin";
|
|
427
|
-
address: string;
|
|
372
|
+
readonly chain: "Bitcoin";
|
|
373
|
+
readonly address: string;
|
|
428
374
|
};
|
|
429
375
|
channelId: bigint;
|
|
430
376
|
depositBlockHeight: bigint;
|
|
@@ -437,13 +383,7 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
437
383
|
__kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
|
|
438
384
|
};
|
|
439
385
|
destinationAddress: {
|
|
440
|
-
__kind: "Eth";
|
|
441
|
-
value: string;
|
|
442
|
-
} | {
|
|
443
|
-
__kind: "Dot";
|
|
444
|
-
value: string;
|
|
445
|
-
} | {
|
|
446
|
-
__kind: "Btc";
|
|
386
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
447
387
|
value: string;
|
|
448
388
|
};
|
|
449
389
|
depositMetadata: {
|
|
@@ -488,13 +428,7 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
488
428
|
origin: {
|
|
489
429
|
__kind: "DepositChannel";
|
|
490
430
|
depositAddress: {
|
|
491
|
-
__kind: "Eth";
|
|
492
|
-
value: string;
|
|
493
|
-
} | {
|
|
494
|
-
__kind: "Dot";
|
|
495
|
-
value: string;
|
|
496
|
-
} | {
|
|
497
|
-
__kind: "Btc";
|
|
431
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
498
432
|
value: string;
|
|
499
433
|
};
|
|
500
434
|
channelId: string | number;
|
|
@@ -10,52 +10,28 @@ 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"]>;
|
|
15
15
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
|
-
__kind: "Eth";
|
|
17
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
18
18
|
value: `0x${string}`;
|
|
19
19
|
}, {
|
|
20
|
-
__kind: "Eth";
|
|
20
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
21
21
|
value: string;
|
|
22
22
|
}>, {
|
|
23
|
-
chain: "Ethereum";
|
|
24
|
-
address: `0x${string}`;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}, "strip", z.ZodTypeAny, {
|
|
32
|
-
__kind: "Dot";
|
|
33
|
-
value: `0x${string}`;
|
|
34
|
-
}, {
|
|
35
|
-
__kind: "Dot";
|
|
36
|
-
value: string;
|
|
37
|
-
}>, {
|
|
38
|
-
chain: "Polkadot";
|
|
39
|
-
address: string;
|
|
40
|
-
}, {
|
|
41
|
-
__kind: "Dot";
|
|
42
|
-
value: string;
|
|
43
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
44
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
45
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
46
|
-
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
__kind: "Btc";
|
|
48
|
-
value: `0x${string}`;
|
|
49
|
-
}, {
|
|
50
|
-
__kind: "Btc";
|
|
51
|
-
value: string;
|
|
52
|
-
}>, {
|
|
53
|
-
chain: "Bitcoin";
|
|
54
|
-
address: 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;
|
|
55
31
|
}, {
|
|
56
|
-
__kind: "Btc";
|
|
32
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
57
33
|
value: string;
|
|
58
|
-
}
|
|
34
|
+
}>;
|
|
59
35
|
depositMetadata: z.ZodObject<{
|
|
60
36
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
61
37
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin"]>;
|
|
@@ -66,7 +42,7 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
66
42
|
}>, "Ethereum" | "Polkadot" | "Bitcoin", {
|
|
67
43
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
68
44
|
}>;
|
|
69
|
-
sourceAddress: z.ZodOptional<z.ZodNullable<z.
|
|
45
|
+
sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
70
46
|
__kind: z.ZodLiteral<"Eth">;
|
|
71
47
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
72
48
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -86,7 +62,7 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
86
62
|
value: string;
|
|
87
63
|
}>, z.ZodObject<{
|
|
88
64
|
__kind: z.ZodLiteral<"Btc">;
|
|
89
|
-
value: z.
|
|
65
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
90
66
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
91
67
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
92
68
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -277,80 +253,50 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
277
253
|
};
|
|
278
254
|
} | null | undefined;
|
|
279
255
|
}>;
|
|
280
|
-
origin: z.
|
|
256
|
+
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
281
257
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
282
|
-
depositAddress: z.
|
|
283
|
-
__kind: z.
|
|
258
|
+
depositAddress: z.ZodEffects<z.ZodObject<{
|
|
259
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc"]>;
|
|
284
260
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
285
261
|
}, "strip", z.ZodTypeAny, {
|
|
286
|
-
__kind: "Eth";
|
|
262
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
287
263
|
value: `0x${string}`;
|
|
288
264
|
}, {
|
|
289
|
-
__kind: "Eth";
|
|
290
|
-
value: string;
|
|
291
|
-
}>, {
|
|
292
|
-
chain: "Ethereum";
|
|
293
|
-
address: `0x${string}`;
|
|
294
|
-
}, {
|
|
295
|
-
__kind: "Eth";
|
|
296
|
-
value: string;
|
|
297
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
298
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
299
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
300
|
-
}, "strip", z.ZodTypeAny, {
|
|
301
|
-
__kind: "Dot";
|
|
302
|
-
value: `0x${string}`;
|
|
303
|
-
}, {
|
|
304
|
-
__kind: "Dot";
|
|
265
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
305
266
|
value: string;
|
|
306
267
|
}>, {
|
|
307
|
-
chain: "
|
|
308
|
-
address: string
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
}, "strip", z.ZodTypeAny, {
|
|
316
|
-
__kind: "Btc";
|
|
317
|
-
value: `0x${string}`;
|
|
318
|
-
}, {
|
|
319
|
-
__kind: "Btc";
|
|
320
|
-
value: string;
|
|
321
|
-
}>, {
|
|
322
|
-
chain: "Bitcoin";
|
|
323
|
-
address: string;
|
|
268
|
+
readonly chain: "Ethereum";
|
|
269
|
+
readonly address: `0x${string}`;
|
|
270
|
+
} | {
|
|
271
|
+
readonly chain: "Polkadot";
|
|
272
|
+
readonly address: string;
|
|
273
|
+
} | {
|
|
274
|
+
readonly chain: "Bitcoin";
|
|
275
|
+
readonly address: string;
|
|
324
276
|
}, {
|
|
325
|
-
__kind: "Btc";
|
|
277
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
326
278
|
value: string;
|
|
327
|
-
}
|
|
279
|
+
}>;
|
|
328
280
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
329
281
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
330
282
|
}, "strip", z.ZodTypeAny, {
|
|
331
283
|
__kind: "DepositChannel";
|
|
332
284
|
depositAddress: {
|
|
333
|
-
chain: "Ethereum";
|
|
334
|
-
address: `0x${string}`;
|
|
285
|
+
readonly chain: "Ethereum";
|
|
286
|
+
readonly address: `0x${string}`;
|
|
335
287
|
} | {
|
|
336
|
-
chain: "Polkadot";
|
|
337
|
-
address: string;
|
|
288
|
+
readonly chain: "Polkadot";
|
|
289
|
+
readonly address: string;
|
|
338
290
|
} | {
|
|
339
|
-
chain: "Bitcoin";
|
|
340
|
-
address: string;
|
|
291
|
+
readonly chain: "Bitcoin";
|
|
292
|
+
readonly address: string;
|
|
341
293
|
};
|
|
342
294
|
channelId: bigint;
|
|
343
295
|
depositBlockHeight: bigint;
|
|
344
296
|
}, {
|
|
345
297
|
__kind: "DepositChannel";
|
|
346
298
|
depositAddress: {
|
|
347
|
-
__kind: "Eth";
|
|
348
|
-
value: string;
|
|
349
|
-
} | {
|
|
350
|
-
__kind: "Dot";
|
|
351
|
-
value: string;
|
|
352
|
-
} | {
|
|
353
|
-
__kind: "Btc";
|
|
299
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
354
300
|
value: string;
|
|
355
301
|
};
|
|
356
302
|
channelId: string | number;
|
|
@@ -368,14 +314,14 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
368
314
|
}, "strip", z.ZodTypeAny, {
|
|
369
315
|
reason: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
|
|
370
316
|
destinationAddress: {
|
|
371
|
-
chain: "Ethereum";
|
|
372
|
-
address: `0x${string}`;
|
|
317
|
+
readonly chain: "Ethereum";
|
|
318
|
+
readonly address: `0x${string}`;
|
|
373
319
|
} | {
|
|
374
|
-
chain: "Polkadot";
|
|
375
|
-
address: string;
|
|
320
|
+
readonly chain: "Polkadot";
|
|
321
|
+
readonly address: string;
|
|
376
322
|
} | {
|
|
377
|
-
chain: "Bitcoin";
|
|
378
|
-
address: string;
|
|
323
|
+
readonly chain: "Bitcoin";
|
|
324
|
+
readonly address: string;
|
|
379
325
|
};
|
|
380
326
|
depositMetadata: {
|
|
381
327
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
@@ -417,14 +363,14 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
417
363
|
origin: {
|
|
418
364
|
__kind: "DepositChannel";
|
|
419
365
|
depositAddress: {
|
|
420
|
-
chain: "Ethereum";
|
|
421
|
-
address: `0x${string}`;
|
|
366
|
+
readonly chain: "Ethereum";
|
|
367
|
+
readonly address: `0x${string}`;
|
|
422
368
|
} | {
|
|
423
|
-
chain: "Polkadot";
|
|
424
|
-
address: string;
|
|
369
|
+
readonly chain: "Polkadot";
|
|
370
|
+
readonly address: string;
|
|
425
371
|
} | {
|
|
426
|
-
chain: "Bitcoin";
|
|
427
|
-
address: string;
|
|
372
|
+
readonly chain: "Bitcoin";
|
|
373
|
+
readonly address: string;
|
|
428
374
|
};
|
|
429
375
|
channelId: bigint;
|
|
430
376
|
depositBlockHeight: bigint;
|
|
@@ -437,13 +383,7 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
437
383
|
__kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
|
|
438
384
|
};
|
|
439
385
|
destinationAddress: {
|
|
440
|
-
__kind: "Eth";
|
|
441
|
-
value: string;
|
|
442
|
-
} | {
|
|
443
|
-
__kind: "Dot";
|
|
444
|
-
value: string;
|
|
445
|
-
} | {
|
|
446
|
-
__kind: "Btc";
|
|
386
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
447
387
|
value: string;
|
|
448
388
|
};
|
|
449
389
|
depositMetadata: {
|
|
@@ -488,13 +428,7 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
488
428
|
origin: {
|
|
489
429
|
__kind: "DepositChannel";
|
|
490
430
|
depositAddress: {
|
|
491
|
-
__kind: "Eth";
|
|
492
|
-
value: string;
|
|
493
|
-
} | {
|
|
494
|
-
__kind: "Dot";
|
|
495
|
-
value: string;
|
|
496
|
-
} | {
|
|
497
|
-
__kind: "Btc";
|
|
431
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
498
432
|
value: string;
|
|
499
433
|
};
|
|
500
434
|
channelId: string | number;
|