@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
|
@@ -5,143 +5,89 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
5
5
|
sourceAsset: z.ZodEffects<z.ZodObject<{
|
|
6
6
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
__kind: "Eth" | "
|
|
8
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
9
9
|
}, {
|
|
10
|
-
__kind: "Eth" | "
|
|
11
|
-
}>, "Eth" | "
|
|
12
|
-
__kind: "Eth" | "
|
|
10
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
11
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
|
|
12
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
13
13
|
}>;
|
|
14
14
|
depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
destinationAsset: z.ZodEffects<z.ZodObject<{
|
|
16
16
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
|
-
__kind: "Eth" | "
|
|
18
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
19
19
|
}, {
|
|
20
|
-
__kind: "Eth" | "
|
|
21
|
-
}>, "Eth" | "
|
|
22
|
-
__kind: "Eth" | "
|
|
20
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
21
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
|
|
22
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
23
23
|
}>;
|
|
24
|
-
destinationAddress: z.
|
|
25
|
-
__kind: z.
|
|
24
|
+
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
25
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc"]>;
|
|
26
26
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
28
29
|
value: `0x${string}`;
|
|
29
|
-
__kind: "Eth";
|
|
30
30
|
}, {
|
|
31
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
31
32
|
value: string;
|
|
32
|
-
__kind: "Eth";
|
|
33
33
|
}>, {
|
|
34
|
-
chain: "Ethereum";
|
|
35
|
-
address: `0x${string}`;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}, "strip", z.ZodTypeAny, {
|
|
43
|
-
value: `0x${string}`;
|
|
44
|
-
__kind: "Dot";
|
|
45
|
-
}, {
|
|
46
|
-
value: string;
|
|
47
|
-
__kind: "Dot";
|
|
48
|
-
}>, {
|
|
49
|
-
chain: "Polkadot";
|
|
50
|
-
address: string;
|
|
51
|
-
}, {
|
|
52
|
-
value: string;
|
|
53
|
-
__kind: "Dot";
|
|
54
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
55
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
56
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
57
|
-
}, "strip", z.ZodTypeAny, {
|
|
58
|
-
value: `0x${string}`;
|
|
59
|
-
__kind: "Btc";
|
|
60
|
-
}, {
|
|
61
|
-
value: string;
|
|
62
|
-
__kind: "Btc";
|
|
63
|
-
}>, {
|
|
64
|
-
chain: "Bitcoin";
|
|
65
|
-
address: string;
|
|
34
|
+
readonly chain: "Ethereum";
|
|
35
|
+
readonly address: `0x${string}`;
|
|
36
|
+
} | {
|
|
37
|
+
readonly chain: "Polkadot";
|
|
38
|
+
readonly address: string;
|
|
39
|
+
} | {
|
|
40
|
+
readonly chain: "Bitcoin";
|
|
41
|
+
readonly address: string;
|
|
66
42
|
}, {
|
|
43
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
67
44
|
value: string;
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
origin: z.ZodUnion<[z.ZodObject<{
|
|
45
|
+
}>;
|
|
46
|
+
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
71
47
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
72
|
-
depositAddress: z.
|
|
73
|
-
__kind: z.
|
|
48
|
+
depositAddress: z.ZodEffects<z.ZodObject<{
|
|
49
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc"]>;
|
|
74
50
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
75
51
|
}, "strip", z.ZodTypeAny, {
|
|
52
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
76
53
|
value: `0x${string}`;
|
|
77
|
-
__kind: "Eth";
|
|
78
54
|
}, {
|
|
55
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
79
56
|
value: string;
|
|
80
|
-
__kind: "Eth";
|
|
81
57
|
}>, {
|
|
82
|
-
chain: "Ethereum";
|
|
83
|
-
address: `0x${string}`;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
}, "strip", z.ZodTypeAny, {
|
|
91
|
-
value: `0x${string}`;
|
|
92
|
-
__kind: "Dot";
|
|
93
|
-
}, {
|
|
94
|
-
value: string;
|
|
95
|
-
__kind: "Dot";
|
|
96
|
-
}>, {
|
|
97
|
-
chain: "Polkadot";
|
|
98
|
-
address: string;
|
|
99
|
-
}, {
|
|
100
|
-
value: string;
|
|
101
|
-
__kind: "Dot";
|
|
102
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
103
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
104
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
105
|
-
}, "strip", z.ZodTypeAny, {
|
|
106
|
-
value: `0x${string}`;
|
|
107
|
-
__kind: "Btc";
|
|
108
|
-
}, {
|
|
109
|
-
value: string;
|
|
110
|
-
__kind: "Btc";
|
|
111
|
-
}>, {
|
|
112
|
-
chain: "Bitcoin";
|
|
113
|
-
address: string;
|
|
58
|
+
readonly chain: "Ethereum";
|
|
59
|
+
readonly address: `0x${string}`;
|
|
60
|
+
} | {
|
|
61
|
+
readonly chain: "Polkadot";
|
|
62
|
+
readonly address: string;
|
|
63
|
+
} | {
|
|
64
|
+
readonly chain: "Bitcoin";
|
|
65
|
+
readonly address: string;
|
|
114
66
|
}, {
|
|
67
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
115
68
|
value: string;
|
|
116
|
-
|
|
117
|
-
}>]>;
|
|
69
|
+
}>;
|
|
118
70
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
119
71
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
120
72
|
}, "strip", z.ZodTypeAny, {
|
|
121
73
|
__kind: "DepositChannel";
|
|
122
74
|
depositAddress: {
|
|
123
|
-
chain: "Ethereum";
|
|
124
|
-
address: `0x${string}`;
|
|
75
|
+
readonly chain: "Ethereum";
|
|
76
|
+
readonly address: `0x${string}`;
|
|
125
77
|
} | {
|
|
126
|
-
chain: "Polkadot";
|
|
127
|
-
address: string;
|
|
78
|
+
readonly chain: "Polkadot";
|
|
79
|
+
readonly address: string;
|
|
128
80
|
} | {
|
|
129
|
-
chain: "Bitcoin";
|
|
130
|
-
address: string;
|
|
81
|
+
readonly chain: "Bitcoin";
|
|
82
|
+
readonly address: string;
|
|
131
83
|
};
|
|
132
84
|
channelId: bigint;
|
|
133
85
|
depositBlockHeight: bigint;
|
|
134
86
|
}, {
|
|
135
87
|
__kind: "DepositChannel";
|
|
136
88
|
depositAddress: {
|
|
89
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
137
90
|
value: string;
|
|
138
|
-
__kind: "Eth";
|
|
139
|
-
} | {
|
|
140
|
-
value: string;
|
|
141
|
-
__kind: "Dot";
|
|
142
|
-
} | {
|
|
143
|
-
value: string;
|
|
144
|
-
__kind: "Btc";
|
|
145
91
|
};
|
|
146
92
|
channelId: string | number;
|
|
147
93
|
depositBlockHeight: string | number;
|
|
@@ -155,73 +101,73 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
155
101
|
__kind: "Vault";
|
|
156
102
|
txHash: string;
|
|
157
103
|
}>]>;
|
|
158
|
-
swapType: z.
|
|
104
|
+
swapType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
159
105
|
__kind: z.ZodLiteral<"Swap">;
|
|
160
|
-
value: z.
|
|
106
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
161
107
|
__kind: z.ZodLiteral<"Eth">;
|
|
162
108
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
163
109
|
}, "strip", z.ZodTypeAny, {
|
|
164
|
-
value: `0x${string}`;
|
|
165
110
|
__kind: "Eth";
|
|
111
|
+
value: `0x${string}`;
|
|
166
112
|
}, {
|
|
167
|
-
value: string;
|
|
168
113
|
__kind: "Eth";
|
|
114
|
+
value: string;
|
|
169
115
|
}>, z.ZodObject<{
|
|
170
116
|
__kind: z.ZodLiteral<"Dot">;
|
|
171
117
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
172
118
|
}, "strip", z.ZodTypeAny, {
|
|
173
|
-
value: `0x${string}`;
|
|
174
119
|
__kind: "Dot";
|
|
120
|
+
value: `0x${string}`;
|
|
175
121
|
}, {
|
|
176
|
-
value: string;
|
|
177
122
|
__kind: "Dot";
|
|
123
|
+
value: string;
|
|
178
124
|
}>, z.ZodObject<{
|
|
179
125
|
__kind: z.ZodLiteral<"Btc">;
|
|
180
|
-
value: z.
|
|
126
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
181
127
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
182
128
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
183
129
|
}, "strip", z.ZodTypeAny, {
|
|
184
|
-
value: `0x${string}`;
|
|
185
130
|
__kind: "P2PKH";
|
|
131
|
+
value: `0x${string}`;
|
|
186
132
|
}, {
|
|
187
|
-
value: string;
|
|
188
133
|
__kind: "P2PKH";
|
|
134
|
+
value: string;
|
|
189
135
|
}>, z.ZodObject<{
|
|
190
136
|
__kind: z.ZodLiteral<"P2SH">;
|
|
191
137
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
192
138
|
}, "strip", z.ZodTypeAny, {
|
|
193
|
-
value: `0x${string}`;
|
|
194
139
|
__kind: "P2SH";
|
|
140
|
+
value: `0x${string}`;
|
|
195
141
|
}, {
|
|
196
|
-
value: string;
|
|
197
142
|
__kind: "P2SH";
|
|
143
|
+
value: string;
|
|
198
144
|
}>, z.ZodObject<{
|
|
199
145
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
200
146
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
201
147
|
}, "strip", z.ZodTypeAny, {
|
|
202
|
-
value: `0x${string}`;
|
|
203
148
|
__kind: "P2WPKH";
|
|
149
|
+
value: `0x${string}`;
|
|
204
150
|
}, {
|
|
205
|
-
value: string;
|
|
206
151
|
__kind: "P2WPKH";
|
|
152
|
+
value: string;
|
|
207
153
|
}>, z.ZodObject<{
|
|
208
154
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
209
155
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
210
156
|
}, "strip", z.ZodTypeAny, {
|
|
211
|
-
value: `0x${string}`;
|
|
212
157
|
__kind: "P2WSH";
|
|
158
|
+
value: `0x${string}`;
|
|
213
159
|
}, {
|
|
214
|
-
value: string;
|
|
215
160
|
__kind: "P2WSH";
|
|
161
|
+
value: string;
|
|
216
162
|
}>, z.ZodObject<{
|
|
217
163
|
__kind: z.ZodLiteral<"Taproot">;
|
|
218
164
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
219
165
|
}, "strip", z.ZodTypeAny, {
|
|
220
|
-
value: `0x${string}`;
|
|
221
166
|
__kind: "Taproot";
|
|
167
|
+
value: `0x${string}`;
|
|
222
168
|
}, {
|
|
223
|
-
value: string;
|
|
224
169
|
__kind: "Taproot";
|
|
170
|
+
value: string;
|
|
225
171
|
}>, z.ZodObject<{
|
|
226
172
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
227
173
|
version: z.ZodNumber;
|
|
@@ -236,155 +182,155 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
236
182
|
program: string;
|
|
237
183
|
}>]>;
|
|
238
184
|
}, "strip", z.ZodTypeAny, {
|
|
185
|
+
__kind: "Btc";
|
|
239
186
|
value: {
|
|
240
|
-
value: `0x${string}`;
|
|
241
187
|
__kind: "P2PKH";
|
|
242
|
-
} | {
|
|
243
188
|
value: `0x${string}`;
|
|
244
|
-
__kind: "P2SH";
|
|
245
189
|
} | {
|
|
190
|
+
__kind: "P2SH";
|
|
246
191
|
value: `0x${string}`;
|
|
247
|
-
__kind: "P2WPKH";
|
|
248
192
|
} | {
|
|
193
|
+
__kind: "P2WPKH";
|
|
249
194
|
value: `0x${string}`;
|
|
250
|
-
__kind: "P2WSH";
|
|
251
195
|
} | {
|
|
196
|
+
__kind: "P2WSH";
|
|
252
197
|
value: `0x${string}`;
|
|
198
|
+
} | {
|
|
253
199
|
__kind: "Taproot";
|
|
200
|
+
value: `0x${string}`;
|
|
254
201
|
} | {
|
|
255
202
|
__kind: "OtherSegwit";
|
|
256
203
|
version: number;
|
|
257
204
|
program: `0x${string}`;
|
|
258
205
|
};
|
|
259
|
-
__kind: "Btc";
|
|
260
206
|
}, {
|
|
207
|
+
__kind: "Btc";
|
|
261
208
|
value: {
|
|
262
|
-
value: string;
|
|
263
209
|
__kind: "P2PKH";
|
|
264
|
-
} | {
|
|
265
210
|
value: string;
|
|
266
|
-
__kind: "P2SH";
|
|
267
211
|
} | {
|
|
212
|
+
__kind: "P2SH";
|
|
268
213
|
value: string;
|
|
269
|
-
__kind: "P2WPKH";
|
|
270
214
|
} | {
|
|
215
|
+
__kind: "P2WPKH";
|
|
271
216
|
value: string;
|
|
272
|
-
__kind: "P2WSH";
|
|
273
217
|
} | {
|
|
218
|
+
__kind: "P2WSH";
|
|
274
219
|
value: string;
|
|
220
|
+
} | {
|
|
275
221
|
__kind: "Taproot";
|
|
222
|
+
value: string;
|
|
276
223
|
} | {
|
|
277
224
|
__kind: "OtherSegwit";
|
|
278
225
|
version: number;
|
|
279
226
|
program: string;
|
|
280
227
|
};
|
|
281
|
-
__kind: "Btc";
|
|
282
228
|
}>]>;
|
|
283
229
|
}, "strip", z.ZodTypeAny, {
|
|
230
|
+
__kind: "Swap";
|
|
284
231
|
value: {
|
|
285
|
-
value: `0x${string}`;
|
|
286
232
|
__kind: "Eth";
|
|
287
|
-
} | {
|
|
288
233
|
value: `0x${string}`;
|
|
234
|
+
} | {
|
|
289
235
|
__kind: "Dot";
|
|
236
|
+
value: `0x${string}`;
|
|
290
237
|
} | {
|
|
238
|
+
__kind: "Btc";
|
|
291
239
|
value: {
|
|
292
|
-
value: `0x${string}`;
|
|
293
240
|
__kind: "P2PKH";
|
|
294
|
-
} | {
|
|
295
241
|
value: `0x${string}`;
|
|
296
|
-
__kind: "P2SH";
|
|
297
242
|
} | {
|
|
243
|
+
__kind: "P2SH";
|
|
298
244
|
value: `0x${string}`;
|
|
299
|
-
__kind: "P2WPKH";
|
|
300
245
|
} | {
|
|
246
|
+
__kind: "P2WPKH";
|
|
301
247
|
value: `0x${string}`;
|
|
302
|
-
__kind: "P2WSH";
|
|
303
248
|
} | {
|
|
249
|
+
__kind: "P2WSH";
|
|
304
250
|
value: `0x${string}`;
|
|
251
|
+
} | {
|
|
305
252
|
__kind: "Taproot";
|
|
253
|
+
value: `0x${string}`;
|
|
306
254
|
} | {
|
|
307
255
|
__kind: "OtherSegwit";
|
|
308
256
|
version: number;
|
|
309
257
|
program: `0x${string}`;
|
|
310
258
|
};
|
|
311
|
-
__kind: "Btc";
|
|
312
259
|
};
|
|
313
|
-
__kind: "Swap";
|
|
314
260
|
}, {
|
|
261
|
+
__kind: "Swap";
|
|
315
262
|
value: {
|
|
316
|
-
value: string;
|
|
317
263
|
__kind: "Eth";
|
|
318
|
-
} | {
|
|
319
264
|
value: string;
|
|
265
|
+
} | {
|
|
320
266
|
__kind: "Dot";
|
|
267
|
+
value: string;
|
|
321
268
|
} | {
|
|
269
|
+
__kind: "Btc";
|
|
322
270
|
value: {
|
|
323
|
-
value: string;
|
|
324
271
|
__kind: "P2PKH";
|
|
325
|
-
} | {
|
|
326
272
|
value: string;
|
|
327
|
-
__kind: "P2SH";
|
|
328
273
|
} | {
|
|
274
|
+
__kind: "P2SH";
|
|
329
275
|
value: string;
|
|
330
|
-
__kind: "P2WPKH";
|
|
331
276
|
} | {
|
|
277
|
+
__kind: "P2WPKH";
|
|
332
278
|
value: string;
|
|
333
|
-
__kind: "P2WSH";
|
|
334
279
|
} | {
|
|
280
|
+
__kind: "P2WSH";
|
|
335
281
|
value: string;
|
|
282
|
+
} | {
|
|
336
283
|
__kind: "Taproot";
|
|
284
|
+
value: string;
|
|
337
285
|
} | {
|
|
338
286
|
__kind: "OtherSegwit";
|
|
339
287
|
version: number;
|
|
340
288
|
program: string;
|
|
341
289
|
};
|
|
342
|
-
__kind: "Btc";
|
|
343
290
|
};
|
|
344
|
-
__kind: "Swap";
|
|
345
291
|
}>, z.ZodObject<{
|
|
346
292
|
__kind: z.ZodLiteral<"CcmPrincipal">;
|
|
347
293
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
348
294
|
}, "strip", z.ZodTypeAny, {
|
|
349
|
-
value: bigint;
|
|
350
295
|
__kind: "CcmPrincipal";
|
|
296
|
+
value: bigint;
|
|
351
297
|
}, {
|
|
352
|
-
value: string | number;
|
|
353
298
|
__kind: "CcmPrincipal";
|
|
299
|
+
value: string | number;
|
|
354
300
|
}>, z.ZodObject<{
|
|
355
301
|
__kind: z.ZodLiteral<"CcmGas">;
|
|
356
302
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
357
303
|
}, "strip", z.ZodTypeAny, {
|
|
358
|
-
value: bigint;
|
|
359
304
|
__kind: "CcmGas";
|
|
305
|
+
value: bigint;
|
|
360
306
|
}, {
|
|
361
|
-
value: string | number;
|
|
362
307
|
__kind: "CcmGas";
|
|
308
|
+
value: string | number;
|
|
363
309
|
}>]>;
|
|
364
310
|
brokerCommission: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
365
311
|
}, "strip", z.ZodTypeAny, {
|
|
366
312
|
depositAmount: bigint;
|
|
367
313
|
destinationAddress: {
|
|
368
|
-
chain: "Ethereum";
|
|
369
|
-
address: `0x${string}`;
|
|
314
|
+
readonly chain: "Ethereum";
|
|
315
|
+
readonly address: `0x${string}`;
|
|
370
316
|
} | {
|
|
371
|
-
chain: "Polkadot";
|
|
372
|
-
address: string;
|
|
317
|
+
readonly chain: "Polkadot";
|
|
318
|
+
readonly address: string;
|
|
373
319
|
} | {
|
|
374
|
-
chain: "Bitcoin";
|
|
375
|
-
address: string;
|
|
320
|
+
readonly chain: "Bitcoin";
|
|
321
|
+
readonly address: string;
|
|
376
322
|
};
|
|
377
323
|
origin: {
|
|
378
324
|
__kind: "DepositChannel";
|
|
379
325
|
depositAddress: {
|
|
380
|
-
chain: "Ethereum";
|
|
381
|
-
address: `0x${string}`;
|
|
326
|
+
readonly chain: "Ethereum";
|
|
327
|
+
readonly address: `0x${string}`;
|
|
382
328
|
} | {
|
|
383
|
-
chain: "Polkadot";
|
|
384
|
-
address: string;
|
|
329
|
+
readonly chain: "Polkadot";
|
|
330
|
+
readonly address: string;
|
|
385
331
|
} | {
|
|
386
|
-
chain: "Bitcoin";
|
|
387
|
-
address: string;
|
|
332
|
+
readonly chain: "Bitcoin";
|
|
333
|
+
readonly address: string;
|
|
388
334
|
};
|
|
389
335
|
channelId: bigint;
|
|
390
336
|
depositBlockHeight: bigint;
|
|
@@ -392,71 +338,59 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
392
338
|
__kind: "Vault";
|
|
393
339
|
txHash: `0x${string}`;
|
|
394
340
|
};
|
|
395
|
-
sourceAsset: "Eth" | "
|
|
396
|
-
destinationAsset: "Eth" | "
|
|
341
|
+
sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
342
|
+
destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
397
343
|
swapId: bigint;
|
|
398
344
|
swapType: {
|
|
345
|
+
__kind: "Swap";
|
|
399
346
|
value: {
|
|
400
|
-
value: `0x${string}`;
|
|
401
347
|
__kind: "Eth";
|
|
402
|
-
} | {
|
|
403
348
|
value: `0x${string}`;
|
|
349
|
+
} | {
|
|
404
350
|
__kind: "Dot";
|
|
351
|
+
value: `0x${string}`;
|
|
405
352
|
} | {
|
|
353
|
+
__kind: "Btc";
|
|
406
354
|
value: {
|
|
407
|
-
value: `0x${string}`;
|
|
408
355
|
__kind: "P2PKH";
|
|
409
|
-
} | {
|
|
410
356
|
value: `0x${string}`;
|
|
411
|
-
__kind: "P2SH";
|
|
412
357
|
} | {
|
|
358
|
+
__kind: "P2SH";
|
|
413
359
|
value: `0x${string}`;
|
|
414
|
-
__kind: "P2WPKH";
|
|
415
360
|
} | {
|
|
361
|
+
__kind: "P2WPKH";
|
|
416
362
|
value: `0x${string}`;
|
|
417
|
-
__kind: "P2WSH";
|
|
418
363
|
} | {
|
|
364
|
+
__kind: "P2WSH";
|
|
419
365
|
value: `0x${string}`;
|
|
366
|
+
} | {
|
|
420
367
|
__kind: "Taproot";
|
|
368
|
+
value: `0x${string}`;
|
|
421
369
|
} | {
|
|
422
370
|
__kind: "OtherSegwit";
|
|
423
371
|
version: number;
|
|
424
372
|
program: `0x${string}`;
|
|
425
373
|
};
|
|
426
|
-
__kind: "Btc";
|
|
427
374
|
};
|
|
428
|
-
__kind: "Swap";
|
|
429
375
|
} | {
|
|
430
|
-
value: bigint;
|
|
431
376
|
__kind: "CcmPrincipal";
|
|
432
|
-
} | {
|
|
433
377
|
value: bigint;
|
|
378
|
+
} | {
|
|
434
379
|
__kind: "CcmGas";
|
|
380
|
+
value: bigint;
|
|
435
381
|
};
|
|
436
382
|
brokerCommission?: bigint | null | undefined;
|
|
437
383
|
}, {
|
|
438
384
|
depositAmount: string | number;
|
|
439
385
|
destinationAddress: {
|
|
386
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
440
387
|
value: string;
|
|
441
|
-
__kind: "Eth";
|
|
442
|
-
} | {
|
|
443
|
-
value: string;
|
|
444
|
-
__kind: "Dot";
|
|
445
|
-
} | {
|
|
446
|
-
value: string;
|
|
447
|
-
__kind: "Btc";
|
|
448
388
|
};
|
|
449
389
|
origin: {
|
|
450
390
|
__kind: "DepositChannel";
|
|
451
391
|
depositAddress: {
|
|
392
|
+
__kind: "Eth" | "Dot" | "Btc";
|
|
452
393
|
value: string;
|
|
453
|
-
__kind: "Eth";
|
|
454
|
-
} | {
|
|
455
|
-
value: string;
|
|
456
|
-
__kind: "Dot";
|
|
457
|
-
} | {
|
|
458
|
-
value: string;
|
|
459
|
-
__kind: "Btc";
|
|
460
394
|
};
|
|
461
395
|
channelId: string | number;
|
|
462
396
|
depositBlockHeight: string | number;
|
|
@@ -465,49 +399,49 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
465
399
|
txHash: string;
|
|
466
400
|
};
|
|
467
401
|
sourceAsset: {
|
|
468
|
-
__kind: "Eth" | "
|
|
402
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
469
403
|
};
|
|
470
404
|
destinationAsset: {
|
|
471
|
-
__kind: "Eth" | "
|
|
405
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
472
406
|
};
|
|
473
407
|
swapId: string | number;
|
|
474
408
|
swapType: {
|
|
409
|
+
__kind: "Swap";
|
|
475
410
|
value: {
|
|
476
|
-
value: string;
|
|
477
411
|
__kind: "Eth";
|
|
478
|
-
} | {
|
|
479
412
|
value: string;
|
|
413
|
+
} | {
|
|
480
414
|
__kind: "Dot";
|
|
415
|
+
value: string;
|
|
481
416
|
} | {
|
|
417
|
+
__kind: "Btc";
|
|
482
418
|
value: {
|
|
483
|
-
value: string;
|
|
484
419
|
__kind: "P2PKH";
|
|
485
|
-
} | {
|
|
486
420
|
value: string;
|
|
487
|
-
__kind: "P2SH";
|
|
488
421
|
} | {
|
|
422
|
+
__kind: "P2SH";
|
|
489
423
|
value: string;
|
|
490
|
-
__kind: "P2WPKH";
|
|
491
424
|
} | {
|
|
425
|
+
__kind: "P2WPKH";
|
|
492
426
|
value: string;
|
|
493
|
-
__kind: "P2WSH";
|
|
494
427
|
} | {
|
|
428
|
+
__kind: "P2WSH";
|
|
495
429
|
value: string;
|
|
430
|
+
} | {
|
|
496
431
|
__kind: "Taproot";
|
|
432
|
+
value: string;
|
|
497
433
|
} | {
|
|
498
434
|
__kind: "OtherSegwit";
|
|
499
435
|
version: number;
|
|
500
436
|
program: string;
|
|
501
437
|
};
|
|
502
|
-
__kind: "Btc";
|
|
503
438
|
};
|
|
504
|
-
__kind: "Swap";
|
|
505
439
|
} | {
|
|
506
|
-
value: string | number;
|
|
507
440
|
__kind: "CcmPrincipal";
|
|
508
|
-
} | {
|
|
509
441
|
value: string | number;
|
|
442
|
+
} | {
|
|
510
443
|
__kind: "CcmGas";
|
|
444
|
+
value: string | number;
|
|
511
445
|
};
|
|
512
446
|
brokerCommission?: string | number | null | undefined;
|
|
513
447
|
}>;
|