@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 ethereumIngressEgressDepositFailed: 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 ethereumIngressEgressDepositFailed: 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";
|
|
@@ -87,18 +87,18 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
87
87
|
value: z.ZodEffects<z.ZodObject<{
|
|
88
88
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
89
89
|
}, "strip", z.ZodTypeAny, {
|
|
90
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
90
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
91
91
|
}, {
|
|
92
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
93
|
-
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
94
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
92
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
93
|
+
}>, "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
94
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
95
95
|
}>;
|
|
96
96
|
}, "strip", z.ZodTypeAny, {
|
|
97
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
97
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
98
98
|
__kind: "Token";
|
|
99
99
|
}, {
|
|
100
100
|
value: {
|
|
101
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
101
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
102
102
|
};
|
|
103
103
|
__kind: "Token";
|
|
104
104
|
}>, z.ZodObject<{
|
|
@@ -184,7 +184,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
184
184
|
} | {
|
|
185
185
|
__kind: "TooManyConsumers";
|
|
186
186
|
} | {
|
|
187
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
187
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
188
188
|
__kind: "Token";
|
|
189
189
|
} | {
|
|
190
190
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -223,7 +223,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
223
223
|
__kind: "TooManyConsumers";
|
|
224
224
|
} | {
|
|
225
225
|
value: {
|
|
226
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
226
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
227
227
|
};
|
|
228
228
|
__kind: "Token";
|
|
229
229
|
} | {
|
|
@@ -283,7 +283,7 @@ declare const ethereumIngressEgressDepositFailed: 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>;
|
|
@@ -368,88 +368,40 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
368
368
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
369
369
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
370
370
|
}, "strip", z.ZodTypeAny, {
|
|
371
|
-
__kind: "Eth" | "Flip" | "Usdc" | "
|
|
371
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
372
372
|
}, {
|
|
373
|
-
__kind: "Eth" | "Flip" | "Usdc" | "
|
|
374
|
-
}>, "Eth" | "Flip" | "Usdc" | "
|
|
375
|
-
__kind: "Eth" | "Flip" | "Usdc" | "
|
|
373
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
374
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
375
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
376
376
|
}>;
|
|
377
|
-
destinationAddress: z.
|
|
378
|
-
__kind: z.
|
|
377
|
+
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
378
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
379
379
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
380
380
|
}, "strip", z.ZodTypeAny, {
|
|
381
381
|
value: `0x${string}`;
|
|
382
|
-
__kind: "Eth";
|
|
382
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
383
383
|
}, {
|
|
384
384
|
value: string;
|
|
385
|
-
__kind: "Eth";
|
|
385
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
386
386
|
}>, {
|
|
387
|
-
chain: "Ethereum";
|
|
388
|
-
address: `0x${string}`;
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
}>, {
|
|
402
|
-
chain: "Polkadot";
|
|
403
|
-
address: string;
|
|
404
|
-
}, {
|
|
405
|
-
value: string;
|
|
406
|
-
__kind: "Dot";
|
|
407
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
408
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
409
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
410
|
-
}, "strip", z.ZodTypeAny, {
|
|
411
|
-
value: `0x${string}`;
|
|
412
|
-
__kind: "Btc";
|
|
413
|
-
}, {
|
|
414
|
-
value: string;
|
|
415
|
-
__kind: "Btc";
|
|
416
|
-
}>, {
|
|
417
|
-
chain: "Bitcoin";
|
|
418
|
-
address: string;
|
|
419
|
-
}, {
|
|
420
|
-
value: string;
|
|
421
|
-
__kind: "Btc";
|
|
422
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
423
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
424
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
425
|
-
}, "strip", z.ZodTypeAny, {
|
|
426
|
-
value: `0x${string}`;
|
|
427
|
-
__kind: "Arb";
|
|
428
|
-
}, {
|
|
429
|
-
value: string;
|
|
430
|
-
__kind: "Arb";
|
|
431
|
-
}>, {
|
|
432
|
-
chain: "Arbitrum";
|
|
433
|
-
address: `0x${string}`;
|
|
434
|
-
}, {
|
|
435
|
-
value: string;
|
|
436
|
-
__kind: "Arb";
|
|
437
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
438
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
439
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
440
|
-
}, "strip", z.ZodTypeAny, {
|
|
441
|
-
value: `0x${string}`;
|
|
442
|
-
__kind: "Sol";
|
|
443
|
-
}, {
|
|
444
|
-
value: string;
|
|
445
|
-
__kind: "Sol";
|
|
446
|
-
}>, {
|
|
447
|
-
chain: "Solana";
|
|
448
|
-
address: string;
|
|
387
|
+
readonly chain: "Ethereum";
|
|
388
|
+
readonly address: `0x${string}`;
|
|
389
|
+
} | {
|
|
390
|
+
readonly chain: "Polkadot";
|
|
391
|
+
readonly address: string;
|
|
392
|
+
} | {
|
|
393
|
+
readonly chain: "Bitcoin";
|
|
394
|
+
readonly address: string;
|
|
395
|
+
} | {
|
|
396
|
+
readonly chain: "Arbitrum";
|
|
397
|
+
readonly address: `0x${string}`;
|
|
398
|
+
} | {
|
|
399
|
+
readonly chain: "Solana";
|
|
400
|
+
readonly address: string;
|
|
449
401
|
}, {
|
|
450
402
|
value: string;
|
|
451
|
-
__kind: "Sol";
|
|
452
|
-
}
|
|
403
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
404
|
+
}>;
|
|
453
405
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
454
406
|
channelMetadata: z.ZodObject<{
|
|
455
407
|
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -473,7 +425,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
473
425
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
|
|
474
426
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
475
427
|
}>;
|
|
476
|
-
sourceAddress: z.ZodOptional<z.ZodNullable<z.
|
|
428
|
+
sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
477
429
|
__kind: z.ZodLiteral<"Eth">;
|
|
478
430
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
479
431
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -493,7 +445,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
493
445
|
__kind: "Dot";
|
|
494
446
|
}>, z.ZodObject<{
|
|
495
447
|
__kind: z.ZodLiteral<"Btc">;
|
|
496
|
-
value: z.
|
|
448
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
497
449
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
498
450
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
499
451
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -702,7 +654,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
702
654
|
} | null | undefined;
|
|
703
655
|
}>>>;
|
|
704
656
|
txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
705
|
-
brokerFee: z.ZodObject<{
|
|
657
|
+
brokerFee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
706
658
|
account: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
707
659
|
bps: z.ZodNumber;
|
|
708
660
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -711,7 +663,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
711
663
|
}, {
|
|
712
664
|
account: string;
|
|
713
665
|
bps: number;
|
|
714
|
-
}
|
|
666
|
+
}>>>;
|
|
715
667
|
affiliateFees: z.ZodArray<z.ZodObject<{
|
|
716
668
|
account: z.ZodNumber;
|
|
717
669
|
bps: z.ZodNumber;
|
|
@@ -724,7 +676,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
724
676
|
}>, "many">;
|
|
725
677
|
refundParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
726
678
|
retryDuration: z.ZodNumber;
|
|
727
|
-
refundAddress: z.
|
|
679
|
+
refundAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
728
680
|
__kind: z.ZodLiteral<"Eth">;
|
|
729
681
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
730
682
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -744,7 +696,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
744
696
|
__kind: "Dot";
|
|
745
697
|
}>, z.ZodObject<{
|
|
746
698
|
__kind: z.ZodLiteral<"Btc">;
|
|
747
|
-
value: z.
|
|
699
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
748
700
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
749
701
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
750
702
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -955,32 +907,28 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
955
907
|
}>>>;
|
|
956
908
|
boostFee: z.ZodNumber;
|
|
957
909
|
}, "strip", z.ZodTypeAny, {
|
|
910
|
+
txId: `0x${string}`;
|
|
958
911
|
depositDetails: {
|
|
959
912
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
960
913
|
};
|
|
961
914
|
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
962
915
|
depositAmount: bigint;
|
|
963
|
-
outputAsset: "Eth" | "Flip" | "Usdc" | "
|
|
916
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
964
917
|
destinationAddress: {
|
|
965
|
-
chain: "Ethereum";
|
|
966
|
-
address: `0x${string}`;
|
|
918
|
+
readonly chain: "Ethereum";
|
|
919
|
+
readonly address: `0x${string}`;
|
|
967
920
|
} | {
|
|
968
|
-
chain: "Polkadot";
|
|
969
|
-
address: string;
|
|
921
|
+
readonly chain: "Polkadot";
|
|
922
|
+
readonly address: string;
|
|
970
923
|
} | {
|
|
971
|
-
chain: "Bitcoin";
|
|
972
|
-
address: string;
|
|
924
|
+
readonly chain: "Bitcoin";
|
|
925
|
+
readonly address: string;
|
|
973
926
|
} | {
|
|
974
|
-
chain: "Arbitrum";
|
|
975
|
-
address: `0x${string}`;
|
|
927
|
+
readonly chain: "Arbitrum";
|
|
928
|
+
readonly address: `0x${string}`;
|
|
976
929
|
} | {
|
|
977
|
-
chain: "Solana";
|
|
978
|
-
address: string;
|
|
979
|
-
};
|
|
980
|
-
txId: `0x${string}`;
|
|
981
|
-
brokerFee: {
|
|
982
|
-
account: string;
|
|
983
|
-
bps: number;
|
|
930
|
+
readonly chain: "Solana";
|
|
931
|
+
readonly address: string;
|
|
984
932
|
};
|
|
985
933
|
affiliateFees: {
|
|
986
934
|
account: number;
|
|
@@ -1032,6 +980,10 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1032
980
|
__kind: "Sol";
|
|
1033
981
|
} | null | undefined;
|
|
1034
982
|
} | null | undefined;
|
|
983
|
+
brokerFee?: {
|
|
984
|
+
account: string;
|
|
985
|
+
bps: number;
|
|
986
|
+
} | null | undefined;
|
|
1035
987
|
refundParams?: {
|
|
1036
988
|
retryDuration: number;
|
|
1037
989
|
refundAddress: {
|
|
@@ -1076,6 +1028,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1076
1028
|
chunkInterval: number;
|
|
1077
1029
|
} | null | undefined;
|
|
1078
1030
|
}, {
|
|
1031
|
+
txId: string;
|
|
1079
1032
|
depositDetails: {
|
|
1080
1033
|
txHashes?: string[] | null | undefined;
|
|
1081
1034
|
};
|
|
@@ -1084,28 +1037,11 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1084
1037
|
};
|
|
1085
1038
|
depositAmount: string | number;
|
|
1086
1039
|
outputAsset: {
|
|
1087
|
-
__kind: "Eth" | "Flip" | "Usdc" | "
|
|
1040
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1088
1041
|
};
|
|
1089
1042
|
destinationAddress: {
|
|
1090
1043
|
value: string;
|
|
1091
|
-
__kind: "Eth";
|
|
1092
|
-
} | {
|
|
1093
|
-
value: string;
|
|
1094
|
-
__kind: "Dot";
|
|
1095
|
-
} | {
|
|
1096
|
-
value: string;
|
|
1097
|
-
__kind: "Btc";
|
|
1098
|
-
} | {
|
|
1099
|
-
value: string;
|
|
1100
|
-
__kind: "Arb";
|
|
1101
|
-
} | {
|
|
1102
|
-
value: string;
|
|
1103
|
-
__kind: "Sol";
|
|
1104
|
-
};
|
|
1105
|
-
txId: string;
|
|
1106
|
-
brokerFee: {
|
|
1107
|
-
account: string;
|
|
1108
|
-
bps: number;
|
|
1044
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1109
1045
|
};
|
|
1110
1046
|
affiliateFees: {
|
|
1111
1047
|
account: number;
|
|
@@ -1159,6 +1095,10 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1159
1095
|
__kind: "Sol";
|
|
1160
1096
|
} | null | undefined;
|
|
1161
1097
|
} | null | undefined;
|
|
1098
|
+
brokerFee?: {
|
|
1099
|
+
account: string;
|
|
1100
|
+
bps: number;
|
|
1101
|
+
} | null | undefined;
|
|
1162
1102
|
refundParams?: {
|
|
1163
1103
|
retryDuration: number;
|
|
1164
1104
|
refundAddress: {
|
|
@@ -1206,32 +1146,28 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1206
1146
|
}, "strip", z.ZodTypeAny, {
|
|
1207
1147
|
__kind: "Vault";
|
|
1208
1148
|
vaultWitness: {
|
|
1149
|
+
txId: `0x${string}`;
|
|
1209
1150
|
depositDetails: {
|
|
1210
1151
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
1211
1152
|
};
|
|
1212
1153
|
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
1213
1154
|
depositAmount: bigint;
|
|
1214
|
-
outputAsset: "Eth" | "Flip" | "Usdc" | "
|
|
1155
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1215
1156
|
destinationAddress: {
|
|
1216
|
-
chain: "Ethereum";
|
|
1217
|
-
address: `0x${string}`;
|
|
1157
|
+
readonly chain: "Ethereum";
|
|
1158
|
+
readonly address: `0x${string}`;
|
|
1218
1159
|
} | {
|
|
1219
|
-
chain: "Polkadot";
|
|
1220
|
-
address: string;
|
|
1160
|
+
readonly chain: "Polkadot";
|
|
1161
|
+
readonly address: string;
|
|
1221
1162
|
} | {
|
|
1222
|
-
chain: "Bitcoin";
|
|
1223
|
-
address: string;
|
|
1163
|
+
readonly chain: "Bitcoin";
|
|
1164
|
+
readonly address: string;
|
|
1224
1165
|
} | {
|
|
1225
|
-
chain: "Arbitrum";
|
|
1226
|
-
address: `0x${string}`;
|
|
1166
|
+
readonly chain: "Arbitrum";
|
|
1167
|
+
readonly address: `0x${string}`;
|
|
1227
1168
|
} | {
|
|
1228
|
-
chain: "Solana";
|
|
1229
|
-
address: string;
|
|
1230
|
-
};
|
|
1231
|
-
txId: `0x${string}`;
|
|
1232
|
-
brokerFee: {
|
|
1233
|
-
account: string;
|
|
1234
|
-
bps: number;
|
|
1169
|
+
readonly chain: "Solana";
|
|
1170
|
+
readonly address: string;
|
|
1235
1171
|
};
|
|
1236
1172
|
affiliateFees: {
|
|
1237
1173
|
account: number;
|
|
@@ -1283,6 +1219,10 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1283
1219
|
__kind: "Sol";
|
|
1284
1220
|
} | null | undefined;
|
|
1285
1221
|
} | null | undefined;
|
|
1222
|
+
brokerFee?: {
|
|
1223
|
+
account: string;
|
|
1224
|
+
bps: number;
|
|
1225
|
+
} | null | undefined;
|
|
1286
1226
|
refundParams?: {
|
|
1287
1227
|
retryDuration: number;
|
|
1288
1228
|
refundAddress: {
|
|
@@ -1330,6 +1270,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1330
1270
|
}, {
|
|
1331
1271
|
__kind: "Vault";
|
|
1332
1272
|
vaultWitness: {
|
|
1273
|
+
txId: string;
|
|
1333
1274
|
depositDetails: {
|
|
1334
1275
|
txHashes?: string[] | null | undefined;
|
|
1335
1276
|
};
|
|
@@ -1338,28 +1279,11 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1338
1279
|
};
|
|
1339
1280
|
depositAmount: string | number;
|
|
1340
1281
|
outputAsset: {
|
|
1341
|
-
__kind: "Eth" | "Flip" | "Usdc" | "
|
|
1282
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1342
1283
|
};
|
|
1343
1284
|
destinationAddress: {
|
|
1344
1285
|
value: string;
|
|
1345
|
-
__kind: "Eth";
|
|
1346
|
-
} | {
|
|
1347
|
-
value: string;
|
|
1348
|
-
__kind: "Dot";
|
|
1349
|
-
} | {
|
|
1350
|
-
value: string;
|
|
1351
|
-
__kind: "Btc";
|
|
1352
|
-
} | {
|
|
1353
|
-
value: string;
|
|
1354
|
-
__kind: "Arb";
|
|
1355
|
-
} | {
|
|
1356
|
-
value: string;
|
|
1357
|
-
__kind: "Sol";
|
|
1358
|
-
};
|
|
1359
|
-
txId: string;
|
|
1360
|
-
brokerFee: {
|
|
1361
|
-
account: string;
|
|
1362
|
-
bps: number;
|
|
1286
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1363
1287
|
};
|
|
1364
1288
|
affiliateFees: {
|
|
1365
1289
|
account: number;
|
|
@@ -1413,6 +1337,10 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1413
1337
|
__kind: "Sol";
|
|
1414
1338
|
} | null | undefined;
|
|
1415
1339
|
} | null | undefined;
|
|
1340
|
+
brokerFee?: {
|
|
1341
|
+
account: string;
|
|
1342
|
+
bps: number;
|
|
1343
|
+
} | null | undefined;
|
|
1416
1344
|
refundParams?: {
|
|
1417
1345
|
retryDuration: number;
|
|
1418
1346
|
refundAddress: {
|
|
@@ -1486,7 +1414,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1486
1414
|
} | {
|
|
1487
1415
|
__kind: "TooManyConsumers";
|
|
1488
1416
|
} | {
|
|
1489
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1417
|
+
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1490
1418
|
__kind: "Token";
|
|
1491
1419
|
} | {
|
|
1492
1420
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
@@ -1530,32 +1458,28 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1530
1458
|
} | {
|
|
1531
1459
|
__kind: "Vault";
|
|
1532
1460
|
vaultWitness: {
|
|
1461
|
+
txId: `0x${string}`;
|
|
1533
1462
|
depositDetails: {
|
|
1534
1463
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
1535
1464
|
};
|
|
1536
1465
|
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
1537
1466
|
depositAmount: bigint;
|
|
1538
|
-
outputAsset: "Eth" | "Flip" | "Usdc" | "
|
|
1467
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1539
1468
|
destinationAddress: {
|
|
1540
|
-
chain: "Ethereum";
|
|
1541
|
-
address: `0x${string}`;
|
|
1469
|
+
readonly chain: "Ethereum";
|
|
1470
|
+
readonly address: `0x${string}`;
|
|
1542
1471
|
} | {
|
|
1543
|
-
chain: "Polkadot";
|
|
1544
|
-
address: string;
|
|
1472
|
+
readonly chain: "Polkadot";
|
|
1473
|
+
readonly address: string;
|
|
1545
1474
|
} | {
|
|
1546
|
-
chain: "Bitcoin";
|
|
1547
|
-
address: string;
|
|
1475
|
+
readonly chain: "Bitcoin";
|
|
1476
|
+
readonly address: string;
|
|
1548
1477
|
} | {
|
|
1549
|
-
chain: "Arbitrum";
|
|
1550
|
-
address: `0x${string}`;
|
|
1478
|
+
readonly chain: "Arbitrum";
|
|
1479
|
+
readonly address: `0x${string}`;
|
|
1551
1480
|
} | {
|
|
1552
|
-
chain: "Solana";
|
|
1553
|
-
address: string;
|
|
1554
|
-
};
|
|
1555
|
-
txId: `0x${string}`;
|
|
1556
|
-
brokerFee: {
|
|
1557
|
-
account: string;
|
|
1558
|
-
bps: number;
|
|
1481
|
+
readonly chain: "Solana";
|
|
1482
|
+
readonly address: string;
|
|
1559
1483
|
};
|
|
1560
1484
|
affiliateFees: {
|
|
1561
1485
|
account: number;
|
|
@@ -1607,6 +1531,10 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1607
1531
|
__kind: "Sol";
|
|
1608
1532
|
} | null | undefined;
|
|
1609
1533
|
} | null | undefined;
|
|
1534
|
+
brokerFee?: {
|
|
1535
|
+
account: string;
|
|
1536
|
+
bps: number;
|
|
1537
|
+
} | null | undefined;
|
|
1610
1538
|
refundParams?: {
|
|
1611
1539
|
retryDuration: number;
|
|
1612
1540
|
refundAddress: {
|
|
@@ -1681,7 +1609,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1681
1609
|
__kind: "TooManyConsumers";
|
|
1682
1610
|
} | {
|
|
1683
1611
|
value: {
|
|
1684
|
-
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "
|
|
1612
|
+
__kind: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1685
1613
|
};
|
|
1686
1614
|
__kind: "Token";
|
|
1687
1615
|
} | {
|
|
@@ -1732,6 +1660,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1732
1660
|
} | {
|
|
1733
1661
|
__kind: "Vault";
|
|
1734
1662
|
vaultWitness: {
|
|
1663
|
+
txId: string;
|
|
1735
1664
|
depositDetails: {
|
|
1736
1665
|
txHashes?: string[] | null | undefined;
|
|
1737
1666
|
};
|
|
@@ -1740,28 +1669,11 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1740
1669
|
};
|
|
1741
1670
|
depositAmount: string | number;
|
|
1742
1671
|
outputAsset: {
|
|
1743
|
-
__kind: "Eth" | "Flip" | "Usdc" | "
|
|
1672
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1744
1673
|
};
|
|
1745
1674
|
destinationAddress: {
|
|
1746
1675
|
value: string;
|
|
1747
|
-
__kind: "Eth";
|
|
1748
|
-
} | {
|
|
1749
|
-
value: string;
|
|
1750
|
-
__kind: "Dot";
|
|
1751
|
-
} | {
|
|
1752
|
-
value: string;
|
|
1753
|
-
__kind: "Btc";
|
|
1754
|
-
} | {
|
|
1755
|
-
value: string;
|
|
1756
|
-
__kind: "Arb";
|
|
1757
|
-
} | {
|
|
1758
|
-
value: string;
|
|
1759
|
-
__kind: "Sol";
|
|
1760
|
-
};
|
|
1761
|
-
txId: string;
|
|
1762
|
-
brokerFee: {
|
|
1763
|
-
account: string;
|
|
1764
|
-
bps: number;
|
|
1676
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1765
1677
|
};
|
|
1766
1678
|
affiliateFees: {
|
|
1767
1679
|
account: number;
|
|
@@ -1815,6 +1727,10 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1815
1727
|
__kind: "Sol";
|
|
1816
1728
|
} | null | undefined;
|
|
1817
1729
|
} | null | undefined;
|
|
1730
|
+
brokerFee?: {
|
|
1731
|
+
account: string;
|
|
1732
|
+
bps: number;
|
|
1733
|
+
} | null | undefined;
|
|
1818
1734
|
refundParams?: {
|
|
1819
1735
|
retryDuration: number;
|
|
1820
1736
|
refundAddress: {
|