@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
|
@@ -2,7 +2,7 @@ import { z } from 'zod';
|
|
|
2
2
|
|
|
3
3
|
declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
4
4
|
blockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
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 arbitrumIngressEgressDepositFailed: 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 arbitrumIngressEgressDepositFailed: 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>;
|
|
@@ -347,13 +347,13 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
347
347
|
__kind: z.ZodLiteral<"Vault">;
|
|
348
348
|
vaultWitness: z.ZodObject<{
|
|
349
349
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
350
|
-
__kind: z.ZodEnum<["
|
|
350
|
+
__kind: z.ZodEnum<["ArbEth", "ArbUsdc"]>;
|
|
351
351
|
}, "strip", z.ZodTypeAny, {
|
|
352
|
-
__kind: "
|
|
352
|
+
__kind: "ArbEth" | "ArbUsdc";
|
|
353
353
|
}, {
|
|
354
|
-
__kind: "
|
|
355
|
-
}>, "
|
|
356
|
-
__kind: "
|
|
354
|
+
__kind: "ArbEth" | "ArbUsdc";
|
|
355
|
+
}>, "ArbEth" | "ArbUsdc", {
|
|
356
|
+
__kind: "ArbEth" | "ArbUsdc";
|
|
357
357
|
}>;
|
|
358
358
|
depositAddress: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, `0x${string}`, string>>>;
|
|
359
359
|
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>>>;
|
|
@@ -374,82 +374,34 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
374
374
|
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
375
375
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
376
376
|
}>;
|
|
377
|
-
destinationAddress: z.
|
|
378
|
-
__kind: z.
|
|
379
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
380
|
-
}, "strip", z.ZodTypeAny, {
|
|
381
|
-
value: `0x${string}`;
|
|
382
|
-
__kind: "Eth";
|
|
383
|
-
}, {
|
|
384
|
-
value: string;
|
|
385
|
-
__kind: "Eth";
|
|
386
|
-
}>, {
|
|
387
|
-
chain: "Ethereum";
|
|
388
|
-
address: `0x${string}`;
|
|
389
|
-
}, {
|
|
390
|
-
value: string;
|
|
391
|
-
__kind: "Eth";
|
|
392
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
393
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
377
|
+
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
378
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
394
379
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
395
380
|
}, "strip", z.ZodTypeAny, {
|
|
396
381
|
value: `0x${string}`;
|
|
397
|
-
__kind: "Dot";
|
|
382
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
398
383
|
}, {
|
|
399
384
|
value: string;
|
|
400
|
-
__kind: "Dot";
|
|
385
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
401
386
|
}>, {
|
|
402
|
-
chain: "
|
|
403
|
-
address: string
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
}>, {
|
|
417
|
-
chain: "Bitcoin";
|
|
418
|
-
address: string;
|
|
419
|
-
}, {
|
|
420
|
-
value: string;
|
|
421
|
-
__kind: "Btc";
|
|
422
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
423
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
424
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
425
|
-
}, "strip", z.ZodTypeAny, {
|
|
426
|
-
value: `0x${string}`;
|
|
427
|
-
__kind: "Arb";
|
|
428
|
-
}, {
|
|
429
|
-
value: string;
|
|
430
|
-
__kind: "Arb";
|
|
431
|
-
}>, {
|
|
432
|
-
chain: "Arbitrum";
|
|
433
|
-
address: `0x${string}`;
|
|
434
|
-
}, {
|
|
435
|
-
value: string;
|
|
436
|
-
__kind: "Arb";
|
|
437
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
438
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
439
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
440
|
-
}, "strip", z.ZodTypeAny, {
|
|
441
|
-
value: `0x${string}`;
|
|
442
|
-
__kind: "Sol";
|
|
443
|
-
}, {
|
|
444
|
-
value: string;
|
|
445
|
-
__kind: "Sol";
|
|
446
|
-
}>, {
|
|
447
|
-
chain: "Solana";
|
|
448
|
-
address: string;
|
|
387
|
+
readonly chain: "Ethereum";
|
|
388
|
+
readonly address: `0x${string}`;
|
|
389
|
+
} | {
|
|
390
|
+
readonly chain: "Polkadot";
|
|
391
|
+
readonly address: string;
|
|
392
|
+
} | {
|
|
393
|
+
readonly chain: "Bitcoin";
|
|
394
|
+
readonly address: string;
|
|
395
|
+
} | {
|
|
396
|
+
readonly chain: "Arbitrum";
|
|
397
|
+
readonly address: `0x${string}`;
|
|
398
|
+
} | {
|
|
399
|
+
readonly chain: "Solana";
|
|
400
|
+
readonly address: string;
|
|
449
401
|
}, {
|
|
450
402
|
value: string;
|
|
451
|
-
__kind: "Sol";
|
|
452
|
-
}
|
|
403
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
404
|
+
}>;
|
|
453
405
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
454
406
|
channelMetadata: z.ZodObject<{
|
|
455
407
|
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -473,7 +425,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
473
425
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
|
|
474
426
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
475
427
|
}>;
|
|
476
|
-
sourceAddress: z.ZodOptional<z.ZodNullable<z.
|
|
428
|
+
sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
477
429
|
__kind: z.ZodLiteral<"Eth">;
|
|
478
430
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
479
431
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -493,7 +445,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
493
445
|
__kind: "Dot";
|
|
494
446
|
}>, z.ZodObject<{
|
|
495
447
|
__kind: z.ZodLiteral<"Btc">;
|
|
496
|
-
value: z.
|
|
448
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
497
449
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
498
450
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
499
451
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -724,7 +676,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
724
676
|
}>, "many">;
|
|
725
677
|
refundParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
726
678
|
retryDuration: z.ZodNumber;
|
|
727
|
-
refundAddress: z.
|
|
679
|
+
refundAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
728
680
|
__kind: z.ZodLiteral<"Eth">;
|
|
729
681
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
730
682
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -744,7 +696,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
744
696
|
__kind: "Dot";
|
|
745
697
|
}>, z.ZodObject<{
|
|
746
698
|
__kind: z.ZodLiteral<"Btc">;
|
|
747
|
-
value: z.
|
|
699
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
748
700
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
749
701
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
750
702
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -959,24 +911,24 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
959
911
|
depositDetails: {
|
|
960
912
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
961
913
|
};
|
|
962
|
-
inputAsset: "
|
|
914
|
+
inputAsset: "ArbEth" | "ArbUsdc";
|
|
963
915
|
depositAmount: bigint;
|
|
964
916
|
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
965
917
|
destinationAddress: {
|
|
966
|
-
chain: "Ethereum";
|
|
967
|
-
address: `0x${string}`;
|
|
918
|
+
readonly chain: "Ethereum";
|
|
919
|
+
readonly address: `0x${string}`;
|
|
968
920
|
} | {
|
|
969
|
-
chain: "Polkadot";
|
|
970
|
-
address: string;
|
|
921
|
+
readonly chain: "Polkadot";
|
|
922
|
+
readonly address: string;
|
|
971
923
|
} | {
|
|
972
|
-
chain: "Bitcoin";
|
|
973
|
-
address: string;
|
|
924
|
+
readonly chain: "Bitcoin";
|
|
925
|
+
readonly address: string;
|
|
974
926
|
} | {
|
|
975
|
-
chain: "Arbitrum";
|
|
976
|
-
address: `0x${string}`;
|
|
927
|
+
readonly chain: "Arbitrum";
|
|
928
|
+
readonly address: `0x${string}`;
|
|
977
929
|
} | {
|
|
978
|
-
chain: "Solana";
|
|
979
|
-
address: string;
|
|
930
|
+
readonly chain: "Solana";
|
|
931
|
+
readonly address: string;
|
|
980
932
|
};
|
|
981
933
|
affiliateFees: {
|
|
982
934
|
account: number;
|
|
@@ -1081,7 +1033,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1081
1033
|
txHashes?: string[] | null | undefined;
|
|
1082
1034
|
};
|
|
1083
1035
|
inputAsset: {
|
|
1084
|
-
__kind: "
|
|
1036
|
+
__kind: "ArbEth" | "ArbUsdc";
|
|
1085
1037
|
};
|
|
1086
1038
|
depositAmount: string | number;
|
|
1087
1039
|
outputAsset: {
|
|
@@ -1089,19 +1041,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1089
1041
|
};
|
|
1090
1042
|
destinationAddress: {
|
|
1091
1043
|
value: string;
|
|
1092
|
-
__kind: "Eth";
|
|
1093
|
-
} | {
|
|
1094
|
-
value: string;
|
|
1095
|
-
__kind: "Dot";
|
|
1096
|
-
} | {
|
|
1097
|
-
value: string;
|
|
1098
|
-
__kind: "Btc";
|
|
1099
|
-
} | {
|
|
1100
|
-
value: string;
|
|
1101
|
-
__kind: "Arb";
|
|
1102
|
-
} | {
|
|
1103
|
-
value: string;
|
|
1104
|
-
__kind: "Sol";
|
|
1044
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1105
1045
|
};
|
|
1106
1046
|
affiliateFees: {
|
|
1107
1047
|
account: number;
|
|
@@ -1210,24 +1150,24 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1210
1150
|
depositDetails: {
|
|
1211
1151
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
1212
1152
|
};
|
|
1213
|
-
inputAsset: "
|
|
1153
|
+
inputAsset: "ArbEth" | "ArbUsdc";
|
|
1214
1154
|
depositAmount: bigint;
|
|
1215
1155
|
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1216
1156
|
destinationAddress: {
|
|
1217
|
-
chain: "Ethereum";
|
|
1218
|
-
address: `0x${string}`;
|
|
1157
|
+
readonly chain: "Ethereum";
|
|
1158
|
+
readonly address: `0x${string}`;
|
|
1219
1159
|
} | {
|
|
1220
|
-
chain: "Polkadot";
|
|
1221
|
-
address: string;
|
|
1160
|
+
readonly chain: "Polkadot";
|
|
1161
|
+
readonly address: string;
|
|
1222
1162
|
} | {
|
|
1223
|
-
chain: "Bitcoin";
|
|
1224
|
-
address: string;
|
|
1163
|
+
readonly chain: "Bitcoin";
|
|
1164
|
+
readonly address: string;
|
|
1225
1165
|
} | {
|
|
1226
|
-
chain: "Arbitrum";
|
|
1227
|
-
address: `0x${string}`;
|
|
1166
|
+
readonly chain: "Arbitrum";
|
|
1167
|
+
readonly address: `0x${string}`;
|
|
1228
1168
|
} | {
|
|
1229
|
-
chain: "Solana";
|
|
1230
|
-
address: string;
|
|
1169
|
+
readonly chain: "Solana";
|
|
1170
|
+
readonly address: string;
|
|
1231
1171
|
};
|
|
1232
1172
|
affiliateFees: {
|
|
1233
1173
|
account: number;
|
|
@@ -1335,7 +1275,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1335
1275
|
txHashes?: string[] | null | undefined;
|
|
1336
1276
|
};
|
|
1337
1277
|
inputAsset: {
|
|
1338
|
-
__kind: "
|
|
1278
|
+
__kind: "ArbEth" | "ArbUsdc";
|
|
1339
1279
|
};
|
|
1340
1280
|
depositAmount: string | number;
|
|
1341
1281
|
outputAsset: {
|
|
@@ -1343,19 +1283,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1343
1283
|
};
|
|
1344
1284
|
destinationAddress: {
|
|
1345
1285
|
value: string;
|
|
1346
|
-
__kind: "Eth";
|
|
1347
|
-
} | {
|
|
1348
|
-
value: string;
|
|
1349
|
-
__kind: "Dot";
|
|
1350
|
-
} | {
|
|
1351
|
-
value: string;
|
|
1352
|
-
__kind: "Btc";
|
|
1353
|
-
} | {
|
|
1354
|
-
value: string;
|
|
1355
|
-
__kind: "Arb";
|
|
1356
|
-
} | {
|
|
1357
|
-
value: string;
|
|
1358
|
-
__kind: "Sol";
|
|
1286
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1359
1287
|
};
|
|
1360
1288
|
affiliateFees: {
|
|
1361
1289
|
account: number;
|
|
@@ -1534,24 +1462,24 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1534
1462
|
depositDetails: {
|
|
1535
1463
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
1536
1464
|
};
|
|
1537
|
-
inputAsset: "
|
|
1465
|
+
inputAsset: "ArbEth" | "ArbUsdc";
|
|
1538
1466
|
depositAmount: bigint;
|
|
1539
1467
|
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1540
1468
|
destinationAddress: {
|
|
1541
|
-
chain: "Ethereum";
|
|
1542
|
-
address: `0x${string}`;
|
|
1469
|
+
readonly chain: "Ethereum";
|
|
1470
|
+
readonly address: `0x${string}`;
|
|
1543
1471
|
} | {
|
|
1544
|
-
chain: "Polkadot";
|
|
1545
|
-
address: string;
|
|
1472
|
+
readonly chain: "Polkadot";
|
|
1473
|
+
readonly address: string;
|
|
1546
1474
|
} | {
|
|
1547
|
-
chain: "Bitcoin";
|
|
1548
|
-
address: string;
|
|
1475
|
+
readonly chain: "Bitcoin";
|
|
1476
|
+
readonly address: string;
|
|
1549
1477
|
} | {
|
|
1550
|
-
chain: "Arbitrum";
|
|
1551
|
-
address: `0x${string}`;
|
|
1478
|
+
readonly chain: "Arbitrum";
|
|
1479
|
+
readonly address: `0x${string}`;
|
|
1552
1480
|
} | {
|
|
1553
|
-
chain: "Solana";
|
|
1554
|
-
address: string;
|
|
1481
|
+
readonly chain: "Solana";
|
|
1482
|
+
readonly address: string;
|
|
1555
1483
|
};
|
|
1556
1484
|
affiliateFees: {
|
|
1557
1485
|
account: number;
|
|
@@ -1737,7 +1665,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1737
1665
|
txHashes?: string[] | null | undefined;
|
|
1738
1666
|
};
|
|
1739
1667
|
inputAsset: {
|
|
1740
|
-
__kind: "
|
|
1668
|
+
__kind: "ArbEth" | "ArbUsdc";
|
|
1741
1669
|
};
|
|
1742
1670
|
depositAmount: string | number;
|
|
1743
1671
|
outputAsset: {
|
|
@@ -1745,19 +1673,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1745
1673
|
};
|
|
1746
1674
|
destinationAddress: {
|
|
1747
1675
|
value: string;
|
|
1748
|
-
__kind: "Eth";
|
|
1749
|
-
} | {
|
|
1750
|
-
value: string;
|
|
1751
|
-
__kind: "Dot";
|
|
1752
|
-
} | {
|
|
1753
|
-
value: string;
|
|
1754
|
-
__kind: "Btc";
|
|
1755
|
-
} | {
|
|
1756
|
-
value: string;
|
|
1757
|
-
__kind: "Arb";
|
|
1758
|
-
} | {
|
|
1759
|
-
value: string;
|
|
1760
|
-
__kind: "Sol";
|
|
1676
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1761
1677
|
};
|
|
1762
1678
|
affiliateFees: {
|
|
1763
1679
|
account: number;
|
|
@@ -22,7 +22,7 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
22
22
|
}>;
|
|
23
23
|
ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
24
24
|
maxBoostFeeBps: z.ZodNumber;
|
|
25
|
-
action: z.
|
|
25
|
+
action: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
26
26
|
__kind: z.ZodLiteral<"Swap">;
|
|
27
27
|
swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
28
28
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -22,7 +22,7 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
22
22
|
}>;
|
|
23
23
|
ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
24
24
|
maxBoostFeeBps: z.ZodNumber;
|
|
25
|
-
action: z.
|
|
25
|
+
action: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
26
26
|
__kind: z.ZodLiteral<"Swap">;
|
|
27
27
|
swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
28
28
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const arbitrumIngressEgressFailedToBuildAllBatchCall: 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 arbitrumIngressEgressFailedToBuildAllBatchCall: 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 arbitrumIngressEgressFailedToBuildAllBatchCall: 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 arbitrumIngressEgressFailedToBuildAllBatchCall: 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 arbitrumIngressEgressFailedToBuildAllBatchCall: 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 arbitrumIngressEgressFailedToBuildAllBatchCall: 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 bitcoinIngressEgressCcmEgressInvalid: 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 bitcoinIngressEgressCcmEgressInvalid: 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 bitcoinIngressEgressCcmEgressInvalid: 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 bitcoinIngressEgressCcmEgressInvalid: 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 bitcoinIngressEgressCcmEgressInvalid: 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 bitcoinIngressEgressCcmEgressInvalid: 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";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
|
|
4
|
-
depositAddress: z.ZodOptional<z.ZodNullable<z.
|
|
4
|
+
depositAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
6
6
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -171,7 +171,7 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
171
171
|
ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
172
172
|
maxBoostFeeBps: z.ZodNumber;
|
|
173
173
|
boostFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
174
|
-
action: z.
|
|
174
|
+
action: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
175
175
|
__kind: z.ZodLiteral<"Swap">;
|
|
176
176
|
swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
177
177
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
|
|
4
|
-
depositAddress: z.ZodOptional<z.ZodNullable<z.
|
|
4
|
+
depositAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
6
6
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -171,7 +171,7 @@ declare const bitcoinIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
171
171
|
ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
172
172
|
maxBoostFeeBps: z.ZodNumber;
|
|
173
173
|
boostFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
174
|
-
action: z.
|
|
174
|
+
action: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
175
175
|
__kind: z.ZodLiteral<"Swap">;
|
|
176
176
|
swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
177
177
|
}, "strip", z.ZodTypeAny, {
|