@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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const ethereumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
4
|
-
error: z.
|
|
4
|
+
error: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"NotRequired">;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
7
|
__kind: "NotRequired";
|
|
@@ -33,7 +33,7 @@ declare const ethereumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
33
33
|
__kind: "UtxoSelectionFailed";
|
|
34
34
|
}>, z.ZodObject<{
|
|
35
35
|
__kind: z.ZodLiteral<"FailedToBuildSolanaTransaction">;
|
|
36
|
-
value: z.
|
|
36
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
37
37
|
__kind: z.ZodLiteral<"CannotLookupApiEnvironment">;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
39
|
__kind: "CannotLookupApiEnvironment";
|
|
@@ -171,7 +171,7 @@ declare const ethereumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
171
171
|
__kind: "FailedToBuildSolanaTransaction";
|
|
172
172
|
}>, z.ZodObject<{
|
|
173
173
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
174
|
-
value: z.
|
|
174
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
175
175
|
__kind: z.ZodLiteral<"Other">;
|
|
176
176
|
}, "strip", z.ZodTypeAny, {
|
|
177
177
|
__kind: "Other";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const ethereumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
4
|
-
error: z.
|
|
4
|
+
error: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"NotRequired">;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
7
|
__kind: "NotRequired";
|
|
@@ -33,7 +33,7 @@ declare const ethereumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
33
33
|
__kind: "UtxoSelectionFailed";
|
|
34
34
|
}>, z.ZodObject<{
|
|
35
35
|
__kind: z.ZodLiteral<"FailedToBuildSolanaTransaction">;
|
|
36
|
-
value: z.
|
|
36
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
37
37
|
__kind: z.ZodLiteral<"CannotLookupApiEnvironment">;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
39
|
__kind: "CannotLookupApiEnvironment";
|
|
@@ -171,7 +171,7 @@ declare const ethereumIngressEgressFailedToBuildAllBatchCall: z.ZodObject<{
|
|
|
171
171
|
__kind: "FailedToBuildSolanaTransaction";
|
|
172
172
|
}>, z.ZodObject<{
|
|
173
173
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
174
|
-
value: z.
|
|
174
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
175
175
|
__kind: z.ZodLiteral<"Other">;
|
|
176
176
|
}, "strip", z.ZodTypeAny, {
|
|
177
177
|
__kind: "Other";
|
|
@@ -10,7 +10,7 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
10
10
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
|
|
11
11
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
12
12
|
}>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
13
|
-
error: z.
|
|
13
|
+
error: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
14
14
|
__kind: z.ZodLiteral<"Unsupported">;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
__kind: "Unsupported";
|
|
@@ -18,7 +18,7 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
18
18
|
__kind: "Unsupported";
|
|
19
19
|
}>, z.ZodObject<{
|
|
20
20
|
__kind: z.ZodLiteral<"FailedToBuildCcmForSolana">;
|
|
21
|
-
value: z.
|
|
21
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
22
22
|
__kind: z.ZodLiteral<"CannotLookupApiEnvironment">;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
24
|
__kind: "CannotLookupApiEnvironment";
|
|
@@ -156,7 +156,7 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
156
156
|
__kind: "FailedToBuildCcmForSolana";
|
|
157
157
|
}>, z.ZodObject<{
|
|
158
158
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
159
|
-
value: z.
|
|
159
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
160
160
|
__kind: z.ZodLiteral<"Other">;
|
|
161
161
|
}, "strip", z.ZodTypeAny, {
|
|
162
162
|
__kind: "Other";
|
|
@@ -10,7 +10,7 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
10
10
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
|
|
11
11
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
12
12
|
}>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
13
|
-
error: z.
|
|
13
|
+
error: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
14
14
|
__kind: z.ZodLiteral<"Unsupported">;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
__kind: "Unsupported";
|
|
@@ -18,7 +18,7 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
18
18
|
__kind: "Unsupported";
|
|
19
19
|
}>, z.ZodObject<{
|
|
20
20
|
__kind: z.ZodLiteral<"FailedToBuildCcmForSolana">;
|
|
21
|
-
value: z.
|
|
21
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
22
22
|
__kind: z.ZodLiteral<"CannotLookupApiEnvironment">;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
24
|
__kind: "CannotLookupApiEnvironment";
|
|
@@ -156,7 +156,7 @@ declare const polkadotIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
156
156
|
__kind: "FailedToBuildCcmForSolana";
|
|
157
157
|
}>, z.ZodObject<{
|
|
158
158
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
159
|
-
value: z.
|
|
159
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
160
160
|
__kind: z.ZodLiteral<"Other">;
|
|
161
161
|
}, "strip", z.ZodTypeAny, {
|
|
162
162
|
__kind: "Other";
|
|
@@ -19,7 +19,7 @@ declare const polkadotIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
19
19
|
ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
20
20
|
maxBoostFeeBps: z.ZodNumber;
|
|
21
21
|
boostFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
22
|
-
action: z.
|
|
22
|
+
action: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
23
23
|
__kind: z.ZodLiteral<"Swap">;
|
|
24
24
|
swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -19,7 +19,7 @@ declare const polkadotIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
19
19
|
ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
20
20
|
maxBoostFeeBps: z.ZodNumber;
|
|
21
21
|
boostFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
22
|
-
action: z.
|
|
22
|
+
action: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
23
23
|
__kind: z.ZodLiteral<"Swap">;
|
|
24
24
|
swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2,7 +2,7 @@ import { z } from 'zod';
|
|
|
2
2
|
|
|
3
3
|
declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
4
4
|
blockHeight: z.ZodNumber;
|
|
5
|
-
reason: z.
|
|
5
|
+
reason: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
6
6
|
__kind: z.ZodLiteral<"BelowMinimumDeposit">;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
8
|
__kind: "BelowMinimumDeposit";
|
|
@@ -22,7 +22,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
22
22
|
__kind: "TransactionRejectedByBroker";
|
|
23
23
|
}>, z.ZodObject<{
|
|
24
24
|
__kind: z.ZodLiteral<"DepositWitnessRejected">;
|
|
25
|
-
value: z.
|
|
25
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
26
26
|
__kind: z.ZodLiteral<"Other">;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
28
|
__kind: "Other";
|
|
@@ -283,7 +283,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
283
283
|
}, {
|
|
284
284
|
__kind: "CcmInvalidMetadata";
|
|
285
285
|
}>]>;
|
|
286
|
-
details: z.
|
|
286
|
+
details: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
287
287
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
288
288
|
depositWitness: z.ZodObject<{
|
|
289
289
|
depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -333,24 +333,18 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
333
333
|
__kind: z.ZodLiteral<"Vault">;
|
|
334
334
|
vaultWitness: z.ZodObject<{
|
|
335
335
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
336
|
-
__kind: z.ZodEnum<["
|
|
336
|
+
__kind: z.ZodEnum<["Dot"]>;
|
|
337
337
|
}, "strip", z.ZodTypeAny, {
|
|
338
|
-
__kind: "
|
|
338
|
+
__kind: "Dot";
|
|
339
339
|
}, {
|
|
340
|
-
__kind: "
|
|
341
|
-
}>, "
|
|
342
|
-
__kind: "
|
|
340
|
+
__kind: "Dot";
|
|
341
|
+
}>, "Dot", {
|
|
342
|
+
__kind: "Dot";
|
|
343
343
|
}>;
|
|
344
344
|
depositAddress: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, `0x${string}`, string>>>;
|
|
345
345
|
channelId: 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>>>;
|
|
346
346
|
depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
347
|
-
depositDetails: z.
|
|
348
|
-
txHashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">>>;
|
|
349
|
-
}, "strip", z.ZodTypeAny, {
|
|
350
|
-
txHashes?: `0x${string}`[] | null | undefined;
|
|
351
|
-
}, {
|
|
352
|
-
txHashes?: string[] | null | undefined;
|
|
353
|
-
}>;
|
|
347
|
+
depositDetails: z.ZodNumber;
|
|
354
348
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
355
349
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
356
350
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -360,82 +354,34 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
360
354
|
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
361
355
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
362
356
|
}>;
|
|
363
|
-
destinationAddress: z.
|
|
364
|
-
__kind: z.
|
|
365
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
366
|
-
}, "strip", z.ZodTypeAny, {
|
|
367
|
-
value: `0x${string}`;
|
|
368
|
-
__kind: "Eth";
|
|
369
|
-
}, {
|
|
370
|
-
value: string;
|
|
371
|
-
__kind: "Eth";
|
|
372
|
-
}>, {
|
|
373
|
-
chain: "Ethereum";
|
|
374
|
-
address: `0x${string}`;
|
|
375
|
-
}, {
|
|
376
|
-
value: string;
|
|
377
|
-
__kind: "Eth";
|
|
378
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
379
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
380
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
381
|
-
}, "strip", z.ZodTypeAny, {
|
|
382
|
-
value: `0x${string}`;
|
|
383
|
-
__kind: "Dot";
|
|
384
|
-
}, {
|
|
385
|
-
value: string;
|
|
386
|
-
__kind: "Dot";
|
|
387
|
-
}>, {
|
|
388
|
-
chain: "Polkadot";
|
|
389
|
-
address: string;
|
|
390
|
-
}, {
|
|
391
|
-
value: string;
|
|
392
|
-
__kind: "Dot";
|
|
393
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
394
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
395
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
396
|
-
}, "strip", z.ZodTypeAny, {
|
|
397
|
-
value: `0x${string}`;
|
|
398
|
-
__kind: "Btc";
|
|
399
|
-
}, {
|
|
400
|
-
value: string;
|
|
401
|
-
__kind: "Btc";
|
|
402
|
-
}>, {
|
|
403
|
-
chain: "Bitcoin";
|
|
404
|
-
address: string;
|
|
405
|
-
}, {
|
|
406
|
-
value: string;
|
|
407
|
-
__kind: "Btc";
|
|
408
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
409
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
410
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
411
|
-
}, "strip", z.ZodTypeAny, {
|
|
412
|
-
value: `0x${string}`;
|
|
413
|
-
__kind: "Arb";
|
|
414
|
-
}, {
|
|
415
|
-
value: string;
|
|
416
|
-
__kind: "Arb";
|
|
417
|
-
}>, {
|
|
418
|
-
chain: "Arbitrum";
|
|
419
|
-
address: `0x${string}`;
|
|
420
|
-
}, {
|
|
421
|
-
value: string;
|
|
422
|
-
__kind: "Arb";
|
|
423
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
424
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
357
|
+
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
358
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
425
359
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
426
360
|
}, "strip", z.ZodTypeAny, {
|
|
427
361
|
value: `0x${string}`;
|
|
428
|
-
__kind: "Sol";
|
|
362
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
429
363
|
}, {
|
|
430
364
|
value: string;
|
|
431
|
-
__kind: "Sol";
|
|
365
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
432
366
|
}>, {
|
|
433
|
-
chain: "
|
|
434
|
-
address: string
|
|
367
|
+
readonly chain: "Ethereum";
|
|
368
|
+
readonly address: `0x${string}`;
|
|
369
|
+
} | {
|
|
370
|
+
readonly chain: "Polkadot";
|
|
371
|
+
readonly address: string;
|
|
372
|
+
} | {
|
|
373
|
+
readonly chain: "Bitcoin";
|
|
374
|
+
readonly address: string;
|
|
375
|
+
} | {
|
|
376
|
+
readonly chain: "Arbitrum";
|
|
377
|
+
readonly address: `0x${string}`;
|
|
378
|
+
} | {
|
|
379
|
+
readonly chain: "Solana";
|
|
380
|
+
readonly address: string;
|
|
435
381
|
}, {
|
|
436
382
|
value: string;
|
|
437
|
-
__kind: "Sol";
|
|
438
|
-
}
|
|
383
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
384
|
+
}>;
|
|
439
385
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
440
386
|
channelMetadata: z.ZodObject<{
|
|
441
387
|
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -459,7 +405,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
459
405
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
|
|
460
406
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
461
407
|
}>;
|
|
462
|
-
sourceAddress: z.ZodOptional<z.ZodNullable<z.
|
|
408
|
+
sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
463
409
|
__kind: z.ZodLiteral<"Eth">;
|
|
464
410
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
465
411
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -479,7 +425,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
479
425
|
__kind: "Dot";
|
|
480
426
|
}>, z.ZodObject<{
|
|
481
427
|
__kind: z.ZodLiteral<"Btc">;
|
|
482
|
-
value: z.
|
|
428
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
483
429
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
484
430
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
485
431
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -687,7 +633,16 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
687
633
|
__kind: "Sol";
|
|
688
634
|
} | null | undefined;
|
|
689
635
|
}>>>;
|
|
690
|
-
txId: z.
|
|
636
|
+
txId: z.ZodObject<{
|
|
637
|
+
blockNumber: z.ZodNumber;
|
|
638
|
+
extrinsicIndex: z.ZodNumber;
|
|
639
|
+
}, "strip", z.ZodTypeAny, {
|
|
640
|
+
blockNumber: number;
|
|
641
|
+
extrinsicIndex: number;
|
|
642
|
+
}, {
|
|
643
|
+
blockNumber: number;
|
|
644
|
+
extrinsicIndex: number;
|
|
645
|
+
}>;
|
|
691
646
|
brokerFee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
692
647
|
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
693
648
|
bps: z.ZodNumber;
|
|
@@ -710,7 +665,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
710
665
|
}>, "many">;
|
|
711
666
|
refundParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
712
667
|
retryDuration: z.ZodNumber;
|
|
713
|
-
refundAddress: z.
|
|
668
|
+
refundAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
714
669
|
__kind: z.ZodLiteral<"Eth">;
|
|
715
670
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
716
671
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -730,7 +685,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
730
685
|
__kind: "Dot";
|
|
731
686
|
}>, z.ZodObject<{
|
|
732
687
|
__kind: z.ZodLiteral<"Btc">;
|
|
733
|
-
value: z.
|
|
688
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
734
689
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
735
690
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
736
691
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -941,28 +896,29 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
941
896
|
}>>>;
|
|
942
897
|
boostFee: z.ZodNumber;
|
|
943
898
|
}, "strip", z.ZodTypeAny, {
|
|
944
|
-
txId:
|
|
945
|
-
|
|
946
|
-
|
|
899
|
+
txId: {
|
|
900
|
+
blockNumber: number;
|
|
901
|
+
extrinsicIndex: number;
|
|
947
902
|
};
|
|
948
|
-
|
|
903
|
+
depositDetails: number;
|
|
904
|
+
inputAsset: "Dot";
|
|
949
905
|
depositAmount: bigint;
|
|
950
906
|
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
951
907
|
destinationAddress: {
|
|
952
|
-
chain: "Ethereum";
|
|
953
|
-
address: `0x${string}`;
|
|
908
|
+
readonly chain: "Ethereum";
|
|
909
|
+
readonly address: `0x${string}`;
|
|
954
910
|
} | {
|
|
955
|
-
chain: "Polkadot";
|
|
956
|
-
address: string;
|
|
911
|
+
readonly chain: "Polkadot";
|
|
912
|
+
readonly address: string;
|
|
957
913
|
} | {
|
|
958
|
-
chain: "Bitcoin";
|
|
959
|
-
address: string;
|
|
914
|
+
readonly chain: "Bitcoin";
|
|
915
|
+
readonly address: string;
|
|
960
916
|
} | {
|
|
961
|
-
chain: "Arbitrum";
|
|
962
|
-
address: `0x${string}`;
|
|
917
|
+
readonly chain: "Arbitrum";
|
|
918
|
+
readonly address: `0x${string}`;
|
|
963
919
|
} | {
|
|
964
|
-
chain: "Solana";
|
|
965
|
-
address: string;
|
|
920
|
+
readonly chain: "Solana";
|
|
921
|
+
readonly address: string;
|
|
966
922
|
};
|
|
967
923
|
affiliateFees: {
|
|
968
924
|
account: number;
|
|
@@ -1062,12 +1018,13 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1062
1018
|
chunkInterval: number;
|
|
1063
1019
|
} | null | undefined;
|
|
1064
1020
|
}, {
|
|
1065
|
-
txId:
|
|
1066
|
-
|
|
1067
|
-
|
|
1021
|
+
txId: {
|
|
1022
|
+
blockNumber: number;
|
|
1023
|
+
extrinsicIndex: number;
|
|
1068
1024
|
};
|
|
1025
|
+
depositDetails: number;
|
|
1069
1026
|
inputAsset: {
|
|
1070
|
-
__kind: "
|
|
1027
|
+
__kind: "Dot";
|
|
1071
1028
|
};
|
|
1072
1029
|
depositAmount: string | number;
|
|
1073
1030
|
outputAsset: {
|
|
@@ -1075,19 +1032,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1075
1032
|
};
|
|
1076
1033
|
destinationAddress: {
|
|
1077
1034
|
value: string;
|
|
1078
|
-
__kind: "Eth";
|
|
1079
|
-
} | {
|
|
1080
|
-
value: string;
|
|
1081
|
-
__kind: "Dot";
|
|
1082
|
-
} | {
|
|
1083
|
-
value: string;
|
|
1084
|
-
__kind: "Btc";
|
|
1085
|
-
} | {
|
|
1086
|
-
value: string;
|
|
1087
|
-
__kind: "Arb";
|
|
1088
|
-
} | {
|
|
1089
|
-
value: string;
|
|
1090
|
-
__kind: "Sol";
|
|
1035
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1091
1036
|
};
|
|
1092
1037
|
affiliateFees: {
|
|
1093
1038
|
account: number;
|
|
@@ -1192,28 +1137,29 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1192
1137
|
}, "strip", z.ZodTypeAny, {
|
|
1193
1138
|
__kind: "Vault";
|
|
1194
1139
|
vaultWitness: {
|
|
1195
|
-
txId:
|
|
1196
|
-
|
|
1197
|
-
|
|
1140
|
+
txId: {
|
|
1141
|
+
blockNumber: number;
|
|
1142
|
+
extrinsicIndex: number;
|
|
1198
1143
|
};
|
|
1199
|
-
|
|
1144
|
+
depositDetails: number;
|
|
1145
|
+
inputAsset: "Dot";
|
|
1200
1146
|
depositAmount: bigint;
|
|
1201
1147
|
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1202
1148
|
destinationAddress: {
|
|
1203
|
-
chain: "Ethereum";
|
|
1204
|
-
address: `0x${string}`;
|
|
1149
|
+
readonly chain: "Ethereum";
|
|
1150
|
+
readonly address: `0x${string}`;
|
|
1205
1151
|
} | {
|
|
1206
|
-
chain: "Polkadot";
|
|
1207
|
-
address: string;
|
|
1152
|
+
readonly chain: "Polkadot";
|
|
1153
|
+
readonly address: string;
|
|
1208
1154
|
} | {
|
|
1209
|
-
chain: "Bitcoin";
|
|
1210
|
-
address: string;
|
|
1155
|
+
readonly chain: "Bitcoin";
|
|
1156
|
+
readonly address: string;
|
|
1211
1157
|
} | {
|
|
1212
|
-
chain: "Arbitrum";
|
|
1213
|
-
address: `0x${string}`;
|
|
1158
|
+
readonly chain: "Arbitrum";
|
|
1159
|
+
readonly address: `0x${string}`;
|
|
1214
1160
|
} | {
|
|
1215
|
-
chain: "Solana";
|
|
1216
|
-
address: string;
|
|
1161
|
+
readonly chain: "Solana";
|
|
1162
|
+
readonly address: string;
|
|
1217
1163
|
};
|
|
1218
1164
|
affiliateFees: {
|
|
1219
1165
|
account: number;
|
|
@@ -1316,12 +1262,13 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1316
1262
|
}, {
|
|
1317
1263
|
__kind: "Vault";
|
|
1318
1264
|
vaultWitness: {
|
|
1319
|
-
txId:
|
|
1320
|
-
|
|
1321
|
-
|
|
1265
|
+
txId: {
|
|
1266
|
+
blockNumber: number;
|
|
1267
|
+
extrinsicIndex: number;
|
|
1322
1268
|
};
|
|
1269
|
+
depositDetails: number;
|
|
1323
1270
|
inputAsset: {
|
|
1324
|
-
__kind: "
|
|
1271
|
+
__kind: "Dot";
|
|
1325
1272
|
};
|
|
1326
1273
|
depositAmount: string | number;
|
|
1327
1274
|
outputAsset: {
|
|
@@ -1329,19 +1276,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1329
1276
|
};
|
|
1330
1277
|
destinationAddress: {
|
|
1331
1278
|
value: string;
|
|
1332
|
-
__kind: "Eth";
|
|
1333
|
-
} | {
|
|
1334
|
-
value: string;
|
|
1335
|
-
__kind: "Dot";
|
|
1336
|
-
} | {
|
|
1337
|
-
value: string;
|
|
1338
|
-
__kind: "Btc";
|
|
1339
|
-
} | {
|
|
1340
|
-
value: string;
|
|
1341
|
-
__kind: "Arb";
|
|
1342
|
-
} | {
|
|
1343
|
-
value: string;
|
|
1344
|
-
__kind: "Sol";
|
|
1279
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1345
1280
|
};
|
|
1346
1281
|
affiliateFees: {
|
|
1347
1282
|
account: number;
|
|
@@ -1514,28 +1449,29 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1514
1449
|
} | {
|
|
1515
1450
|
__kind: "Vault";
|
|
1516
1451
|
vaultWitness: {
|
|
1517
|
-
txId:
|
|
1518
|
-
|
|
1519
|
-
|
|
1452
|
+
txId: {
|
|
1453
|
+
blockNumber: number;
|
|
1454
|
+
extrinsicIndex: number;
|
|
1520
1455
|
};
|
|
1521
|
-
|
|
1456
|
+
depositDetails: number;
|
|
1457
|
+
inputAsset: "Dot";
|
|
1522
1458
|
depositAmount: bigint;
|
|
1523
1459
|
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1524
1460
|
destinationAddress: {
|
|
1525
|
-
chain: "Ethereum";
|
|
1526
|
-
address: `0x${string}`;
|
|
1461
|
+
readonly chain: "Ethereum";
|
|
1462
|
+
readonly address: `0x${string}`;
|
|
1527
1463
|
} | {
|
|
1528
|
-
chain: "Polkadot";
|
|
1529
|
-
address: string;
|
|
1464
|
+
readonly chain: "Polkadot";
|
|
1465
|
+
readonly address: string;
|
|
1530
1466
|
} | {
|
|
1531
|
-
chain: "Bitcoin";
|
|
1532
|
-
address: string;
|
|
1467
|
+
readonly chain: "Bitcoin";
|
|
1468
|
+
readonly address: string;
|
|
1533
1469
|
} | {
|
|
1534
|
-
chain: "Arbitrum";
|
|
1535
|
-
address: `0x${string}`;
|
|
1470
|
+
readonly chain: "Arbitrum";
|
|
1471
|
+
readonly address: `0x${string}`;
|
|
1536
1472
|
} | {
|
|
1537
|
-
chain: "Solana";
|
|
1538
|
-
address: string;
|
|
1473
|
+
readonly chain: "Solana";
|
|
1474
|
+
readonly address: string;
|
|
1539
1475
|
};
|
|
1540
1476
|
affiliateFees: {
|
|
1541
1477
|
account: number;
|
|
@@ -1714,12 +1650,13 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1714
1650
|
} | {
|
|
1715
1651
|
__kind: "Vault";
|
|
1716
1652
|
vaultWitness: {
|
|
1717
|
-
txId:
|
|
1718
|
-
|
|
1719
|
-
|
|
1653
|
+
txId: {
|
|
1654
|
+
blockNumber: number;
|
|
1655
|
+
extrinsicIndex: number;
|
|
1720
1656
|
};
|
|
1657
|
+
depositDetails: number;
|
|
1721
1658
|
inputAsset: {
|
|
1722
|
-
__kind: "
|
|
1659
|
+
__kind: "Dot";
|
|
1723
1660
|
};
|
|
1724
1661
|
depositAmount: string | number;
|
|
1725
1662
|
outputAsset: {
|
|
@@ -1727,19 +1664,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1727
1664
|
};
|
|
1728
1665
|
destinationAddress: {
|
|
1729
1666
|
value: string;
|
|
1730
|
-
__kind: "Eth";
|
|
1731
|
-
} | {
|
|
1732
|
-
value: string;
|
|
1733
|
-
__kind: "Dot";
|
|
1734
|
-
} | {
|
|
1735
|
-
value: string;
|
|
1736
|
-
__kind: "Btc";
|
|
1737
|
-
} | {
|
|
1738
|
-
value: string;
|
|
1739
|
-
__kind: "Arb";
|
|
1740
|
-
} | {
|
|
1741
|
-
value: string;
|
|
1742
|
-
__kind: "Sol";
|
|
1667
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1743
1668
|
};
|
|
1744
1669
|
affiliateFees: {
|
|
1745
1670
|
account: number;
|