@chainflip/processor 1.8.2 → 1.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +1 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.ts +1 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +1 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +21 -21
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +21 -21
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +25 -25
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +25 -25
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +25 -25
- package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +25 -25
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +56 -56
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +21 -21
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +21 -21
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +21 -21
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +21 -21
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/100/common.cjs +34 -33
- package/dist/100/common.d.cts +64 -118
- package/dist/100/common.d.ts +64 -118
- package/dist/100/common.mjs +36 -35
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +17 -17
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +17 -17
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +21 -21
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +21 -21
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/100/flip/remainingImbalance.d.cts +24 -24
- package/dist/100/flip/remainingImbalance.d.ts +24 -24
- package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
- package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
- package/dist/100/funding/funded.d.cts +2 -2
- package/dist/100/funding/funded.d.ts +2 -2
- package/dist/100/funding/redemptionRequested.d.cts +2 -2
- package/dist/100/funding/redemptionRequested.d.ts +2 -2
- package/dist/100/governance/failedExecution.d.cts +1 -1
- package/dist/100/governance/failedExecution.d.ts +1 -1
- package/dist/100/governance/govKeyCallExecutionFailed.d.cts +1 -1
- package/dist/100/governance/govKeyCallExecutionFailed.d.ts +1 -1
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +9 -9
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +9 -9
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +9 -9
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +9 -9
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +21 -51
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +21 -51
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +6 -6
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +6 -6
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/100/swapping/ccmDepositReceived.d.cts +23 -53
- package/dist/100/swapping/ccmDepositReceived.d.ts +23 -53
- package/dist/100/swapping/ccmFailed.d.cts +23 -53
- package/dist/100/swapping/ccmFailed.d.ts +23 -53
- package/dist/100/swapping/swapAmountTooLow.d.cts +50 -116
- package/dist/100/swapping/swapAmountTooLow.d.ts +50 -116
- package/dist/100/swapping/swapDepositAddressReady.d.cts +42 -102
- package/dist/100/swapping/swapDepositAddressReady.d.ts +42 -102
- package/dist/100/swapping/swapScheduled.d.cts +53 -119
- package/dist/100/swapping/swapScheduled.d.ts +53 -119
- package/dist/100/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/100/swapping/withdrawalRequested.d.ts +21 -51
- package/dist/100/system/extrinsicFailed.d.cts +1 -1
- package/dist/100/system/extrinsicFailed.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +9 -9
- package/dist/100/tokenholderGovernance/proposalEnacted.d.ts +9 -9
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +9 -9
- package/dist/100/tokenholderGovernance/proposalPassed.d.ts +9 -9
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +9 -9
- package/dist/100/tokenholderGovernance/proposalRejected.d.ts +9 -9
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +9 -9
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.ts +9 -9
- package/dist/100/validator/palletConfigUpdated.d.cts +1 -1
- package/dist/100/validator/palletConfigUpdated.d.ts +1 -1
- package/dist/100/validator/rotationPhaseUpdated.d.cts +1 -1
- package/dist/100/validator/rotationPhaseUpdated.d.ts +1 -1
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +3 -3
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +3 -3
- package/dist/102/common.cjs +1 -1
- package/dist/102/common.d.cts +1 -1
- package/dist/102/common.d.ts +1 -1
- package/dist/102/common.mjs +1 -1
- package/dist/102/validator/palletConfigUpdated.d.cts +1 -1
- package/dist/102/validator/palletConfigUpdated.d.ts +1 -1
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +1 -1
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +1 -1
- package/dist/111/common.cjs +4 -4
- package/dist/111/common.d.cts +4 -4
- package/dist/111/common.d.ts +4 -4
- package/dist/111/common.mjs +4 -4
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/111/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/111/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +1 -1
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +1 -1
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +21 -21
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +21 -21
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +22 -22
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +22 -22
- package/dist/120/common.cjs +21 -20
- package/dist/120/common.d.cts +23 -47
- package/dist/120/common.d.ts +23 -47
- package/dist/120/common.mjs +21 -20
- package/dist/120/emissions/flipBurnSkipped.d.cts +1 -1
- package/dist/120/emissions/flipBurnSkipped.d.ts +1 -1
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +1 -1
- package/dist/120/ethereumIngressEgress/depositReceived.d.ts +1 -1
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +1 -1
- package/dist/120/polkadotIngressEgress/depositReceived.d.ts +1 -1
- package/dist/120/swapping/ccmFailed.d.cts +23 -53
- package/dist/120/swapping/ccmFailed.d.ts +23 -53
- package/dist/120/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/120/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/120/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/120/swapping/withdrawalRequested.d.ts +21 -51
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
- package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +2 -2
- package/dist/131/bitcoinIngressEgress/depositReceived.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/131/common.cjs +30 -29
- package/dist/131/common.d.cts +60 -114
- package/dist/131/common.d.ts +60 -114
- package/dist/131/common.mjs +31 -30
- package/dist/131/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/131/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +1 -1
- package/dist/131/ethereumIngressEgress/depositReceived.d.ts +1 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +3 -3
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +3 -3
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +3 -3
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +3 -3
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +21 -51
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +21 -51
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/131/swapping/ccmFailed.d.cts +52 -118
- package/dist/131/swapping/ccmFailed.d.ts +52 -118
- package/dist/131/swapping/swapDepositAddressReady.d.cts +42 -102
- package/dist/131/swapping/swapDepositAddressReady.d.ts +42 -102
- package/dist/131/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/131/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/131/swapping/swapScheduled.d.cts +53 -119
- package/dist/131/swapping/swapScheduled.d.ts +53 -119
- package/dist/131/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/131/swapping/withdrawalRequested.d.ts +21 -51
- package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +17 -17
- package/dist/131/witnesser/prewitnessExecutionFailed.d.ts +17 -17
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.cjs +5 -1
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.mjs +6 -2
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +21 -21
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +21 -21
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +5 -5
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +5 -5
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +5 -5
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +23 -23
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +23 -23
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +30 -30
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +30 -30
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.mjs +2 -2
- package/dist/141/common.cjs +40 -41
- package/dist/141/common.d.cts +76 -157
- package/dist/141/common.d.ts +76 -157
- package/dist/141/common.mjs +44 -45
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/141/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.cjs +5 -1
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.mjs +6 -2
- package/dist/141/ethereumIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/ethereumIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +5 -5
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +5 -5
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +5 -5
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/ethereumIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/ethereumIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +4 -4
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +4 -4
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +26 -71
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +26 -71
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +6 -6
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +6 -6
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +26 -71
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.ts +26 -71
- package/dist/141/polkadotIngressEgress/boostFundsAdded.cjs +5 -1
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.mjs +6 -2
- package/dist/141/polkadotIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/polkadotIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +5 -5
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +5 -5
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +5 -5
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/polkadotIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/polkadotIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/swapping/ccmDepositReceived.d.cts +28 -73
- package/dist/141/swapping/ccmDepositReceived.d.ts +28 -73
- package/dist/141/swapping/ccmFailed.d.cts +64 -163
- package/dist/141/swapping/ccmFailed.d.ts +64 -163
- package/dist/141/swapping/swapDepositAddressReady.d.cts +52 -142
- package/dist/141/swapping/swapDepositAddressReady.d.ts +52 -142
- package/dist/141/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/141/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/141/swapping/swapExecuted.d.cts +3 -3
- package/dist/141/swapping/swapExecuted.d.ts +3 -3
- package/dist/141/swapping/swapScheduled.d.cts +65 -164
- package/dist/141/swapping/swapScheduled.d.ts +65 -164
- package/dist/141/swapping/withdrawalRequested.d.cts +26 -71
- package/dist/141/swapping/withdrawalRequested.d.ts +26 -71
- package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalEnacted.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalPassed.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalPassed.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalRejected.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalRejected.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
- package/dist/141/validator/rotationPhaseUpdated.d.cts +21 -21
- package/dist/141/validator/rotationPhaseUpdated.d.ts +21 -21
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/150/assetBalances/refundScheduled.d.cts +4 -4
- package/dist/150/assetBalances/refundScheduled.d.ts +4 -4
- package/dist/150/assetBalances/refundSkipped.d.cts +50 -50
- package/dist/150/assetBalances/refundSkipped.d.ts +50 -50
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/150/common.cjs +42 -45
- package/dist/150/common.d.cts +114 -282
- package/dist/150/common.d.ts +114 -282
- package/dist/150/common.mjs +46 -49
- package/dist/150/environment/runtimeSafeModeUpdated.d.cts +14 -14
- package/dist/150/environment/runtimeSafeModeUpdated.d.ts +14 -14
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +5 -5
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +5 -5
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +3 -3
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +3 -3
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +3 -3
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +3 -3
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +31 -91
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +31 -91
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +6 -6
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +6 -6
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +31 -91
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.ts +31 -91
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +5 -5
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +5 -5
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/150/solanaIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/150/solanaIngressEgress/boostFundsAdded.mjs +2 -2
- package/dist/150/solanaIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/150/solanaIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/solanaIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.cjs +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.mjs +2 -2
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/150/solanaIngressEgress/stoppedBoosting.cjs +1 -1
- package/dist/150/solanaIngressEgress/stoppedBoosting.mjs +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/150/swapping/ccmDepositReceived.d.cts +33 -93
- package/dist/150/swapping/ccmDepositReceived.d.ts +33 -93
- package/dist/150/swapping/ccmFailed.d.cts +76 -208
- package/dist/150/swapping/ccmFailed.d.ts +76 -208
- package/dist/150/swapping/refundEgressIgnored.d.cts +1 -1
- package/dist/150/swapping/refundEgressIgnored.d.ts +1 -1
- package/dist/150/swapping/swapDepositAddressReady.d.cts +104 -296
- package/dist/150/swapping/swapDepositAddressReady.d.ts +104 -296
- package/dist/150/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/150/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/150/swapping/swapExecuted.d.cts +3 -3
- package/dist/150/swapping/swapExecuted.d.ts +3 -3
- package/dist/150/swapping/swapScheduled.d.cts +77 -209
- package/dist/150/swapping/swapScheduled.d.ts +77 -209
- package/dist/150/swapping/withdrawalRequested.d.cts +31 -91
- package/dist/150/swapping/withdrawalRequested.d.ts +31 -91
- package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalEnacted.d.ts +1 -1
- package/dist/150/tokenholderGovernance/proposalPassed.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalPassed.d.ts +1 -1
- package/dist/150/tokenholderGovernance/proposalRejected.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalRejected.d.ts +1 -1
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +64 -64
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +64 -64
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +9 -9
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +9 -9
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +7 -7
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +7 -7
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +17 -17
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +17 -17
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/160/common.cjs +38 -41
- package/dist/160/common.d.cts +240 -660
- package/dist/160/common.d.ts +240 -660
- package/dist/160/common.mjs +39 -42
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/160/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +64 -64
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +64 -64
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +9 -9
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +9 -9
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +7 -7
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +7 -7
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +11 -11
- package/dist/160/liquidityPools/limitOrderUpdated.d.ts +11 -11
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +1 -1
- package/dist/160/liquidityPools/orderDeletionFailed.d.ts +1 -1
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +11 -11
- package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +11 -11
- package/dist/160/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/160/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +33 -93
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +33 -93
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +31 -91
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +31 -91
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +64 -64
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +64 -64
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +9 -9
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +9 -9
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +7 -7
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +7 -7
- package/dist/160/solanaIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/160/solanaIngressEgress/boostFundsAdded.mjs +2 -2
- package/dist/160/solanaIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/160/solanaIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +53 -53
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +53 -53
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/solanaIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/160/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositWitnessRejected.cjs +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +21 -21
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +21 -21
- package/dist/160/solanaIngressEgress/depositWitnessRejected.mjs +2 -2
- package/dist/160/solanaIngressEgress/stoppedBoosting.cjs +1 -1
- package/dist/160/solanaIngressEgress/stoppedBoosting.mjs +2 -2
- package/dist/160/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/160/swapping/batchSwapFailed.d.ts +6 -6
- package/dist/160/swapping/ccmFailed.d.cts +116 -320
- package/dist/160/swapping/ccmFailed.d.ts +116 -320
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +29 -29
- package/dist/160/swapping/refundEgressIgnored.d.ts +29 -29
- package/dist/160/swapping/refundEgressScheduled.d.cts +6 -6
- package/dist/160/swapping/refundEgressScheduled.d.ts +6 -6
- package/dist/160/swapping/swapAmountConfiscated.d.cts +6 -6
- package/dist/160/swapping/swapAmountConfiscated.d.ts +6 -6
- package/dist/160/swapping/swapDepositAddressReady.d.cts +122 -314
- package/dist/160/swapping/swapDepositAddressReady.d.ts +122 -314
- package/dist/160/swapping/swapEgressIgnored.d.cts +29 -29
- package/dist/160/swapping/swapEgressIgnored.d.ts +29 -29
- package/dist/160/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/160/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.ts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +237 -609
- package/dist/160/swapping/swapRequested.d.ts +237 -609
- package/dist/160/swapping/withdrawalRequested.d.cts +37 -97
- package/dist/160/swapping/withdrawalRequested.d.ts +37 -97
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +129 -333
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +129 -333
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +53 -53
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +53 -53
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/common.cjs +30 -33
- package/dist/170/common.d.cts +284 -788
- package/dist/170/common.d.ts +284 -788
- package/dist/170/common.mjs +30 -33
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/evmThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/evmThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/polkadotThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/polkadotThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/reputation/offencePenalty.d.cts +1 -1
- package/dist/170/reputation/offencePenalty.d.ts +1 -1
- package/dist/170/reputation/penaltyUpdated.d.cts +1 -1
- package/dist/170/reputation/penaltyUpdated.d.ts +1 -1
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/solanaThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/solanaThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/swapping/minimumChunkSizeSet.d.cts +2 -2
- package/dist/170/swapping/minimumChunkSizeSet.d.ts +2 -2
- package/dist/170/swapping/swapRequested.d.cts +234 -618
- package/dist/170/swapping/swapRequested.d.ts +234 -618
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +97 -181
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +97 -181
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +450 -184
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +450 -184
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +1 -1
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +1 -1
- package/dist/180/common.cjs +170 -70
- package/dist/180/common.d.cts +7356 -4428
- package/dist/180/common.d.ts +7356 -4428
- package/dist/180/common.mjs +175 -75
- package/dist/180/environment/solanaGovCallDispatched.cjs +10 -0
- package/dist/180/environment/solanaGovCallDispatched.d.cts +69 -0
- package/dist/180/environment/solanaGovCallDispatched.d.ts +69 -0
- package/dist/180/environment/solanaGovCallDispatched.mjs +10 -0
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +17 -17
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +17 -17
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +5 -5
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +5 -5
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +112 -196
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +112 -196
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +13 -13
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +13 -13
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +132 -207
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +132 -207
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +104 -213
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +104 -213
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/180/swapping/swapDepositAddressReady.cjs +2 -0
- package/dist/180/swapping/swapDepositAddressReady.d.cts +107 -296
- package/dist/180/swapping/swapDepositAddressReady.d.ts +107 -296
- package/dist/180/swapping/swapDepositAddressReady.mjs +2 -0
- package/dist/180/swapping/swapRequested.d.cts +192 -482
- package/dist/180/swapping/swapRequested.d.ts +192 -482
- package/package.json +1 -1
|
@@ -21,129 +21,72 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
21
21
|
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
22
22
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
23
23
|
}>;
|
|
24
|
-
origin: z.
|
|
24
|
+
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
25
25
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
26
|
-
depositAddress: z.
|
|
27
|
-
__kind: z.
|
|
26
|
+
depositAddress: z.ZodEffects<z.ZodObject<{
|
|
27
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
28
28
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
30
|
value: `0x${string}`;
|
|
31
|
-
__kind: "Eth";
|
|
31
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
32
32
|
}, {
|
|
33
33
|
value: string;
|
|
34
|
-
__kind: "Eth";
|
|
34
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
35
35
|
}>, {
|
|
36
|
-
chain: "Ethereum";
|
|
37
|
-
address: `0x${string}`;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}>, {
|
|
51
|
-
chain: "Polkadot";
|
|
52
|
-
address: string;
|
|
53
|
-
}, {
|
|
54
|
-
value: string;
|
|
55
|
-
__kind: "Dot";
|
|
56
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
57
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
58
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
59
|
-
}, "strip", z.ZodTypeAny, {
|
|
60
|
-
value: `0x${string}`;
|
|
61
|
-
__kind: "Btc";
|
|
62
|
-
}, {
|
|
63
|
-
value: string;
|
|
64
|
-
__kind: "Btc";
|
|
65
|
-
}>, {
|
|
66
|
-
chain: "Bitcoin";
|
|
67
|
-
address: string;
|
|
68
|
-
}, {
|
|
69
|
-
value: string;
|
|
70
|
-
__kind: "Btc";
|
|
71
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
72
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
73
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
74
|
-
}, "strip", z.ZodTypeAny, {
|
|
75
|
-
value: `0x${string}`;
|
|
76
|
-
__kind: "Arb";
|
|
77
|
-
}, {
|
|
78
|
-
value: string;
|
|
79
|
-
__kind: "Arb";
|
|
80
|
-
}>, {
|
|
81
|
-
chain: "Arbitrum";
|
|
82
|
-
address: `0x${string}`;
|
|
83
|
-
}, {
|
|
84
|
-
value: string;
|
|
85
|
-
__kind: "Arb";
|
|
86
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
87
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
88
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
89
|
-
}, "strip", z.ZodTypeAny, {
|
|
90
|
-
value: `0x${string}`;
|
|
91
|
-
__kind: "Sol";
|
|
92
|
-
}, {
|
|
93
|
-
value: string;
|
|
94
|
-
__kind: "Sol";
|
|
95
|
-
}>, {
|
|
96
|
-
chain: "Solana";
|
|
97
|
-
address: string;
|
|
36
|
+
readonly chain: "Ethereum";
|
|
37
|
+
readonly address: `0x${string}`;
|
|
38
|
+
} | {
|
|
39
|
+
readonly chain: "Polkadot";
|
|
40
|
+
readonly address: string;
|
|
41
|
+
} | {
|
|
42
|
+
readonly chain: "Bitcoin";
|
|
43
|
+
readonly address: string;
|
|
44
|
+
} | {
|
|
45
|
+
readonly chain: "Arbitrum";
|
|
46
|
+
readonly address: `0x${string}`;
|
|
47
|
+
} | {
|
|
48
|
+
readonly chain: "Solana";
|
|
49
|
+
readonly address: string;
|
|
98
50
|
}, {
|
|
99
51
|
value: string;
|
|
100
|
-
__kind: "Sol";
|
|
101
|
-
}
|
|
52
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
53
|
+
}>;
|
|
102
54
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
103
55
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
56
|
+
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
104
57
|
}, "strip", z.ZodTypeAny, {
|
|
58
|
+
brokerId: string;
|
|
105
59
|
__kind: "DepositChannel";
|
|
106
60
|
depositAddress: {
|
|
107
|
-
chain: "Ethereum";
|
|
108
|
-
address: `0x${string}`;
|
|
61
|
+
readonly chain: "Ethereum";
|
|
62
|
+
readonly address: `0x${string}`;
|
|
109
63
|
} | {
|
|
110
|
-
chain: "Polkadot";
|
|
111
|
-
address: string;
|
|
64
|
+
readonly chain: "Polkadot";
|
|
65
|
+
readonly address: string;
|
|
112
66
|
} | {
|
|
113
|
-
chain: "Bitcoin";
|
|
114
|
-
address: string;
|
|
67
|
+
readonly chain: "Bitcoin";
|
|
68
|
+
readonly address: string;
|
|
115
69
|
} | {
|
|
116
|
-
chain: "Arbitrum";
|
|
117
|
-
address: `0x${string}`;
|
|
70
|
+
readonly chain: "Arbitrum";
|
|
71
|
+
readonly address: `0x${string}`;
|
|
118
72
|
} | {
|
|
119
|
-
chain: "Solana";
|
|
120
|
-
address: string;
|
|
73
|
+
readonly chain: "Solana";
|
|
74
|
+
readonly address: string;
|
|
121
75
|
};
|
|
122
76
|
channelId: bigint;
|
|
123
77
|
depositBlockHeight: bigint;
|
|
124
78
|
}, {
|
|
79
|
+
brokerId: string;
|
|
125
80
|
__kind: "DepositChannel";
|
|
126
81
|
depositAddress: {
|
|
127
82
|
value: string;
|
|
128
|
-
__kind: "Eth";
|
|
129
|
-
} | {
|
|
130
|
-
value: string;
|
|
131
|
-
__kind: "Dot";
|
|
132
|
-
} | {
|
|
133
|
-
value: string;
|
|
134
|
-
__kind: "Btc";
|
|
135
|
-
} | {
|
|
136
|
-
value: string;
|
|
137
|
-
__kind: "Arb";
|
|
138
|
-
} | {
|
|
139
|
-
value: string;
|
|
140
|
-
__kind: "Sol";
|
|
83
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
141
84
|
};
|
|
142
85
|
channelId: string | number;
|
|
143
86
|
depositBlockHeight: string | number;
|
|
144
87
|
}>, z.ZodObject<{
|
|
145
88
|
__kind: z.ZodLiteral<"Vault">;
|
|
146
|
-
txId: z.
|
|
89
|
+
txId: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
147
90
|
__kind: z.ZodLiteral<"Evm">;
|
|
148
91
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
149
92
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -201,6 +144,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
201
144
|
}, {
|
|
202
145
|
__kind: "None";
|
|
203
146
|
}>]>;
|
|
147
|
+
brokerId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>>>;
|
|
204
148
|
}, "strip", z.ZodTypeAny, {
|
|
205
149
|
__kind: "Vault";
|
|
206
150
|
txId: {
|
|
@@ -221,6 +165,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
221
165
|
} | {
|
|
222
166
|
__kind: "None";
|
|
223
167
|
};
|
|
168
|
+
brokerId?: string | null | undefined;
|
|
224
169
|
}, {
|
|
225
170
|
__kind: "Vault";
|
|
226
171
|
txId: {
|
|
@@ -241,6 +186,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
241
186
|
} | {
|
|
242
187
|
__kind: "None";
|
|
243
188
|
};
|
|
189
|
+
brokerId?: string | null | undefined;
|
|
244
190
|
}>, z.ZodObject<{
|
|
245
191
|
__kind: z.ZodLiteral<"Internal">;
|
|
246
192
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -248,7 +194,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
248
194
|
}, {
|
|
249
195
|
__kind: "Internal";
|
|
250
196
|
}>]>;
|
|
251
|
-
requestType: z.
|
|
197
|
+
requestType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
252
198
|
__kind: z.ZodLiteral<"NetworkFee">;
|
|
253
199
|
}, "strip", z.ZodTypeAny, {
|
|
254
200
|
__kind: "NetworkFee";
|
|
@@ -262,82 +208,34 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
262
208
|
__kind: "IngressEgressFee";
|
|
263
209
|
}>, z.ZodObject<{
|
|
264
210
|
__kind: z.ZodLiteral<"Regular">;
|
|
265
|
-
outputAddress: z.
|
|
266
|
-
__kind: z.
|
|
267
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
268
|
-
}, "strip", z.ZodTypeAny, {
|
|
269
|
-
value: `0x${string}`;
|
|
270
|
-
__kind: "Eth";
|
|
271
|
-
}, {
|
|
272
|
-
value: string;
|
|
273
|
-
__kind: "Eth";
|
|
274
|
-
}>, {
|
|
275
|
-
chain: "Ethereum";
|
|
276
|
-
address: `0x${string}`;
|
|
277
|
-
}, {
|
|
278
|
-
value: string;
|
|
279
|
-
__kind: "Eth";
|
|
280
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
281
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
282
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
283
|
-
}, "strip", z.ZodTypeAny, {
|
|
284
|
-
value: `0x${string}`;
|
|
285
|
-
__kind: "Dot";
|
|
286
|
-
}, {
|
|
287
|
-
value: string;
|
|
288
|
-
__kind: "Dot";
|
|
289
|
-
}>, {
|
|
290
|
-
chain: "Polkadot";
|
|
291
|
-
address: string;
|
|
292
|
-
}, {
|
|
293
|
-
value: string;
|
|
294
|
-
__kind: "Dot";
|
|
295
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
296
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
297
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
298
|
-
}, "strip", z.ZodTypeAny, {
|
|
299
|
-
value: `0x${string}`;
|
|
300
|
-
__kind: "Btc";
|
|
301
|
-
}, {
|
|
302
|
-
value: string;
|
|
303
|
-
__kind: "Btc";
|
|
304
|
-
}>, {
|
|
305
|
-
chain: "Bitcoin";
|
|
306
|
-
address: string;
|
|
307
|
-
}, {
|
|
308
|
-
value: string;
|
|
309
|
-
__kind: "Btc";
|
|
310
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
311
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
211
|
+
outputAddress: z.ZodEffects<z.ZodObject<{
|
|
212
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
312
213
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
313
214
|
}, "strip", z.ZodTypeAny, {
|
|
314
215
|
value: `0x${string}`;
|
|
315
|
-
__kind: "Arb";
|
|
216
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
316
217
|
}, {
|
|
317
218
|
value: string;
|
|
318
|
-
__kind: "Arb";
|
|
219
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
319
220
|
}>, {
|
|
320
|
-
chain: "
|
|
321
|
-
address: `0x${string}`;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
}>, {
|
|
335
|
-
chain: "Solana";
|
|
336
|
-
address: string;
|
|
221
|
+
readonly chain: "Ethereum";
|
|
222
|
+
readonly address: `0x${string}`;
|
|
223
|
+
} | {
|
|
224
|
+
readonly chain: "Polkadot";
|
|
225
|
+
readonly address: string;
|
|
226
|
+
} | {
|
|
227
|
+
readonly chain: "Bitcoin";
|
|
228
|
+
readonly address: string;
|
|
229
|
+
} | {
|
|
230
|
+
readonly chain: "Arbitrum";
|
|
231
|
+
readonly address: `0x${string}`;
|
|
232
|
+
} | {
|
|
233
|
+
readonly chain: "Solana";
|
|
234
|
+
readonly address: string;
|
|
337
235
|
}, {
|
|
338
236
|
value: string;
|
|
339
|
-
__kind: "Sol";
|
|
340
|
-
}
|
|
237
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
238
|
+
}>;
|
|
341
239
|
ccmDepositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
342
240
|
channelMetadata: z.ZodObject<{
|
|
343
241
|
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -361,82 +259,34 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
361
259
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
|
|
362
260
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
363
261
|
}>;
|
|
364
|
-
sourceAddress: z.ZodOptional<z.ZodNullable<z.
|
|
365
|
-
__kind: z.
|
|
262
|
+
sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
|
|
263
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
366
264
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
367
265
|
}, "strip", z.ZodTypeAny, {
|
|
368
266
|
value: `0x${string}`;
|
|
369
|
-
__kind: "Eth";
|
|
267
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
370
268
|
}, {
|
|
371
269
|
value: string;
|
|
372
|
-
__kind: "Eth";
|
|
270
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
373
271
|
}>, {
|
|
374
|
-
chain: "Ethereum";
|
|
375
|
-
address: `0x${string}`;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
}>, {
|
|
389
|
-
chain: "Polkadot";
|
|
390
|
-
address: string;
|
|
391
|
-
}, {
|
|
392
|
-
value: string;
|
|
393
|
-
__kind: "Dot";
|
|
394
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
395
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
396
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
397
|
-
}, "strip", z.ZodTypeAny, {
|
|
398
|
-
value: `0x${string}`;
|
|
399
|
-
__kind: "Btc";
|
|
400
|
-
}, {
|
|
401
|
-
value: string;
|
|
402
|
-
__kind: "Btc";
|
|
403
|
-
}>, {
|
|
404
|
-
chain: "Bitcoin";
|
|
405
|
-
address: string;
|
|
406
|
-
}, {
|
|
407
|
-
value: string;
|
|
408
|
-
__kind: "Btc";
|
|
409
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
410
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
411
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
412
|
-
}, "strip", z.ZodTypeAny, {
|
|
413
|
-
value: `0x${string}`;
|
|
414
|
-
__kind: "Arb";
|
|
415
|
-
}, {
|
|
416
|
-
value: string;
|
|
417
|
-
__kind: "Arb";
|
|
418
|
-
}>, {
|
|
419
|
-
chain: "Arbitrum";
|
|
420
|
-
address: `0x${string}`;
|
|
421
|
-
}, {
|
|
422
|
-
value: string;
|
|
423
|
-
__kind: "Arb";
|
|
424
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
425
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
426
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
427
|
-
}, "strip", z.ZodTypeAny, {
|
|
428
|
-
value: `0x${string}`;
|
|
429
|
-
__kind: "Sol";
|
|
430
|
-
}, {
|
|
431
|
-
value: string;
|
|
432
|
-
__kind: "Sol";
|
|
433
|
-
}>, {
|
|
434
|
-
chain: "Solana";
|
|
435
|
-
address: string;
|
|
272
|
+
readonly chain: "Ethereum";
|
|
273
|
+
readonly address: `0x${string}`;
|
|
274
|
+
} | {
|
|
275
|
+
readonly chain: "Polkadot";
|
|
276
|
+
readonly address: string;
|
|
277
|
+
} | {
|
|
278
|
+
readonly chain: "Bitcoin";
|
|
279
|
+
readonly address: string;
|
|
280
|
+
} | {
|
|
281
|
+
readonly chain: "Arbitrum";
|
|
282
|
+
readonly address: `0x${string}`;
|
|
283
|
+
} | {
|
|
284
|
+
readonly chain: "Solana";
|
|
285
|
+
readonly address: string;
|
|
436
286
|
}, {
|
|
437
287
|
value: string;
|
|
438
|
-
__kind: "Sol";
|
|
439
|
-
}
|
|
288
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
289
|
+
}>>>;
|
|
440
290
|
}, "strip", z.ZodTypeAny, {
|
|
441
291
|
channelMetadata: {
|
|
442
292
|
message: `0x${string}`;
|
|
@@ -445,20 +295,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
445
295
|
};
|
|
446
296
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
447
297
|
sourceAddress?: {
|
|
448
|
-
chain: "Ethereum";
|
|
449
|
-
address: `0x${string}`;
|
|
298
|
+
readonly chain: "Ethereum";
|
|
299
|
+
readonly address: `0x${string}`;
|
|
450
300
|
} | {
|
|
451
|
-
chain: "Polkadot";
|
|
452
|
-
address: string;
|
|
301
|
+
readonly chain: "Polkadot";
|
|
302
|
+
readonly address: string;
|
|
453
303
|
} | {
|
|
454
|
-
chain: "Bitcoin";
|
|
455
|
-
address: string;
|
|
304
|
+
readonly chain: "Bitcoin";
|
|
305
|
+
readonly address: string;
|
|
456
306
|
} | {
|
|
457
|
-
chain: "Arbitrum";
|
|
458
|
-
address: `0x${string}`;
|
|
307
|
+
readonly chain: "Arbitrum";
|
|
308
|
+
readonly address: `0x${string}`;
|
|
459
309
|
} | {
|
|
460
|
-
chain: "Solana";
|
|
461
|
-
address: string;
|
|
310
|
+
readonly chain: "Solana";
|
|
311
|
+
readonly address: string;
|
|
462
312
|
} | null | undefined;
|
|
463
313
|
}, {
|
|
464
314
|
channelMetadata: {
|
|
@@ -471,38 +321,26 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
471
321
|
};
|
|
472
322
|
sourceAddress?: {
|
|
473
323
|
value: string;
|
|
474
|
-
__kind: "Eth";
|
|
475
|
-
} | {
|
|
476
|
-
value: string;
|
|
477
|
-
__kind: "Dot";
|
|
478
|
-
} | {
|
|
479
|
-
value: string;
|
|
480
|
-
__kind: "Btc";
|
|
481
|
-
} | {
|
|
482
|
-
value: string;
|
|
483
|
-
__kind: "Arb";
|
|
484
|
-
} | {
|
|
485
|
-
value: string;
|
|
486
|
-
__kind: "Sol";
|
|
324
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
487
325
|
} | null | undefined;
|
|
488
326
|
}>>>;
|
|
489
327
|
}, "strip", z.ZodTypeAny, {
|
|
490
328
|
__kind: "Regular";
|
|
491
329
|
outputAddress: {
|
|
492
|
-
chain: "Ethereum";
|
|
493
|
-
address: `0x${string}`;
|
|
330
|
+
readonly chain: "Ethereum";
|
|
331
|
+
readonly address: `0x${string}`;
|
|
494
332
|
} | {
|
|
495
|
-
chain: "Polkadot";
|
|
496
|
-
address: string;
|
|
333
|
+
readonly chain: "Polkadot";
|
|
334
|
+
readonly address: string;
|
|
497
335
|
} | {
|
|
498
|
-
chain: "Bitcoin";
|
|
499
|
-
address: string;
|
|
336
|
+
readonly chain: "Bitcoin";
|
|
337
|
+
readonly address: string;
|
|
500
338
|
} | {
|
|
501
|
-
chain: "Arbitrum";
|
|
502
|
-
address: `0x${string}`;
|
|
339
|
+
readonly chain: "Arbitrum";
|
|
340
|
+
readonly address: `0x${string}`;
|
|
503
341
|
} | {
|
|
504
|
-
chain: "Solana";
|
|
505
|
-
address: string;
|
|
342
|
+
readonly chain: "Solana";
|
|
343
|
+
readonly address: string;
|
|
506
344
|
};
|
|
507
345
|
ccmDepositMetadata?: {
|
|
508
346
|
channelMetadata: {
|
|
@@ -512,39 +350,27 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
512
350
|
};
|
|
513
351
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
514
352
|
sourceAddress?: {
|
|
515
|
-
chain: "Ethereum";
|
|
516
|
-
address: `0x${string}`;
|
|
353
|
+
readonly chain: "Ethereum";
|
|
354
|
+
readonly address: `0x${string}`;
|
|
517
355
|
} | {
|
|
518
|
-
chain: "Polkadot";
|
|
519
|
-
address: string;
|
|
356
|
+
readonly chain: "Polkadot";
|
|
357
|
+
readonly address: string;
|
|
520
358
|
} | {
|
|
521
|
-
chain: "Bitcoin";
|
|
522
|
-
address: string;
|
|
359
|
+
readonly chain: "Bitcoin";
|
|
360
|
+
readonly address: string;
|
|
523
361
|
} | {
|
|
524
|
-
chain: "Arbitrum";
|
|
525
|
-
address: `0x${string}`;
|
|
362
|
+
readonly chain: "Arbitrum";
|
|
363
|
+
readonly address: `0x${string}`;
|
|
526
364
|
} | {
|
|
527
|
-
chain: "Solana";
|
|
528
|
-
address: string;
|
|
365
|
+
readonly chain: "Solana";
|
|
366
|
+
readonly address: string;
|
|
529
367
|
} | null | undefined;
|
|
530
368
|
} | null | undefined;
|
|
531
369
|
}, {
|
|
532
370
|
__kind: "Regular";
|
|
533
371
|
outputAddress: {
|
|
534
372
|
value: string;
|
|
535
|
-
__kind: "Eth";
|
|
536
|
-
} | {
|
|
537
|
-
value: string;
|
|
538
|
-
__kind: "Dot";
|
|
539
|
-
} | {
|
|
540
|
-
value: string;
|
|
541
|
-
__kind: "Btc";
|
|
542
|
-
} | {
|
|
543
|
-
value: string;
|
|
544
|
-
__kind: "Arb";
|
|
545
|
-
} | {
|
|
546
|
-
value: string;
|
|
547
|
-
__kind: "Sol";
|
|
373
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
548
374
|
};
|
|
549
375
|
ccmDepositMetadata?: {
|
|
550
376
|
channelMetadata: {
|
|
@@ -557,19 +383,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
557
383
|
};
|
|
558
384
|
sourceAddress?: {
|
|
559
385
|
value: string;
|
|
560
|
-
__kind: "Eth";
|
|
561
|
-
} | {
|
|
562
|
-
value: string;
|
|
563
|
-
__kind: "Dot";
|
|
564
|
-
} | {
|
|
565
|
-
value: string;
|
|
566
|
-
__kind: "Btc";
|
|
567
|
-
} | {
|
|
568
|
-
value: string;
|
|
569
|
-
__kind: "Arb";
|
|
570
|
-
} | {
|
|
571
|
-
value: string;
|
|
572
|
-
__kind: "Sol";
|
|
386
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
573
387
|
} | null | undefined;
|
|
574
388
|
} | null | undefined;
|
|
575
389
|
}>]>;
|
|
@@ -585,119 +399,59 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
585
399
|
}>, "many">;
|
|
586
400
|
refundParameters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
587
401
|
retryDuration: z.ZodNumber;
|
|
588
|
-
refundAddress: z.
|
|
589
|
-
__kind: z.
|
|
590
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
591
|
-
}, "strip", z.ZodTypeAny, {
|
|
592
|
-
value: `0x${string}`;
|
|
593
|
-
__kind: "Eth";
|
|
594
|
-
}, {
|
|
595
|
-
value: string;
|
|
596
|
-
__kind: "Eth";
|
|
597
|
-
}>, {
|
|
598
|
-
chain: "Ethereum";
|
|
599
|
-
address: `0x${string}`;
|
|
600
|
-
}, {
|
|
601
|
-
value: string;
|
|
602
|
-
__kind: "Eth";
|
|
603
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
604
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
402
|
+
refundAddress: z.ZodEffects<z.ZodObject<{
|
|
403
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
605
404
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
606
405
|
}, "strip", z.ZodTypeAny, {
|
|
607
406
|
value: `0x${string}`;
|
|
608
|
-
__kind: "Dot";
|
|
407
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
609
408
|
}, {
|
|
610
409
|
value: string;
|
|
611
|
-
__kind: "Dot";
|
|
410
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
612
411
|
}>, {
|
|
613
|
-
chain: "
|
|
614
|
-
address: string
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
}>, {
|
|
628
|
-
chain: "Bitcoin";
|
|
629
|
-
address: string;
|
|
630
|
-
}, {
|
|
631
|
-
value: string;
|
|
632
|
-
__kind: "Btc";
|
|
633
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
634
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
635
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
636
|
-
}, "strip", z.ZodTypeAny, {
|
|
637
|
-
value: `0x${string}`;
|
|
638
|
-
__kind: "Arb";
|
|
639
|
-
}, {
|
|
640
|
-
value: string;
|
|
641
|
-
__kind: "Arb";
|
|
642
|
-
}>, {
|
|
643
|
-
chain: "Arbitrum";
|
|
644
|
-
address: `0x${string}`;
|
|
645
|
-
}, {
|
|
646
|
-
value: string;
|
|
647
|
-
__kind: "Arb";
|
|
648
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
649
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
650
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
651
|
-
}, "strip", z.ZodTypeAny, {
|
|
652
|
-
value: `0x${string}`;
|
|
653
|
-
__kind: "Sol";
|
|
654
|
-
}, {
|
|
655
|
-
value: string;
|
|
656
|
-
__kind: "Sol";
|
|
657
|
-
}>, {
|
|
658
|
-
chain: "Solana";
|
|
659
|
-
address: string;
|
|
412
|
+
readonly chain: "Ethereum";
|
|
413
|
+
readonly address: `0x${string}`;
|
|
414
|
+
} | {
|
|
415
|
+
readonly chain: "Polkadot";
|
|
416
|
+
readonly address: string;
|
|
417
|
+
} | {
|
|
418
|
+
readonly chain: "Bitcoin";
|
|
419
|
+
readonly address: string;
|
|
420
|
+
} | {
|
|
421
|
+
readonly chain: "Arbitrum";
|
|
422
|
+
readonly address: `0x${string}`;
|
|
423
|
+
} | {
|
|
424
|
+
readonly chain: "Solana";
|
|
425
|
+
readonly address: string;
|
|
660
426
|
}, {
|
|
661
427
|
value: string;
|
|
662
|
-
__kind: "Sol";
|
|
663
|
-
}
|
|
428
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
429
|
+
}>;
|
|
664
430
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
665
431
|
}, "strip", z.ZodTypeAny, {
|
|
666
432
|
retryDuration: number;
|
|
667
433
|
refundAddress: {
|
|
668
|
-
chain: "Ethereum";
|
|
669
|
-
address: `0x${string}`;
|
|
434
|
+
readonly chain: "Ethereum";
|
|
435
|
+
readonly address: `0x${string}`;
|
|
670
436
|
} | {
|
|
671
|
-
chain: "Polkadot";
|
|
672
|
-
address: string;
|
|
437
|
+
readonly chain: "Polkadot";
|
|
438
|
+
readonly address: string;
|
|
673
439
|
} | {
|
|
674
|
-
chain: "Bitcoin";
|
|
675
|
-
address: string;
|
|
440
|
+
readonly chain: "Bitcoin";
|
|
441
|
+
readonly address: string;
|
|
676
442
|
} | {
|
|
677
|
-
chain: "Arbitrum";
|
|
678
|
-
address: `0x${string}`;
|
|
443
|
+
readonly chain: "Arbitrum";
|
|
444
|
+
readonly address: `0x${string}`;
|
|
679
445
|
} | {
|
|
680
|
-
chain: "Solana";
|
|
681
|
-
address: string;
|
|
446
|
+
readonly chain: "Solana";
|
|
447
|
+
readonly address: string;
|
|
682
448
|
};
|
|
683
449
|
minPrice: bigint;
|
|
684
450
|
}, {
|
|
685
451
|
retryDuration: number;
|
|
686
452
|
refundAddress: {
|
|
687
453
|
value: string;
|
|
688
|
-
__kind: "Eth";
|
|
689
|
-
} | {
|
|
690
|
-
value: string;
|
|
691
|
-
__kind: "Dot";
|
|
692
|
-
} | {
|
|
693
|
-
value: string;
|
|
694
|
-
__kind: "Btc";
|
|
695
|
-
} | {
|
|
696
|
-
value: string;
|
|
697
|
-
__kind: "Arb";
|
|
698
|
-
} | {
|
|
699
|
-
value: string;
|
|
700
|
-
__kind: "Sol";
|
|
454
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
701
455
|
};
|
|
702
456
|
minPrice: string | number;
|
|
703
457
|
}>>>;
|
|
@@ -717,22 +471,23 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
717
471
|
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
718
472
|
inputAmount: bigint;
|
|
719
473
|
origin: {
|
|
474
|
+
brokerId: string;
|
|
720
475
|
__kind: "DepositChannel";
|
|
721
476
|
depositAddress: {
|
|
722
|
-
chain: "Ethereum";
|
|
723
|
-
address: `0x${string}`;
|
|
477
|
+
readonly chain: "Ethereum";
|
|
478
|
+
readonly address: `0x${string}`;
|
|
724
479
|
} | {
|
|
725
|
-
chain: "Polkadot";
|
|
726
|
-
address: string;
|
|
480
|
+
readonly chain: "Polkadot";
|
|
481
|
+
readonly address: string;
|
|
727
482
|
} | {
|
|
728
|
-
chain: "Bitcoin";
|
|
729
|
-
address: string;
|
|
483
|
+
readonly chain: "Bitcoin";
|
|
484
|
+
readonly address: string;
|
|
730
485
|
} | {
|
|
731
|
-
chain: "Arbitrum";
|
|
732
|
-
address: `0x${string}`;
|
|
486
|
+
readonly chain: "Arbitrum";
|
|
487
|
+
readonly address: `0x${string}`;
|
|
733
488
|
} | {
|
|
734
|
-
chain: "Solana";
|
|
735
|
-
address: string;
|
|
489
|
+
readonly chain: "Solana";
|
|
490
|
+
readonly address: string;
|
|
736
491
|
};
|
|
737
492
|
channelId: bigint;
|
|
738
493
|
depositBlockHeight: bigint;
|
|
@@ -756,6 +511,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
756
511
|
} | {
|
|
757
512
|
__kind: "None";
|
|
758
513
|
};
|
|
514
|
+
brokerId?: string | null | undefined;
|
|
759
515
|
} | {
|
|
760
516
|
__kind: "Internal";
|
|
761
517
|
};
|
|
@@ -766,20 +522,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
766
522
|
} | {
|
|
767
523
|
__kind: "Regular";
|
|
768
524
|
outputAddress: {
|
|
769
|
-
chain: "Ethereum";
|
|
770
|
-
address: `0x${string}`;
|
|
525
|
+
readonly chain: "Ethereum";
|
|
526
|
+
readonly address: `0x${string}`;
|
|
771
527
|
} | {
|
|
772
|
-
chain: "Polkadot";
|
|
773
|
-
address: string;
|
|
528
|
+
readonly chain: "Polkadot";
|
|
529
|
+
readonly address: string;
|
|
774
530
|
} | {
|
|
775
|
-
chain: "Bitcoin";
|
|
776
|
-
address: string;
|
|
531
|
+
readonly chain: "Bitcoin";
|
|
532
|
+
readonly address: string;
|
|
777
533
|
} | {
|
|
778
|
-
chain: "Arbitrum";
|
|
779
|
-
address: `0x${string}`;
|
|
534
|
+
readonly chain: "Arbitrum";
|
|
535
|
+
readonly address: `0x${string}`;
|
|
780
536
|
} | {
|
|
781
|
-
chain: "Solana";
|
|
782
|
-
address: string;
|
|
537
|
+
readonly chain: "Solana";
|
|
538
|
+
readonly address: string;
|
|
783
539
|
};
|
|
784
540
|
ccmDepositMetadata?: {
|
|
785
541
|
channelMetadata: {
|
|
@@ -789,20 +545,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
789
545
|
};
|
|
790
546
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
791
547
|
sourceAddress?: {
|
|
792
|
-
chain: "Ethereum";
|
|
793
|
-
address: `0x${string}`;
|
|
548
|
+
readonly chain: "Ethereum";
|
|
549
|
+
readonly address: `0x${string}`;
|
|
794
550
|
} | {
|
|
795
|
-
chain: "Polkadot";
|
|
796
|
-
address: string;
|
|
551
|
+
readonly chain: "Polkadot";
|
|
552
|
+
readonly address: string;
|
|
797
553
|
} | {
|
|
798
|
-
chain: "Bitcoin";
|
|
799
|
-
address: string;
|
|
554
|
+
readonly chain: "Bitcoin";
|
|
555
|
+
readonly address: string;
|
|
800
556
|
} | {
|
|
801
|
-
chain: "Arbitrum";
|
|
802
|
-
address: `0x${string}`;
|
|
557
|
+
readonly chain: "Arbitrum";
|
|
558
|
+
readonly address: `0x${string}`;
|
|
803
559
|
} | {
|
|
804
|
-
chain: "Solana";
|
|
805
|
-
address: string;
|
|
560
|
+
readonly chain: "Solana";
|
|
561
|
+
readonly address: string;
|
|
806
562
|
} | null | undefined;
|
|
807
563
|
} | null | undefined;
|
|
808
564
|
};
|
|
@@ -813,20 +569,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
813
569
|
refundParameters?: {
|
|
814
570
|
retryDuration: number;
|
|
815
571
|
refundAddress: {
|
|
816
|
-
chain: "Ethereum";
|
|
817
|
-
address: `0x${string}`;
|
|
572
|
+
readonly chain: "Ethereum";
|
|
573
|
+
readonly address: `0x${string}`;
|
|
818
574
|
} | {
|
|
819
|
-
chain: "Polkadot";
|
|
820
|
-
address: string;
|
|
575
|
+
readonly chain: "Polkadot";
|
|
576
|
+
readonly address: string;
|
|
821
577
|
} | {
|
|
822
|
-
chain: "Bitcoin";
|
|
823
|
-
address: string;
|
|
578
|
+
readonly chain: "Bitcoin";
|
|
579
|
+
readonly address: string;
|
|
824
580
|
} | {
|
|
825
|
-
chain: "Arbitrum";
|
|
826
|
-
address: `0x${string}`;
|
|
581
|
+
readonly chain: "Arbitrum";
|
|
582
|
+
readonly address: `0x${string}`;
|
|
827
583
|
} | {
|
|
828
|
-
chain: "Solana";
|
|
829
|
-
address: string;
|
|
584
|
+
readonly chain: "Solana";
|
|
585
|
+
readonly address: string;
|
|
830
586
|
};
|
|
831
587
|
minPrice: bigint;
|
|
832
588
|
} | null | undefined;
|
|
@@ -844,22 +600,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
844
600
|
};
|
|
845
601
|
inputAmount: string | number;
|
|
846
602
|
origin: {
|
|
603
|
+
brokerId: string;
|
|
847
604
|
__kind: "DepositChannel";
|
|
848
605
|
depositAddress: {
|
|
849
606
|
value: string;
|
|
850
|
-
__kind: "Eth";
|
|
851
|
-
} | {
|
|
852
|
-
value: string;
|
|
853
|
-
__kind: "Dot";
|
|
854
|
-
} | {
|
|
855
|
-
value: string;
|
|
856
|
-
__kind: "Btc";
|
|
857
|
-
} | {
|
|
858
|
-
value: string;
|
|
859
|
-
__kind: "Arb";
|
|
860
|
-
} | {
|
|
861
|
-
value: string;
|
|
862
|
-
__kind: "Sol";
|
|
607
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
863
608
|
};
|
|
864
609
|
channelId: string | number;
|
|
865
610
|
depositBlockHeight: string | number;
|
|
@@ -883,6 +628,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
883
628
|
} | {
|
|
884
629
|
__kind: "None";
|
|
885
630
|
};
|
|
631
|
+
brokerId?: string | null | undefined;
|
|
886
632
|
} | {
|
|
887
633
|
__kind: "Internal";
|
|
888
634
|
};
|
|
@@ -894,19 +640,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
894
640
|
__kind: "Regular";
|
|
895
641
|
outputAddress: {
|
|
896
642
|
value: string;
|
|
897
|
-
__kind: "Eth";
|
|
898
|
-
} | {
|
|
899
|
-
value: string;
|
|
900
|
-
__kind: "Dot";
|
|
901
|
-
} | {
|
|
902
|
-
value: string;
|
|
903
|
-
__kind: "Btc";
|
|
904
|
-
} | {
|
|
905
|
-
value: string;
|
|
906
|
-
__kind: "Arb";
|
|
907
|
-
} | {
|
|
908
|
-
value: string;
|
|
909
|
-
__kind: "Sol";
|
|
643
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
910
644
|
};
|
|
911
645
|
ccmDepositMetadata?: {
|
|
912
646
|
channelMetadata: {
|
|
@@ -919,19 +653,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
919
653
|
};
|
|
920
654
|
sourceAddress?: {
|
|
921
655
|
value: string;
|
|
922
|
-
__kind: "Eth";
|
|
923
|
-
} | {
|
|
924
|
-
value: string;
|
|
925
|
-
__kind: "Dot";
|
|
926
|
-
} | {
|
|
927
|
-
value: string;
|
|
928
|
-
__kind: "Btc";
|
|
929
|
-
} | {
|
|
930
|
-
value: string;
|
|
931
|
-
__kind: "Arb";
|
|
932
|
-
} | {
|
|
933
|
-
value: string;
|
|
934
|
-
__kind: "Sol";
|
|
656
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
935
657
|
} | null | undefined;
|
|
936
658
|
} | null | undefined;
|
|
937
659
|
};
|
|
@@ -943,19 +665,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
943
665
|
retryDuration: number;
|
|
944
666
|
refundAddress: {
|
|
945
667
|
value: string;
|
|
946
|
-
__kind: "Eth";
|
|
947
|
-
} | {
|
|
948
|
-
value: string;
|
|
949
|
-
__kind: "Dot";
|
|
950
|
-
} | {
|
|
951
|
-
value: string;
|
|
952
|
-
__kind: "Btc";
|
|
953
|
-
} | {
|
|
954
|
-
value: string;
|
|
955
|
-
__kind: "Arb";
|
|
956
|
-
} | {
|
|
957
|
-
value: string;
|
|
958
|
-
__kind: "Sol";
|
|
668
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
959
669
|
};
|
|
960
670
|
minPrice: string | number;
|
|
961
671
|
} | null | undefined;
|