@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
|
@@ -2,7 +2,7 @@ import { z } from 'zod';
|
|
|
2
2
|
|
|
3
3
|
declare const solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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 solanaIngressEgressDepositFailed: 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>;
|
|
@@ -328,24 +328,17 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
328
328
|
__kind: z.ZodLiteral<"Vault">;
|
|
329
329
|
vaultWitness: z.ZodObject<{
|
|
330
330
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
331
|
-
__kind: z.ZodEnum<["
|
|
331
|
+
__kind: z.ZodEnum<["Sol", "SolUsdc"]>;
|
|
332
332
|
}, "strip", z.ZodTypeAny, {
|
|
333
|
-
__kind: "
|
|
333
|
+
__kind: "Sol" | "SolUsdc";
|
|
334
334
|
}, {
|
|
335
|
-
__kind: "
|
|
336
|
-
}>, "
|
|
337
|
-
__kind: "
|
|
335
|
+
__kind: "Sol" | "SolUsdc";
|
|
336
|
+
}>, "Sol" | "SolUsdc", {
|
|
337
|
+
__kind: "Sol" | "SolUsdc";
|
|
338
338
|
}>;
|
|
339
339
|
depositAddress: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, `0x${string}`, string>>>;
|
|
340
340
|
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>>>;
|
|
341
341
|
depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
342
|
-
depositDetails: z.ZodObject<{
|
|
343
|
-
txHashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">>>;
|
|
344
|
-
}, "strip", z.ZodTypeAny, {
|
|
345
|
-
txHashes?: `0x${string}`[] | null | undefined;
|
|
346
|
-
}, {
|
|
347
|
-
txHashes?: string[] | null | undefined;
|
|
348
|
-
}>;
|
|
349
342
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
350
343
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
351
344
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -355,82 +348,34 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
355
348
|
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
356
349
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
357
350
|
}>;
|
|
358
|
-
destinationAddress: z.
|
|
359
|
-
__kind: z.
|
|
360
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
361
|
-
}, "strip", z.ZodTypeAny, {
|
|
362
|
-
value: `0x${string}`;
|
|
363
|
-
__kind: "Eth";
|
|
364
|
-
}, {
|
|
365
|
-
value: string;
|
|
366
|
-
__kind: "Eth";
|
|
367
|
-
}>, {
|
|
368
|
-
chain: "Ethereum";
|
|
369
|
-
address: `0x${string}`;
|
|
370
|
-
}, {
|
|
371
|
-
value: string;
|
|
372
|
-
__kind: "Eth";
|
|
373
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
374
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
375
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
376
|
-
}, "strip", z.ZodTypeAny, {
|
|
377
|
-
value: `0x${string}`;
|
|
378
|
-
__kind: "Dot";
|
|
379
|
-
}, {
|
|
380
|
-
value: string;
|
|
381
|
-
__kind: "Dot";
|
|
382
|
-
}>, {
|
|
383
|
-
chain: "Polkadot";
|
|
384
|
-
address: string;
|
|
385
|
-
}, {
|
|
386
|
-
value: string;
|
|
387
|
-
__kind: "Dot";
|
|
388
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
389
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
390
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
391
|
-
}, "strip", z.ZodTypeAny, {
|
|
392
|
-
value: `0x${string}`;
|
|
393
|
-
__kind: "Btc";
|
|
394
|
-
}, {
|
|
395
|
-
value: string;
|
|
396
|
-
__kind: "Btc";
|
|
397
|
-
}>, {
|
|
398
|
-
chain: "Bitcoin";
|
|
399
|
-
address: string;
|
|
400
|
-
}, {
|
|
401
|
-
value: string;
|
|
402
|
-
__kind: "Btc";
|
|
403
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
404
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
351
|
+
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
352
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
405
353
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
406
354
|
}, "strip", z.ZodTypeAny, {
|
|
407
355
|
value: `0x${string}`;
|
|
408
|
-
__kind: "Arb";
|
|
356
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
409
357
|
}, {
|
|
410
358
|
value: string;
|
|
411
|
-
__kind: "Arb";
|
|
359
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
412
360
|
}>, {
|
|
413
|
-
chain: "
|
|
414
|
-
address: `0x${string}`;
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
}>, {
|
|
428
|
-
chain: "Solana";
|
|
429
|
-
address: string;
|
|
361
|
+
readonly chain: "Ethereum";
|
|
362
|
+
readonly address: `0x${string}`;
|
|
363
|
+
} | {
|
|
364
|
+
readonly chain: "Polkadot";
|
|
365
|
+
readonly address: string;
|
|
366
|
+
} | {
|
|
367
|
+
readonly chain: "Bitcoin";
|
|
368
|
+
readonly address: string;
|
|
369
|
+
} | {
|
|
370
|
+
readonly chain: "Arbitrum";
|
|
371
|
+
readonly address: `0x${string}`;
|
|
372
|
+
} | {
|
|
373
|
+
readonly chain: "Solana";
|
|
374
|
+
readonly address: string;
|
|
430
375
|
}, {
|
|
431
376
|
value: string;
|
|
432
|
-
__kind: "Sol";
|
|
433
|
-
}
|
|
377
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
378
|
+
}>;
|
|
434
379
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
435
380
|
channelMetadata: z.ZodObject<{
|
|
436
381
|
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -454,7 +399,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
454
399
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
|
|
455
400
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
456
401
|
}>;
|
|
457
|
-
sourceAddress: z.ZodOptional<z.ZodNullable<z.
|
|
402
|
+
sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
458
403
|
__kind: z.ZodLiteral<"Eth">;
|
|
459
404
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
460
405
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -474,7 +419,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
474
419
|
__kind: "Dot";
|
|
475
420
|
}>, z.ZodObject<{
|
|
476
421
|
__kind: z.ZodLiteral<"Btc">;
|
|
477
|
-
value: z.
|
|
422
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
478
423
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
479
424
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
480
425
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -682,8 +627,8 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
682
627
|
__kind: "Sol";
|
|
683
628
|
} | null | undefined;
|
|
684
629
|
}>>>;
|
|
685
|
-
txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
686
|
-
brokerFee: z.ZodObject<{
|
|
630
|
+
txId: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
631
|
+
brokerFee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
687
632
|
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
688
633
|
bps: z.ZodNumber;
|
|
689
634
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -692,7 +637,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
692
637
|
}, {
|
|
693
638
|
account: string;
|
|
694
639
|
bps: number;
|
|
695
|
-
}
|
|
640
|
+
}>>>;
|
|
696
641
|
affiliateFees: z.ZodArray<z.ZodObject<{
|
|
697
642
|
account: z.ZodNumber;
|
|
698
643
|
bps: z.ZodNumber;
|
|
@@ -705,7 +650,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
705
650
|
}>, "many">;
|
|
706
651
|
refundParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
707
652
|
retryDuration: z.ZodNumber;
|
|
708
|
-
refundAddress: z.
|
|
653
|
+
refundAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
709
654
|
__kind: z.ZodLiteral<"Eth">;
|
|
710
655
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
711
656
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -725,7 +670,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
725
670
|
__kind: "Dot";
|
|
726
671
|
}>, z.ZodObject<{
|
|
727
672
|
__kind: z.ZodLiteral<"Btc">;
|
|
728
|
-
value: z.
|
|
673
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
729
674
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
730
675
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
731
676
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -936,32 +881,25 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
936
881
|
}>>>;
|
|
937
882
|
boostFee: z.ZodNumber;
|
|
938
883
|
}, "strip", z.ZodTypeAny, {
|
|
939
|
-
txId: `0x${string}
|
|
940
|
-
|
|
941
|
-
txHashes?: `0x${string}`[] | null | undefined;
|
|
942
|
-
};
|
|
943
|
-
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
884
|
+
txId: [`0x${string}`, bigint];
|
|
885
|
+
inputAsset: "Sol" | "SolUsdc";
|
|
944
886
|
depositAmount: bigint;
|
|
945
887
|
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
946
888
|
destinationAddress: {
|
|
947
|
-
chain: "Ethereum";
|
|
948
|
-
address: `0x${string}`;
|
|
889
|
+
readonly chain: "Ethereum";
|
|
890
|
+
readonly address: `0x${string}`;
|
|
949
891
|
} | {
|
|
950
|
-
chain: "Polkadot";
|
|
951
|
-
address: string;
|
|
892
|
+
readonly chain: "Polkadot";
|
|
893
|
+
readonly address: string;
|
|
952
894
|
} | {
|
|
953
|
-
chain: "Bitcoin";
|
|
954
|
-
address: string;
|
|
895
|
+
readonly chain: "Bitcoin";
|
|
896
|
+
readonly address: string;
|
|
955
897
|
} | {
|
|
956
|
-
chain: "Arbitrum";
|
|
957
|
-
address: `0x${string}`;
|
|
898
|
+
readonly chain: "Arbitrum";
|
|
899
|
+
readonly address: `0x${string}`;
|
|
958
900
|
} | {
|
|
959
|
-
chain: "Solana";
|
|
960
|
-
address: string;
|
|
961
|
-
};
|
|
962
|
-
brokerFee: {
|
|
963
|
-
account: string;
|
|
964
|
-
bps: number;
|
|
901
|
+
readonly chain: "Solana";
|
|
902
|
+
readonly address: string;
|
|
965
903
|
};
|
|
966
904
|
affiliateFees: {
|
|
967
905
|
account: number;
|
|
@@ -1013,6 +951,10 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1013
951
|
__kind: "Sol";
|
|
1014
952
|
} | null | undefined;
|
|
1015
953
|
} | null | undefined;
|
|
954
|
+
brokerFee?: {
|
|
955
|
+
account: string;
|
|
956
|
+
bps: number;
|
|
957
|
+
} | null | undefined;
|
|
1016
958
|
refundParams?: {
|
|
1017
959
|
retryDuration: number;
|
|
1018
960
|
refundAddress: {
|
|
@@ -1057,12 +999,9 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1057
999
|
chunkInterval: number;
|
|
1058
1000
|
} | null | undefined;
|
|
1059
1001
|
}, {
|
|
1060
|
-
txId: string;
|
|
1061
|
-
depositDetails: {
|
|
1062
|
-
txHashes?: string[] | null | undefined;
|
|
1063
|
-
};
|
|
1002
|
+
txId: [string, string | number];
|
|
1064
1003
|
inputAsset: {
|
|
1065
|
-
__kind: "
|
|
1004
|
+
__kind: "Sol" | "SolUsdc";
|
|
1066
1005
|
};
|
|
1067
1006
|
depositAmount: string | number;
|
|
1068
1007
|
outputAsset: {
|
|
@@ -1070,23 +1009,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1070
1009
|
};
|
|
1071
1010
|
destinationAddress: {
|
|
1072
1011
|
value: string;
|
|
1073
|
-
__kind: "Eth";
|
|
1074
|
-
} | {
|
|
1075
|
-
value: string;
|
|
1076
|
-
__kind: "Dot";
|
|
1077
|
-
} | {
|
|
1078
|
-
value: string;
|
|
1079
|
-
__kind: "Btc";
|
|
1080
|
-
} | {
|
|
1081
|
-
value: string;
|
|
1082
|
-
__kind: "Arb";
|
|
1083
|
-
} | {
|
|
1084
|
-
value: string;
|
|
1085
|
-
__kind: "Sol";
|
|
1086
|
-
};
|
|
1087
|
-
brokerFee: {
|
|
1088
|
-
account: string;
|
|
1089
|
-
bps: number;
|
|
1012
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1090
1013
|
};
|
|
1091
1014
|
affiliateFees: {
|
|
1092
1015
|
account: number;
|
|
@@ -1140,6 +1063,10 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1140
1063
|
__kind: "Sol";
|
|
1141
1064
|
} | null | undefined;
|
|
1142
1065
|
} | null | undefined;
|
|
1066
|
+
brokerFee?: {
|
|
1067
|
+
account: string;
|
|
1068
|
+
bps: number;
|
|
1069
|
+
} | null | undefined;
|
|
1143
1070
|
refundParams?: {
|
|
1144
1071
|
retryDuration: number;
|
|
1145
1072
|
refundAddress: {
|
|
@@ -1187,32 +1114,25 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1187
1114
|
}, "strip", z.ZodTypeAny, {
|
|
1188
1115
|
__kind: "Vault";
|
|
1189
1116
|
vaultWitness: {
|
|
1190
|
-
txId: `0x${string}
|
|
1191
|
-
|
|
1192
|
-
txHashes?: `0x${string}`[] | null | undefined;
|
|
1193
|
-
};
|
|
1194
|
-
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
1117
|
+
txId: [`0x${string}`, bigint];
|
|
1118
|
+
inputAsset: "Sol" | "SolUsdc";
|
|
1195
1119
|
depositAmount: bigint;
|
|
1196
1120
|
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1197
1121
|
destinationAddress: {
|
|
1198
|
-
chain: "Ethereum";
|
|
1199
|
-
address: `0x${string}`;
|
|
1122
|
+
readonly chain: "Ethereum";
|
|
1123
|
+
readonly address: `0x${string}`;
|
|
1200
1124
|
} | {
|
|
1201
|
-
chain: "Polkadot";
|
|
1202
|
-
address: string;
|
|
1125
|
+
readonly chain: "Polkadot";
|
|
1126
|
+
readonly address: string;
|
|
1203
1127
|
} | {
|
|
1204
|
-
chain: "Bitcoin";
|
|
1205
|
-
address: string;
|
|
1128
|
+
readonly chain: "Bitcoin";
|
|
1129
|
+
readonly address: string;
|
|
1206
1130
|
} | {
|
|
1207
|
-
chain: "Arbitrum";
|
|
1208
|
-
address: `0x${string}`;
|
|
1131
|
+
readonly chain: "Arbitrum";
|
|
1132
|
+
readonly address: `0x${string}`;
|
|
1209
1133
|
} | {
|
|
1210
|
-
chain: "Solana";
|
|
1211
|
-
address: string;
|
|
1212
|
-
};
|
|
1213
|
-
brokerFee: {
|
|
1214
|
-
account: string;
|
|
1215
|
-
bps: number;
|
|
1134
|
+
readonly chain: "Solana";
|
|
1135
|
+
readonly address: string;
|
|
1216
1136
|
};
|
|
1217
1137
|
affiliateFees: {
|
|
1218
1138
|
account: number;
|
|
@@ -1264,6 +1184,10 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1264
1184
|
__kind: "Sol";
|
|
1265
1185
|
} | null | undefined;
|
|
1266
1186
|
} | null | undefined;
|
|
1187
|
+
brokerFee?: {
|
|
1188
|
+
account: string;
|
|
1189
|
+
bps: number;
|
|
1190
|
+
} | null | undefined;
|
|
1267
1191
|
refundParams?: {
|
|
1268
1192
|
retryDuration: number;
|
|
1269
1193
|
refundAddress: {
|
|
@@ -1311,12 +1235,9 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1311
1235
|
}, {
|
|
1312
1236
|
__kind: "Vault";
|
|
1313
1237
|
vaultWitness: {
|
|
1314
|
-
txId: string;
|
|
1315
|
-
depositDetails: {
|
|
1316
|
-
txHashes?: string[] | null | undefined;
|
|
1317
|
-
};
|
|
1238
|
+
txId: [string, string | number];
|
|
1318
1239
|
inputAsset: {
|
|
1319
|
-
__kind: "
|
|
1240
|
+
__kind: "Sol" | "SolUsdc";
|
|
1320
1241
|
};
|
|
1321
1242
|
depositAmount: string | number;
|
|
1322
1243
|
outputAsset: {
|
|
@@ -1324,23 +1245,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1324
1245
|
};
|
|
1325
1246
|
destinationAddress: {
|
|
1326
1247
|
value: string;
|
|
1327
|
-
__kind: "Eth";
|
|
1328
|
-
} | {
|
|
1329
|
-
value: string;
|
|
1330
|
-
__kind: "Dot";
|
|
1331
|
-
} | {
|
|
1332
|
-
value: string;
|
|
1333
|
-
__kind: "Btc";
|
|
1334
|
-
} | {
|
|
1335
|
-
value: string;
|
|
1336
|
-
__kind: "Arb";
|
|
1337
|
-
} | {
|
|
1338
|
-
value: string;
|
|
1339
|
-
__kind: "Sol";
|
|
1340
|
-
};
|
|
1341
|
-
brokerFee: {
|
|
1342
|
-
account: string;
|
|
1343
|
-
bps: number;
|
|
1248
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1344
1249
|
};
|
|
1345
1250
|
affiliateFees: {
|
|
1346
1251
|
account: number;
|
|
@@ -1394,6 +1299,10 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1394
1299
|
__kind: "Sol";
|
|
1395
1300
|
} | null | undefined;
|
|
1396
1301
|
} | null | undefined;
|
|
1302
|
+
brokerFee?: {
|
|
1303
|
+
account: string;
|
|
1304
|
+
bps: number;
|
|
1305
|
+
} | null | undefined;
|
|
1397
1306
|
refundParams?: {
|
|
1398
1307
|
retryDuration: number;
|
|
1399
1308
|
refundAddress: {
|
|
@@ -1508,32 +1417,25 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1508
1417
|
} | {
|
|
1509
1418
|
__kind: "Vault";
|
|
1510
1419
|
vaultWitness: {
|
|
1511
|
-
txId: `0x${string}
|
|
1512
|
-
|
|
1513
|
-
txHashes?: `0x${string}`[] | null | undefined;
|
|
1514
|
-
};
|
|
1515
|
-
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
1420
|
+
txId: [`0x${string}`, bigint];
|
|
1421
|
+
inputAsset: "Sol" | "SolUsdc";
|
|
1516
1422
|
depositAmount: bigint;
|
|
1517
1423
|
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1518
1424
|
destinationAddress: {
|
|
1519
|
-
chain: "Ethereum";
|
|
1520
|
-
address: `0x${string}`;
|
|
1425
|
+
readonly chain: "Ethereum";
|
|
1426
|
+
readonly address: `0x${string}`;
|
|
1521
1427
|
} | {
|
|
1522
|
-
chain: "Polkadot";
|
|
1523
|
-
address: string;
|
|
1428
|
+
readonly chain: "Polkadot";
|
|
1429
|
+
readonly address: string;
|
|
1524
1430
|
} | {
|
|
1525
|
-
chain: "Bitcoin";
|
|
1526
|
-
address: string;
|
|
1431
|
+
readonly chain: "Bitcoin";
|
|
1432
|
+
readonly address: string;
|
|
1527
1433
|
} | {
|
|
1528
|
-
chain: "Arbitrum";
|
|
1529
|
-
address: `0x${string}`;
|
|
1434
|
+
readonly chain: "Arbitrum";
|
|
1435
|
+
readonly address: `0x${string}`;
|
|
1530
1436
|
} | {
|
|
1531
|
-
chain: "Solana";
|
|
1532
|
-
address: string;
|
|
1533
|
-
};
|
|
1534
|
-
brokerFee: {
|
|
1535
|
-
account: string;
|
|
1536
|
-
bps: number;
|
|
1437
|
+
readonly chain: "Solana";
|
|
1438
|
+
readonly address: string;
|
|
1537
1439
|
};
|
|
1538
1440
|
affiliateFees: {
|
|
1539
1441
|
account: number;
|
|
@@ -1585,6 +1487,10 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1585
1487
|
__kind: "Sol";
|
|
1586
1488
|
} | null | undefined;
|
|
1587
1489
|
} | null | undefined;
|
|
1490
|
+
brokerFee?: {
|
|
1491
|
+
account: string;
|
|
1492
|
+
bps: number;
|
|
1493
|
+
} | null | undefined;
|
|
1588
1494
|
refundParams?: {
|
|
1589
1495
|
retryDuration: number;
|
|
1590
1496
|
refundAddress: {
|
|
@@ -1707,12 +1613,9 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1707
1613
|
} | {
|
|
1708
1614
|
__kind: "Vault";
|
|
1709
1615
|
vaultWitness: {
|
|
1710
|
-
txId: string;
|
|
1711
|
-
depositDetails: {
|
|
1712
|
-
txHashes?: string[] | null | undefined;
|
|
1713
|
-
};
|
|
1616
|
+
txId: [string, string | number];
|
|
1714
1617
|
inputAsset: {
|
|
1715
|
-
__kind: "
|
|
1618
|
+
__kind: "Sol" | "SolUsdc";
|
|
1716
1619
|
};
|
|
1717
1620
|
depositAmount: string | number;
|
|
1718
1621
|
outputAsset: {
|
|
@@ -1720,23 +1623,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1720
1623
|
};
|
|
1721
1624
|
destinationAddress: {
|
|
1722
1625
|
value: string;
|
|
1723
|
-
__kind: "Eth";
|
|
1724
|
-
} | {
|
|
1725
|
-
value: string;
|
|
1726
|
-
__kind: "Dot";
|
|
1727
|
-
} | {
|
|
1728
|
-
value: string;
|
|
1729
|
-
__kind: "Btc";
|
|
1730
|
-
} | {
|
|
1731
|
-
value: string;
|
|
1732
|
-
__kind: "Arb";
|
|
1733
|
-
} | {
|
|
1734
|
-
value: string;
|
|
1735
|
-
__kind: "Sol";
|
|
1736
|
-
};
|
|
1737
|
-
brokerFee: {
|
|
1738
|
-
account: string;
|
|
1739
|
-
bps: number;
|
|
1626
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1740
1627
|
};
|
|
1741
1628
|
affiliateFees: {
|
|
1742
1629
|
account: number;
|
|
@@ -1790,6 +1677,10 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1790
1677
|
__kind: "Sol";
|
|
1791
1678
|
} | null | undefined;
|
|
1792
1679
|
} | null | undefined;
|
|
1680
|
+
brokerFee?: {
|
|
1681
|
+
account: string;
|
|
1682
|
+
bps: number;
|
|
1683
|
+
} | null | undefined;
|
|
1793
1684
|
refundParams?: {
|
|
1794
1685
|
retryDuration: number;
|
|
1795
1686
|
refundAddress: {
|
|
@@ -15,7 +15,7 @@ declare const solanaIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
15
15
|
blockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
16
16
|
ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
17
17
|
maxBoostFeeBps: z.ZodNumber;
|
|
18
|
-
action: z.
|
|
18
|
+
action: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
19
19
|
__kind: z.ZodLiteral<"Swap">;
|
|
20
20
|
swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
21
21
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -15,7 +15,7 @@ declare const solanaIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
15
15
|
blockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
16
16
|
ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
17
17
|
maxBoostFeeBps: z.ZodNumber;
|
|
18
|
-
action: z.
|
|
18
|
+
action: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
19
19
|
__kind: z.ZodLiteral<"Swap">;
|
|
20
20
|
swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
21
21
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const solanaIngressEgressFailedToBuildAllBatchCall: 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 solanaIngressEgressFailedToBuildAllBatchCall: 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 solanaIngressEgressFailedToBuildAllBatchCall: 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 solanaIngressEgressFailedToBuildAllBatchCall: 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 solanaIngressEgressFailedToBuildAllBatchCall: 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 solanaIngressEgressFailedToBuildAllBatchCall: 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";
|
|
@@ -8,6 +8,7 @@ var _zod = require('zod');
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
+
|
|
11
12
|
var _commoncjs = require('../common.cjs');
|
|
12
13
|
var swappingSwapDepositAddressReady = _zod.z.object({
|
|
13
14
|
depositAddress: _commoncjs.cfChainsAddressEncodedAddress,
|
|
@@ -15,6 +16,7 @@ var swappingSwapDepositAddressReady = _zod.z.object({
|
|
|
15
16
|
sourceAsset: _commoncjs.cfPrimitivesChainsAssetsAnyAsset,
|
|
16
17
|
destinationAsset: _commoncjs.cfPrimitivesChainsAssetsAnyAsset,
|
|
17
18
|
channelId: _commoncjs.numberOrHex,
|
|
19
|
+
brokerId: _commoncjs.accountId,
|
|
18
20
|
brokerCommissionRate: _zod.z.number(),
|
|
19
21
|
channelMetadata: _commoncjs.cfChainsCcmChannelMetadata.nullish(),
|
|
20
22
|
sourceChainExpiryBlock: _commoncjs.numberOrHex,
|