@chainflip/processor 2.1.0-beta.6 → 2.1.1
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/_virtual/{rolldown_runtime.cjs → _rolldown/runtime.cjs} +1 -1
- package/dist/100/accountRoles/accountRoleRegistered.cjs +2 -1
- package/dist/100/bitcoinBroadcaster/broadcastAborted.cjs +2 -1
- package/dist/100/bitcoinBroadcaster/broadcastAttemptTimeout.cjs +2 -1
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.cjs +2 -1
- package/dist/100/bitcoinBroadcaster/broadcastRetryScheduled.cjs +2 -1
- package/dist/100/bitcoinBroadcaster/broadcastSuccess.cjs +2 -1
- package/dist/100/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +2 -1
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.cjs +2 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.cjs +2 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.cjs +2 -1
- package/dist/100/bitcoinChainTracking/chainStateUpdated.cjs +2 -1
- package/dist/100/bitcoinIngressEgress/assetEgressStatusChanged.cjs +2 -1
- package/dist/100/bitcoinIngressEgress/batchBroadcastRequested.cjs +2 -1
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.cjs +2 -1
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.cjs +2 -1
- package/dist/100/bitcoinIngressEgress/depositIgnored.cjs +2 -1
- package/dist/100/bitcoinIngressEgress/depositReceived.cjs +2 -1
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.cjs +2 -1
- package/dist/100/bitcoinIngressEgress/egressScheduled.cjs +2 -1
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +4 -4
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +4 -4
- package/dist/100/bitcoinIngressEgress/minimumDepositSet.cjs +2 -1
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.cjs +2 -1
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.cjs +2 -1
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.cjs +2 -1
- package/dist/100/bitcoinThresholdSigner/retryRequested.cjs +2 -1
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.cjs +2 -1
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.cjs +2 -1
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.cjs +2 -1
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.cjs +2 -1
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +2 -1
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.cjs +2 -1
- package/dist/100/bitcoinVault/awaitingGovernanceActivation.cjs +2 -1
- package/dist/100/bitcoinVault/keyHandoverFailure.cjs +2 -1
- package/dist/100/bitcoinVault/keyHandoverFailureReported.cjs +1 -0
- package/dist/100/bitcoinVault/keyHandoverRequest.cjs +2 -1
- package/dist/100/bitcoinVault/keyHandoverResponseTimeout.cjs +2 -1
- package/dist/100/bitcoinVault/keyHandoverSuccess.cjs +2 -1
- package/dist/100/bitcoinVault/keyHandoverSuccessReported.cjs +1 -0
- package/dist/100/bitcoinVault/keyHandoverVerificationFailure.cjs +2 -1
- package/dist/100/bitcoinVault/keyHandoverVerificationSuccess.cjs +2 -1
- package/dist/100/bitcoinVault/keygenFailure.cjs +1 -0
- package/dist/100/bitcoinVault/keygenFailureReported.cjs +1 -0
- package/dist/100/bitcoinVault/keygenRequest.cjs +2 -1
- package/dist/100/bitcoinVault/keygenResponseTimeout.cjs +1 -0
- package/dist/100/bitcoinVault/keygenResponseTimeoutUpdated.cjs +2 -1
- package/dist/100/bitcoinVault/keygenSuccess.cjs +1 -0
- package/dist/100/bitcoinVault/keygenSuccessReported.cjs +1 -0
- package/dist/100/bitcoinVault/keygenVerificationFailure.cjs +2 -1
- package/dist/100/bitcoinVault/keygenVerificationSuccess.cjs +2 -1
- package/dist/100/bitcoinVault/noKeyHandover.cjs +2 -1
- package/dist/100/bitcoinVault/vaultRotatedExternally.cjs +1 -0
- package/dist/100/bitcoinVault/vaultRotationAborted.cjs +2 -1
- package/dist/100/bitcoinVault/vaultRotationCompleted.cjs +2 -1
- package/dist/100/common.cjs +3 -2
- package/dist/100/emissions/backupNodeInflationEmissionsUpdated.cjs +2 -1
- package/dist/100/emissions/currentAuthorityInflationEmissionsUpdated.cjs +2 -1
- package/dist/100/emissions/supplyUpdateBroadcastRequested.cjs +2 -1
- package/dist/100/emissions/supplyUpdateIntervalUpdated.cjs +2 -1
- package/dist/100/environment/addedNewEthAsset.cjs +2 -1
- package/dist/100/environment/bitcoinBlockNumberSetForVault.cjs +2 -1
- package/dist/100/environment/polkadotVaultAccountSet.cjs +2 -1
- package/dist/100/environment/runtimeSafeModeUpdated.cjs +2 -1
- package/dist/100/environment/updatedEthAsset.cjs +2 -1
- package/dist/100/ethereumBroadcaster/broadcastAborted.cjs +2 -1
- package/dist/100/ethereumBroadcaster/broadcastAttemptTimeout.cjs +2 -1
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.cjs +2 -1
- package/dist/100/ethereumBroadcaster/broadcastRetryScheduled.cjs +2 -1
- package/dist/100/ethereumBroadcaster/broadcastSuccess.cjs +2 -1
- package/dist/100/ethereumBroadcaster/thresholdSignatureInvalid.cjs +2 -1
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.cjs +2 -1
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.cjs +2 -1
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRefused.cjs +2 -1
- package/dist/100/ethereumChainTracking/chainStateUpdated.cjs +2 -1
- package/dist/100/ethereumIngressEgress/assetEgressStatusChanged.cjs +2 -1
- package/dist/100/ethereumIngressEgress/batchBroadcastRequested.cjs +2 -1
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.cjs +2 -1
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.cjs +2 -1
- package/dist/100/ethereumIngressEgress/depositIgnored.cjs +2 -1
- package/dist/100/ethereumIngressEgress/depositReceived.cjs +2 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.cjs +2 -1
- package/dist/100/ethereumIngressEgress/egressScheduled.cjs +2 -1
- package/dist/100/ethereumIngressEgress/egressScheduled.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/egressScheduled.d.mts +2 -2
- package/dist/100/ethereumIngressEgress/minimumDepositSet.cjs +2 -1
- package/dist/100/ethereumIngressEgress/vaultTransferFailed.cjs +2 -1
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.cjs +2 -1
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.cjs +2 -1
- package/dist/100/ethereumThresholdSigner/retryRequested.cjs +2 -1
- package/dist/100/ethereumThresholdSigner/signersUnavailable.cjs +2 -1
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.cjs +2 -1
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.cjs +2 -1
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.cjs +2 -1
- package/dist/100/ethereumThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +2 -1
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.cjs +2 -1
- package/dist/100/ethereumVault/awaitingGovernanceActivation.cjs +2 -1
- package/dist/100/ethereumVault/keyHandoverFailure.cjs +2 -1
- package/dist/100/ethereumVault/keyHandoverFailureReported.cjs +1 -0
- package/dist/100/ethereumVault/keyHandoverRequest.cjs +2 -1
- package/dist/100/ethereumVault/keyHandoverResponseTimeout.cjs +2 -1
- package/dist/100/ethereumVault/keyHandoverSuccess.cjs +2 -1
- package/dist/100/ethereumVault/keyHandoverSuccessReported.cjs +1 -0
- package/dist/100/ethereumVault/keyHandoverVerificationFailure.cjs +2 -1
- package/dist/100/ethereumVault/keyHandoverVerificationSuccess.cjs +2 -1
- package/dist/100/ethereumVault/keygenFailure.cjs +1 -0
- package/dist/100/ethereumVault/keygenFailureReported.cjs +1 -0
- package/dist/100/ethereumVault/keygenRequest.cjs +2 -1
- package/dist/100/ethereumVault/keygenResponseTimeout.cjs +1 -0
- package/dist/100/ethereumVault/keygenResponseTimeoutUpdated.cjs +2 -1
- package/dist/100/ethereumVault/keygenSuccess.cjs +1 -0
- package/dist/100/ethereumVault/keygenSuccessReported.cjs +1 -0
- package/dist/100/ethereumVault/keygenVerificationFailure.cjs +2 -1
- package/dist/100/ethereumVault/keygenVerificationSuccess.cjs +2 -1
- package/dist/100/ethereumVault/noKeyHandover.cjs +2 -1
- package/dist/100/ethereumVault/vaultRotatedExternally.cjs +1 -0
- package/dist/100/ethereumVault/vaultRotationAborted.cjs +2 -1
- package/dist/100/ethereumVault/vaultRotationCompleted.cjs +2 -1
- package/dist/100/flip/accountReaped.cjs +2 -1
- package/dist/100/flip/remainingImbalance.cjs +2 -1
- package/dist/100/flip/slashingPerformed.cjs +2 -1
- package/dist/100/flip/slashingRateUpdated.cjs +2 -1
- package/dist/100/funding/addedRestrictedAddress.cjs +2 -1
- package/dist/100/funding/boundExecutorAddress.cjs +2 -1
- package/dist/100/funding/boundRedeemAddress.cjs +2 -1
- package/dist/100/funding/failedFundingAttempt.cjs +2 -1
- package/dist/100/funding/funded.cjs +2 -1
- package/dist/100/funding/minimumFundingUpdated.cjs +2 -1
- package/dist/100/funding/redemptionAmountZero.cjs +2 -1
- package/dist/100/funding/redemptionExpired.cjs +2 -1
- package/dist/100/funding/redemptionRequested.cjs +2 -1
- package/dist/100/funding/redemptionSettled.cjs +2 -1
- package/dist/100/funding/redemptionTaxAmountUpdated.cjs +2 -1
- package/dist/100/funding/removedRestrictedAddress.cjs +2 -1
- package/dist/100/funding/startedBidding.cjs +2 -1
- package/dist/100/funding/stoppedBidding.cjs +2 -1
- package/dist/100/governance/approved.cjs +2 -1
- package/dist/100/governance/decodeOfCallFailed.cjs +2 -1
- package/dist/100/governance/executed.cjs +2 -1
- package/dist/100/governance/expired.cjs +2 -1
- package/dist/100/governance/failedExecution.cjs +1 -0
- package/dist/100/governance/govKeyCallExecuted.cjs +2 -1
- package/dist/100/governance/govKeyCallExecutionFailed.cjs +2 -1
- package/dist/100/governance/govKeyCallHashWhitelisted.cjs +2 -1
- package/dist/100/governance/proposed.cjs +2 -1
- package/dist/100/grandpa/newAuthorities.cjs +2 -1
- package/dist/100/grandpa/paused.cjs +2 -1
- package/dist/100/grandpa/resumed.cjs +2 -1
- package/dist/100/liquidityPools/assetSwapped.cjs +2 -1
- package/dist/100/liquidityPools/limitOrderUpdated.cjs +2 -1
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/100/liquidityPools/limitOrderUpdated.d.mts +2 -2
- package/dist/100/liquidityPools/networkFeeTaken.cjs +2 -1
- package/dist/100/liquidityPools/newPoolCreated.cjs +2 -1
- package/dist/100/liquidityPools/poolFeeSet.cjs +2 -1
- package/dist/100/liquidityPools/poolStateUpdated.cjs +2 -1
- package/dist/100/liquidityPools/rangeOrderUpdated.cjs +2 -1
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +10 -10
- package/dist/100/liquidityPools/updatedBuyInterval.cjs +2 -1
- package/dist/100/liquidityProvider/accountCredited.cjs +2 -1
- package/dist/100/liquidityProvider/accountDebited.cjs +2 -1
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.cjs +2 -1
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.cjs +2 -1
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.cjs +2 -1
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +4 -4
- package/dist/100/polkadotBroadcaster/broadcastAborted.cjs +2 -1
- package/dist/100/polkadotBroadcaster/broadcastAttemptTimeout.cjs +2 -1
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.cjs +2 -1
- package/dist/100/polkadotBroadcaster/broadcastRetryScheduled.cjs +2 -1
- package/dist/100/polkadotBroadcaster/broadcastSuccess.cjs +2 -1
- package/dist/100/polkadotBroadcaster/thresholdSignatureInvalid.cjs +2 -1
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.cjs +2 -1
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.cjs +2 -1
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRefused.cjs +2 -1
- package/dist/100/polkadotChainTracking/chainStateUpdated.cjs +2 -1
- package/dist/100/polkadotIngressEgress/assetEgressStatusChanged.cjs +2 -1
- package/dist/100/polkadotIngressEgress/batchBroadcastRequested.cjs +2 -1
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.cjs +2 -1
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.cjs +2 -1
- package/dist/100/polkadotIngressEgress/depositIgnored.cjs +2 -1
- package/dist/100/polkadotIngressEgress/depositReceived.cjs +2 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.cjs +2 -1
- package/dist/100/polkadotIngressEgress/egressScheduled.cjs +2 -1
- package/dist/100/polkadotIngressEgress/egressScheduled.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/egressScheduled.d.mts +2 -2
- package/dist/100/polkadotIngressEgress/minimumDepositSet.cjs +2 -1
- package/dist/100/polkadotIngressEgress/vaultTransferFailed.cjs +2 -1
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.cjs +2 -1
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.cjs +2 -1
- package/dist/100/polkadotThresholdSigner/retryRequested.cjs +2 -1
- package/dist/100/polkadotThresholdSigner/signersUnavailable.cjs +2 -1
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.cjs +2 -1
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.cjs +2 -1
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.cjs +2 -1
- package/dist/100/polkadotThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +2 -1
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.cjs +2 -1
- package/dist/100/polkadotVault/awaitingGovernanceActivation.cjs +2 -1
- package/dist/100/polkadotVault/keyHandoverFailure.cjs +2 -1
- package/dist/100/polkadotVault/keyHandoverFailureReported.cjs +1 -0
- package/dist/100/polkadotVault/keyHandoverRequest.cjs +2 -1
- package/dist/100/polkadotVault/keyHandoverResponseTimeout.cjs +2 -1
- package/dist/100/polkadotVault/keyHandoverSuccess.cjs +2 -1
- package/dist/100/polkadotVault/keyHandoverSuccessReported.cjs +1 -0
- package/dist/100/polkadotVault/keyHandoverVerificationFailure.cjs +2 -1
- package/dist/100/polkadotVault/keyHandoverVerificationSuccess.cjs +2 -1
- package/dist/100/polkadotVault/keygenFailure.cjs +1 -0
- package/dist/100/polkadotVault/keygenFailureReported.cjs +1 -0
- package/dist/100/polkadotVault/keygenRequest.cjs +2 -1
- package/dist/100/polkadotVault/keygenResponseTimeout.cjs +1 -0
- package/dist/100/polkadotVault/keygenResponseTimeoutUpdated.cjs +2 -1
- package/dist/100/polkadotVault/keygenSuccess.cjs +1 -0
- package/dist/100/polkadotVault/keygenSuccessReported.cjs +1 -0
- package/dist/100/polkadotVault/keygenVerificationFailure.cjs +2 -1
- package/dist/100/polkadotVault/keygenVerificationSuccess.cjs +2 -1
- package/dist/100/polkadotVault/noKeyHandover.cjs +2 -1
- package/dist/100/polkadotVault/vaultRotatedExternally.cjs +1 -0
- package/dist/100/polkadotVault/vaultRotationAborted.cjs +2 -1
- package/dist/100/polkadotVault/vaultRotationCompleted.cjs +2 -1
- package/dist/100/reputation/accrualRateUpdated.cjs +2 -1
- package/dist/100/reputation/missedHeartbeatPenaltyUpdated.cjs +2 -1
- package/dist/100/reputation/offencePenalty.cjs +2 -1
- package/dist/100/reputation/penaltyUpdated.cjs +2 -1
- package/dist/100/session/newSession.cjs +2 -1
- package/dist/100/swapping/batchSwapFailed.cjs +2 -1
- package/dist/100/swapping/ccmDepositReceived.cjs +2 -1
- package/dist/100/swapping/ccmDepositReceived.d.cts +4 -4
- package/dist/100/swapping/ccmDepositReceived.d.mts +4 -4
- package/dist/100/swapping/ccmEgressScheduled.cjs +2 -1
- package/dist/100/swapping/ccmFailed.cjs +2 -1
- package/dist/100/swapping/minimumSwapAmountSet.cjs +2 -1
- package/dist/100/swapping/swapAmountTooLow.cjs +2 -1
- package/dist/100/swapping/swapDepositAddressReady.cjs +2 -1
- package/dist/100/swapping/swapEgressScheduled.cjs +2 -1
- package/dist/100/swapping/swapExecuted.cjs +2 -1
- package/dist/100/swapping/swapExecuted.d.cts +4 -4
- package/dist/100/swapping/swapExecuted.d.mts +4 -4
- package/dist/100/swapping/swapScheduled.cjs +2 -1
- package/dist/100/swapping/swapScheduled.d.cts +2 -2
- package/dist/100/swapping/swapScheduled.d.mts +2 -2
- package/dist/100/swapping/withdrawalRequested.cjs +2 -1
- package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/100/swapping/withdrawalRequested.d.mts +4 -4
- package/dist/100/system/codeUpdated.cjs +2 -1
- package/dist/100/system/extrinsicFailed.cjs +2 -1
- package/dist/100/system/extrinsicSuccess.cjs +2 -1
- package/dist/100/system/killedAccount.cjs +2 -1
- package/dist/100/system/newAccount.cjs +2 -1
- package/dist/100/system/remarked.cjs +2 -1
- package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +2 -1
- package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +2 -1
- package/dist/100/tokenholderGovernance/proposalEnacted.cjs +2 -1
- package/dist/100/tokenholderGovernance/proposalPassed.cjs +2 -1
- package/dist/100/tokenholderGovernance/proposalRejected.cjs +2 -1
- package/dist/100/tokenholderGovernance/proposalSubmitted.cjs +2 -1
- package/dist/100/transactionPayment/transactionFeePaid.cjs +2 -1
- package/dist/100/validator/auctionCompleted.cjs +2 -1
- package/dist/100/validator/cFEVersionUpdated.cjs +2 -1
- package/dist/100/validator/newEpoch.cjs +2 -1
- package/dist/100/validator/palletConfigUpdated.cjs +2 -1
- package/dist/100/validator/peerIdRegistered.cjs +2 -1
- package/dist/100/validator/peerIdUnregistered.cjs +2 -1
- package/dist/100/validator/rotationAborted.cjs +2 -1
- package/dist/100/validator/rotationPhaseUpdated.cjs +2 -1
- package/dist/100/validator/vanityNameSet.cjs +2 -1
- package/dist/100/witnesser/prewitnessed.cjs +2 -1
- package/dist/100/witnesser/witnessExecutionFailed.cjs +2 -1
- package/dist/102/_virtual/{rolldown_runtime.cjs → _rolldown/runtime.cjs} +1 -1
- package/dist/102/accountRoles/accountRoleRegistered.cjs +2 -1
- package/dist/102/common.cjs +3 -2
- package/dist/102/swapping/maximumSwapAmountSet.cjs +2 -1
- package/dist/102/swapping/swapAmountConfiscated.cjs +2 -1
- package/dist/102/validator/palletConfigUpdated.cjs +2 -1
- package/dist/11000/_virtual/{rolldown_runtime.cjs → _rolldown/runtime.cjs} +1 -1
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/arbitrumIngressEgress/depositFailed.cjs +2 -1
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +64 -64
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +64 -64
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/arbitrumIngressEgress/invalidCcmRefunded.cjs +2 -1
- package/dist/11000/arbitrumIngressEgress/palletConfigUpdated.cjs +2 -1
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/assethubIngressEgress/depositFailed.cjs +2 -1
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +64 -64
- package/dist/11000/assethubIngressEgress/depositFailed.d.mts +64 -64
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/assethubIngressEgress/invalidCcmRefunded.cjs +2 -1
- package/dist/11000/assethubIngressEgress/palletConfigUpdated.cjs +2 -1
- package/dist/11000/bitcoinElections/allVotesCleared.cjs +2 -1
- package/dist/11000/bitcoinElections/allVotesNotCleared.cjs +2 -1
- package/dist/11000/bitcoinElections/corruptStorage.cjs +2 -1
- package/dist/11000/bitcoinElections/electoralEvent.cjs +1 -0
- package/dist/11000/bitcoinElections/uninitialized.cjs +2 -1
- package/dist/11000/bitcoinElections/unknownElection.cjs +2 -1
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/bitcoinIngressEgress/depositFailed.cjs +2 -1
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +122 -122
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +122 -122
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.cjs +2 -1
- package/dist/11000/bitcoinIngressEgress/palletConfigUpdated.cjs +2 -1
- package/dist/11000/common.cjs +4 -3
- package/dist/11000/common.d.cts +619 -619
- package/dist/11000/common.d.mts +619 -619
- package/dist/11000/environment/runtimeSafeModeUpdated.cjs +2 -1
- package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/11000/environment/runtimeSafeModeUpdated.d.mts +28 -28
- package/dist/11000/environment/solanaGovCallDispatched.cjs +2 -1
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/ethereumIngressEgress/depositFailed.cjs +2 -1
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +64 -64
- package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +64 -64
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/ethereumIngressEgress/invalidCcmRefunded.cjs +2 -1
- package/dist/11000/ethereumIngressEgress/palletConfigUpdated.cjs +2 -1
- package/dist/11000/funding/rebalance.cjs +2 -1
- package/dist/11000/lendingPools/boostFundsAdded.cjs +2 -1
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +10 -10
- package/dist/11000/lendingPools/boostFundsAdded.d.mts +10 -10
- package/dist/11000/lendingPools/boostPoolCreated.cjs +2 -1
- package/dist/11000/lendingPools/boostPoolCreated.d.cts +8 -8
- package/dist/11000/lendingPools/boostPoolCreated.d.mts +8 -8
- package/dist/11000/lendingPools/palletConfigUpdated.cjs +2 -1
- package/dist/11000/lendingPools/stoppedBoosting.cjs +2 -1
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +10 -10
- package/dist/11000/lendingPools/stoppedBoosting.d.mts +10 -10
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/polkadotIngressEgress/depositFailed.cjs +2 -1
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +64 -64
- package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +64 -64
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/polkadotIngressEgress/invalidCcmRefunded.cjs +2 -1
- package/dist/11000/polkadotIngressEgress/palletConfigUpdated.cjs +2 -1
- package/dist/11000/solanaElections/electoralEvent.cjs +2 -1
- package/dist/11000/solanaElections/unknownElection.cjs +2 -1
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/solanaIngressEgress/depositFailed.cjs +2 -1
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +55 -55
- package/dist/11000/solanaIngressEgress/depositFailed.d.mts +55 -55
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/solanaIngressEgress/invalidCcmRefunded.cjs +2 -1
- package/dist/11000/solanaIngressEgress/palletConfigUpdated.cjs +2 -1
- package/dist/11000/swapping/palletConfigUpdated.cjs +2 -1
- package/dist/11000/swapping/palletConfigUpdated.d.cts +32 -32
- package/dist/11000/swapping/palletConfigUpdated.d.mts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.cjs +2 -1
- package/dist/11000/swapping/refundEgressScheduled.d.cts +15 -15
- package/dist/11000/swapping/refundEgressScheduled.d.mts +15 -15
- package/dist/11000/swapping/refundedOnChain.cjs +2 -1
- package/dist/11000/swapping/refundedOnChain.d.cts +6 -6
- package/dist/11000/swapping/refundedOnChain.d.mts +6 -6
- package/dist/11000/swapping/swapDepositAddressReady.cjs +2 -1
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +24 -24
- package/dist/11000/swapping/swapDepositAddressReady.d.mts +24 -24
- package/dist/11000/swapping/swapRequested.cjs +2 -1
- package/dist/11000/swapping/swapRequested.d.cts +16 -16
- package/dist/11000/swapping/swapRequested.d.mts +16 -16
- package/dist/11000/tradingStrategy/strategyDeployed.cjs +2 -1
- package/dist/11000/tradingStrategy/strategyDeployed.d.cts +24 -24
- package/dist/11000/tradingStrategy/strategyDeployed.d.mts +24 -24
- package/dist/11000/validator/palletConfigUpdated.cjs +2 -1
- package/dist/111/_virtual/{rolldown_runtime.cjs → _rolldown/runtime.cjs} +1 -1
- package/dist/111/bitcoinBroadcaster/callResigned.cjs +2 -1
- package/dist/111/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +2 -1
- package/dist/111/bitcoinIngressEgress/ccmBroadcastFailed.cjs +2 -1
- package/dist/111/bitcoinIngressEgress/failedForeignChainCallExpired.cjs +2 -1
- package/dist/111/bitcoinIngressEgress/failedForeignChainCallResigned.cjs +2 -1
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.cjs +2 -1
- package/dist/111/common.cjs +3 -2
- package/dist/111/ethereumBroadcaster/callResigned.cjs +2 -1
- package/dist/111/ethereumBroadcaster/thresholdSignatureInvalid.cjs +2 -1
- package/dist/111/ethereumIngressEgress/ccmBroadcastFailed.cjs +2 -1
- package/dist/111/ethereumIngressEgress/failedForeignChainCallExpired.cjs +2 -1
- package/dist/111/ethereumIngressEgress/failedForeignChainCallResigned.cjs +2 -1
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.cjs +2 -1
- package/dist/111/liquidityPools/limitOrderSetOrUpdateScheduled.cjs +2 -1
- package/dist/111/liquidityPools/limitOrderUpdated.cjs +2 -1
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +4 -4
- package/dist/111/liquidityPools/limitOrderUpdated.d.mts +4 -4
- package/dist/111/liquidityPools/newPoolCreated.cjs +2 -1
- package/dist/111/liquidityPools/poolFeeSet.cjs +2 -1
- package/dist/111/liquidityPools/rangeOrderUpdated.cjs +2 -1
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +8 -8
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.cjs +2 -1
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +4 -4
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +4 -4
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchSuccess.cjs +2 -1
- package/dist/111/polkadotBroadcaster/callResigned.cjs +2 -1
- package/dist/111/polkadotBroadcaster/thresholdSignatureInvalid.cjs +2 -1
- package/dist/111/polkadotIngressEgress/ccmBroadcastFailed.cjs +2 -1
- package/dist/111/polkadotIngressEgress/failedForeignChainCallExpired.cjs +2 -1
- package/dist/111/polkadotIngressEgress/failedForeignChainCallResigned.cjs +2 -1
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.cjs +2 -1
- package/dist/11100/_virtual/_rolldown/runtime.cjs +29 -0
- package/dist/11100/accountRoles/accountRoleDeregistered.cjs +2 -1
- package/dist/11100/accountRoles/accountRoleRegistered.cjs +2 -1
- package/dist/11100/accountRoles/subAccountCallExecuted.cjs +2 -1
- package/dist/11100/accountRoles/subAccountCreated.cjs +2 -1
- package/dist/11100/arbitrumIngressEgress/depositFailed.cjs +2 -1
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +16 -16
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +16 -16
- package/dist/11100/arbitrumIngressEgress/palletConfigUpdated.cjs +2 -1
- package/dist/11100/assethubIngressEgress/depositFailed.cjs +2 -1
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +34 -34
- package/dist/11100/assethubIngressEgress/depositFailed.d.mts +34 -34
- package/dist/11100/assethubIngressEgress/palletConfigUpdated.cjs +2 -1
- package/dist/11100/bitcoinIngressEgress/depositFailed.cjs +2 -1
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +16 -16
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +16 -16
- package/dist/11100/bitcoinIngressEgress/palletConfigUpdated.cjs +2 -1
- package/dist/11100/common.cjs +4 -3
- package/dist/11100/common.d.cts +358 -358
- package/dist/11100/common.d.mts +358 -358
- package/dist/11100/environment/runtimeSafeModeUpdated.cjs +2 -1
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +88 -88
- package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +88 -88
- package/dist/11100/ethereumIngressEgress/depositFailed.cjs +2 -1
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +16 -16
- package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +16 -16
- package/dist/11100/ethereumIngressEgress/palletConfigUpdated.cjs +2 -1
- package/dist/11100/flip/bondUpdated.cjs +2 -1
- package/dist/11100/flip/flipMinted.cjs +2 -1
- package/dist/11100/flip/flipMinted.d.cts +2 -2
- package/dist/11100/flip/flipMinted.d.mts +2 -2
- package/dist/11100/funding/sCCallCannotBeDecoded.cjs +2 -1
- package/dist/11100/funding/sCCallCannotBeExecuted.cjs +2 -1
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +6 -6
- package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +6 -6
- package/dist/11100/funding/sCCallExecuted.cjs +2 -1
- package/dist/11100/funding/sCCallExecuted.d.cts +6 -6
- package/dist/11100/funding/sCCallExecuted.d.mts +6 -6
- package/dist/11100/genericElections/allVotesCleared.cjs +2 -1
- package/dist/11100/genericElections/allVotesNotCleared.cjs +2 -1
- package/dist/11100/genericElections/corruptStorage.cjs +2 -1
- package/dist/11100/genericElections/electoralEvent.cjs +1 -0
- package/dist/11100/genericElections/uninitialized.cjs +2 -1
- package/dist/11100/genericElections/unknownElection.cjs +2 -1
- package/dist/11100/lendingPools/collateralAdded.cjs +2 -1
- package/dist/11100/lendingPools/collateralAdded.d.cts +12 -12
- package/dist/11100/lendingPools/collateralAdded.d.mts +12 -12
- package/dist/11100/lendingPools/collateralRemoved.cjs +2 -1
- package/dist/11100/lendingPools/collateralRemoved.d.cts +12 -12
- package/dist/11100/lendingPools/collateralRemoved.d.mts +12 -12
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.cjs +2 -1
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +6 -6
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.mts +6 -6
- package/dist/11100/lendingPools/lendingFundsAdded.cjs +2 -1
- package/dist/11100/lendingPools/lendingFundsAdded.d.cts +6 -6
- package/dist/11100/lendingPools/lendingFundsAdded.d.mts +6 -6
- package/dist/11100/lendingPools/lendingFundsRemoved.cjs +2 -1
- package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +6 -6
- package/dist/11100/lendingPools/lendingFundsRemoved.d.mts +6 -6
- package/dist/11100/lendingPools/lendingPoolCreated.cjs +2 -1
- package/dist/11100/lendingPools/lendingPoolCreated.d.cts +6 -6
- package/dist/11100/lendingPools/lendingPoolCreated.d.mts +6 -6
- package/dist/11100/lendingPools/liquidationInitiated.cjs +2 -1
- package/dist/11100/lendingPools/loanCreated.cjs +2 -1
- package/dist/11100/lendingPools/loanCreated.d.cts +8 -8
- package/dist/11100/lendingPools/loanCreated.d.mts +8 -8
- package/dist/11100/lendingPools/loanRepaid.cjs +2 -1
- package/dist/11100/lendingPools/loanRepaid.d.cts +6 -6
- package/dist/11100/lendingPools/loanRepaid.d.mts +6 -6
- package/dist/11100/lendingPools/loanSettled.cjs +2 -1
- package/dist/11100/lendingPools/loanSettled.d.cts +6 -6
- package/dist/11100/lendingPools/loanSettled.d.mts +6 -6
- package/dist/11100/lendingPools/loanUpdated.cjs +2 -1
- package/dist/11100/polkadotIngressEgress/depositFailed.cjs +2 -1
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +34 -34
- package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +34 -34
- package/dist/11100/polkadotIngressEgress/palletConfigUpdated.cjs +2 -1
- package/dist/11100/solanaIngressEgress/depositFailed.cjs +2 -1
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +16 -16
- package/dist/11100/solanaIngressEgress/depositFailed.d.mts +16 -16
- package/dist/11100/solanaIngressEgress/palletConfigUpdated.cjs +2 -1
- package/dist/11100/swapping/swapAborted.cjs +2 -1
- package/dist/11100/swapping/swapDepositAddressReady.cjs +2 -1
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +14 -14
- package/dist/11100/swapping/swapDepositAddressReady.d.mts +14 -14
- package/dist/11100/swapping/swapExecuted.cjs +2 -1
- package/dist/11100/swapping/swapExecuted.d.cts +14 -14
- package/dist/11100/swapping/swapExecuted.d.mts +14 -14
- package/dist/11100/swapping/swapRequested.cjs +2 -1
- package/dist/11100/swapping/swapRequested.d.cts +46 -46
- package/dist/11100/swapping/swapRequested.d.mts +46 -46
- package/dist/11100/swapping/swapRescheduled.cjs +2 -1
- package/dist/11100/validator/delegated.cjs +2 -1
- package/dist/11100/validator/delegatorAllowed.cjs +2 -1
- package/dist/11100/validator/delegatorBlocked.cjs +2 -1
- package/dist/11100/validator/maxBidUpdated.cjs +2 -1
- package/dist/11100/validator/operatorAcceptedByValidator.cjs +2 -1
- package/dist/11100/validator/operatorSettingsUpdated.cjs +2 -1
- package/dist/11100/validator/palletConfigUpdated.cjs +2 -1
- package/dist/11100/validator/rotationPhaseUpdated.cjs +2 -1
- package/dist/11100/validator/unDelegationFinalized.cjs +2 -1
- package/dist/11100/validator/undelegated.cjs +2 -1
- package/dist/11100/validator/validatorClaimed.cjs +2 -1
- package/dist/11100/validator/validatorRemovedFromOperator.cjs +2 -1
- package/dist/11200/_virtual/_rolldown/runtime.cjs +29 -0
- package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.cjs +2 -1
- package/dist/11200/arbitrumIngressEgress/depositBoosted.cjs +2 -1
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/11200/arbitrumIngressEgress/depositFailed.cjs +2 -1
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +172 -172
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +172 -172
- package/dist/11200/arbitrumIngressEgress/depositFinalised.cjs +2 -1
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/11200/arbitrumIngressEgress/palletConfigUpdated.cjs +2 -1
- package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.cjs +2 -1
- package/dist/11200/assethubIngressEgress/depositBoosted.cjs +2 -1
- package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/11200/assethubIngressEgress/depositFailed.cjs +2 -1
- package/dist/11200/assethubIngressEgress/depositFailed.d.cts +172 -172
- package/dist/11200/assethubIngressEgress/depositFailed.d.mts +172 -172
- package/dist/11200/assethubIngressEgress/depositFinalised.cjs +2 -1
- package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/11200/assethubIngressEgress/palletConfigUpdated.cjs +2 -1
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.cjs +2 -1
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +20 -20
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +20 -20
- package/dist/11200/bitcoinIngressEgress/depositBoosted.cjs +2 -1
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +32 -32
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +32 -32
- package/dist/11200/bitcoinIngressEgress/depositFailed.cjs +2 -1
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +302 -302
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +302 -302
- package/dist/11200/bitcoinIngressEgress/depositFinalised.cjs +2 -1
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +28 -28
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +28 -28
- package/dist/11200/bitcoinIngressEgress/palletConfigUpdated.cjs +2 -1
- package/dist/11200/common.cjs +4 -3
- package/dist/11200/common.d.cts +2667 -2667
- package/dist/11200/common.d.mts +2667 -2667
- package/dist/11200/environment/runtimeSafeModeUpdated.cjs +2 -1
- package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +40 -40
- package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.cjs +2 -1
- package/dist/11200/ethereumIngressEgress/depositBoosted.cjs +2 -1
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/11200/ethereumIngressEgress/depositFailed.cjs +2 -1
- package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +172 -172
- package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +172 -172
- package/dist/11200/ethereumIngressEgress/depositFinalised.cjs +2 -1
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/11200/ethereumIngressEgress/palletConfigUpdated.cjs +2 -1
- package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.cjs +2 -1
- package/dist/11200/polkadotIngressEgress/depositBoosted.cjs +2 -1
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/11200/polkadotIngressEgress/depositFailed.cjs +2 -1
- package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +172 -172
- package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +172 -172
- package/dist/11200/polkadotIngressEgress/depositFinalised.cjs +2 -1
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/11200/polkadotIngressEgress/palletConfigUpdated.cjs +2 -1
- package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.cjs +2 -1
- package/dist/11200/solanaIngressEgress/depositBoosted.cjs +2 -1
- package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/11200/solanaIngressEgress/depositFailed.cjs +2 -1
- package/dist/11200/solanaIngressEgress/depositFailed.d.cts +204 -204
- package/dist/11200/solanaIngressEgress/depositFailed.d.mts +204 -204
- package/dist/11200/solanaIngressEgress/depositFinalised.cjs +2 -1
- package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/11200/solanaIngressEgress/palletConfigUpdated.cjs +2 -1
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.cjs +2 -1
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.cts +8 -8
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +8 -8
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.cjs +2 -1
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.cts +8 -8
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +8 -8
- package/dist/11200/swapping/swapAborted.cjs +2 -1
- package/dist/11200/swapping/swapRequested.cjs +2 -1
- package/dist/11200/swapping/swapRequested.d.cts +370 -370
- package/dist/11200/swapping/swapRequested.d.mts +370 -370
- package/dist/11200/swapping/swapRescheduled.cjs +2 -1
- package/dist/11200/validator/operatorSettingsUpdated.cjs +2 -1
- package/dist/11200/validator/palletConfigUpdated.cjs +2 -1
- package/dist/120/_virtual/_rolldown/runtime.cjs +29 -0
- package/dist/120/bitcoinBroadcaster/broadcastRetryScheduled.cjs +2 -1
- package/dist/120/bitcoinBroadcaster/broadcastTimeout.cjs +2 -1
- package/dist/120/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +2 -1
- package/dist/120/bitcoinBroadcaster/transactionBroadcastRequest.cjs +2 -1
- package/dist/120/bitcoinChainTracking/chainStateUpdated.cjs +2 -1
- package/dist/120/bitcoinIngressEgress/depositIgnored.cjs +2 -1
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +26 -26
- package/dist/120/bitcoinIngressEgress/depositReceived.cjs +2 -1
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +10 -10
- package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +10 -10
- package/dist/120/bitcoinIngressEgress/utxoConsolidation.cjs +2 -1
- package/dist/120/common.cjs +3 -2
- package/dist/120/common.d.mts +93 -93
- package/dist/120/emissions/backupRewardsDistributed.cjs +2 -1
- package/dist/120/emissions/flipBurnSkipped.cjs +2 -1
- package/dist/120/emissions/networkFeeBurned.cjs +2 -1
- package/dist/120/environment/utxoConsolidationParametersUpdated.cjs +2 -1
- package/dist/120/ethereumBroadcaster/broadcastRetryScheduled.cjs +2 -1
- package/dist/120/ethereumBroadcaster/broadcastTimeout.cjs +2 -1
- package/dist/120/ethereumBroadcaster/thresholdSignatureInvalid.cjs +2 -1
- package/dist/120/ethereumBroadcaster/transactionBroadcastRequest.cjs +2 -1
- package/dist/120/ethereumIngressEgress/depositIgnored.cjs +2 -1
- package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/120/ethereumIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/120/ethereumIngressEgress/depositReceived.cjs +2 -1
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/120/ethereumIngressEgress/depositReceived.d.mts +2 -2
- package/dist/120/ethereumIngressEgress/utxoConsolidation.cjs +2 -1
- package/dist/120/liquidityProvider/liquidityDepositCredited.cjs +2 -1
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.cjs +2 -1
- package/dist/120/polkadotBroadcaster/broadcastRetryScheduled.cjs +2 -1
- package/dist/120/polkadotBroadcaster/broadcastTimeout.cjs +2 -1
- package/dist/120/polkadotBroadcaster/thresholdSignatureInvalid.cjs +2 -1
- package/dist/120/polkadotBroadcaster/transactionBroadcastRequest.cjs +2 -1
- package/dist/120/polkadotIngressEgress/depositIgnored.cjs +2 -1
- package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/120/polkadotIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/120/polkadotIngressEgress/depositReceived.cjs +2 -1
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +2 -2
- package/dist/120/polkadotIngressEgress/depositReceived.d.mts +2 -2
- package/dist/120/polkadotIngressEgress/utxoConsolidation.cjs +2 -1
- package/dist/120/swapping/ccmFailed.cjs +2 -1
- package/dist/120/swapping/ccmFailed.d.cts +4 -4
- package/dist/120/swapping/ccmFailed.d.mts +4 -4
- package/dist/120/swapping/swapEgressIgnored.cjs +2 -1
- package/dist/120/swapping/swapEgressIgnored.d.cts +8 -8
- package/dist/120/swapping/swapEgressIgnored.d.mts +8 -8
- package/dist/120/swapping/swapEgressScheduled.cjs +2 -1
- package/dist/120/swapping/swapEgressScheduled.d.cts +2 -2
- package/dist/120/swapping/swapEgressScheduled.d.mts +2 -2
- package/dist/120/swapping/swapExecuted.cjs +2 -1
- package/dist/120/swapping/swapExecuted.d.cts +2 -2
- package/dist/120/swapping/swapExecuted.d.mts +2 -2
- package/dist/120/swapping/withdrawalRequested.cjs +2 -1
- package/dist/120/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/120/swapping/withdrawalRequested.d.mts +4 -4
- package/dist/131/_virtual/_rolldown/runtime.cjs +29 -0
- package/dist/131/bitcoinBroadcaster/broadcastSuccess.cjs +2 -1
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.cjs +2 -1
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/131/bitcoinChainTracking/feeMultiplierUpdated.cjs +2 -1
- package/dist/131/bitcoinIngressEgress/channelOpeningFeePaid.cjs +2 -1
- package/dist/131/bitcoinIngressEgress/channelOpeningFeeSet.cjs +2 -1
- package/dist/131/bitcoinIngressEgress/depositIgnored.cjs +2 -1
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +24 -24
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.mts +24 -24
- package/dist/131/bitcoinIngressEgress/depositReceived.cjs +2 -1
- package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +32 -32
- package/dist/131/bitcoinIngressEgress/depositReceived.d.mts +32 -32
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.cjs +2 -1
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +54 -54
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.mts +54 -54
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
- package/dist/131/bitcoinThresholdSigner/keyHandoverFailure.cjs +2 -1
- package/dist/131/bitcoinThresholdSigner/keyHandoverFailureReported.cjs +1 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverRequest.cjs +2 -1
- package/dist/131/bitcoinThresholdSigner/keyHandoverResponseTimeout.cjs +2 -1
- package/dist/131/bitcoinThresholdSigner/keyHandoverSuccess.cjs +2 -1
- package/dist/131/bitcoinThresholdSigner/keyHandoverSuccessReported.cjs +1 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationFailure.cjs +2 -1
- package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationSuccess.cjs +2 -1
- package/dist/131/bitcoinThresholdSigner/keyRotationCompleted.cjs +2 -1
- package/dist/131/bitcoinThresholdSigner/keygenFailure.cjs +1 -0
- package/dist/131/bitcoinThresholdSigner/keygenFailureReported.cjs +1 -0
- package/dist/131/bitcoinThresholdSigner/keygenRequest.cjs +2 -1
- package/dist/131/bitcoinThresholdSigner/keygenResponseTimeout.cjs +1 -0
- package/dist/131/bitcoinThresholdSigner/keygenResponseTimeoutUpdated.cjs +2 -1
- package/dist/131/bitcoinThresholdSigner/keygenSuccess.cjs +1 -0
- package/dist/131/bitcoinThresholdSigner/keygenSuccessReported.cjs +1 -0
- package/dist/131/bitcoinThresholdSigner/keygenVerificationFailure.cjs +2 -1
- package/dist/131/bitcoinThresholdSigner/keygenVerificationSuccess.cjs +2 -1
- package/dist/131/bitcoinThresholdSigner/noKeyHandover.cjs +2 -1
- package/dist/131/bitcoinVault/vaultActivationCompleted.cjs +2 -1
- package/dist/131/common.cjs +3 -2
- package/dist/131/common.d.cts +211 -211
- package/dist/131/common.d.mts +211 -211
- package/dist/131/environment/addedNewEthAsset.cjs +2 -1
- package/dist/131/environment/runtimeSafeModeUpdated.cjs +2 -1
- package/dist/131/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/131/environment/runtimeSafeModeUpdated.d.mts +12 -12
- package/dist/131/environment/updatedEthAsset.cjs +2 -1
- package/dist/131/ethereumBroadcaster/broadcastSuccess.cjs +2 -1
- package/dist/131/ethereumChainTracking/feeMultiplierUpdated.cjs +2 -1
- package/dist/131/ethereumIngressEgress/assetEgressStatusChanged.cjs +2 -1
- package/dist/131/ethereumIngressEgress/channelOpeningFeePaid.cjs +2 -1
- package/dist/131/ethereumIngressEgress/channelOpeningFeeSet.cjs +2 -1
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.cjs +2 -1
- package/dist/131/ethereumIngressEgress/depositIgnored.cjs +2 -1
- package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.cjs +2 -1
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.mts +2 -2
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.cjs +2 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.mts +20 -20
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
- package/dist/131/ethereumIngressEgress/minimumDepositSet.cjs +2 -1
- package/dist/131/ethereumIngressEgress/transferFallbackRequested.cjs +2 -1
- package/dist/131/ethereumThresholdSigner/keyHandoverFailure.cjs +2 -1
- package/dist/131/ethereumThresholdSigner/keyHandoverFailureReported.cjs +1 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverRequest.cjs +2 -1
- package/dist/131/ethereumThresholdSigner/keyHandoverResponseTimeout.cjs +2 -1
- package/dist/131/ethereumThresholdSigner/keyHandoverSuccess.cjs +2 -1
- package/dist/131/ethereumThresholdSigner/keyHandoverSuccessReported.cjs +1 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverVerificationFailure.cjs +2 -1
- package/dist/131/ethereumThresholdSigner/keyHandoverVerificationSuccess.cjs +2 -1
- package/dist/131/ethereumThresholdSigner/keyRotationCompleted.cjs +2 -1
- package/dist/131/ethereumThresholdSigner/keygenFailure.cjs +1 -0
- package/dist/131/ethereumThresholdSigner/keygenFailureReported.cjs +1 -0
- package/dist/131/ethereumThresholdSigner/keygenRequest.cjs +2 -1
- package/dist/131/ethereumThresholdSigner/keygenResponseTimeout.cjs +1 -0
- package/dist/131/ethereumThresholdSigner/keygenResponseTimeoutUpdated.cjs +2 -1
- package/dist/131/ethereumThresholdSigner/keygenSuccess.cjs +1 -0
- package/dist/131/ethereumThresholdSigner/keygenSuccessReported.cjs +1 -0
- package/dist/131/ethereumThresholdSigner/keygenVerificationFailure.cjs +2 -1
- package/dist/131/ethereumThresholdSigner/keygenVerificationSuccess.cjs +2 -1
- package/dist/131/ethereumThresholdSigner/noKeyHandover.cjs +2 -1
- package/dist/131/ethereumVault/vaultActivationCompleted.cjs +2 -1
- package/dist/131/liquidityPools/assetSwapped.cjs +2 -1
- package/dist/131/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/131/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/131/liquidityPools/limitOrderUpdated.cjs +2 -1
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +20 -20
- package/dist/131/liquidityPools/limitOrderUpdated.d.mts +20 -20
- package/dist/131/liquidityPools/newPoolCreated.cjs +2 -1
- package/dist/131/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/131/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/131/liquidityPools/poolFeeSet.cjs +2 -1
- package/dist/131/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/131/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/131/liquidityPools/rangeOrderUpdated.cjs +2 -1
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +20 -20
- package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +20 -20
- package/dist/131/liquidityProvider/accountCredited.cjs +2 -1
- package/dist/131/liquidityProvider/accountCredited.d.cts +6 -6
- package/dist/131/liquidityProvider/accountCredited.d.mts +6 -6
- package/dist/131/liquidityProvider/accountDebited.cjs +2 -1
- package/dist/131/liquidityProvider/accountDebited.d.cts +6 -6
- package/dist/131/liquidityProvider/accountDebited.d.mts +6 -6
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.cjs +2 -1
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +16 -16
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +16 -16
- package/dist/131/liquidityProvider/liquidityDepositCredited.cjs +2 -1
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.cjs +2 -1
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +10 -10
- package/dist/131/polkadotBroadcaster/broadcastSuccess.cjs +2 -1
- package/dist/131/polkadotChainTracking/feeMultiplierUpdated.cjs +2 -1
- package/dist/131/polkadotIngressEgress/channelOpeningFeePaid.cjs +2 -1
- package/dist/131/polkadotIngressEgress/channelOpeningFeeSet.cjs +2 -1
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
- package/dist/131/polkadotThresholdSigner/keyHandoverFailure.cjs +2 -1
- package/dist/131/polkadotThresholdSigner/keyHandoverFailureReported.cjs +1 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverRequest.cjs +2 -1
- package/dist/131/polkadotThresholdSigner/keyHandoverResponseTimeout.cjs +2 -1
- package/dist/131/polkadotThresholdSigner/keyHandoverSuccess.cjs +2 -1
- package/dist/131/polkadotThresholdSigner/keyHandoverSuccessReported.cjs +1 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverVerificationFailure.cjs +2 -1
- package/dist/131/polkadotThresholdSigner/keyHandoverVerificationSuccess.cjs +2 -1
- package/dist/131/polkadotThresholdSigner/keyRotationCompleted.cjs +2 -1
- package/dist/131/polkadotThresholdSigner/keygenFailure.cjs +1 -0
- package/dist/131/polkadotThresholdSigner/keygenFailureReported.cjs +1 -0
- package/dist/131/polkadotThresholdSigner/keygenRequest.cjs +2 -1
- package/dist/131/polkadotThresholdSigner/keygenResponseTimeout.cjs +1 -0
- package/dist/131/polkadotThresholdSigner/keygenResponseTimeoutUpdated.cjs +2 -1
- package/dist/131/polkadotThresholdSigner/keygenSuccess.cjs +1 -0
- package/dist/131/polkadotThresholdSigner/keygenSuccessReported.cjs +1 -0
- package/dist/131/polkadotThresholdSigner/keygenVerificationFailure.cjs +2 -1
- package/dist/131/polkadotThresholdSigner/keygenVerificationSuccess.cjs +2 -1
- package/dist/131/polkadotThresholdSigner/noKeyHandover.cjs +2 -1
- package/dist/131/polkadotVault/vaultActivationCompleted.cjs +2 -1
- package/dist/131/reputation/offencePenalty.cjs +2 -1
- package/dist/131/reputation/penaltyUpdated.cjs +2 -1
- package/dist/131/swapping/batchSwapFailed.cjs +2 -1
- package/dist/131/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/131/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/131/swapping/ccmFailed.cjs +2 -1
- package/dist/131/swapping/ccmFailed.d.cts +96 -96
- package/dist/131/swapping/ccmFailed.d.mts +96 -96
- package/dist/131/swapping/maximumSwapAmountSet.cjs +2 -1
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/131/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/131/swapping/swapAmountConfiscated.cjs +2 -1
- package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/131/swapping/swapDepositAddressReady.cjs +2 -1
- package/dist/131/swapping/swapDepositAddressReady.d.cts +24 -24
- package/dist/131/swapping/swapDepositAddressReady.d.mts +24 -24
- package/dist/131/swapping/swapEgressIgnored.cjs +2 -1
- package/dist/131/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/131/swapping/swapEgressIgnored.d.mts +24 -24
- package/dist/131/swapping/swapEgressScheduled.cjs +2 -1
- package/dist/131/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/131/swapping/swapEgressScheduled.d.mts +6 -6
- package/dist/131/swapping/swapExecuted.cjs +2 -1
- package/dist/131/swapping/swapExecuted.d.cts +15 -15
- package/dist/131/swapping/swapExecuted.d.mts +15 -15
- package/dist/131/swapping/swapScheduled.cjs +2 -1
- package/dist/131/swapping/swapScheduled.d.cts +97 -97
- package/dist/131/swapping/swapScheduled.d.mts +97 -97
- package/dist/131/swapping/withdrawalRequested.cjs +2 -1
- package/dist/131/swapping/withdrawalRequested.d.cts +11 -11
- package/dist/131/swapping/withdrawalRequested.d.mts +11 -11
- package/dist/131/system/upgradeAuthorized.cjs +2 -1
- package/dist/131/witnesser/prewitnessExecutionFailed.cjs +2 -1
- package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +18 -18
- package/dist/131/witnesser/prewitnessExecutionFailed.d.mts +18 -18
- package/dist/141/_virtual/_rolldown/runtime.cjs +29 -0
- package/dist/141/accountRoles/accountRoleDeregistered.cjs +2 -1
- package/dist/141/accountRoles/vanityNameSet.cjs +2 -1
- package/dist/141/arbitrumBroadcaster/broadcastAborted.cjs +2 -1
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.cjs +2 -1
- package/dist/141/arbitrumBroadcaster/broadcastRetryScheduled.cjs +2 -1
- package/dist/141/arbitrumBroadcaster/broadcastSuccess.cjs +2 -1
- package/dist/141/arbitrumBroadcaster/broadcastTimeout.cjs +2 -1
- package/dist/141/arbitrumBroadcaster/callResigned.cjs +2 -1
- package/dist/141/arbitrumBroadcaster/thresholdSignatureInvalid.cjs +2 -1
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.cjs +2 -1
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.cts +8 -8
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.mts +8 -8
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.cjs +2 -1
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRefused.cjs +2 -1
- package/dist/141/arbitrumChainTracking/chainStateUpdated.cjs +2 -1
- package/dist/141/arbitrumChainTracking/feeMultiplierUpdated.cjs +2 -1
- package/dist/141/arbitrumIngressEgress/assetEgressStatusChanged.cjs +2 -1
- package/dist/141/arbitrumIngressEgress/batchBroadcastRequested.cjs +2 -1
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.cjs +2 -1
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.cjs +2 -1
- package/dist/141/arbitrumIngressEgress/ccmBroadcastFailed.cjs +2 -1
- package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.cjs +2 -1
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/channelOpeningFeePaid.cjs +2 -1
- package/dist/141/arbitrumIngressEgress/channelOpeningFeeSet.cjs +2 -1
- package/dist/141/arbitrumIngressEgress/depositBoosted.cjs +2 -1
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.cjs +2 -1
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.cjs +2 -1
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +5 -5
- package/dist/141/arbitrumIngressEgress/depositIgnored.cjs +2 -1
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +3 -3
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.cjs +2 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +6 -6
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +6 -6
- package/dist/141/arbitrumIngressEgress/failedForeignChainCallExpired.cjs +2 -1
- package/dist/141/arbitrumIngressEgress/failedForeignChainCallResigned.cjs +2 -1
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +2 -1
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +3 -3
- package/dist/141/arbitrumIngressEgress/minimumDepositSet.cjs +2 -1
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.cjs +2 -1
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.cjs +2 -1
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/utxoConsolidation.cjs +2 -1
- package/dist/141/arbitrumVault/awaitingGovernanceActivation.cjs +2 -1
- package/dist/141/arbitrumVault/chainInitialized.cjs +2 -1
- package/dist/141/arbitrumVault/vaultActivationCompleted.cjs +2 -1
- package/dist/141/arbitrumVault/vaultRotatedExternally.cjs +1 -0
- package/dist/141/bitcoinIngressEgress/batchBroadcastRequested.cjs +2 -1
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.cjs +2 -1
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.cjs +2 -1
- package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.cjs +2 -1
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/141/bitcoinIngressEgress/depositBoosted.cjs +2 -1
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/141/bitcoinIngressEgress/depositFinalised.cjs +2 -1
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.cjs +2 -1
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +3 -3
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.cjs +2 -1
- package/dist/141/bitcoinVault/chainInitialized.cjs +2 -1
- package/dist/141/common.cjs +3 -2
- package/dist/141/common.d.cts +9 -9
- package/dist/141/common.d.mts +9 -9
- package/dist/141/emissions/networkFeeBurned.cjs +2 -1
- package/dist/141/emissions/networkFeeBurned.d.cts +2 -2
- package/dist/141/emissions/networkFeeBurned.d.mts +2 -2
- package/dist/141/environment/addedNewArbAsset.cjs +2 -1
- package/dist/141/environment/arbitrumInitialized.cjs +2 -1
- package/dist/141/environment/runtimeSafeModeUpdated.cjs +2 -1
- package/dist/141/environment/staleUtxosDiscarded.cjs +2 -1
- package/dist/141/environment/updatedArbAsset.cjs +2 -1
- package/dist/141/ethereumIngressEgress/batchBroadcastRequested.cjs +2 -1
- package/dist/141/ethereumIngressEgress/boostFundsAdded.cjs +2 -1
- package/dist/141/ethereumIngressEgress/boostPoolCreated.cjs +2 -1
- package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.cjs +2 -1
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/141/ethereumIngressEgress/depositBoosted.cjs +2 -1
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/141/ethereumIngressEgress/depositFinalised.cjs +2 -1
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +5 -5
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.cjs +2 -1
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +3 -3
- package/dist/141/ethereumIngressEgress/stoppedBoosting.cjs +2 -1
- package/dist/141/ethereumVault/chainInitialized.cjs +2 -1
- package/dist/141/evmThresholdSigner/failureReportProcessed.cjs +2 -1
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.mts +2 -2
- package/dist/141/evmThresholdSigner/keyHandoverFailure.cjs +2 -1
- package/dist/141/evmThresholdSigner/keyHandoverFailureReported.cjs +1 -0
- package/dist/141/evmThresholdSigner/keyHandoverRequest.cjs +2 -1
- package/dist/141/evmThresholdSigner/keyHandoverResponseTimeout.cjs +2 -1
- package/dist/141/evmThresholdSigner/keyHandoverSuccess.cjs +2 -1
- package/dist/141/evmThresholdSigner/keyHandoverSuccessReported.cjs +1 -0
- package/dist/141/evmThresholdSigner/keyHandoverVerificationFailure.cjs +2 -1
- package/dist/141/evmThresholdSigner/keyHandoverVerificationSuccess.cjs +2 -1
- package/dist/141/evmThresholdSigner/keyRotationCompleted.cjs +2 -1
- package/dist/141/evmThresholdSigner/keygenFailure.cjs +1 -0
- package/dist/141/evmThresholdSigner/keygenFailureReported.cjs +1 -0
- package/dist/141/evmThresholdSigner/keygenRequest.cjs +2 -1
- package/dist/141/evmThresholdSigner/keygenResponseTimeout.cjs +1 -0
- package/dist/141/evmThresholdSigner/keygenResponseTimeoutUpdated.cjs +2 -1
- package/dist/141/evmThresholdSigner/keygenSuccess.cjs +1 -0
- package/dist/141/evmThresholdSigner/keygenSuccessReported.cjs +1 -0
- package/dist/141/evmThresholdSigner/keygenVerificationFailure.cjs +2 -1
- package/dist/141/evmThresholdSigner/keygenVerificationSuccess.cjs +2 -1
- package/dist/141/evmThresholdSigner/noKeyHandover.cjs +2 -1
- package/dist/141/evmThresholdSigner/retryRequested.cjs +2 -1
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.mts +2 -2
- package/dist/141/evmThresholdSigner/signersUnavailable.cjs +2 -1
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.cjs +2 -1
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.cjs +2 -1
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.cjs +2 -1
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +2 -1
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.cjs +2 -1
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
- package/dist/141/liquidityPools/assetSwapped.cjs +2 -1
- package/dist/141/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/141/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/141/liquidityPools/limitOrderUpdated.cjs +2 -1
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +16 -16
- package/dist/141/liquidityPools/limitOrderUpdated.d.mts +16 -16
- package/dist/141/liquidityPools/newPoolCreated.cjs +2 -1
- package/dist/141/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/141/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/141/liquidityPools/poolFeeSet.cjs +2 -1
- package/dist/141/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/141/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/141/liquidityPools/priceImpactLimitSet.cjs +2 -1
- package/dist/141/liquidityPools/rangeOrderUpdated.cjs +2 -1
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +22 -22
- package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +22 -22
- package/dist/141/liquidityProvider/accountCredited.cjs +2 -1
- package/dist/141/liquidityProvider/accountCredited.d.cts +6 -6
- package/dist/141/liquidityProvider/accountCredited.d.mts +6 -6
- package/dist/141/liquidityProvider/accountDebited.cjs +2 -1
- package/dist/141/liquidityProvider/accountDebited.d.cts +6 -6
- package/dist/141/liquidityProvider/accountDebited.d.mts +6 -6
- package/dist/141/liquidityProvider/assetTransferred.cjs +2 -1
- package/dist/141/liquidityProvider/assetTransferred.d.cts +7 -7
- package/dist/141/liquidityProvider/assetTransferred.d.mts +7 -7
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.cjs +2 -1
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +14 -14
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +14 -14
- package/dist/141/liquidityProvider/liquidityDepositCredited.cjs +2 -1
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.cjs +2 -1
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.cjs +2 -1
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/141/polkadotIngressEgress/batchBroadcastRequested.cjs +2 -1
- package/dist/141/polkadotIngressEgress/boostFundsAdded.cjs +2 -1
- package/dist/141/polkadotIngressEgress/boostPoolCreated.cjs +2 -1
- package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.cjs +2 -1
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/141/polkadotIngressEgress/depositBoosted.cjs +2 -1
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/141/polkadotIngressEgress/depositFinalised.cjs +2 -1
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +5 -5
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.cjs +2 -1
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +3 -3
- package/dist/141/polkadotIngressEgress/stoppedBoosting.cjs +2 -1
- package/dist/141/polkadotVault/chainInitialized.cjs +2 -1
- package/dist/141/swapping/batchSwapFailed.cjs +2 -1
- package/dist/141/swapping/batchSwapFailed.d.cts +7 -7
- package/dist/141/swapping/batchSwapFailed.d.mts +7 -7
- package/dist/141/swapping/ccmDepositReceived.cjs +2 -1
- package/dist/141/swapping/ccmDepositReceived.d.cts +4 -4
- package/dist/141/swapping/ccmDepositReceived.d.mts +4 -4
- package/dist/141/swapping/ccmEgressScheduled.cjs +2 -1
- package/dist/141/swapping/ccmFailed.cjs +2 -1
- package/dist/141/swapping/ccmFailed.d.cts +37 -37
- package/dist/141/swapping/ccmFailed.d.mts +37 -37
- package/dist/141/swapping/maximumSwapAmountSet.cjs +2 -1
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.cjs +2 -1
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.cjs +2 -1
- package/dist/141/swapping/swapDepositAddressReady.d.cts +20 -20
- package/dist/141/swapping/swapDepositAddressReady.d.mts +20 -20
- package/dist/141/swapping/swapEgressIgnored.cjs +2 -1
- package/dist/141/swapping/swapEgressIgnored.d.cts +8 -8
- package/dist/141/swapping/swapEgressIgnored.d.mts +8 -8
- package/dist/141/swapping/swapEgressScheduled.cjs +2 -1
- package/dist/141/swapping/swapEgressScheduled.d.cts +12 -12
- package/dist/141/swapping/swapEgressScheduled.d.mts +12 -12
- package/dist/141/swapping/swapExecuted.cjs +2 -1
- package/dist/141/swapping/swapExecuted.d.cts +19 -19
- package/dist/141/swapping/swapExecuted.d.mts +19 -19
- package/dist/141/swapping/swapScheduled.cjs +2 -1
- package/dist/141/swapping/swapScheduled.d.cts +24 -24
- package/dist/141/swapping/swapScheduled.d.mts +24 -24
- package/dist/141/swapping/withdrawalRequested.cjs +2 -1
- package/dist/141/swapping/withdrawalRequested.d.cts +7 -7
- package/dist/141/swapping/withdrawalRequested.d.mts +7 -7
- package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +2 -1
- package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +2 -1
- package/dist/141/tokenholderGovernance/proposalEnacted.cjs +2 -1
- package/dist/141/tokenholderGovernance/proposalPassed.cjs +2 -1
- package/dist/141/tokenholderGovernance/proposalRejected.cjs +2 -1
- package/dist/141/tokenholderGovernance/proposalSubmitted.cjs +2 -1
- package/dist/141/validator/rotationPhaseUpdated.cjs +2 -1
- package/dist/141/validator/startedBidding.cjs +2 -1
- package/dist/141/validator/stoppedBidding.cjs +2 -1
- package/dist/141/witnesser/callDispatched.cjs +2 -1
- package/dist/141/witnesser/reportedWitnessingFailures.cjs +2 -1
- package/dist/150/_virtual/_rolldown/runtime.cjs +29 -0
- package/dist/150/arbitrumIngressEgress/batchBroadcastRequested.cjs +2 -1
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.cjs +2 -1
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/150/arbitrumIngressEgress/depositBoosted.cjs +2 -1
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/arbitrumIngressEgress/depositFinalised.cjs +2 -1
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/150/arbitrumIngressEgress/depositIgnored.cjs +2 -1
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.cjs +2 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +4 -4
- package/dist/150/arbitrumIngressEgress/maxSwapRetryDurationSet.cjs +2 -1
- package/dist/150/assetBalances/refundScheduled.cjs +2 -1
- package/dist/150/assetBalances/refundSkipped.cjs +2 -1
- package/dist/150/assetBalances/refundSkipped.d.cts +47 -47
- package/dist/150/assetBalances/refundSkipped.d.mts +47 -47
- package/dist/150/assetBalances/vaultDeficitDetected.cjs +2 -1
- package/dist/150/bitcoinIngressEgress/batchBroadcastRequested.cjs +2 -1
- package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.cjs +2 -1
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/150/bitcoinIngressEgress/depositBoosted.cjs +2 -1
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/bitcoinIngressEgress/depositFinalised.cjs +2 -1
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/150/bitcoinIngressEgress/maxSwapRetryDurationSet.cjs +2 -1
- package/dist/150/common.cjs +4 -3
- package/dist/150/common.d.cts +71 -71
- package/dist/150/common.d.mts +71 -71
- package/dist/150/emissions/networkFeeBurned.cjs +2 -1
- package/dist/150/environment/runtimeSafeModeUpdated.cjs +2 -1
- package/dist/150/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/150/environment/runtimeSafeModeUpdated.d.mts +28 -28
- package/dist/150/ethereumIngressEgress/batchBroadcastRequested.cjs +2 -1
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.cjs +2 -1
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/150/ethereumIngressEgress/depositBoosted.cjs +2 -1
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/ethereumIngressEgress/depositFinalised.cjs +2 -1
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/150/ethereumIngressEgress/depositIgnored.cjs +2 -1
- package/dist/150/ethereumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.cjs +2 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +4 -4
- package/dist/150/ethereumIngressEgress/maxSwapRetryDurationSet.cjs +2 -1
- package/dist/150/liquidityPools/assetSwapped.cjs +2 -1
- package/dist/150/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/150/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/150/liquidityPools/limitOrderUpdated.cjs +2 -1
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +13 -13
- package/dist/150/liquidityPools/limitOrderUpdated.d.mts +13 -13
- package/dist/150/liquidityPools/newPoolCreated.cjs +2 -1
- package/dist/150/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/150/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/150/liquidityPools/poolFeeSet.cjs +2 -1
- package/dist/150/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/150/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/150/liquidityPools/priceImpactLimitSet.cjs +2 -1
- package/dist/150/liquidityPools/rangeOrderUpdated.cjs +2 -1
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +25 -25
- package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +25 -25
- package/dist/150/liquidityProvider/accountCredited.cjs +2 -1
- package/dist/150/liquidityProvider/accountCredited.d.cts +6 -6
- package/dist/150/liquidityProvider/accountCredited.d.mts +6 -6
- package/dist/150/liquidityProvider/accountDebited.cjs +2 -1
- package/dist/150/liquidityProvider/accountDebited.d.cts +6 -6
- package/dist/150/liquidityProvider/accountDebited.d.mts +6 -6
- package/dist/150/liquidityProvider/assetTransferred.cjs +2 -1
- package/dist/150/liquidityProvider/assetTransferred.d.cts +7 -7
- package/dist/150/liquidityProvider/assetTransferred.d.mts +7 -7
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.cjs +2 -1
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +10 -10
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +10 -10
- package/dist/150/liquidityProvider/liquidityDepositCredited.cjs +2 -1
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.cjs +2 -1
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.cjs +2 -1
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +14 -14
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +14 -14
- package/dist/150/polkadotIngressEgress/batchBroadcastRequested.cjs +2 -1
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.cjs +2 -1
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/150/polkadotIngressEgress/depositBoosted.cjs +2 -1
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/polkadotIngressEgress/depositFinalised.cjs +2 -1
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/150/polkadotIngressEgress/depositIgnored.cjs +2 -1
- package/dist/150/polkadotIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.cjs +2 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +4 -4
- package/dist/150/polkadotIngressEgress/maxSwapRetryDurationSet.cjs +2 -1
- package/dist/150/solanaBroadcaster/broadcastAborted.cjs +2 -1
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.cjs +2 -1
- package/dist/150/solanaBroadcaster/broadcastRetryScheduled.cjs +2 -1
- package/dist/150/solanaBroadcaster/broadcastSuccess.cjs +2 -1
- package/dist/150/solanaBroadcaster/broadcastTimeout.cjs +2 -1
- package/dist/150/solanaBroadcaster/callResigned.cjs +2 -1
- package/dist/150/solanaBroadcaster/thresholdSignatureInvalid.cjs +2 -1
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.cjs +2 -1
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/150/solanaBroadcaster/transactionFeeDeficitRecorded.cjs +2 -1
- package/dist/150/solanaBroadcaster/transactionFeeDeficitRefused.cjs +2 -1
- package/dist/150/solanaChainTracking/chainStateUpdated.cjs +2 -1
- package/dist/150/solanaChainTracking/feeMultiplierUpdated.cjs +2 -1
- package/dist/150/solanaIngressEgress/assetEgressStatusChanged.cjs +2 -1
- package/dist/150/solanaIngressEgress/batchBroadcastRequested.cjs +2 -1
- package/dist/150/solanaIngressEgress/boostFundsAdded.cjs +2 -1
- package/dist/150/solanaIngressEgress/boostPoolCreated.cjs +2 -1
- package/dist/150/solanaIngressEgress/ccmBroadcastFailed.cjs +2 -1
- package/dist/150/solanaIngressEgress/ccmBroadcastRequested.cjs +2 -1
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/150/solanaIngressEgress/channelOpeningFeePaid.cjs +2 -1
- package/dist/150/solanaIngressEgress/channelOpeningFeeSet.cjs +2 -1
- package/dist/150/solanaIngressEgress/depositBoosted.cjs +2 -1
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/solanaIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.cjs +2 -1
- package/dist/150/solanaIngressEgress/depositFinalised.cjs +2 -1
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/150/solanaIngressEgress/depositIgnored.cjs +2 -1
- package/dist/150/solanaIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/150/solanaIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/150/solanaIngressEgress/depositWitnessRejected.cjs +2 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.mts +4 -4
- package/dist/150/solanaIngressEgress/failedForeignChainCallExpired.cjs +2 -1
- package/dist/150/solanaIngressEgress/failedForeignChainCallResigned.cjs +2 -1
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.cjs +2 -1
- package/dist/150/solanaIngressEgress/maxSwapRetryDurationSet.cjs +2 -1
- package/dist/150/solanaIngressEgress/minimumDepositSet.cjs +2 -1
- package/dist/150/solanaIngressEgress/stoppedBoosting.cjs +2 -1
- package/dist/150/solanaIngressEgress/transferFallbackRequested.cjs +2 -1
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +3 -3
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.mts +3 -3
- package/dist/150/solanaIngressEgress/utxoConsolidation.cjs +2 -1
- package/dist/150/solanaThresholdSigner/failureReportProcessed.cjs +2 -1
- package/dist/150/solanaThresholdSigner/keyHandoverFailure.cjs +2 -1
- package/dist/150/solanaThresholdSigner/keyHandoverFailureReported.cjs +1 -0
- package/dist/150/solanaThresholdSigner/keyHandoverRequest.cjs +2 -1
- package/dist/150/solanaThresholdSigner/keyHandoverResponseTimeout.cjs +2 -1
- package/dist/150/solanaThresholdSigner/keyHandoverSuccess.cjs +2 -1
- package/dist/150/solanaThresholdSigner/keyHandoverSuccessReported.cjs +1 -0
- package/dist/150/solanaThresholdSigner/keyHandoverVerificationFailure.cjs +2 -1
- package/dist/150/solanaThresholdSigner/keyHandoverVerificationSuccess.cjs +2 -1
- package/dist/150/solanaThresholdSigner/keyRotationCompleted.cjs +2 -1
- package/dist/150/solanaThresholdSigner/keygenFailure.cjs +1 -0
- package/dist/150/solanaThresholdSigner/keygenFailureReported.cjs +1 -0
- package/dist/150/solanaThresholdSigner/keygenRequest.cjs +2 -1
- package/dist/150/solanaThresholdSigner/keygenResponseTimeout.cjs +1 -0
- package/dist/150/solanaThresholdSigner/keygenResponseTimeoutUpdated.cjs +2 -1
- package/dist/150/solanaThresholdSigner/keygenSuccess.cjs +1 -0
- package/dist/150/solanaThresholdSigner/keygenSuccessReported.cjs +1 -0
- package/dist/150/solanaThresholdSigner/keygenVerificationFailure.cjs +2 -1
- package/dist/150/solanaThresholdSigner/keygenVerificationSuccess.cjs +2 -1
- package/dist/150/solanaThresholdSigner/noKeyHandover.cjs +2 -1
- package/dist/150/solanaThresholdSigner/retryRequested.cjs +2 -1
- package/dist/150/solanaThresholdSigner/signersUnavailable.cjs +2 -1
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.cjs +2 -1
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.cjs +2 -1
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.cjs +2 -1
- package/dist/150/solanaThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +2 -1
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.cjs +2 -1
- package/dist/150/solanaVault/awaitingGovernanceActivation.cjs +2 -1
- package/dist/150/solanaVault/chainInitialized.cjs +2 -1
- package/dist/150/solanaVault/vaultActivationCompleted.cjs +2 -1
- package/dist/150/solanaVault/vaultRotatedExternally.cjs +1 -0
- package/dist/150/swapping/batchSwapFailed.cjs +2 -1
- package/dist/150/swapping/batchSwapFailed.d.cts +7 -7
- package/dist/150/swapping/batchSwapFailed.d.mts +7 -7
- package/dist/150/swapping/buyIntervalSet.cjs +2 -1
- package/dist/150/swapping/ccmDepositReceived.cjs +2 -1
- package/dist/150/swapping/ccmDepositReceived.d.cts +8 -8
- package/dist/150/swapping/ccmDepositReceived.d.mts +8 -8
- package/dist/150/swapping/ccmEgressScheduled.cjs +2 -1
- package/dist/150/swapping/ccmFailed.cjs +2 -1
- package/dist/150/swapping/ccmFailed.d.cts +13 -13
- package/dist/150/swapping/ccmFailed.d.mts +13 -13
- package/dist/150/swapping/maximumSwapAmountSet.cjs +2 -1
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/150/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/150/swapping/networkFeeTaken.cjs +2 -1
- package/dist/150/swapping/refundEgressIgnored.cjs +2 -1
- package/dist/150/swapping/refundEgressIgnored.d.cts +12 -12
- package/dist/150/swapping/refundEgressIgnored.d.mts +12 -12
- package/dist/150/swapping/refundEgressScheduled.cjs +2 -1
- package/dist/150/swapping/refundEgressScheduled.d.cts +9 -9
- package/dist/150/swapping/refundEgressScheduled.d.mts +9 -9
- package/dist/150/swapping/swapAmountConfiscated.cjs +2 -1
- package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/150/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/150/swapping/swapDepositAddressReady.cjs +2 -1
- package/dist/150/swapping/swapDepositAddressReady.d.cts +33 -33
- package/dist/150/swapping/swapDepositAddressReady.d.mts +33 -33
- package/dist/150/swapping/swapEgressIgnored.cjs +2 -1
- package/dist/150/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/150/swapping/swapEgressIgnored.d.mts +12 -12
- package/dist/150/swapping/swapEgressScheduled.cjs +2 -1
- package/dist/150/swapping/swapEgressScheduled.d.cts +7 -7
- package/dist/150/swapping/swapEgressScheduled.d.mts +7 -7
- package/dist/150/swapping/swapExecuted.cjs +2 -1
- package/dist/150/swapping/swapExecuted.d.cts +15 -15
- package/dist/150/swapping/swapExecuted.d.mts +15 -15
- package/dist/150/swapping/swapRescheduled.cjs +2 -1
- package/dist/150/swapping/swapRetryDelaySet.cjs +2 -1
- package/dist/150/swapping/swapScheduled.cjs +2 -1
- package/dist/150/swapping/swapScheduled.d.cts +61 -61
- package/dist/150/swapping/swapScheduled.d.mts +61 -61
- package/dist/150/swapping/withdrawalRequested.cjs +2 -1
- package/dist/150/swapping/withdrawalRequested.d.cts +16 -16
- package/dist/150/swapping/withdrawalRequested.d.mts +16 -16
- package/dist/150/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +2 -1
- package/dist/150/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +2 -1
- package/dist/150/tokenholderGovernance/proposalEnacted.cjs +2 -1
- package/dist/150/tokenholderGovernance/proposalPassed.cjs +2 -1
- package/dist/150/tokenholderGovernance/proposalRejected.cjs +2 -1
- package/dist/150/tokenholderGovernance/proposalSubmitted.cjs +2 -1
- package/dist/160/_virtual/_rolldown/runtime.cjs +29 -0
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/160/arbitrumIngressEgress/depositBoosted.cjs +2 -1
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +14 -14
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +14 -14
- package/dist/160/arbitrumIngressEgress/depositFinalised.cjs +2 -1
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/160/assetBalances/accountCredited.cjs +2 -1
- package/dist/160/assetBalances/accountCredited.d.cts +8 -8
- package/dist/160/assetBalances/accountCredited.d.mts +8 -8
- package/dist/160/assetBalances/accountDebited.cjs +2 -1
- package/dist/160/assetBalances/accountDebited.d.cts +8 -8
- package/dist/160/assetBalances/accountDebited.d.mts +8 -8
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/160/bitcoinIngressEgress/depositBoosted.cjs +2 -1
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +16 -16
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +16 -16
- package/dist/160/bitcoinIngressEgress/depositFinalised.cjs +2 -1
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +10 -10
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +10 -10
- package/dist/160/common.cjs +4 -3
- package/dist/160/common.d.cts +114 -114
- package/dist/160/common.d.mts +114 -114
- package/dist/160/environment/durableNonceSetForAccount.cjs +2 -1
- package/dist/160/environment/runtimeSafeModeUpdated.cjs +2 -1
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/160/environment/runtimeSafeModeUpdated.d.mts +28 -28
- package/dist/160/environment/solanaInitialized.cjs +2 -1
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/160/ethereumIngressEgress/depositBoosted.cjs +2 -1
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +14 -14
- package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +14 -14
- package/dist/160/ethereumIngressEgress/depositFinalised.cjs +2 -1
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/160/liquidityPools/assetSwapped.cjs +2 -1
- package/dist/160/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/160/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/160/liquidityPools/limitOrderUpdated.cjs +2 -1
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +16 -16
- package/dist/160/liquidityPools/limitOrderUpdated.d.mts +16 -16
- package/dist/160/liquidityPools/newPoolCreated.cjs +2 -1
- package/dist/160/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/160/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/160/liquidityPools/orderDeletionFailed.cjs +2 -1
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +32 -32
- package/dist/160/liquidityPools/orderDeletionFailed.d.mts +32 -32
- package/dist/160/liquidityPools/poolFeeSet.cjs +2 -1
- package/dist/160/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/160/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/160/liquidityPools/priceImpactLimitSet.cjs +2 -1
- package/dist/160/liquidityPools/rangeOrderUpdated.cjs +2 -1
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +22 -22
- package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +22 -22
- package/dist/160/liquidityProvider/assetTransferred.cjs +2 -1
- package/dist/160/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/160/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.cjs +2 -1
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +10 -10
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +10 -10
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.cjs +2 -1
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +10 -10
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/160/polkadotIngressEgress/depositBoosted.cjs +2 -1
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/160/polkadotIngressEgress/depositFinalised.cjs +2 -1
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/160/solanaBroadcaster/broadcastSuccess.cjs +2 -1
- package/dist/160/solanaBroadcaster/transactionBroadcastRequest.cjs +2 -1
- package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.cjs +2 -1
- package/dist/160/solanaChainTracking/chainStateUpdated.cjs +2 -1
- package/dist/160/solanaElections/allVotesCleared.cjs +2 -1
- package/dist/160/solanaElections/allVotesNotCleared.cjs +2 -1
- package/dist/160/solanaElections/corruptStorage.cjs +2 -1
- package/dist/160/solanaElections/uninitialized.cjs +2 -1
- package/dist/160/solanaIngressEgress/assetEgressStatusChanged.cjs +2 -1
- package/dist/160/solanaIngressEgress/boostFundsAdded.cjs +2 -1
- package/dist/160/solanaIngressEgress/boostPoolCreated.cjs +2 -1
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/160/solanaIngressEgress/depositBoosted.cjs +2 -1
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/solanaIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.cjs +2 -1
- package/dist/160/solanaIngressEgress/depositFinalised.cjs +2 -1
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.cjs +2 -1
- package/dist/160/solanaIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/160/solanaIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/160/solanaIngressEgress/depositWitnessRejected.cjs +2 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +8 -8
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +8 -8
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.cjs +2 -1
- package/dist/160/solanaIngressEgress/minimumDepositSet.cjs +2 -1
- package/dist/160/solanaIngressEgress/stoppedBoosting.cjs +2 -1
- package/dist/160/solanaIngressEgress/transferFallbackRequested.cjs +2 -1
- package/dist/160/solanaThresholdSigner/thresholdSignatureRequest.cjs +2 -1
- package/dist/160/swapping/batchSwapFailed.cjs +2 -1
- package/dist/160/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/160/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/160/swapping/ccmFailed.cjs +2 -1
- package/dist/160/swapping/ccmFailed.d.cts +52 -52
- package/dist/160/swapping/ccmFailed.d.mts +52 -52
- package/dist/160/swapping/maxSwapRequestDurationSet.cjs +2 -1
- package/dist/160/swapping/maxSwapRetryDurationSet.cjs +2 -1
- package/dist/160/swapping/maximumSwapAmountSet.cjs +2 -1
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/160/swapping/refundEgressIgnored.cjs +2 -1
- package/dist/160/swapping/refundEgressIgnored.d.cts +20 -20
- package/dist/160/swapping/refundEgressIgnored.d.mts +20 -20
- package/dist/160/swapping/refundEgressScheduled.cjs +2 -1
- package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/refundEgressScheduled.d.mts +8 -8
- package/dist/160/swapping/swapAmountConfiscated.cjs +2 -1
- package/dist/160/swapping/swapAmountConfiscated.d.cts +6 -6
- package/dist/160/swapping/swapAmountConfiscated.d.mts +6 -6
- package/dist/160/swapping/swapDepositAddressReady.cjs +2 -1
- package/dist/160/swapping/swapDepositAddressReady.d.cts +25 -25
- package/dist/160/swapping/swapDepositAddressReady.d.mts +25 -25
- package/dist/160/swapping/swapEgressIgnored.cjs +2 -1
- package/dist/160/swapping/swapEgressIgnored.d.cts +20 -20
- package/dist/160/swapping/swapEgressIgnored.d.mts +20 -20
- package/dist/160/swapping/swapEgressScheduled.cjs +2 -1
- package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/160/swapping/swapExecuted.cjs +2 -1
- package/dist/160/swapping/swapExecuted.d.cts +13 -13
- package/dist/160/swapping/swapExecuted.d.mts +13 -13
- package/dist/160/swapping/swapRequestCompleted.cjs +2 -1
- package/dist/160/swapping/swapRequested.cjs +2 -1
- package/dist/160/swapping/swapRequested.d.cts +46 -46
- package/dist/160/swapping/swapRequested.d.mts +46 -46
- package/dist/160/swapping/swapScheduled.cjs +2 -1
- package/dist/160/swapping/withdrawalRequested.cjs +2 -1
- package/dist/160/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/160/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/170/_virtual/_rolldown/runtime.cjs +29 -0
- package/dist/170/arbitrumBroadcaster/palletConfigUpdated.cjs +2 -1
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.cjs +2 -1
- package/dist/170/arbitrumIngressEgress/ccmFailed.cjs +2 -1
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.cjs +2 -1
- package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.cjs +2 -1
- package/dist/170/arbitrumIngressEgress/depositIgnored.cjs +2 -1
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.cjs +2 -1
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.mts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.cjs +2 -1
- package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.cjs +2 -1
- package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.cjs +2 -1
- package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.cjs +2 -1
- package/dist/170/bitcoinBroadcaster/palletConfigUpdated.cjs +2 -1
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.cjs +2 -1
- package/dist/170/bitcoinIngressEgress/ccmFailed.cjs +2 -1
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.cjs +2 -1
- package/dist/170/bitcoinIngressEgress/depositBoosted.cjs +2 -1
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.cjs +2 -1
- package/dist/170/bitcoinIngressEgress/depositFinalised.cjs +2 -1
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +20 -20
- package/dist/170/bitcoinIngressEgress/depositIgnored.cjs +2 -1
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +20 -20
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.cjs +2 -1
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +46 -46
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +46 -46
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.cjs +2 -1
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +2 -2
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.cjs +2 -1
- package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.cjs +2 -1
- package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.cjs +2 -1
- package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.cjs +2 -1
- package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.cjs +2 -1
- package/dist/170/common.cjs +4 -3
- package/dist/170/common.d.cts +140 -140
- package/dist/170/common.d.mts +140 -140
- package/dist/170/ethereumBroadcaster/palletConfigUpdated.cjs +2 -1
- package/dist/170/ethereumIngressEgress/boostedDepositLost.cjs +2 -1
- package/dist/170/ethereumIngressEgress/ccmFailed.cjs +2 -1
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.cjs +2 -1
- package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.cjs +2 -1
- package/dist/170/ethereumIngressEgress/depositIgnored.cjs +2 -1
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.cjs +2 -1
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.mts +2 -2
- package/dist/170/ethereumIngressEgress/transactionRejectionFailed.cjs +2 -1
- package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.cjs +2 -1
- package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.cjs +2 -1
- package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.cjs +2 -1
- package/dist/170/evmThresholdSigner/palletConfigUpdated.cjs +2 -1
- package/dist/170/polkadotBroadcaster/palletConfigUpdated.cjs +2 -1
- package/dist/170/polkadotIngressEgress/boostedDepositLost.cjs +2 -1
- package/dist/170/polkadotIngressEgress/ccmFailed.cjs +2 -1
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.cjs +2 -1
- package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.cjs +2 -1
- package/dist/170/polkadotIngressEgress/depositIgnored.cjs +2 -1
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.cjs +2 -1
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.mts +2 -2
- package/dist/170/polkadotIngressEgress/transactionRejectionFailed.cjs +2 -1
- package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.cjs +2 -1
- package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.cjs +2 -1
- package/dist/170/polkadotThresholdSigner/palletConfigUpdated.cjs +2 -1
- package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.cjs +2 -1
- package/dist/170/reputation/offencePenalty.cjs +2 -1
- package/dist/170/reputation/offencePenalty.d.cts +6 -6
- package/dist/170/reputation/offencePenalty.d.mts +6 -6
- package/dist/170/reputation/penaltyUpdated.cjs +2 -1
- package/dist/170/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/170/reputation/penaltyUpdated.d.mts +4 -4
- package/dist/170/solanaBroadcaster/palletConfigUpdated.cjs +2 -1
- package/dist/170/solanaBroadcaster/transactionBroadcastRequest.cjs +2 -1
- package/dist/170/solanaIngressEgress/boostedDepositLost.cjs +2 -1
- package/dist/170/solanaIngressEgress/ccmFailed.cjs +2 -1
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/solanaIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/solanaIngressEgress/ccmFallbackScheduled.cjs +2 -1
- package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.cjs +2 -1
- package/dist/170/solanaIngressEgress/depositIgnored.cjs +2 -1
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/solanaIngressEgress/transactionRejectedByBroker.cjs +2 -1
- package/dist/170/solanaIngressEgress/transactionRejectionFailed.cjs +2 -1
- package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.cjs +2 -1
- package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.cjs +2 -1
- package/dist/170/solanaThresholdSigner/palletConfigUpdated.cjs +2 -1
- package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.cjs +2 -1
- package/dist/170/swapping/minimumChunkSizeSet.cjs +2 -1
- package/dist/170/swapping/minimumChunkSizeSet.d.cts +6 -6
- package/dist/170/swapping/minimumChunkSizeSet.d.mts +6 -6
- package/dist/170/swapping/swapRequested.cjs +2 -1
- package/dist/170/swapping/swapRequested.d.cts +51 -51
- package/dist/170/swapping/swapRequested.d.mts +51 -51
- package/dist/170/validator/previousRotationStillPending.cjs +2 -1
- package/dist/180/_virtual/_rolldown/runtime.cjs +29 -0
- package/dist/180/arbitrumChainTracking/chainStateUpdated.cjs +2 -1
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/arbitrumIngressEgress/depositBoosted.cjs +2 -1
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/180/arbitrumIngressEgress/depositFailed.cjs +2 -1
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +49 -49
- package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +49 -49
- package/dist/180/arbitrumIngressEgress/depositFinalised.cjs +2 -1
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +2 -1
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/arbitrumIngressEgress/networkFeeDeductionFromBoostSet.cjs +2 -1
- package/dist/180/arbitrumIngressEgress/transferFallbackRequested.cjs +2 -1
- package/dist/180/arbitrumIngressEgress/unknownAffiliate.cjs +2 -1
- package/dist/180/arbitrumIngressEgress/unknownBroker.cjs +2 -1
- package/dist/180/arbitrumIngressEgress/witnessSafetyMarginSet.cjs +2 -1
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/bitcoinIngressEgress/depositBoosted.cjs +2 -1
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/180/bitcoinIngressEgress/depositFailed.cjs +2 -1
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +107 -107
- package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +107 -107
- package/dist/180/bitcoinIngressEgress/depositFinalised.cjs +2 -1
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.cjs +2 -1
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/bitcoinIngressEgress/networkFeeDeductionFromBoostSet.cjs +2 -1
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.cjs +2 -1
- package/dist/180/bitcoinIngressEgress/unknownAffiliate.cjs +2 -1
- package/dist/180/bitcoinIngressEgress/unknownBroker.cjs +2 -1
- package/dist/180/bitcoinIngressEgress/witnessSafetyMarginSet.cjs +2 -1
- package/dist/180/common.cjs +4 -3
- package/dist/180/common.d.cts +398 -398
- package/dist/180/common.d.mts +398 -398
- package/dist/180/environment/solanaGovCallDispatched.cjs +2 -1
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/ethereumIngressEgress/depositBoosted.cjs +2 -1
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/180/ethereumIngressEgress/depositFailed.cjs +2 -1
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +49 -49
- package/dist/180/ethereumIngressEgress/depositFailed.d.mts +49 -49
- package/dist/180/ethereumIngressEgress/depositFinalised.cjs +2 -1
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.cjs +2 -1
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/ethereumIngressEgress/networkFeeDeductionFromBoostSet.cjs +2 -1
- package/dist/180/ethereumIngressEgress/transferFallbackRequested.cjs +2 -1
- package/dist/180/ethereumIngressEgress/unknownAffiliate.cjs +2 -1
- package/dist/180/ethereumIngressEgress/unknownBroker.cjs +2 -1
- package/dist/180/ethereumIngressEgress/witnessSafetyMarginSet.cjs +2 -1
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/polkadotIngressEgress/depositBoosted.cjs +2 -1
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/180/polkadotIngressEgress/depositFailed.cjs +2 -1
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +52 -52
- package/dist/180/polkadotIngressEgress/depositFailed.d.mts +52 -52
- package/dist/180/polkadotIngressEgress/depositFinalised.cjs +2 -1
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.cjs +2 -1
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/polkadotIngressEgress/networkFeeDeductionFromBoostSet.cjs +2 -1
- package/dist/180/polkadotIngressEgress/transferFallbackRequested.cjs +2 -1
- package/dist/180/polkadotIngressEgress/unknownAffiliate.cjs +2 -1
- package/dist/180/polkadotIngressEgress/unknownBroker.cjs +2 -1
- package/dist/180/polkadotIngressEgress/witnessSafetyMarginSet.cjs +2 -1
- package/dist/180/solanaBroadcaster/transactionBroadcastRequest.cjs +2 -1
- package/dist/180/solanaElections/unknownElection.cjs +2 -1
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/solanaIngressEgress/depositBoosted.cjs +2 -1
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/solanaIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/180/solanaIngressEgress/depositFailed.cjs +2 -1
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +40 -40
- package/dist/180/solanaIngressEgress/depositFailed.d.mts +40 -40
- package/dist/180/solanaIngressEgress/depositFinalised.cjs +2 -1
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.cjs +2 -1
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/solanaIngressEgress/networkFeeDeductionFromBoostSet.cjs +2 -1
- package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.cjs +2 -1
- package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.cjs +2 -1
- package/dist/180/solanaIngressEgress/transferFallbackRequested.cjs +2 -1
- package/dist/180/solanaIngressEgress/unknownAffiliate.cjs +2 -1
- package/dist/180/solanaIngressEgress/unknownBroker.cjs +2 -1
- package/dist/180/solanaIngressEgress/witnessSafetyMarginSet.cjs +2 -1
- package/dist/180/swapping/affiliateRegistration.cjs +2 -1
- package/dist/180/swapping/brokerBondSet.cjs +2 -1
- package/dist/180/swapping/minimumNetworkFeeSet.cjs +2 -1
- package/dist/180/swapping/privateBrokerChannelClosed.cjs +2 -1
- package/dist/180/swapping/privateBrokerChannelClosed.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.mts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.cjs +2 -1
- package/dist/180/swapping/privateBrokerChannelOpened.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.mts +2 -2
- package/dist/180/swapping/refundEgressScheduled.cjs +2 -1
- package/dist/180/swapping/refundEgressScheduled.d.cts +14 -14
- package/dist/180/swapping/refundEgressScheduled.d.mts +14 -14
- package/dist/180/swapping/swapDepositAddressReady.cjs +2 -1
- package/dist/180/swapping/swapDepositAddressReady.d.cts +33 -33
- package/dist/180/swapping/swapDepositAddressReady.d.mts +33 -33
- package/dist/180/swapping/swapEgressScheduled.cjs +2 -1
- package/dist/180/swapping/swapEgressScheduled.d.cts +14 -14
- package/dist/180/swapping/swapEgressScheduled.d.mts +14 -14
- package/dist/180/swapping/swapRequested.cjs +2 -1
- package/dist/180/swapping/swapRequested.d.cts +38 -38
- package/dist/180/swapping/swapRequested.d.mts +38 -38
- package/dist/180/swapping/swapScheduled.cjs +2 -1
- package/dist/180/swapping/swapScheduled.d.cts +6 -6
- package/dist/180/swapping/swapScheduled.d.mts +6 -6
- package/dist/180/swapping/withdrawalRequested.cjs +2 -1
- package/dist/180/swapping/withdrawalRequested.d.cts +11 -11
- package/dist/180/swapping/withdrawalRequested.d.mts +11 -11
- package/dist/190/_virtual/_rolldown/runtime.cjs +29 -0
- package/dist/190/arbitrumIngressEgress/batchBroadcastRequested.cjs +2 -1
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.cjs +2 -1
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/190/arbitrumIngressEgress/depositBoosted.cjs +2 -1
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +18 -18
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/190/arbitrumIngressEgress/depositFailed.cjs +2 -1
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +30 -30
- package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +30 -30
- package/dist/190/arbitrumIngressEgress/depositFinalised.cjs +2 -1
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +14 -14
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +14 -14
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.cjs +2 -1
- package/dist/190/assetBalances/accountCredited.cjs +2 -1
- package/dist/190/assetBalances/accountCredited.d.cts +8 -8
- package/dist/190/assetBalances/accountCredited.d.mts +8 -8
- package/dist/190/assetBalances/accountDebited.cjs +2 -1
- package/dist/190/assetBalances/accountDebited.d.cts +8 -8
- package/dist/190/assetBalances/accountDebited.d.mts +8 -8
- package/dist/190/assetBalances/refundScheduled.cjs +2 -1
- package/dist/190/assetBalances/refundSkipped.cjs +2 -1
- package/dist/190/assetBalances/vaultDeficitDetected.cjs +2 -1
- package/dist/190/assethubBroadcaster/broadcastAborted.cjs +2 -1
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.cjs +2 -1
- package/dist/190/assethubBroadcaster/broadcastRetryScheduled.cjs +2 -1
- package/dist/190/assethubBroadcaster/broadcastSuccess.cjs +2 -1
- package/dist/190/assethubBroadcaster/broadcastTimeout.cjs +2 -1
- package/dist/190/assethubBroadcaster/callResigned.cjs +2 -1
- package/dist/190/assethubBroadcaster/palletConfigUpdated.cjs +2 -1
- package/dist/190/assethubBroadcaster/thresholdSignatureInvalid.cjs +2 -1
- package/dist/190/assethubBroadcaster/transactionBroadcastRequest.cjs +2 -1
- package/dist/190/assethubBroadcaster/transactionFeeDeficitRecorded.cjs +2 -1
- package/dist/190/assethubBroadcaster/transactionFeeDeficitRefused.cjs +2 -1
- package/dist/190/assethubChainTracking/chainStateUpdated.cjs +2 -1
- package/dist/190/assethubChainTracking/feeMultiplierUpdated.cjs +2 -1
- package/dist/190/assethubIngressEgress/assetEgressStatusChanged.cjs +2 -1
- package/dist/190/assethubIngressEgress/batchBroadcastRequested.cjs +2 -1
- package/dist/190/assethubIngressEgress/boostFundsAdded.cjs +2 -1
- package/dist/190/assethubIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/190/assethubIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/190/assethubIngressEgress/boostPoolCreated.cjs +2 -1
- package/dist/190/assethubIngressEgress/boostedDepositLost.cjs +2 -1
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.mts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastFailed.cjs +2 -1
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.cjs +2 -1
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/190/assethubIngressEgress/channelOpeningFeePaid.cjs +2 -1
- package/dist/190/assethubIngressEgress/channelOpeningFeeSet.cjs +2 -1
- package/dist/190/assethubIngressEgress/depositBoosted.cjs +2 -1
- package/dist/190/assethubIngressEgress/depositBoosted.d.cts +18 -18
- package/dist/190/assethubIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/190/assethubIngressEgress/depositChannelLifetimeSet.cjs +2 -1
- package/dist/190/assethubIngressEgress/depositFailed.cjs +2 -1
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +48 -48
- package/dist/190/assethubIngressEgress/depositFailed.d.mts +48 -48
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.cjs +2 -1
- package/dist/190/assethubIngressEgress/depositFinalised.cjs +2 -1
- package/dist/190/assethubIngressEgress/depositFinalised.d.cts +14 -14
- package/dist/190/assethubIngressEgress/depositFinalised.d.mts +14 -14
- package/dist/190/assethubIngressEgress/failedForeignChainCallExpired.cjs +2 -1
- package/dist/190/assethubIngressEgress/failedForeignChainCallResigned.cjs +2 -1
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/190/assethubIngressEgress/insufficientBoostLiquidity.cjs +2 -1
- package/dist/190/assethubIngressEgress/minimumDepositSet.cjs +2 -1
- package/dist/190/assethubIngressEgress/networkFeeDeductionFromBoostSet.cjs +2 -1
- package/dist/190/assethubIngressEgress/stoppedBoosting.cjs +2 -1
- package/dist/190/assethubIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/190/assethubIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.cjs +2 -1
- package/dist/190/assethubIngressEgress/transactionRejectionFailed.cjs +2 -1
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.cjs +2 -1
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.cjs +2 -1
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.cjs +2 -1
- package/dist/190/assethubIngressEgress/unknownAffiliate.cjs +2 -1
- package/dist/190/assethubIngressEgress/unknownBroker.cjs +2 -1
- package/dist/190/assethubIngressEgress/utxoConsolidation.cjs +2 -1
- package/dist/190/assethubIngressEgress/witnessSafetyMarginSet.cjs +2 -1
- package/dist/190/assethubVault/activationTxFailedAwaitingGovernance.cjs +2 -1
- package/dist/190/assethubVault/awaitingGovernanceActivation.cjs +2 -1
- package/dist/190/assethubVault/chainInitialized.cjs +2 -1
- package/dist/190/assethubVault/vaultActivationCompleted.cjs +2 -1
- package/dist/190/assethubVault/vaultRotatedExternally.cjs +1 -0
- package/dist/190/bitcoinIngressEgress/batchBroadcastRequested.cjs +2 -1
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.cjs +2 -1
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/190/bitcoinIngressEgress/depositBoosted.cjs +2 -1
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +18 -18
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/190/bitcoinIngressEgress/depositFailed.cjs +2 -1
- package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +30 -30
- package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +30 -30
- package/dist/190/bitcoinIngressEgress/depositFinalised.cjs +2 -1
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +14 -14
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +14 -14
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.cjs +2 -1
- package/dist/190/common.cjs +4 -3
- package/dist/190/common.d.cts +420 -420
- package/dist/190/common.d.mts +420 -420
- package/dist/190/emissions/networkFeeBurned.cjs +2 -1
- package/dist/190/environment/assethubVaultAccountSet.cjs +2 -1
- package/dist/190/environment/runtimeSafeModeUpdated.cjs +2 -1
- package/dist/190/ethereumIngressEgress/batchBroadcastRequested.cjs +2 -1
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.cjs +2 -1
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/190/ethereumIngressEgress/depositBoosted.cjs +2 -1
- package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +18 -18
- package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/190/ethereumIngressEgress/depositFailed.cjs +2 -1
- package/dist/190/ethereumIngressEgress/depositFailed.d.cts +30 -30
- package/dist/190/ethereumIngressEgress/depositFailed.d.mts +30 -30
- package/dist/190/ethereumIngressEgress/depositFinalised.cjs +2 -1
- package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +14 -14
- package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +14 -14
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.cjs +2 -1
- package/dist/190/flip/palletConfigUpdated.cjs +2 -1
- package/dist/190/liquidityPools/assetSwapped.cjs +2 -1
- package/dist/190/liquidityPools/assetSwapped.d.cts +14 -14
- package/dist/190/liquidityPools/assetSwapped.d.mts +14 -14
- package/dist/190/liquidityPools/limitOrderUpdated.cjs +2 -1
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +14 -14
- package/dist/190/liquidityPools/limitOrderUpdated.d.mts +14 -14
- package/dist/190/liquidityPools/newPoolCreated.cjs +2 -1
- package/dist/190/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/190/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/190/liquidityPools/orderDeletionFailed.cjs +2 -1
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +32 -32
- package/dist/190/liquidityPools/orderDeletionFailed.d.mts +32 -32
- package/dist/190/liquidityPools/palletConfigUpdated.cjs +2 -1
- package/dist/190/liquidityPools/palletConfigUpdated.d.cts +8 -8
- package/dist/190/liquidityPools/palletConfigUpdated.d.mts +8 -8
- package/dist/190/liquidityPools/poolFeeSet.cjs +2 -1
- package/dist/190/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/190/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/190/liquidityPools/priceImpactLimitSet.cjs +2 -1
- package/dist/190/liquidityPools/rangeOrderUpdated.cjs +2 -1
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +20 -20
- package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +20 -20
- package/dist/190/liquidityProvider/assetTransferred.cjs +2 -1
- package/dist/190/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/190/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.cjs +2 -1
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +10 -10
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +10 -10
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.cjs +2 -1
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.cjs +2 -1
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +8 -8
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
- package/dist/190/polkadotIngressEgress/batchBroadcastRequested.cjs +2 -1
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.cjs +2 -1
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/190/polkadotIngressEgress/depositBoosted.cjs +2 -1
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +18 -18
- package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/190/polkadotIngressEgress/depositFailed.cjs +2 -1
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +48 -48
- package/dist/190/polkadotIngressEgress/depositFailed.d.mts +48 -48
- package/dist/190/polkadotIngressEgress/depositFinalised.cjs +2 -1
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +14 -14
- package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +14 -14
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.cjs +2 -1
- package/dist/190/reputation/offencePenalty.cjs +2 -1
- package/dist/190/reputation/offencePenalty.d.cts +2 -2
- package/dist/190/reputation/offencePenalty.d.mts +2 -2
- package/dist/190/reputation/penaltyUpdated.cjs +2 -1
- package/dist/190/solanaIngressEgress/batchBroadcastRequested.cjs +2 -1
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.cjs +2 -1
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.cjs +2 -1
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/190/solanaIngressEgress/depositBoosted.cjs +2 -1
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +16 -16
- package/dist/190/solanaIngressEgress/depositBoosted.d.mts +16 -16
- package/dist/190/solanaIngressEgress/depositFailed.cjs +2 -1
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +24 -24
- package/dist/190/solanaIngressEgress/depositFailed.d.mts +24 -24
- package/dist/190/solanaIngressEgress/depositFinalised.cjs +2 -1
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/190/solanaIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.cjs +2 -1
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/190/solanaIngressEgress/transferFallbackRequested.cjs +2 -1
- package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.cjs +2 -1
- package/dist/190/swapping/batchSwapFailed.cjs +2 -1
- package/dist/190/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/190/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/190/swapping/creditedOnChain.cjs +2 -1
- package/dist/190/swapping/creditedOnChain.d.cts +8 -8
- package/dist/190/swapping/creditedOnChain.d.mts +8 -8
- package/dist/190/swapping/palletConfigUpdated.cjs +2 -1
- package/dist/190/swapping/palletConfigUpdated.d.cts +16 -16
- package/dist/190/swapping/palletConfigUpdated.d.mts +16 -16
- package/dist/190/swapping/refundEgressIgnored.cjs +2 -1
- package/dist/190/swapping/refundEgressIgnored.d.cts +8 -8
- package/dist/190/swapping/refundEgressIgnored.d.mts +8 -8
- package/dist/190/swapping/refundEgressScheduled.cjs +2 -1
- package/dist/190/swapping/refundEgressScheduled.d.cts +14 -14
- package/dist/190/swapping/refundEgressScheduled.d.mts +14 -14
- package/dist/190/swapping/refundedOnChain.cjs +2 -1
- package/dist/190/swapping/refundedOnChain.d.cts +8 -8
- package/dist/190/swapping/refundedOnChain.d.mts +8 -8
- package/dist/190/swapping/swapAmountConfiscated.cjs +2 -1
- package/dist/190/swapping/swapAmountConfiscated.d.cts +6 -6
- package/dist/190/swapping/swapAmountConfiscated.d.mts +6 -6
- package/dist/190/swapping/swapDepositAddressReady.cjs +2 -1
- package/dist/190/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/190/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/190/swapping/swapEgressIgnored.cjs +2 -1
- package/dist/190/swapping/swapEgressIgnored.d.cts +8 -8
- package/dist/190/swapping/swapEgressIgnored.d.mts +8 -8
- package/dist/190/swapping/swapEgressScheduled.cjs +2 -1
- package/dist/190/swapping/swapEgressScheduled.d.cts +14 -14
- package/dist/190/swapping/swapEgressScheduled.d.mts +14 -14
- package/dist/190/swapping/swapExecuted.cjs +2 -1
- package/dist/190/swapping/swapExecuted.d.cts +16 -16
- package/dist/190/swapping/swapExecuted.d.mts +16 -16
- package/dist/190/swapping/swapRequested.cjs +2 -1
- package/dist/190/swapping/swapRequested.d.cts +16 -16
- package/dist/190/swapping/swapRequested.d.mts +16 -16
- package/dist/190/swapping/vaultSwapMinimumBrokerFeeSet.cjs +2 -1
- package/dist/190/swapping/withdrawalRequested.cjs +2 -1
- package/dist/190/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/190/swapping/withdrawalRequested.d.mts +6 -6
- package/dist/190/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +2 -1
- package/dist/190/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +2 -1
- package/dist/190/tokenholderGovernance/proposalEnacted.cjs +2 -1
- package/dist/190/tokenholderGovernance/proposalPassed.cjs +2 -1
- package/dist/190/tokenholderGovernance/proposalRejected.cjs +2 -1
- package/dist/190/tokenholderGovernance/proposalSubmitted.cjs +2 -1
- package/dist/190/tradingStrategy/fundsAddedToStrategy.cjs +2 -1
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +6 -6
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.mts +6 -6
- package/dist/190/tradingStrategy/palletConfigUpdated.cjs +2 -1
- package/dist/190/tradingStrategy/palletConfigUpdated.d.cts +24 -24
- package/dist/190/tradingStrategy/palletConfigUpdated.d.mts +24 -24
- package/dist/190/tradingStrategy/strategyClosed.cjs +2 -1
- package/dist/190/tradingStrategy/strategyDeployed.cjs +2 -1
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +8 -8
- package/dist/190/tradingStrategy/strategyDeployed.d.mts +8 -8
- package/dist/200/_virtual/_rolldown/runtime.cjs +29 -0
- package/dist/200/arbitrumBroadcaster/historicalBroadcastRequested.cjs +2 -1
- package/dist/200/assethubBroadcaster/historicalBroadcastRequested.cjs +2 -1
- package/dist/200/bitcoinBroadcaster/historicalBroadcastRequested.cjs +2 -1
- package/dist/200/bitcoinThresholdSigner/maxRetriesReachedForRequest.cjs +2 -1
- package/dist/200/common.cjs +4 -3
- package/dist/200/common.d.cts +18 -18
- package/dist/200/common.d.mts +18 -18
- package/dist/200/environment/batchCompleted.cjs +2 -1
- package/dist/200/environment/nonNativeSignedCall.cjs +2 -1
- package/dist/200/environment/runtimeSafeModeUpdated.cjs +2 -1
- package/dist/200/ethereumBroadcaster/historicalBroadcastRequested.cjs +2 -1
- package/dist/200/evmThresholdSigner/maxRetriesReachedForRequest.cjs +2 -1
- package/dist/200/funding/funded.cjs +2 -1
- package/dist/200/lendingPools/collateralAdded.cjs +2 -1
- package/dist/200/lendingPools/collateralRemoved.cjs +2 -1
- package/dist/200/lendingPools/collateralTopupAssetUpdated.cjs +2 -1
- package/dist/200/lendingPools/interestTaken.cjs +2 -1
- package/dist/200/lendingPools/lendingFundsAdded.cjs +2 -1
- package/dist/200/lendingPools/lendingFundsAdded.d.cts +2 -2
- package/dist/200/lendingPools/lendingFundsAdded.d.mts +2 -2
- package/dist/200/lendingPools/lendingFundsRemoved.cjs +2 -1
- package/dist/200/lendingPools/lendingFundsRemoved.d.cts +2 -2
- package/dist/200/lendingPools/lendingFundsRemoved.d.mts +2 -2
- package/dist/200/lendingPools/lendingNetworkFeeSwapInitiated.cjs +2 -1
- package/dist/200/lendingPools/lendingPoolCreated.cjs +2 -1
- package/dist/200/lendingPools/liquidationCompleted.cjs +2 -1
- package/dist/200/lendingPools/liquidationFeeTaken.cjs +2 -1
- package/dist/200/lendingPools/liquidationInitiated.cjs +2 -1
- package/dist/200/lendingPools/loanCreated.cjs +2 -1
- package/dist/200/lendingPools/loanCreated.d.cts +3 -3
- package/dist/200/lendingPools/loanCreated.d.mts +3 -3
- package/dist/200/lendingPools/loanRepaid.cjs +2 -1
- package/dist/200/lendingPools/loanRepaid.d.cts +2 -2
- package/dist/200/lendingPools/loanRepaid.d.mts +2 -2
- package/dist/200/lendingPools/loanSettled.cjs +2 -1
- package/dist/200/lendingPools/loanUpdated.cjs +2 -1
- package/dist/200/lendingPools/originationFeeTaken.cjs +2 -1
- package/dist/200/lendingPools/palletConfigUpdated.cjs +2 -1
- package/dist/200/lendingPools/whitelistUpdated.cjs +2 -1
- package/dist/200/polkadotBroadcaster/historicalBroadcastRequested.cjs +2 -1
- package/dist/200/polkadotThresholdSigner/maxRetriesReachedForRequest.cjs +2 -1
- package/dist/200/solanaBroadcaster/historicalBroadcastRequested.cjs +2 -1
- package/dist/200/solanaThresholdSigner/maxRetriesReachedForRequest.cjs +2 -1
- package/dist/200/swapping/accountCreationDepositAddressReady.cjs +2 -1
- package/dist/200/swapping/accountCreationDepositAddressReady.d.cts +2 -2
- package/dist/200/swapping/accountCreationDepositAddressReady.d.mts +2 -2
- package/dist/200/swapping/swapAborted.cjs +2 -1
- package/dist/200/swapping/swapRequestCompleted.cjs +2 -1
- package/dist/200/swapping/swapRequested.cjs +2 -1
- package/dist/200/swapping/swapRequested.d.cts +16 -16
- package/dist/200/swapping/swapRequested.d.mts +16 -16
- package/dist/200/swapping/swapRescheduled.cjs +2 -1
- package/dist/200/swapping/swapRescheduled.d.cts +2 -2
- package/dist/200/swapping/swapRescheduled.d.mts +2 -2
- package/dist/210/_virtual/_rolldown/runtime.cjs +29 -0
- package/dist/210/arbitrumElections/allVotesCleared.cjs +2 -1
- package/dist/210/arbitrumElections/allVotesNotCleared.cjs +2 -1
- package/dist/210/arbitrumElections/corruptStorage.cjs +2 -1
- package/dist/210/arbitrumElections/electoralEvent.cjs +1 -0
- package/dist/210/arbitrumElections/uninitialized.cjs +2 -1
- package/dist/210/arbitrumElections/unknownElection.cjs +2 -1
- package/dist/210/arbitrumIngressEgress/assetEgressStatusChanged.cjs +2 -1
- package/dist/210/arbitrumIngressEgress/depositBoosted.cjs +2 -1
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/210/arbitrumIngressEgress/depositFailed.cjs +2 -1
- package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +208 -208
- package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +208 -208
- package/dist/210/arbitrumIngressEgress/depositFetchesScheduled.cjs +2 -1
- package/dist/210/arbitrumIngressEgress/depositFinalised.cjs +2 -1
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +2 -1
- package/dist/210/arbitrumIngressEgress/invalidCcmRefunded.cjs +2 -1
- package/dist/210/arbitrumIngressEgress/palletConfigUpdated.cjs +2 -1
- package/dist/210/arbitrumIngressEgress/transferFallbackRequested.cjs +2 -1
- package/dist/210/assetBalances/accountCredited.cjs +2 -1
- package/dist/210/assetBalances/accountCredited.d.cts +7 -7
- package/dist/210/assetBalances/accountCredited.d.mts +7 -7
- package/dist/210/assetBalances/accountDebited.cjs +2 -1
- package/dist/210/assetBalances/accountDebited.d.cts +7 -7
- package/dist/210/assetBalances/accountDebited.d.mts +7 -7
- package/dist/210/assethubIngressEgress/depositFailed.cjs +2 -1
- package/dist/210/assethubIngressEgress/depositFailed.d.cts +211 -211
- package/dist/210/assethubIngressEgress/depositFailed.d.mts +211 -211
- package/dist/210/bitcoinIngressEgress/depositFailed.cjs +2 -1
- package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +411 -411
- package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +411 -411
- package/dist/210/common.cjs +4 -3
- package/dist/210/common.d.cts +3325 -3325
- package/dist/210/common.d.mts +3325 -3325
- package/dist/210/environment/addedNewArbAsset.cjs +2 -1
- package/dist/210/environment/addedNewEthAsset.cjs +2 -1
- package/dist/210/environment/runtimeSafeModeUpdated.cjs +2 -1
- package/dist/210/environment/runtimeSafeModeUpdated.d.cts +107 -107
- package/dist/210/environment/runtimeSafeModeUpdated.d.mts +107 -107
- package/dist/210/environment/updatedArbAsset.cjs +2 -1
- package/dist/210/environment/updatedEthAsset.cjs +2 -1
- package/dist/210/ethereumElections/allVotesCleared.cjs +2 -1
- package/dist/210/ethereumElections/allVotesNotCleared.cjs +2 -1
- package/dist/210/ethereumElections/corruptStorage.cjs +2 -1
- package/dist/210/ethereumElections/electoralEvent.cjs +1 -0
- package/dist/210/ethereumElections/uninitialized.cjs +2 -1
- package/dist/210/ethereumElections/unknownElection.cjs +2 -1
- package/dist/210/ethereumIngressEgress/assetEgressStatusChanged.cjs +2 -1
- package/dist/210/ethereumIngressEgress/depositBoosted.cjs +2 -1
- package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/210/ethereumIngressEgress/depositFailed.cjs +2 -1
- package/dist/210/ethereumIngressEgress/depositFailed.d.cts +208 -208
- package/dist/210/ethereumIngressEgress/depositFailed.d.mts +208 -208
- package/dist/210/ethereumIngressEgress/depositFetchesScheduled.cjs +2 -1
- package/dist/210/ethereumIngressEgress/depositFinalised.cjs +2 -1
- package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.cjs +2 -1
- package/dist/210/ethereumIngressEgress/invalidCcmRefunded.cjs +2 -1
- package/dist/210/ethereumIngressEgress/palletConfigUpdated.cjs +2 -1
- package/dist/210/ethereumIngressEgress/transferFallbackRequested.cjs +2 -1
- package/dist/210/funding/funded.cjs +2 -1
- package/dist/210/funding/funded.d.cts +8 -8
- package/dist/210/funding/funded.d.mts +8 -8
- package/dist/210/funding/redemptionExpired.cjs +2 -1
- package/dist/210/funding/redemptionExpired.d.cts +2 -2
- package/dist/210/funding/redemptionExpired.d.mts +2 -2
- package/dist/210/funding/redemptionSettled.cjs +2 -1
- package/dist/210/funding/redemptionSettled.d.cts +2 -2
- package/dist/210/funding/redemptionSettled.d.mts +2 -2
- package/dist/210/governance/newGovernanceCouncil.cjs +2 -1
- package/dist/210/lendingPools/boostFundsAdded.cjs +2 -1
- package/dist/210/lendingPools/boostFundsAdded.d.cts +8 -8
- package/dist/210/lendingPools/boostFundsAdded.d.mts +8 -8
- package/dist/210/lendingPools/boostPoolCreated.cjs +2 -1
- package/dist/210/lendingPools/boostPoolCreated.d.cts +8 -8
- package/dist/210/lendingPools/boostPoolCreated.d.mts +8 -8
- package/dist/210/lendingPools/collateralAdded.cjs +2 -1
- package/dist/210/lendingPools/collateralAdded.d.cts +8 -8
- package/dist/210/lendingPools/collateralAdded.d.mts +8 -8
- package/dist/210/lendingPools/collateralRemoved.cjs +2 -1
- package/dist/210/lendingPools/collateralRemoved.d.cts +6 -6
- package/dist/210/lendingPools/collateralRemoved.d.mts +6 -6
- package/dist/210/lendingPools/collateralTopupAssetUpdated.cjs +2 -1
- package/dist/210/lendingPools/collateralTopupAssetUpdated.d.cts +6 -6
- package/dist/210/lendingPools/collateralTopupAssetUpdated.d.mts +6 -6
- package/dist/210/lendingPools/lendingFundsAdded.cjs +2 -1
- package/dist/210/lendingPools/lendingFundsAdded.d.cts +6 -6
- package/dist/210/lendingPools/lendingFundsAdded.d.mts +6 -6
- package/dist/210/lendingPools/lendingFundsRemoved.cjs +2 -1
- package/dist/210/lendingPools/lendingFundsRemoved.d.cts +6 -6
- package/dist/210/lendingPools/lendingFundsRemoved.d.mts +6 -6
- package/dist/210/lendingPools/lendingPoolCreated.cjs +2 -1
- package/dist/210/lendingPools/lendingPoolCreated.d.cts +6 -6
- package/dist/210/lendingPools/lendingPoolCreated.d.mts +6 -6
- package/dist/210/lendingPools/loanCreated.cjs +2 -1
- package/dist/210/lendingPools/loanCreated.d.cts +6 -6
- package/dist/210/lendingPools/loanCreated.d.mts +6 -6
- package/dist/210/lendingPools/loanRepaid.cjs +2 -1
- package/dist/210/lendingPools/palletConfigUpdated.cjs +2 -1
- package/dist/210/lendingPools/palletConfigUpdated.d.cts +34 -34
- package/dist/210/lendingPools/palletConfigUpdated.d.mts +34 -34
- package/dist/210/lendingPools/stoppedBoosting.cjs +2 -1
- package/dist/210/lendingPools/stoppedBoosting.d.cts +8 -8
- package/dist/210/lendingPools/stoppedBoosting.d.mts +8 -8
- package/dist/210/liquidityPools/assetSwapped.cjs +2 -1
- package/dist/210/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/210/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/210/liquidityPools/limitOrderUpdated.cjs +2 -1
- package/dist/210/liquidityPools/limitOrderUpdated.d.cts +23 -23
- package/dist/210/liquidityPools/limitOrderUpdated.d.mts +23 -23
- package/dist/210/liquidityPools/newPoolCreated.cjs +2 -1
- package/dist/210/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/210/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/210/liquidityPools/orderDeletionFailed.cjs +2 -1
- package/dist/210/liquidityPools/orderDeletionFailed.d.cts +36 -36
- package/dist/210/liquidityPools/orderDeletionFailed.d.mts +36 -36
- package/dist/210/liquidityPools/palletConfigUpdated.cjs +2 -1
- package/dist/210/liquidityPools/palletConfigUpdated.d.cts +8 -8
- package/dist/210/liquidityPools/palletConfigUpdated.d.mts +8 -8
- package/dist/210/liquidityPools/poolFeeSet.cjs +2 -1
- package/dist/210/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/210/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/210/liquidityPools/priceImpactLimitSet.cjs +2 -1
- package/dist/210/liquidityPools/rangeOrderUpdated.cjs +2 -1
- package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +29 -29
- package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +29 -29
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.cjs +2 -1
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +24 -24
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +24 -24
- package/dist/210/liquidityProvider/assetBalancePurged.cjs +2 -1
- package/dist/210/liquidityProvider/assetBalancePurged.d.cts +16 -16
- package/dist/210/liquidityProvider/assetBalancePurged.d.mts +16 -16
- package/dist/210/liquidityProvider/assetTransferred.cjs +2 -1
- package/dist/210/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/210/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.cjs +2 -1
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +16 -16
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +16 -16
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.cjs +2 -1
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +14 -14
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +14 -14
- package/dist/210/polkadotIngressEgress/depositFailed.cjs +2 -1
- package/dist/210/polkadotIngressEgress/depositFailed.d.cts +211 -211
- package/dist/210/polkadotIngressEgress/depositFailed.d.mts +211 -211
- package/dist/210/solanaIngressEgress/assetEgressStatusChanged.cjs +2 -1
- package/dist/210/solanaIngressEgress/depositBoosted.cjs +2 -1
- package/dist/210/solanaIngressEgress/depositBoosted.d.cts +18 -18
- package/dist/210/solanaIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/210/solanaIngressEgress/depositFailed.cjs +2 -1
- package/dist/210/solanaIngressEgress/depositFailed.d.cts +246 -246
- package/dist/210/solanaIngressEgress/depositFailed.d.mts +246 -246
- package/dist/210/solanaIngressEgress/depositFetchesScheduled.cjs +2 -1
- package/dist/210/solanaIngressEgress/depositFinalised.cjs +2 -1
- package/dist/210/solanaIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/210/solanaIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.cjs +2 -1
- package/dist/210/solanaIngressEgress/invalidCcmRefunded.cjs +2 -1
- package/dist/210/solanaIngressEgress/palletConfigUpdated.cjs +2 -1
- package/dist/210/solanaIngressEgress/transferFallbackRequested.cjs +2 -1
- package/dist/210/swapping/accountCreationDepositAddressReady.cjs +2 -1
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +18 -18
- package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +18 -18
- package/dist/210/swapping/batchSwapFailed.cjs +2 -1
- package/dist/210/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/210/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/210/swapping/boundBrokerWithdrawalAddress.cjs +2 -1
- package/dist/210/swapping/creditedOnChain.cjs +2 -1
- package/dist/210/swapping/creditedOnChain.d.cts +8 -8
- package/dist/210/swapping/creditedOnChain.d.mts +8 -8
- package/dist/210/swapping/palletConfigUpdated.cjs +2 -1
- package/dist/210/swapping/palletConfigUpdated.d.cts +32 -32
- package/dist/210/swapping/palletConfigUpdated.d.mts +32 -32
- package/dist/210/swapping/refundEgressIgnored.cjs +2 -1
- package/dist/210/swapping/refundEgressIgnored.d.cts +22 -22
- package/dist/210/swapping/refundEgressIgnored.d.mts +22 -22
- package/dist/210/swapping/refundEgressScheduled.cjs +2 -1
- package/dist/210/swapping/refundEgressScheduled.d.cts +14 -14
- package/dist/210/swapping/refundEgressScheduled.d.mts +14 -14
- package/dist/210/swapping/refundedOnChain.cjs +2 -1
- package/dist/210/swapping/refundedOnChain.d.cts +8 -8
- package/dist/210/swapping/refundedOnChain.d.mts +8 -8
- package/dist/210/swapping/swapAmountConfiscated.cjs +2 -1
- package/dist/210/swapping/swapAmountConfiscated.d.cts +6 -6
- package/dist/210/swapping/swapAmountConfiscated.d.mts +6 -6
- package/dist/210/swapping/swapDepositAddressReady.cjs +2 -1
- package/dist/210/swapping/swapDepositAddressReady.d.cts +45 -45
- package/dist/210/swapping/swapDepositAddressReady.d.mts +45 -45
- package/dist/210/swapping/swapEgressIgnored.cjs +2 -1
- package/dist/210/swapping/swapEgressIgnored.d.cts +22 -22
- package/dist/210/swapping/swapEgressIgnored.d.mts +22 -22
- package/dist/210/swapping/swapEgressScheduled.cjs +2 -1
- package/dist/210/swapping/swapEgressScheduled.d.cts +14 -14
- package/dist/210/swapping/swapEgressScheduled.d.mts +14 -14
- package/dist/210/swapping/swapExecuted.cjs +2 -1
- package/dist/210/swapping/swapExecuted.d.cts +12 -12
- package/dist/210/swapping/swapExecuted.d.mts +12 -12
- package/dist/210/swapping/swapRequested.cjs +2 -1
- package/dist/210/swapping/swapRequested.d.cts +433 -433
- package/dist/210/swapping/swapRequested.d.mts +433 -433
- package/dist/210/swapping/withdrawalRequested.cjs +2 -1
- package/dist/210/swapping/withdrawalRequested.d.cts +16 -16
- package/dist/210/swapping/withdrawalRequested.d.mts +16 -16
- package/dist/210/tradingStrategy/fundsAddedToStrategy.cjs +2 -1
- package/dist/210/tradingStrategy/fundsAddedToStrategy.d.cts +7 -7
- package/dist/210/tradingStrategy/fundsAddedToStrategy.d.mts +7 -7
- package/dist/210/tradingStrategy/palletConfigUpdated.cjs +2 -1
- package/dist/210/tradingStrategy/palletConfigUpdated.d.cts +24 -24
- package/dist/210/tradingStrategy/palletConfigUpdated.d.mts +24 -24
- package/dist/210/tradingStrategy/strategyDeployed.cjs +2 -1
- package/dist/210/tradingStrategy/strategyDeployed.d.cts +26 -26
- package/dist/210/tradingStrategy/strategyDeployed.d.mts +26 -26
- package/dist/Parser.cjs +2 -2
- package/dist/Processor.cjs +3 -3
- package/dist/Processor.mjs +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.110.0 → _@oxc-project_runtime@0.112.0}/helpers/decorate.cjs +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.110.0 → _@oxc-project_runtime@0.112.0}/helpers/decorate.mjs +1 -1
- package/dist/_virtual/_rolldown/runtime.cjs +29 -0
- package/dist/chainspec/src/BaseCodeGenerator.cjs +3 -3
- package/dist/chainspec/src/BaseParser.cjs +4 -4
- package/dist/chainspec/src/Compiler.cjs +3 -3
- package/dist/chainspec/src/cache.cjs +3 -3
- package/dist/chainspec/src/utils.cjs +3 -3
- package/dist/generate.cjs +4 -4
- package/dist/index.cjs +1 -0
- package/dist/utils.cjs +3 -2
- package/package.json +1 -1
- package/dist/11100/_virtual/rolldown_runtime.cjs +0 -29
- package/dist/11200/_virtual/rolldown_runtime.cjs +0 -29
- package/dist/120/_virtual/rolldown_runtime.cjs +0 -29
- package/dist/131/_virtual/rolldown_runtime.cjs +0 -29
- package/dist/141/_virtual/rolldown_runtime.cjs +0 -29
- package/dist/150/_virtual/rolldown_runtime.cjs +0 -29
- package/dist/160/_virtual/rolldown_runtime.cjs +0 -29
- package/dist/170/_virtual/rolldown_runtime.cjs +0 -29
- package/dist/180/_virtual/rolldown_runtime.cjs +0 -29
- package/dist/190/_virtual/rolldown_runtime.cjs +0 -29
- package/dist/200/_virtual/rolldown_runtime.cjs +0 -29
- package/dist/210/_virtual/rolldown_runtime.cjs +0 -29
- package/dist/_virtual/rolldown_runtime.cjs +0 -29
|
@@ -54,17 +54,17 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
54
54
|
error: string;
|
|
55
55
|
}>;
|
|
56
56
|
}, "strip", z.ZodTypeAny, {
|
|
57
|
-
__kind: "Module";
|
|
58
57
|
value: {
|
|
59
58
|
index: number;
|
|
60
59
|
error: `0x${string}`;
|
|
61
60
|
};
|
|
62
|
-
}, {
|
|
63
61
|
__kind: "Module";
|
|
62
|
+
}, {
|
|
64
63
|
value: {
|
|
65
64
|
index: number;
|
|
66
65
|
error: string;
|
|
67
66
|
};
|
|
67
|
+
__kind: "Module";
|
|
68
68
|
}>, z.ZodObject<{
|
|
69
69
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
70
70
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -95,13 +95,13 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
95
95
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
96
96
|
}>;
|
|
97
97
|
}, "strip", z.ZodTypeAny, {
|
|
98
|
-
__kind: "Token";
|
|
99
98
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
100
|
-
}, {
|
|
101
99
|
__kind: "Token";
|
|
100
|
+
}, {
|
|
102
101
|
value: {
|
|
103
102
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
104
103
|
};
|
|
104
|
+
__kind: "Token";
|
|
105
105
|
}>, z.ZodObject<{
|
|
106
106
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
107
107
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -114,13 +114,13 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
114
114
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
115
115
|
}>;
|
|
116
116
|
}, "strip", z.ZodTypeAny, {
|
|
117
|
-
__kind: "Arithmetic";
|
|
118
117
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
119
|
-
}, {
|
|
120
118
|
__kind: "Arithmetic";
|
|
119
|
+
}, {
|
|
121
120
|
value: {
|
|
122
121
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
123
122
|
};
|
|
123
|
+
__kind: "Arithmetic";
|
|
124
124
|
}>, z.ZodObject<{
|
|
125
125
|
__kind: z.ZodLiteral<"Transactional">;
|
|
126
126
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -133,13 +133,13 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
133
133
|
__kind: "LimitReached" | "NoLayer";
|
|
134
134
|
}>;
|
|
135
135
|
}, "strip", z.ZodTypeAny, {
|
|
136
|
-
__kind: "Transactional";
|
|
137
136
|
value: "LimitReached" | "NoLayer";
|
|
138
|
-
}, {
|
|
139
137
|
__kind: "Transactional";
|
|
138
|
+
}, {
|
|
140
139
|
value: {
|
|
141
140
|
__kind: "LimitReached" | "NoLayer";
|
|
142
141
|
};
|
|
142
|
+
__kind: "Transactional";
|
|
143
143
|
}>, z.ZodObject<{
|
|
144
144
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
145
145
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -166,7 +166,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
166
166
|
__kind: "RootNotAllowed";
|
|
167
167
|
}>]>;
|
|
168
168
|
}, "strip", z.ZodTypeAny, {
|
|
169
|
-
__kind: "DepositWitnessRejected";
|
|
170
169
|
value: {
|
|
171
170
|
__kind: "Other";
|
|
172
171
|
} | {
|
|
@@ -174,11 +173,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
174
173
|
} | {
|
|
175
174
|
__kind: "BadOrigin";
|
|
176
175
|
} | {
|
|
177
|
-
__kind: "Module";
|
|
178
176
|
value: {
|
|
179
177
|
index: number;
|
|
180
178
|
error: `0x${string}`;
|
|
181
179
|
};
|
|
180
|
+
__kind: "Module";
|
|
182
181
|
} | {
|
|
183
182
|
__kind: "ConsumerRemaining";
|
|
184
183
|
} | {
|
|
@@ -186,14 +185,14 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
186
185
|
} | {
|
|
187
186
|
__kind: "TooManyConsumers";
|
|
188
187
|
} | {
|
|
189
|
-
__kind: "Token";
|
|
190
188
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
189
|
+
__kind: "Token";
|
|
191
190
|
} | {
|
|
192
|
-
__kind: "Arithmetic";
|
|
193
191
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
192
|
+
__kind: "Arithmetic";
|
|
194
193
|
} | {
|
|
195
|
-
__kind: "Transactional";
|
|
196
194
|
value: "LimitReached" | "NoLayer";
|
|
195
|
+
__kind: "Transactional";
|
|
197
196
|
} | {
|
|
198
197
|
__kind: "Exhausted";
|
|
199
198
|
} | {
|
|
@@ -203,8 +202,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
203
202
|
} | {
|
|
204
203
|
__kind: "RootNotAllowed";
|
|
205
204
|
};
|
|
206
|
-
}, {
|
|
207
205
|
__kind: "DepositWitnessRejected";
|
|
206
|
+
}, {
|
|
208
207
|
value: {
|
|
209
208
|
__kind: "Other";
|
|
210
209
|
} | {
|
|
@@ -212,11 +211,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
212
211
|
} | {
|
|
213
212
|
__kind: "BadOrigin";
|
|
214
213
|
} | {
|
|
215
|
-
__kind: "Module";
|
|
216
214
|
value: {
|
|
217
215
|
index: number;
|
|
218
216
|
error: string;
|
|
219
217
|
};
|
|
218
|
+
__kind: "Module";
|
|
220
219
|
} | {
|
|
221
220
|
__kind: "ConsumerRemaining";
|
|
222
221
|
} | {
|
|
@@ -224,20 +223,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
224
223
|
} | {
|
|
225
224
|
__kind: "TooManyConsumers";
|
|
226
225
|
} | {
|
|
227
|
-
__kind: "Token";
|
|
228
226
|
value: {
|
|
229
227
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
230
228
|
};
|
|
229
|
+
__kind: "Token";
|
|
231
230
|
} | {
|
|
232
|
-
__kind: "Arithmetic";
|
|
233
231
|
value: {
|
|
234
232
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
235
233
|
};
|
|
234
|
+
__kind: "Arithmetic";
|
|
236
235
|
} | {
|
|
237
|
-
__kind: "Transactional";
|
|
238
236
|
value: {
|
|
239
237
|
__kind: "LimitReached" | "NoLayer";
|
|
240
238
|
};
|
|
239
|
+
__kind: "Transactional";
|
|
241
240
|
} | {
|
|
242
241
|
__kind: "Exhausted";
|
|
243
242
|
} | {
|
|
@@ -247,6 +246,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
247
246
|
} | {
|
|
248
247
|
__kind: "RootNotAllowed";
|
|
249
248
|
};
|
|
249
|
+
__kind: "DepositWitnessRejected";
|
|
250
250
|
}>, z.ZodObject<{
|
|
251
251
|
__kind: z.ZodLiteral<"Unrefundable">;
|
|
252
252
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -261,47 +261,47 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
261
261
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
262
262
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
263
263
|
}, "strip", z.ZodTypeAny, {
|
|
264
|
-
__kind: "P2PKH";
|
|
265
264
|
value: `0x${string}`;
|
|
266
|
-
}, {
|
|
267
265
|
__kind: "P2PKH";
|
|
266
|
+
}, {
|
|
268
267
|
value: string;
|
|
268
|
+
__kind: "P2PKH";
|
|
269
269
|
}>, z.ZodObject<{
|
|
270
270
|
__kind: z.ZodLiteral<"P2SH">;
|
|
271
271
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
272
272
|
}, "strip", z.ZodTypeAny, {
|
|
273
|
-
__kind: "P2SH";
|
|
274
273
|
value: `0x${string}`;
|
|
275
|
-
}, {
|
|
276
274
|
__kind: "P2SH";
|
|
275
|
+
}, {
|
|
277
276
|
value: string;
|
|
277
|
+
__kind: "P2SH";
|
|
278
278
|
}>, z.ZodObject<{
|
|
279
279
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
280
280
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
281
281
|
}, "strip", z.ZodTypeAny, {
|
|
282
|
-
__kind: "P2WPKH";
|
|
283
282
|
value: `0x${string}`;
|
|
284
|
-
}, {
|
|
285
283
|
__kind: "P2WPKH";
|
|
284
|
+
}, {
|
|
286
285
|
value: string;
|
|
286
|
+
__kind: "P2WPKH";
|
|
287
287
|
}>, z.ZodObject<{
|
|
288
288
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
289
289
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
290
290
|
}, "strip", z.ZodTypeAny, {
|
|
291
|
-
__kind: "P2WSH";
|
|
292
291
|
value: `0x${string}`;
|
|
293
|
-
}, {
|
|
294
292
|
__kind: "P2WSH";
|
|
293
|
+
}, {
|
|
295
294
|
value: string;
|
|
295
|
+
__kind: "P2WSH";
|
|
296
296
|
}>, z.ZodObject<{
|
|
297
297
|
__kind: z.ZodLiteral<"Taproot">;
|
|
298
298
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
299
299
|
}, "strip", z.ZodTypeAny, {
|
|
300
|
-
__kind: "Taproot";
|
|
301
300
|
value: `0x${string}`;
|
|
302
|
-
}, {
|
|
303
301
|
__kind: "Taproot";
|
|
302
|
+
}, {
|
|
304
303
|
value: string;
|
|
304
|
+
__kind: "Taproot";
|
|
305
305
|
}>, z.ZodObject<{
|
|
306
306
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
307
307
|
version: z.ZodNumber;
|
|
@@ -387,7 +387,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
387
387
|
} | null | undefined;
|
|
388
388
|
}>;
|
|
389
389
|
}, "strip", z.ZodTypeAny, {
|
|
390
|
-
amount: bigint;
|
|
391
390
|
depositAddress: {
|
|
392
391
|
pubkeyX: `0x${string}`;
|
|
393
392
|
scriptPath?: {
|
|
@@ -399,12 +398,12 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
399
398
|
};
|
|
400
399
|
} | null | undefined;
|
|
401
400
|
};
|
|
401
|
+
amount: bigint;
|
|
402
402
|
id: {
|
|
403
403
|
txId: `0x${string}`;
|
|
404
404
|
vout: number;
|
|
405
405
|
};
|
|
406
406
|
}, {
|
|
407
|
-
amount: string | number;
|
|
408
407
|
depositAddress: {
|
|
409
408
|
pubkeyX: string;
|
|
410
409
|
scriptPath?: {
|
|
@@ -416,36 +415,36 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
416
415
|
};
|
|
417
416
|
} | null | undefined;
|
|
418
417
|
};
|
|
418
|
+
amount: string | number;
|
|
419
419
|
id: {
|
|
420
420
|
txId: string;
|
|
421
421
|
vout: number;
|
|
422
422
|
};
|
|
423
423
|
}>;
|
|
424
424
|
}, "strip", z.ZodTypeAny, {
|
|
425
|
-
asset: "Btc";
|
|
426
|
-
amount: bigint;
|
|
427
425
|
depositAddress: {
|
|
428
|
-
__kind: "P2PKH";
|
|
429
426
|
value: `0x${string}`;
|
|
427
|
+
__kind: "P2PKH";
|
|
430
428
|
} | {
|
|
431
|
-
__kind: "P2SH";
|
|
432
429
|
value: `0x${string}`;
|
|
430
|
+
__kind: "P2SH";
|
|
433
431
|
} | {
|
|
434
|
-
__kind: "P2WPKH";
|
|
435
432
|
value: `0x${string}`;
|
|
433
|
+
__kind: "P2WPKH";
|
|
436
434
|
} | {
|
|
437
|
-
__kind: "P2WSH";
|
|
438
435
|
value: `0x${string}`;
|
|
436
|
+
__kind: "P2WSH";
|
|
439
437
|
} | {
|
|
440
|
-
__kind: "Taproot";
|
|
441
438
|
value: `0x${string}`;
|
|
439
|
+
__kind: "Taproot";
|
|
442
440
|
} | {
|
|
443
441
|
__kind: "OtherSegwit";
|
|
444
442
|
version: number;
|
|
445
443
|
program: `0x${string}`;
|
|
446
444
|
};
|
|
445
|
+
asset: "Btc";
|
|
446
|
+
amount: bigint;
|
|
447
447
|
depositDetails: {
|
|
448
|
-
amount: bigint;
|
|
449
448
|
depositAddress: {
|
|
450
449
|
pubkeyX: `0x${string}`;
|
|
451
450
|
scriptPath?: {
|
|
@@ -457,38 +456,38 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
457
456
|
};
|
|
458
457
|
} | null | undefined;
|
|
459
458
|
};
|
|
459
|
+
amount: bigint;
|
|
460
460
|
id: {
|
|
461
461
|
txId: `0x${string}`;
|
|
462
462
|
vout: number;
|
|
463
463
|
};
|
|
464
464
|
};
|
|
465
465
|
}, {
|
|
466
|
-
asset: {
|
|
467
|
-
__kind: "Btc";
|
|
468
|
-
};
|
|
469
|
-
amount: string | number;
|
|
470
466
|
depositAddress: {
|
|
471
|
-
__kind: "P2PKH";
|
|
472
467
|
value: string;
|
|
468
|
+
__kind: "P2PKH";
|
|
473
469
|
} | {
|
|
474
|
-
__kind: "P2SH";
|
|
475
470
|
value: string;
|
|
471
|
+
__kind: "P2SH";
|
|
476
472
|
} | {
|
|
477
|
-
__kind: "P2WPKH";
|
|
478
473
|
value: string;
|
|
474
|
+
__kind: "P2WPKH";
|
|
479
475
|
} | {
|
|
480
|
-
__kind: "P2WSH";
|
|
481
476
|
value: string;
|
|
477
|
+
__kind: "P2WSH";
|
|
482
478
|
} | {
|
|
483
|
-
__kind: "Taproot";
|
|
484
479
|
value: string;
|
|
480
|
+
__kind: "Taproot";
|
|
485
481
|
} | {
|
|
486
482
|
__kind: "OtherSegwit";
|
|
487
483
|
version: number;
|
|
488
484
|
program: string;
|
|
489
485
|
};
|
|
486
|
+
asset: {
|
|
487
|
+
__kind: "Btc";
|
|
488
|
+
};
|
|
489
|
+
amount: string | number;
|
|
490
490
|
depositDetails: {
|
|
491
|
-
amount: string | number;
|
|
492
491
|
depositAddress: {
|
|
493
492
|
pubkeyX: string;
|
|
494
493
|
scriptPath?: {
|
|
@@ -500,6 +499,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
500
499
|
};
|
|
501
500
|
} | null | undefined;
|
|
502
501
|
};
|
|
502
|
+
amount: string | number;
|
|
503
503
|
id: {
|
|
504
504
|
txId: string;
|
|
505
505
|
vout: number;
|
|
@@ -509,30 +509,29 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
509
509
|
}, "strip", z.ZodTypeAny, {
|
|
510
510
|
__kind: "DepositFailedDepositChannelVariantBitcoin";
|
|
511
511
|
depositWitness: {
|
|
512
|
-
asset: "Btc";
|
|
513
|
-
amount: bigint;
|
|
514
512
|
depositAddress: {
|
|
515
|
-
__kind: "P2PKH";
|
|
516
513
|
value: `0x${string}`;
|
|
514
|
+
__kind: "P2PKH";
|
|
517
515
|
} | {
|
|
518
|
-
__kind: "P2SH";
|
|
519
516
|
value: `0x${string}`;
|
|
517
|
+
__kind: "P2SH";
|
|
520
518
|
} | {
|
|
521
|
-
__kind: "P2WPKH";
|
|
522
519
|
value: `0x${string}`;
|
|
520
|
+
__kind: "P2WPKH";
|
|
523
521
|
} | {
|
|
524
|
-
__kind: "P2WSH";
|
|
525
522
|
value: `0x${string}`;
|
|
523
|
+
__kind: "P2WSH";
|
|
526
524
|
} | {
|
|
527
|
-
__kind: "Taproot";
|
|
528
525
|
value: `0x${string}`;
|
|
526
|
+
__kind: "Taproot";
|
|
529
527
|
} | {
|
|
530
528
|
__kind: "OtherSegwit";
|
|
531
529
|
version: number;
|
|
532
530
|
program: `0x${string}`;
|
|
533
531
|
};
|
|
532
|
+
asset: "Btc";
|
|
533
|
+
amount: bigint;
|
|
534
534
|
depositDetails: {
|
|
535
|
-
amount: bigint;
|
|
536
535
|
depositAddress: {
|
|
537
536
|
pubkeyX: `0x${string}`;
|
|
538
537
|
scriptPath?: {
|
|
@@ -544,6 +543,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
544
543
|
};
|
|
545
544
|
} | null | undefined;
|
|
546
545
|
};
|
|
546
|
+
amount: bigint;
|
|
547
547
|
id: {
|
|
548
548
|
txId: `0x${string}`;
|
|
549
549
|
vout: number;
|
|
@@ -553,32 +553,31 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
553
553
|
}, {
|
|
554
554
|
__kind: "DepositFailedDepositChannelVariantBitcoin";
|
|
555
555
|
depositWitness: {
|
|
556
|
-
asset: {
|
|
557
|
-
__kind: "Btc";
|
|
558
|
-
};
|
|
559
|
-
amount: string | number;
|
|
560
556
|
depositAddress: {
|
|
561
|
-
__kind: "P2PKH";
|
|
562
557
|
value: string;
|
|
558
|
+
__kind: "P2PKH";
|
|
563
559
|
} | {
|
|
564
|
-
__kind: "P2SH";
|
|
565
560
|
value: string;
|
|
561
|
+
__kind: "P2SH";
|
|
566
562
|
} | {
|
|
567
|
-
__kind: "P2WPKH";
|
|
568
563
|
value: string;
|
|
564
|
+
__kind: "P2WPKH";
|
|
569
565
|
} | {
|
|
570
|
-
__kind: "P2WSH";
|
|
571
566
|
value: string;
|
|
567
|
+
__kind: "P2WSH";
|
|
572
568
|
} | {
|
|
573
|
-
__kind: "Taproot";
|
|
574
569
|
value: string;
|
|
570
|
+
__kind: "Taproot";
|
|
575
571
|
} | {
|
|
576
572
|
__kind: "OtherSegwit";
|
|
577
573
|
version: number;
|
|
578
574
|
program: string;
|
|
579
575
|
};
|
|
576
|
+
asset: {
|
|
577
|
+
__kind: "Btc";
|
|
578
|
+
};
|
|
579
|
+
amount: string | number;
|
|
580
580
|
depositDetails: {
|
|
581
|
-
amount: string | number;
|
|
582
581
|
depositAddress: {
|
|
583
582
|
pubkeyX: string;
|
|
584
583
|
scriptPath?: {
|
|
@@ -590,6 +589,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
590
589
|
};
|
|
591
590
|
} | null | undefined;
|
|
592
591
|
};
|
|
592
|
+
amount: string | number;
|
|
593
593
|
id: {
|
|
594
594
|
txId: string;
|
|
595
595
|
vout: number;
|
|
@@ -612,47 +612,47 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
612
612
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
613
613
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
614
614
|
}, "strip", z.ZodTypeAny, {
|
|
615
|
-
__kind: "P2PKH";
|
|
616
615
|
value: `0x${string}`;
|
|
617
|
-
}, {
|
|
618
616
|
__kind: "P2PKH";
|
|
617
|
+
}, {
|
|
619
618
|
value: string;
|
|
619
|
+
__kind: "P2PKH";
|
|
620
620
|
}>, z.ZodObject<{
|
|
621
621
|
__kind: z.ZodLiteral<"P2SH">;
|
|
622
622
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
623
623
|
}, "strip", z.ZodTypeAny, {
|
|
624
|
-
__kind: "P2SH";
|
|
625
624
|
value: `0x${string}`;
|
|
626
|
-
}, {
|
|
627
625
|
__kind: "P2SH";
|
|
626
|
+
}, {
|
|
628
627
|
value: string;
|
|
628
|
+
__kind: "P2SH";
|
|
629
629
|
}>, z.ZodObject<{
|
|
630
630
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
631
631
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
632
632
|
}, "strip", z.ZodTypeAny, {
|
|
633
|
-
__kind: "P2WPKH";
|
|
634
633
|
value: `0x${string}`;
|
|
635
|
-
}, {
|
|
636
634
|
__kind: "P2WPKH";
|
|
635
|
+
}, {
|
|
637
636
|
value: string;
|
|
637
|
+
__kind: "P2WPKH";
|
|
638
638
|
}>, z.ZodObject<{
|
|
639
639
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
640
640
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
641
641
|
}, "strip", z.ZodTypeAny, {
|
|
642
|
-
__kind: "P2WSH";
|
|
643
642
|
value: `0x${string}`;
|
|
644
|
-
}, {
|
|
645
643
|
__kind: "P2WSH";
|
|
644
|
+
}, {
|
|
646
645
|
value: string;
|
|
646
|
+
__kind: "P2WSH";
|
|
647
647
|
}>, z.ZodObject<{
|
|
648
648
|
__kind: z.ZodLiteral<"Taproot">;
|
|
649
649
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
650
650
|
}, "strip", z.ZodTypeAny, {
|
|
651
|
-
__kind: "Taproot";
|
|
652
651
|
value: `0x${string}`;
|
|
653
|
-
}, {
|
|
654
652
|
__kind: "Taproot";
|
|
653
|
+
}, {
|
|
655
654
|
value: string;
|
|
655
|
+
__kind: "Taproot";
|
|
656
656
|
}>, z.ZodObject<{
|
|
657
657
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
658
658
|
version: z.ZodNumber;
|
|
@@ -730,7 +730,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
730
730
|
} | null | undefined;
|
|
731
731
|
}>;
|
|
732
732
|
}, "strip", z.ZodTypeAny, {
|
|
733
|
-
amount: bigint;
|
|
734
733
|
depositAddress: {
|
|
735
734
|
pubkeyX: `0x${string}`;
|
|
736
735
|
scriptPath?: {
|
|
@@ -742,12 +741,12 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
742
741
|
};
|
|
743
742
|
} | null | undefined;
|
|
744
743
|
};
|
|
744
|
+
amount: bigint;
|
|
745
745
|
id: {
|
|
746
746
|
txId: `0x${string}`;
|
|
747
747
|
vout: number;
|
|
748
748
|
};
|
|
749
749
|
}, {
|
|
750
|
-
amount: string | number;
|
|
751
750
|
depositAddress: {
|
|
752
751
|
pubkeyX: string;
|
|
753
752
|
scriptPath?: {
|
|
@@ -759,6 +758,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
759
758
|
};
|
|
760
759
|
} | null | undefined;
|
|
761
760
|
};
|
|
761
|
+
amount: string | number;
|
|
762
762
|
id: {
|
|
763
763
|
txId: string;
|
|
764
764
|
vout: number;
|
|
@@ -767,21 +767,21 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
767
767
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
768
768
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
|
|
769
769
|
}, "strip", z.ZodTypeAny, {
|
|
770
|
-
__kind: "Eth" | "Flip" | "Usdc" | "
|
|
770
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
|
|
771
771
|
}, {
|
|
772
|
-
__kind: "Eth" | "Flip" | "Usdc" | "
|
|
773
|
-
}>, "Eth" | "Flip" | "Usdc" | "
|
|
774
|
-
__kind: "Eth" | "Flip" | "Usdc" | "
|
|
772
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
|
|
773
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt", {
|
|
774
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
|
|
775
775
|
}>;
|
|
776
776
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
777
777
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
778
778
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
779
779
|
}, "strip", z.ZodTypeAny, {
|
|
780
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
781
780
|
value: `0x${string}`;
|
|
782
|
-
}, {
|
|
783
781
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
782
|
+
}, {
|
|
784
783
|
value: string;
|
|
784
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
785
785
|
}>, {
|
|
786
786
|
readonly chain: "Ethereum";
|
|
787
787
|
readonly address: `0x${string}`;
|
|
@@ -801,8 +801,8 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
801
801
|
readonly chain: "Assethub";
|
|
802
802
|
readonly address: string;
|
|
803
803
|
}, {
|
|
804
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
805
804
|
value: string;
|
|
805
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
806
806
|
}>;
|
|
807
807
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
808
808
|
channelMetadata: z.ZodObject<{
|
|
@@ -831,67 +831,67 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
831
831
|
__kind: z.ZodLiteral<"Eth">;
|
|
832
832
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
833
833
|
}, "strip", z.ZodTypeAny, {
|
|
834
|
-
__kind: "Eth";
|
|
835
834
|
value: `0x${string}`;
|
|
836
|
-
}, {
|
|
837
835
|
__kind: "Eth";
|
|
836
|
+
}, {
|
|
838
837
|
value: string;
|
|
838
|
+
__kind: "Eth";
|
|
839
839
|
}>, z.ZodObject<{
|
|
840
840
|
__kind: z.ZodLiteral<"Dot">;
|
|
841
841
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
842
842
|
}, "strip", z.ZodTypeAny, {
|
|
843
|
-
__kind: "Dot";
|
|
844
843
|
value: `0x${string}`;
|
|
845
|
-
}, {
|
|
846
844
|
__kind: "Dot";
|
|
845
|
+
}, {
|
|
847
846
|
value: string;
|
|
847
|
+
__kind: "Dot";
|
|
848
848
|
}>, z.ZodObject<{
|
|
849
849
|
__kind: z.ZodLiteral<"Btc">;
|
|
850
850
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
851
851
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
852
852
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
853
853
|
}, "strip", z.ZodTypeAny, {
|
|
854
|
-
__kind: "P2PKH";
|
|
855
854
|
value: `0x${string}`;
|
|
856
|
-
}, {
|
|
857
855
|
__kind: "P2PKH";
|
|
856
|
+
}, {
|
|
858
857
|
value: string;
|
|
858
|
+
__kind: "P2PKH";
|
|
859
859
|
}>, z.ZodObject<{
|
|
860
860
|
__kind: z.ZodLiteral<"P2SH">;
|
|
861
861
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
862
862
|
}, "strip", z.ZodTypeAny, {
|
|
863
|
-
__kind: "P2SH";
|
|
864
863
|
value: `0x${string}`;
|
|
865
|
-
}, {
|
|
866
864
|
__kind: "P2SH";
|
|
865
|
+
}, {
|
|
867
866
|
value: string;
|
|
867
|
+
__kind: "P2SH";
|
|
868
868
|
}>, z.ZodObject<{
|
|
869
869
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
870
870
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
871
871
|
}, "strip", z.ZodTypeAny, {
|
|
872
|
-
__kind: "P2WPKH";
|
|
873
872
|
value: `0x${string}`;
|
|
874
|
-
}, {
|
|
875
873
|
__kind: "P2WPKH";
|
|
874
|
+
}, {
|
|
876
875
|
value: string;
|
|
876
|
+
__kind: "P2WPKH";
|
|
877
877
|
}>, z.ZodObject<{
|
|
878
878
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
879
879
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
880
880
|
}, "strip", z.ZodTypeAny, {
|
|
881
|
-
__kind: "P2WSH";
|
|
882
881
|
value: `0x${string}`;
|
|
883
|
-
}, {
|
|
884
882
|
__kind: "P2WSH";
|
|
883
|
+
}, {
|
|
885
884
|
value: string;
|
|
885
|
+
__kind: "P2WSH";
|
|
886
886
|
}>, z.ZodObject<{
|
|
887
887
|
__kind: z.ZodLiteral<"Taproot">;
|
|
888
888
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
889
889
|
}, "strip", z.ZodTypeAny, {
|
|
890
|
-
__kind: "Taproot";
|
|
891
890
|
value: `0x${string}`;
|
|
892
|
-
}, {
|
|
893
891
|
__kind: "Taproot";
|
|
892
|
+
}, {
|
|
894
893
|
value: string;
|
|
894
|
+
__kind: "Taproot";
|
|
895
895
|
}>, z.ZodObject<{
|
|
896
896
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
897
897
|
version: z.ZodNumber;
|
|
@@ -906,76 +906,76 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
906
906
|
program: string;
|
|
907
907
|
}>]>;
|
|
908
908
|
}, "strip", z.ZodTypeAny, {
|
|
909
|
-
__kind: "Btc";
|
|
910
909
|
value: {
|
|
911
|
-
__kind: "P2PKH";
|
|
912
910
|
value: `0x${string}`;
|
|
911
|
+
__kind: "P2PKH";
|
|
913
912
|
} | {
|
|
914
|
-
__kind: "P2SH";
|
|
915
913
|
value: `0x${string}`;
|
|
914
|
+
__kind: "P2SH";
|
|
916
915
|
} | {
|
|
917
|
-
__kind: "P2WPKH";
|
|
918
916
|
value: `0x${string}`;
|
|
917
|
+
__kind: "P2WPKH";
|
|
919
918
|
} | {
|
|
920
|
-
__kind: "P2WSH";
|
|
921
919
|
value: `0x${string}`;
|
|
920
|
+
__kind: "P2WSH";
|
|
922
921
|
} | {
|
|
923
|
-
__kind: "Taproot";
|
|
924
922
|
value: `0x${string}`;
|
|
923
|
+
__kind: "Taproot";
|
|
925
924
|
} | {
|
|
926
925
|
__kind: "OtherSegwit";
|
|
927
926
|
version: number;
|
|
928
927
|
program: `0x${string}`;
|
|
929
928
|
};
|
|
930
|
-
}, {
|
|
931
929
|
__kind: "Btc";
|
|
930
|
+
}, {
|
|
932
931
|
value: {
|
|
933
|
-
__kind: "P2PKH";
|
|
934
932
|
value: string;
|
|
933
|
+
__kind: "P2PKH";
|
|
935
934
|
} | {
|
|
936
|
-
__kind: "P2SH";
|
|
937
935
|
value: string;
|
|
936
|
+
__kind: "P2SH";
|
|
938
937
|
} | {
|
|
939
|
-
__kind: "P2WPKH";
|
|
940
938
|
value: string;
|
|
939
|
+
__kind: "P2WPKH";
|
|
941
940
|
} | {
|
|
942
|
-
__kind: "P2WSH";
|
|
943
941
|
value: string;
|
|
942
|
+
__kind: "P2WSH";
|
|
944
943
|
} | {
|
|
945
|
-
__kind: "Taproot";
|
|
946
944
|
value: string;
|
|
945
|
+
__kind: "Taproot";
|
|
947
946
|
} | {
|
|
948
947
|
__kind: "OtherSegwit";
|
|
949
948
|
version: number;
|
|
950
949
|
program: string;
|
|
951
950
|
};
|
|
951
|
+
__kind: "Btc";
|
|
952
952
|
}>, z.ZodObject<{
|
|
953
953
|
__kind: z.ZodLiteral<"Arb">;
|
|
954
954
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
955
955
|
}, "strip", z.ZodTypeAny, {
|
|
956
|
-
__kind: "Arb";
|
|
957
956
|
value: `0x${string}`;
|
|
958
|
-
}, {
|
|
959
957
|
__kind: "Arb";
|
|
958
|
+
}, {
|
|
960
959
|
value: string;
|
|
960
|
+
__kind: "Arb";
|
|
961
961
|
}>, z.ZodObject<{
|
|
962
962
|
__kind: z.ZodLiteral<"Sol">;
|
|
963
963
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
964
964
|
}, "strip", z.ZodTypeAny, {
|
|
965
|
-
__kind: "Sol";
|
|
966
965
|
value: `0x${string}`;
|
|
967
|
-
}, {
|
|
968
966
|
__kind: "Sol";
|
|
967
|
+
}, {
|
|
969
968
|
value: string;
|
|
969
|
+
__kind: "Sol";
|
|
970
970
|
}>, z.ZodObject<{
|
|
971
971
|
__kind: z.ZodLiteral<"Hub">;
|
|
972
972
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
973
973
|
}, "strip", z.ZodTypeAny, {
|
|
974
|
-
__kind: "Hub";
|
|
975
974
|
value: `0x${string}`;
|
|
976
|
-
}, {
|
|
977
975
|
__kind: "Hub";
|
|
976
|
+
}, {
|
|
978
977
|
value: string;
|
|
978
|
+
__kind: "Hub";
|
|
979
979
|
}>]>>>;
|
|
980
980
|
}, "strip", z.ZodTypeAny, {
|
|
981
981
|
channelMetadata: {
|
|
@@ -985,42 +985,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
985
985
|
};
|
|
986
986
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
987
987
|
sourceAddress?: {
|
|
988
|
-
__kind: "Eth";
|
|
989
988
|
value: `0x${string}`;
|
|
989
|
+
__kind: "Eth";
|
|
990
990
|
} | {
|
|
991
|
-
__kind: "Dot";
|
|
992
991
|
value: `0x${string}`;
|
|
992
|
+
__kind: "Dot";
|
|
993
993
|
} | {
|
|
994
|
-
__kind: "Btc";
|
|
995
994
|
value: {
|
|
996
|
-
__kind: "P2PKH";
|
|
997
995
|
value: `0x${string}`;
|
|
996
|
+
__kind: "P2PKH";
|
|
998
997
|
} | {
|
|
999
|
-
__kind: "P2SH";
|
|
1000
998
|
value: `0x${string}`;
|
|
999
|
+
__kind: "P2SH";
|
|
1001
1000
|
} | {
|
|
1002
|
-
__kind: "P2WPKH";
|
|
1003
1001
|
value: `0x${string}`;
|
|
1002
|
+
__kind: "P2WPKH";
|
|
1004
1003
|
} | {
|
|
1005
|
-
__kind: "P2WSH";
|
|
1006
1004
|
value: `0x${string}`;
|
|
1005
|
+
__kind: "P2WSH";
|
|
1007
1006
|
} | {
|
|
1008
|
-
__kind: "Taproot";
|
|
1009
1007
|
value: `0x${string}`;
|
|
1008
|
+
__kind: "Taproot";
|
|
1010
1009
|
} | {
|
|
1011
1010
|
__kind: "OtherSegwit";
|
|
1012
1011
|
version: number;
|
|
1013
1012
|
program: `0x${string}`;
|
|
1014
1013
|
};
|
|
1014
|
+
__kind: "Btc";
|
|
1015
1015
|
} | {
|
|
1016
|
-
__kind: "Arb";
|
|
1017
1016
|
value: `0x${string}`;
|
|
1017
|
+
__kind: "Arb";
|
|
1018
1018
|
} | {
|
|
1019
|
-
__kind: "Sol";
|
|
1020
1019
|
value: `0x${string}`;
|
|
1020
|
+
__kind: "Sol";
|
|
1021
1021
|
} | {
|
|
1022
|
-
__kind: "Hub";
|
|
1023
1022
|
value: `0x${string}`;
|
|
1023
|
+
__kind: "Hub";
|
|
1024
1024
|
} | null | undefined;
|
|
1025
1025
|
}, {
|
|
1026
1026
|
channelMetadata: {
|
|
@@ -1032,42 +1032,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1032
1032
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1033
1033
|
};
|
|
1034
1034
|
sourceAddress?: {
|
|
1035
|
-
__kind: "Eth";
|
|
1036
1035
|
value: string;
|
|
1036
|
+
__kind: "Eth";
|
|
1037
1037
|
} | {
|
|
1038
|
-
__kind: "Dot";
|
|
1039
1038
|
value: string;
|
|
1039
|
+
__kind: "Dot";
|
|
1040
1040
|
} | {
|
|
1041
|
-
__kind: "Btc";
|
|
1042
1041
|
value: {
|
|
1043
|
-
__kind: "P2PKH";
|
|
1044
1042
|
value: string;
|
|
1043
|
+
__kind: "P2PKH";
|
|
1045
1044
|
} | {
|
|
1046
|
-
__kind: "P2SH";
|
|
1047
1045
|
value: string;
|
|
1046
|
+
__kind: "P2SH";
|
|
1048
1047
|
} | {
|
|
1049
|
-
__kind: "P2WPKH";
|
|
1050
1048
|
value: string;
|
|
1049
|
+
__kind: "P2WPKH";
|
|
1051
1050
|
} | {
|
|
1052
|
-
__kind: "P2WSH";
|
|
1053
1051
|
value: string;
|
|
1052
|
+
__kind: "P2WSH";
|
|
1054
1053
|
} | {
|
|
1055
|
-
__kind: "Taproot";
|
|
1056
1054
|
value: string;
|
|
1055
|
+
__kind: "Taproot";
|
|
1057
1056
|
} | {
|
|
1058
1057
|
__kind: "OtherSegwit";
|
|
1059
1058
|
version: number;
|
|
1060
1059
|
program: string;
|
|
1061
1060
|
};
|
|
1061
|
+
__kind: "Btc";
|
|
1062
1062
|
} | {
|
|
1063
|
-
__kind: "Arb";
|
|
1064
1063
|
value: string;
|
|
1064
|
+
__kind: "Arb";
|
|
1065
1065
|
} | {
|
|
1066
|
-
__kind: "Sol";
|
|
1067
1066
|
value: string;
|
|
1067
|
+
__kind: "Sol";
|
|
1068
1068
|
} | {
|
|
1069
|
-
__kind: "Hub";
|
|
1070
1069
|
value: string;
|
|
1070
|
+
__kind: "Hub";
|
|
1071
1071
|
} | null | undefined;
|
|
1072
1072
|
}>>>;
|
|
1073
1073
|
txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -1097,47 +1097,47 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1097
1097
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1098
1098
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1099
1099
|
}, "strip", z.ZodTypeAny, {
|
|
1100
|
-
__kind: "P2PKH";
|
|
1101
1100
|
value: `0x${string}`;
|
|
1102
|
-
}, {
|
|
1103
1101
|
__kind: "P2PKH";
|
|
1102
|
+
}, {
|
|
1104
1103
|
value: string;
|
|
1104
|
+
__kind: "P2PKH";
|
|
1105
1105
|
}>, z.ZodObject<{
|
|
1106
1106
|
__kind: z.ZodLiteral<"P2SH">;
|
|
1107
1107
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1108
1108
|
}, "strip", z.ZodTypeAny, {
|
|
1109
|
-
__kind: "P2SH";
|
|
1110
1109
|
value: `0x${string}`;
|
|
1111
|
-
}, {
|
|
1112
1110
|
__kind: "P2SH";
|
|
1111
|
+
}, {
|
|
1113
1112
|
value: string;
|
|
1113
|
+
__kind: "P2SH";
|
|
1114
1114
|
}>, z.ZodObject<{
|
|
1115
1115
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1116
1116
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1117
1117
|
}, "strip", z.ZodTypeAny, {
|
|
1118
|
-
__kind: "P2WPKH";
|
|
1119
1118
|
value: `0x${string}`;
|
|
1120
|
-
}, {
|
|
1121
1119
|
__kind: "P2WPKH";
|
|
1120
|
+
}, {
|
|
1122
1121
|
value: string;
|
|
1122
|
+
__kind: "P2WPKH";
|
|
1123
1123
|
}>, z.ZodObject<{
|
|
1124
1124
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
1125
1125
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1126
1126
|
}, "strip", z.ZodTypeAny, {
|
|
1127
|
-
__kind: "P2WSH";
|
|
1128
1127
|
value: `0x${string}`;
|
|
1129
|
-
}, {
|
|
1130
1128
|
__kind: "P2WSH";
|
|
1129
|
+
}, {
|
|
1131
1130
|
value: string;
|
|
1131
|
+
__kind: "P2WSH";
|
|
1132
1132
|
}>, z.ZodObject<{
|
|
1133
1133
|
__kind: z.ZodLiteral<"Taproot">;
|
|
1134
1134
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1135
1135
|
}, "strip", z.ZodTypeAny, {
|
|
1136
|
-
__kind: "Taproot";
|
|
1137
1136
|
value: `0x${string}`;
|
|
1138
|
-
}, {
|
|
1139
1137
|
__kind: "Taproot";
|
|
1138
|
+
}, {
|
|
1140
1139
|
value: string;
|
|
1140
|
+
__kind: "Taproot";
|
|
1141
1141
|
}>, z.ZodObject<{
|
|
1142
1142
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1143
1143
|
version: z.ZodNumber;
|
|
@@ -1169,20 +1169,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1169
1169
|
}, "strip", z.ZodTypeAny, {
|
|
1170
1170
|
retryDuration: number;
|
|
1171
1171
|
refundAddress: {
|
|
1172
|
-
__kind: "P2PKH";
|
|
1173
1172
|
value: `0x${string}`;
|
|
1173
|
+
__kind: "P2PKH";
|
|
1174
1174
|
} | {
|
|
1175
|
-
__kind: "P2SH";
|
|
1176
1175
|
value: `0x${string}`;
|
|
1176
|
+
__kind: "P2SH";
|
|
1177
1177
|
} | {
|
|
1178
|
-
__kind: "P2WPKH";
|
|
1179
1178
|
value: `0x${string}`;
|
|
1179
|
+
__kind: "P2WPKH";
|
|
1180
1180
|
} | {
|
|
1181
|
-
__kind: "P2WSH";
|
|
1182
1181
|
value: `0x${string}`;
|
|
1182
|
+
__kind: "P2WSH";
|
|
1183
1183
|
} | {
|
|
1184
|
-
__kind: "Taproot";
|
|
1185
1184
|
value: `0x${string}`;
|
|
1185
|
+
__kind: "Taproot";
|
|
1186
1186
|
} | {
|
|
1187
1187
|
__kind: "OtherSegwit";
|
|
1188
1188
|
version: number;
|
|
@@ -1198,20 +1198,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1198
1198
|
}, {
|
|
1199
1199
|
retryDuration: number;
|
|
1200
1200
|
refundAddress: {
|
|
1201
|
-
__kind: "P2PKH";
|
|
1202
1201
|
value: string;
|
|
1202
|
+
__kind: "P2PKH";
|
|
1203
1203
|
} | {
|
|
1204
|
-
__kind: "P2SH";
|
|
1205
1204
|
value: string;
|
|
1205
|
+
__kind: "P2SH";
|
|
1206
1206
|
} | {
|
|
1207
|
-
__kind: "P2WPKH";
|
|
1208
1207
|
value: string;
|
|
1208
|
+
__kind: "P2WPKH";
|
|
1209
1209
|
} | {
|
|
1210
|
-
__kind: "P2WSH";
|
|
1211
1210
|
value: string;
|
|
1211
|
+
__kind: "P2WSH";
|
|
1212
1212
|
} | {
|
|
1213
|
-
__kind: "Taproot";
|
|
1214
1213
|
value: string;
|
|
1214
|
+
__kind: "Taproot";
|
|
1215
1215
|
} | {
|
|
1216
1216
|
__kind: "OtherSegwit";
|
|
1217
1217
|
version: number;
|
|
@@ -1237,28 +1237,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1237
1237
|
}>>>;
|
|
1238
1238
|
boostFee: z.ZodNumber;
|
|
1239
1239
|
}, "strip", z.ZodTypeAny, {
|
|
1240
|
-
destinationAddress: {
|
|
1241
|
-
readonly chain: "Ethereum";
|
|
1242
|
-
readonly address: `0x${string}`;
|
|
1243
|
-
} | {
|
|
1244
|
-
readonly chain: "Polkadot";
|
|
1245
|
-
readonly address: string;
|
|
1246
|
-
} | {
|
|
1247
|
-
readonly chain: "Bitcoin";
|
|
1248
|
-
readonly address: string;
|
|
1249
|
-
} | {
|
|
1250
|
-
readonly chain: "Arbitrum";
|
|
1251
|
-
readonly address: `0x${string}`;
|
|
1252
|
-
} | {
|
|
1253
|
-
readonly chain: "Solana";
|
|
1254
|
-
readonly address: string;
|
|
1255
|
-
} | {
|
|
1256
|
-
readonly chain: "Assethub";
|
|
1257
|
-
readonly address: string;
|
|
1258
|
-
};
|
|
1259
|
-
txId: `0x${string}`;
|
|
1260
1240
|
depositDetails: {
|
|
1261
|
-
amount: bigint;
|
|
1262
1241
|
depositAddress: {
|
|
1263
1242
|
pubkeyX: `0x${string}`;
|
|
1264
1243
|
scriptPath?: {
|
|
@@ -1270,14 +1249,35 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1270
1249
|
};
|
|
1271
1250
|
} | null | undefined;
|
|
1272
1251
|
};
|
|
1252
|
+
amount: bigint;
|
|
1273
1253
|
id: {
|
|
1274
1254
|
txId: `0x${string}`;
|
|
1275
1255
|
vout: number;
|
|
1276
1256
|
};
|
|
1277
1257
|
};
|
|
1258
|
+
txId: `0x${string}`;
|
|
1278
1259
|
inputAsset: "Btc";
|
|
1279
1260
|
depositAmount: bigint;
|
|
1280
|
-
outputAsset: "Eth" | "Flip" | "Usdc" | "
|
|
1261
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
|
|
1262
|
+
destinationAddress: {
|
|
1263
|
+
readonly chain: "Ethereum";
|
|
1264
|
+
readonly address: `0x${string}`;
|
|
1265
|
+
} | {
|
|
1266
|
+
readonly chain: "Polkadot";
|
|
1267
|
+
readonly address: string;
|
|
1268
|
+
} | {
|
|
1269
|
+
readonly chain: "Bitcoin";
|
|
1270
|
+
readonly address: string;
|
|
1271
|
+
} | {
|
|
1272
|
+
readonly chain: "Arbitrum";
|
|
1273
|
+
readonly address: `0x${string}`;
|
|
1274
|
+
} | {
|
|
1275
|
+
readonly chain: "Solana";
|
|
1276
|
+
readonly address: string;
|
|
1277
|
+
} | {
|
|
1278
|
+
readonly chain: "Assethub";
|
|
1279
|
+
readonly address: string;
|
|
1280
|
+
};
|
|
1281
1281
|
affiliateFees: {
|
|
1282
1282
|
account: number;
|
|
1283
1283
|
bps: number;
|
|
@@ -1285,20 +1285,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1285
1285
|
refundParams: {
|
|
1286
1286
|
retryDuration: number;
|
|
1287
1287
|
refundAddress: {
|
|
1288
|
-
__kind: "P2PKH";
|
|
1289
1288
|
value: `0x${string}`;
|
|
1289
|
+
__kind: "P2PKH";
|
|
1290
1290
|
} | {
|
|
1291
|
-
__kind: "P2SH";
|
|
1292
1291
|
value: `0x${string}`;
|
|
1292
|
+
__kind: "P2SH";
|
|
1293
1293
|
} | {
|
|
1294
|
-
__kind: "P2WPKH";
|
|
1295
1294
|
value: `0x${string}`;
|
|
1295
|
+
__kind: "P2WPKH";
|
|
1296
1296
|
} | {
|
|
1297
|
-
__kind: "P2WSH";
|
|
1298
1297
|
value: `0x${string}`;
|
|
1298
|
+
__kind: "P2WSH";
|
|
1299
1299
|
} | {
|
|
1300
|
-
__kind: "Taproot";
|
|
1301
1300
|
value: `0x${string}`;
|
|
1301
|
+
__kind: "Taproot";
|
|
1302
1302
|
} | {
|
|
1303
1303
|
__kind: "OtherSegwit";
|
|
1304
1304
|
version: number;
|
|
@@ -1313,27 +1313,27 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1313
1313
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
1314
1314
|
};
|
|
1315
1315
|
boostFee: number;
|
|
1316
|
-
channelId?: bigint | null | undefined;
|
|
1317
1316
|
depositAddress?: {
|
|
1318
|
-
__kind: "P2PKH";
|
|
1319
1317
|
value: `0x${string}`;
|
|
1318
|
+
__kind: "P2PKH";
|
|
1320
1319
|
} | {
|
|
1321
|
-
__kind: "P2SH";
|
|
1322
1320
|
value: `0x${string}`;
|
|
1321
|
+
__kind: "P2SH";
|
|
1323
1322
|
} | {
|
|
1324
|
-
__kind: "P2WPKH";
|
|
1325
1323
|
value: `0x${string}`;
|
|
1324
|
+
__kind: "P2WPKH";
|
|
1326
1325
|
} | {
|
|
1327
|
-
__kind: "P2WSH";
|
|
1328
1326
|
value: `0x${string}`;
|
|
1327
|
+
__kind: "P2WSH";
|
|
1329
1328
|
} | {
|
|
1330
|
-
__kind: "Taproot";
|
|
1331
1329
|
value: `0x${string}`;
|
|
1330
|
+
__kind: "Taproot";
|
|
1332
1331
|
} | {
|
|
1333
1332
|
__kind: "OtherSegwit";
|
|
1334
1333
|
version: number;
|
|
1335
1334
|
program: `0x${string}`;
|
|
1336
1335
|
} | null | undefined;
|
|
1336
|
+
channelId?: bigint | null | undefined;
|
|
1337
1337
|
depositMetadata?: {
|
|
1338
1338
|
channelMetadata: {
|
|
1339
1339
|
message: `0x${string}`;
|
|
@@ -1342,42 +1342,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1342
1342
|
};
|
|
1343
1343
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1344
1344
|
sourceAddress?: {
|
|
1345
|
-
__kind: "Eth";
|
|
1346
1345
|
value: `0x${string}`;
|
|
1346
|
+
__kind: "Eth";
|
|
1347
1347
|
} | {
|
|
1348
|
-
__kind: "Dot";
|
|
1349
1348
|
value: `0x${string}`;
|
|
1349
|
+
__kind: "Dot";
|
|
1350
1350
|
} | {
|
|
1351
|
-
__kind: "Btc";
|
|
1352
1351
|
value: {
|
|
1353
|
-
__kind: "P2PKH";
|
|
1354
1352
|
value: `0x${string}`;
|
|
1353
|
+
__kind: "P2PKH";
|
|
1355
1354
|
} | {
|
|
1356
|
-
__kind: "P2SH";
|
|
1357
1355
|
value: `0x${string}`;
|
|
1356
|
+
__kind: "P2SH";
|
|
1358
1357
|
} | {
|
|
1359
|
-
__kind: "P2WPKH";
|
|
1360
1358
|
value: `0x${string}`;
|
|
1359
|
+
__kind: "P2WPKH";
|
|
1361
1360
|
} | {
|
|
1362
|
-
__kind: "P2WSH";
|
|
1363
1361
|
value: `0x${string}`;
|
|
1362
|
+
__kind: "P2WSH";
|
|
1364
1363
|
} | {
|
|
1365
|
-
__kind: "Taproot";
|
|
1366
1364
|
value: `0x${string}`;
|
|
1365
|
+
__kind: "Taproot";
|
|
1367
1366
|
} | {
|
|
1368
1367
|
__kind: "OtherSegwit";
|
|
1369
1368
|
version: number;
|
|
1370
1369
|
program: `0x${string}`;
|
|
1371
1370
|
};
|
|
1371
|
+
__kind: "Btc";
|
|
1372
1372
|
} | {
|
|
1373
|
-
__kind: "Arb";
|
|
1374
1373
|
value: `0x${string}`;
|
|
1374
|
+
__kind: "Arb";
|
|
1375
1375
|
} | {
|
|
1376
|
-
__kind: "Sol";
|
|
1377
1376
|
value: `0x${string}`;
|
|
1377
|
+
__kind: "Sol";
|
|
1378
1378
|
} | {
|
|
1379
|
-
__kind: "Hub";
|
|
1380
1379
|
value: `0x${string}`;
|
|
1380
|
+
__kind: "Hub";
|
|
1381
1381
|
} | null | undefined;
|
|
1382
1382
|
} | null | undefined;
|
|
1383
1383
|
brokerFee?: {
|
|
@@ -1389,13 +1389,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1389
1389
|
chunkInterval: number;
|
|
1390
1390
|
} | null | undefined;
|
|
1391
1391
|
}, {
|
|
1392
|
-
destinationAddress: {
|
|
1393
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1394
|
-
value: string;
|
|
1395
|
-
};
|
|
1396
|
-
txId: string;
|
|
1397
1392
|
depositDetails: {
|
|
1398
|
-
amount: string | number;
|
|
1399
1393
|
depositAddress: {
|
|
1400
1394
|
pubkeyX: string;
|
|
1401
1395
|
scriptPath?: {
|
|
@@ -1407,17 +1401,23 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1407
1401
|
};
|
|
1408
1402
|
} | null | undefined;
|
|
1409
1403
|
};
|
|
1404
|
+
amount: string | number;
|
|
1410
1405
|
id: {
|
|
1411
1406
|
txId: string;
|
|
1412
1407
|
vout: number;
|
|
1413
1408
|
};
|
|
1414
1409
|
};
|
|
1410
|
+
txId: string;
|
|
1415
1411
|
inputAsset: {
|
|
1416
1412
|
__kind: "Btc";
|
|
1417
1413
|
};
|
|
1418
1414
|
depositAmount: string | number;
|
|
1419
1415
|
outputAsset: {
|
|
1420
|
-
__kind: "Eth" | "Flip" | "Usdc" | "
|
|
1416
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
|
|
1417
|
+
};
|
|
1418
|
+
destinationAddress: {
|
|
1419
|
+
value: string;
|
|
1420
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1421
1421
|
};
|
|
1422
1422
|
affiliateFees: {
|
|
1423
1423
|
account: number;
|
|
@@ -1426,20 +1426,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1426
1426
|
refundParams: {
|
|
1427
1427
|
retryDuration: number;
|
|
1428
1428
|
refundAddress: {
|
|
1429
|
-
__kind: "P2PKH";
|
|
1430
1429
|
value: string;
|
|
1430
|
+
__kind: "P2PKH";
|
|
1431
1431
|
} | {
|
|
1432
|
-
__kind: "P2SH";
|
|
1433
1432
|
value: string;
|
|
1433
|
+
__kind: "P2SH";
|
|
1434
1434
|
} | {
|
|
1435
|
-
__kind: "P2WPKH";
|
|
1436
1435
|
value: string;
|
|
1436
|
+
__kind: "P2WPKH";
|
|
1437
1437
|
} | {
|
|
1438
|
-
__kind: "P2WSH";
|
|
1439
1438
|
value: string;
|
|
1439
|
+
__kind: "P2WSH";
|
|
1440
1440
|
} | {
|
|
1441
|
-
__kind: "Taproot";
|
|
1442
1441
|
value: string;
|
|
1442
|
+
__kind: "Taproot";
|
|
1443
1443
|
} | {
|
|
1444
1444
|
__kind: "OtherSegwit";
|
|
1445
1445
|
version: number;
|
|
@@ -1454,27 +1454,27 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1454
1454
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
1455
1455
|
};
|
|
1456
1456
|
boostFee: number;
|
|
1457
|
-
channelId?: string | number | null | undefined;
|
|
1458
1457
|
depositAddress?: {
|
|
1459
|
-
__kind: "P2PKH";
|
|
1460
1458
|
value: string;
|
|
1459
|
+
__kind: "P2PKH";
|
|
1461
1460
|
} | {
|
|
1462
|
-
__kind: "P2SH";
|
|
1463
1461
|
value: string;
|
|
1462
|
+
__kind: "P2SH";
|
|
1464
1463
|
} | {
|
|
1465
|
-
__kind: "P2WPKH";
|
|
1466
1464
|
value: string;
|
|
1465
|
+
__kind: "P2WPKH";
|
|
1467
1466
|
} | {
|
|
1468
|
-
__kind: "P2WSH";
|
|
1469
1467
|
value: string;
|
|
1468
|
+
__kind: "P2WSH";
|
|
1470
1469
|
} | {
|
|
1471
|
-
__kind: "Taproot";
|
|
1472
1470
|
value: string;
|
|
1471
|
+
__kind: "Taproot";
|
|
1473
1472
|
} | {
|
|
1474
1473
|
__kind: "OtherSegwit";
|
|
1475
1474
|
version: number;
|
|
1476
1475
|
program: string;
|
|
1477
1476
|
} | null | undefined;
|
|
1477
|
+
channelId?: string | number | null | undefined;
|
|
1478
1478
|
depositMetadata?: {
|
|
1479
1479
|
channelMetadata: {
|
|
1480
1480
|
message: string;
|
|
@@ -1485,42 +1485,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1485
1485
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1486
1486
|
};
|
|
1487
1487
|
sourceAddress?: {
|
|
1488
|
-
__kind: "Eth";
|
|
1489
1488
|
value: string;
|
|
1489
|
+
__kind: "Eth";
|
|
1490
1490
|
} | {
|
|
1491
|
-
__kind: "Dot";
|
|
1492
1491
|
value: string;
|
|
1492
|
+
__kind: "Dot";
|
|
1493
1493
|
} | {
|
|
1494
|
-
__kind: "Btc";
|
|
1495
1494
|
value: {
|
|
1496
|
-
__kind: "P2PKH";
|
|
1497
1495
|
value: string;
|
|
1496
|
+
__kind: "P2PKH";
|
|
1498
1497
|
} | {
|
|
1499
|
-
__kind: "P2SH";
|
|
1500
1498
|
value: string;
|
|
1499
|
+
__kind: "P2SH";
|
|
1501
1500
|
} | {
|
|
1502
|
-
__kind: "P2WPKH";
|
|
1503
1501
|
value: string;
|
|
1502
|
+
__kind: "P2WPKH";
|
|
1504
1503
|
} | {
|
|
1505
|
-
__kind: "P2WSH";
|
|
1506
1504
|
value: string;
|
|
1505
|
+
__kind: "P2WSH";
|
|
1507
1506
|
} | {
|
|
1508
|
-
__kind: "Taproot";
|
|
1509
1507
|
value: string;
|
|
1508
|
+
__kind: "Taproot";
|
|
1510
1509
|
} | {
|
|
1511
1510
|
__kind: "OtherSegwit";
|
|
1512
1511
|
version: number;
|
|
1513
1512
|
program: string;
|
|
1514
1513
|
};
|
|
1514
|
+
__kind: "Btc";
|
|
1515
1515
|
} | {
|
|
1516
|
-
__kind: "Arb";
|
|
1517
1516
|
value: string;
|
|
1517
|
+
__kind: "Arb";
|
|
1518
1518
|
} | {
|
|
1519
|
-
__kind: "Sol";
|
|
1520
1519
|
value: string;
|
|
1520
|
+
__kind: "Sol";
|
|
1521
1521
|
} | {
|
|
1522
|
-
__kind: "Hub";
|
|
1523
1522
|
value: string;
|
|
1523
|
+
__kind: "Hub";
|
|
1524
1524
|
} | null | undefined;
|
|
1525
1525
|
} | null | undefined;
|
|
1526
1526
|
brokerFee?: {
|
|
@@ -1535,28 +1535,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1535
1535
|
}, "strip", z.ZodTypeAny, {
|
|
1536
1536
|
__kind: "DepositFailedVaultVariantBitcoin";
|
|
1537
1537
|
vaultWitness: {
|
|
1538
|
-
destinationAddress: {
|
|
1539
|
-
readonly chain: "Ethereum";
|
|
1540
|
-
readonly address: `0x${string}`;
|
|
1541
|
-
} | {
|
|
1542
|
-
readonly chain: "Polkadot";
|
|
1543
|
-
readonly address: string;
|
|
1544
|
-
} | {
|
|
1545
|
-
readonly chain: "Bitcoin";
|
|
1546
|
-
readonly address: string;
|
|
1547
|
-
} | {
|
|
1548
|
-
readonly chain: "Arbitrum";
|
|
1549
|
-
readonly address: `0x${string}`;
|
|
1550
|
-
} | {
|
|
1551
|
-
readonly chain: "Solana";
|
|
1552
|
-
readonly address: string;
|
|
1553
|
-
} | {
|
|
1554
|
-
readonly chain: "Assethub";
|
|
1555
|
-
readonly address: string;
|
|
1556
|
-
};
|
|
1557
|
-
txId: `0x${string}`;
|
|
1558
1538
|
depositDetails: {
|
|
1559
|
-
amount: bigint;
|
|
1560
1539
|
depositAddress: {
|
|
1561
1540
|
pubkeyX: `0x${string}`;
|
|
1562
1541
|
scriptPath?: {
|
|
@@ -1568,14 +1547,35 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1568
1547
|
};
|
|
1569
1548
|
} | null | undefined;
|
|
1570
1549
|
};
|
|
1550
|
+
amount: bigint;
|
|
1571
1551
|
id: {
|
|
1572
1552
|
txId: `0x${string}`;
|
|
1573
1553
|
vout: number;
|
|
1574
1554
|
};
|
|
1575
1555
|
};
|
|
1556
|
+
txId: `0x${string}`;
|
|
1576
1557
|
inputAsset: "Btc";
|
|
1577
1558
|
depositAmount: bigint;
|
|
1578
|
-
outputAsset: "Eth" | "Flip" | "Usdc" | "
|
|
1559
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
|
|
1560
|
+
destinationAddress: {
|
|
1561
|
+
readonly chain: "Ethereum";
|
|
1562
|
+
readonly address: `0x${string}`;
|
|
1563
|
+
} | {
|
|
1564
|
+
readonly chain: "Polkadot";
|
|
1565
|
+
readonly address: string;
|
|
1566
|
+
} | {
|
|
1567
|
+
readonly chain: "Bitcoin";
|
|
1568
|
+
readonly address: string;
|
|
1569
|
+
} | {
|
|
1570
|
+
readonly chain: "Arbitrum";
|
|
1571
|
+
readonly address: `0x${string}`;
|
|
1572
|
+
} | {
|
|
1573
|
+
readonly chain: "Solana";
|
|
1574
|
+
readonly address: string;
|
|
1575
|
+
} | {
|
|
1576
|
+
readonly chain: "Assethub";
|
|
1577
|
+
readonly address: string;
|
|
1578
|
+
};
|
|
1579
1579
|
affiliateFees: {
|
|
1580
1580
|
account: number;
|
|
1581
1581
|
bps: number;
|
|
@@ -1583,20 +1583,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1583
1583
|
refundParams: {
|
|
1584
1584
|
retryDuration: number;
|
|
1585
1585
|
refundAddress: {
|
|
1586
|
-
__kind: "P2PKH";
|
|
1587
1586
|
value: `0x${string}`;
|
|
1587
|
+
__kind: "P2PKH";
|
|
1588
1588
|
} | {
|
|
1589
|
-
__kind: "P2SH";
|
|
1590
1589
|
value: `0x${string}`;
|
|
1590
|
+
__kind: "P2SH";
|
|
1591
1591
|
} | {
|
|
1592
|
-
__kind: "P2WPKH";
|
|
1593
1592
|
value: `0x${string}`;
|
|
1593
|
+
__kind: "P2WPKH";
|
|
1594
1594
|
} | {
|
|
1595
|
-
__kind: "P2WSH";
|
|
1596
1595
|
value: `0x${string}`;
|
|
1596
|
+
__kind: "P2WSH";
|
|
1597
1597
|
} | {
|
|
1598
|
-
__kind: "Taproot";
|
|
1599
1598
|
value: `0x${string}`;
|
|
1599
|
+
__kind: "Taproot";
|
|
1600
1600
|
} | {
|
|
1601
1601
|
__kind: "OtherSegwit";
|
|
1602
1602
|
version: number;
|
|
@@ -1611,27 +1611,27 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1611
1611
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
1612
1612
|
};
|
|
1613
1613
|
boostFee: number;
|
|
1614
|
-
channelId?: bigint | null | undefined;
|
|
1615
1614
|
depositAddress?: {
|
|
1616
|
-
__kind: "P2PKH";
|
|
1617
1615
|
value: `0x${string}`;
|
|
1616
|
+
__kind: "P2PKH";
|
|
1618
1617
|
} | {
|
|
1619
|
-
__kind: "P2SH";
|
|
1620
1618
|
value: `0x${string}`;
|
|
1619
|
+
__kind: "P2SH";
|
|
1621
1620
|
} | {
|
|
1622
|
-
__kind: "P2WPKH";
|
|
1623
1621
|
value: `0x${string}`;
|
|
1622
|
+
__kind: "P2WPKH";
|
|
1624
1623
|
} | {
|
|
1625
|
-
__kind: "P2WSH";
|
|
1626
1624
|
value: `0x${string}`;
|
|
1625
|
+
__kind: "P2WSH";
|
|
1627
1626
|
} | {
|
|
1628
|
-
__kind: "Taproot";
|
|
1629
1627
|
value: `0x${string}`;
|
|
1628
|
+
__kind: "Taproot";
|
|
1630
1629
|
} | {
|
|
1631
1630
|
__kind: "OtherSegwit";
|
|
1632
1631
|
version: number;
|
|
1633
1632
|
program: `0x${string}`;
|
|
1634
1633
|
} | null | undefined;
|
|
1634
|
+
channelId?: bigint | null | undefined;
|
|
1635
1635
|
depositMetadata?: {
|
|
1636
1636
|
channelMetadata: {
|
|
1637
1637
|
message: `0x${string}`;
|
|
@@ -1640,42 +1640,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1640
1640
|
};
|
|
1641
1641
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1642
1642
|
sourceAddress?: {
|
|
1643
|
-
__kind: "Eth";
|
|
1644
1643
|
value: `0x${string}`;
|
|
1644
|
+
__kind: "Eth";
|
|
1645
1645
|
} | {
|
|
1646
|
-
__kind: "Dot";
|
|
1647
1646
|
value: `0x${string}`;
|
|
1647
|
+
__kind: "Dot";
|
|
1648
1648
|
} | {
|
|
1649
|
-
__kind: "Btc";
|
|
1650
1649
|
value: {
|
|
1651
|
-
__kind: "P2PKH";
|
|
1652
1650
|
value: `0x${string}`;
|
|
1651
|
+
__kind: "P2PKH";
|
|
1653
1652
|
} | {
|
|
1654
|
-
__kind: "P2SH";
|
|
1655
1653
|
value: `0x${string}`;
|
|
1654
|
+
__kind: "P2SH";
|
|
1656
1655
|
} | {
|
|
1657
|
-
__kind: "P2WPKH";
|
|
1658
1656
|
value: `0x${string}`;
|
|
1657
|
+
__kind: "P2WPKH";
|
|
1659
1658
|
} | {
|
|
1660
|
-
__kind: "P2WSH";
|
|
1661
1659
|
value: `0x${string}`;
|
|
1660
|
+
__kind: "P2WSH";
|
|
1662
1661
|
} | {
|
|
1663
|
-
__kind: "Taproot";
|
|
1664
1662
|
value: `0x${string}`;
|
|
1663
|
+
__kind: "Taproot";
|
|
1665
1664
|
} | {
|
|
1666
1665
|
__kind: "OtherSegwit";
|
|
1667
1666
|
version: number;
|
|
1668
1667
|
program: `0x${string}`;
|
|
1669
1668
|
};
|
|
1669
|
+
__kind: "Btc";
|
|
1670
1670
|
} | {
|
|
1671
|
-
__kind: "Arb";
|
|
1672
1671
|
value: `0x${string}`;
|
|
1672
|
+
__kind: "Arb";
|
|
1673
1673
|
} | {
|
|
1674
|
-
__kind: "Sol";
|
|
1675
1674
|
value: `0x${string}`;
|
|
1675
|
+
__kind: "Sol";
|
|
1676
1676
|
} | {
|
|
1677
|
-
__kind: "Hub";
|
|
1678
1677
|
value: `0x${string}`;
|
|
1678
|
+
__kind: "Hub";
|
|
1679
1679
|
} | null | undefined;
|
|
1680
1680
|
} | null | undefined;
|
|
1681
1681
|
brokerFee?: {
|
|
@@ -1687,16 +1687,10 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1687
1687
|
chunkInterval: number;
|
|
1688
1688
|
} | null | undefined;
|
|
1689
1689
|
};
|
|
1690
|
-
}, {
|
|
1691
|
-
__kind: "DepositFailedVaultVariantBitcoin";
|
|
1692
|
-
vaultWitness: {
|
|
1693
|
-
destinationAddress: {
|
|
1694
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1695
|
-
value: string;
|
|
1696
|
-
};
|
|
1697
|
-
txId: string;
|
|
1690
|
+
}, {
|
|
1691
|
+
__kind: "DepositFailedVaultVariantBitcoin";
|
|
1692
|
+
vaultWitness: {
|
|
1698
1693
|
depositDetails: {
|
|
1699
|
-
amount: string | number;
|
|
1700
1694
|
depositAddress: {
|
|
1701
1695
|
pubkeyX: string;
|
|
1702
1696
|
scriptPath?: {
|
|
@@ -1708,17 +1702,23 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1708
1702
|
};
|
|
1709
1703
|
} | null | undefined;
|
|
1710
1704
|
};
|
|
1705
|
+
amount: string | number;
|
|
1711
1706
|
id: {
|
|
1712
1707
|
txId: string;
|
|
1713
1708
|
vout: number;
|
|
1714
1709
|
};
|
|
1715
1710
|
};
|
|
1711
|
+
txId: string;
|
|
1716
1712
|
inputAsset: {
|
|
1717
1713
|
__kind: "Btc";
|
|
1718
1714
|
};
|
|
1719
1715
|
depositAmount: string | number;
|
|
1720
1716
|
outputAsset: {
|
|
1721
|
-
__kind: "Eth" | "Flip" | "Usdc" | "
|
|
1717
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
|
|
1718
|
+
};
|
|
1719
|
+
destinationAddress: {
|
|
1720
|
+
value: string;
|
|
1721
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1722
1722
|
};
|
|
1723
1723
|
affiliateFees: {
|
|
1724
1724
|
account: number;
|
|
@@ -1727,20 +1727,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1727
1727
|
refundParams: {
|
|
1728
1728
|
retryDuration: number;
|
|
1729
1729
|
refundAddress: {
|
|
1730
|
-
__kind: "P2PKH";
|
|
1731
1730
|
value: string;
|
|
1731
|
+
__kind: "P2PKH";
|
|
1732
1732
|
} | {
|
|
1733
|
-
__kind: "P2SH";
|
|
1734
1733
|
value: string;
|
|
1734
|
+
__kind: "P2SH";
|
|
1735
1735
|
} | {
|
|
1736
|
-
__kind: "P2WPKH";
|
|
1737
1736
|
value: string;
|
|
1737
|
+
__kind: "P2WPKH";
|
|
1738
1738
|
} | {
|
|
1739
|
-
__kind: "P2WSH";
|
|
1740
1739
|
value: string;
|
|
1740
|
+
__kind: "P2WSH";
|
|
1741
1741
|
} | {
|
|
1742
|
-
__kind: "Taproot";
|
|
1743
1742
|
value: string;
|
|
1743
|
+
__kind: "Taproot";
|
|
1744
1744
|
} | {
|
|
1745
1745
|
__kind: "OtherSegwit";
|
|
1746
1746
|
version: number;
|
|
@@ -1755,27 +1755,27 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1755
1755
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
1756
1756
|
};
|
|
1757
1757
|
boostFee: number;
|
|
1758
|
-
channelId?: string | number | null | undefined;
|
|
1759
1758
|
depositAddress?: {
|
|
1760
|
-
__kind: "P2PKH";
|
|
1761
1759
|
value: string;
|
|
1760
|
+
__kind: "P2PKH";
|
|
1762
1761
|
} | {
|
|
1763
|
-
__kind: "P2SH";
|
|
1764
1762
|
value: string;
|
|
1763
|
+
__kind: "P2SH";
|
|
1765
1764
|
} | {
|
|
1766
|
-
__kind: "P2WPKH";
|
|
1767
1765
|
value: string;
|
|
1766
|
+
__kind: "P2WPKH";
|
|
1768
1767
|
} | {
|
|
1769
|
-
__kind: "P2WSH";
|
|
1770
1768
|
value: string;
|
|
1769
|
+
__kind: "P2WSH";
|
|
1771
1770
|
} | {
|
|
1772
|
-
__kind: "Taproot";
|
|
1773
1771
|
value: string;
|
|
1772
|
+
__kind: "Taproot";
|
|
1774
1773
|
} | {
|
|
1775
1774
|
__kind: "OtherSegwit";
|
|
1776
1775
|
version: number;
|
|
1777
1776
|
program: string;
|
|
1778
1777
|
} | null | undefined;
|
|
1778
|
+
channelId?: string | number | null | undefined;
|
|
1779
1779
|
depositMetadata?: {
|
|
1780
1780
|
channelMetadata: {
|
|
1781
1781
|
message: string;
|
|
@@ -1786,42 +1786,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1786
1786
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1787
1787
|
};
|
|
1788
1788
|
sourceAddress?: {
|
|
1789
|
-
__kind: "Eth";
|
|
1790
1789
|
value: string;
|
|
1790
|
+
__kind: "Eth";
|
|
1791
1791
|
} | {
|
|
1792
|
-
__kind: "Dot";
|
|
1793
1792
|
value: string;
|
|
1793
|
+
__kind: "Dot";
|
|
1794
1794
|
} | {
|
|
1795
|
-
__kind: "Btc";
|
|
1796
1795
|
value: {
|
|
1797
|
-
__kind: "P2PKH";
|
|
1798
1796
|
value: string;
|
|
1797
|
+
__kind: "P2PKH";
|
|
1799
1798
|
} | {
|
|
1800
|
-
__kind: "P2SH";
|
|
1801
1799
|
value: string;
|
|
1800
|
+
__kind: "P2SH";
|
|
1802
1801
|
} | {
|
|
1803
|
-
__kind: "P2WPKH";
|
|
1804
1802
|
value: string;
|
|
1803
|
+
__kind: "P2WPKH";
|
|
1805
1804
|
} | {
|
|
1806
|
-
__kind: "P2WSH";
|
|
1807
1805
|
value: string;
|
|
1806
|
+
__kind: "P2WSH";
|
|
1808
1807
|
} | {
|
|
1809
|
-
__kind: "Taproot";
|
|
1810
1808
|
value: string;
|
|
1809
|
+
__kind: "Taproot";
|
|
1811
1810
|
} | {
|
|
1812
1811
|
__kind: "OtherSegwit";
|
|
1813
1812
|
version: number;
|
|
1814
1813
|
program: string;
|
|
1815
1814
|
};
|
|
1815
|
+
__kind: "Btc";
|
|
1816
1816
|
} | {
|
|
1817
|
-
__kind: "Arb";
|
|
1818
1817
|
value: string;
|
|
1818
|
+
__kind: "Arb";
|
|
1819
1819
|
} | {
|
|
1820
|
-
__kind: "Sol";
|
|
1821
1820
|
value: string;
|
|
1821
|
+
__kind: "Sol";
|
|
1822
1822
|
} | {
|
|
1823
|
-
__kind: "Hub";
|
|
1824
1823
|
value: string;
|
|
1824
|
+
__kind: "Hub";
|
|
1825
1825
|
} | null | undefined;
|
|
1826
1826
|
} | null | undefined;
|
|
1827
1827
|
brokerFee?: {
|
|
@@ -1835,6 +1835,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1835
1835
|
};
|
|
1836
1836
|
}>]>;
|
|
1837
1837
|
}, "strip", z.ZodTypeAny, {
|
|
1838
|
+
blockHeight: bigint;
|
|
1838
1839
|
reason: {
|
|
1839
1840
|
__kind: "BelowMinimumDeposit";
|
|
1840
1841
|
} | {
|
|
@@ -1842,7 +1843,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1842
1843
|
} | {
|
|
1843
1844
|
__kind: "TransactionRejectedByBroker";
|
|
1844
1845
|
} | {
|
|
1845
|
-
__kind: "DepositWitnessRejected";
|
|
1846
1846
|
value: {
|
|
1847
1847
|
__kind: "Other";
|
|
1848
1848
|
} | {
|
|
@@ -1850,11 +1850,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1850
1850
|
} | {
|
|
1851
1851
|
__kind: "BadOrigin";
|
|
1852
1852
|
} | {
|
|
1853
|
-
__kind: "Module";
|
|
1854
1853
|
value: {
|
|
1855
1854
|
index: number;
|
|
1856
1855
|
error: `0x${string}`;
|
|
1857
1856
|
};
|
|
1857
|
+
__kind: "Module";
|
|
1858
1858
|
} | {
|
|
1859
1859
|
__kind: "ConsumerRemaining";
|
|
1860
1860
|
} | {
|
|
@@ -1862,14 +1862,14 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1862
1862
|
} | {
|
|
1863
1863
|
__kind: "TooManyConsumers";
|
|
1864
1864
|
} | {
|
|
1865
|
-
__kind: "Token";
|
|
1866
1865
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1866
|
+
__kind: "Token";
|
|
1867
1867
|
} | {
|
|
1868
|
-
__kind: "Arithmetic";
|
|
1869
1868
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1869
|
+
__kind: "Arithmetic";
|
|
1870
1870
|
} | {
|
|
1871
|
-
__kind: "Transactional";
|
|
1872
1871
|
value: "LimitReached" | "NoLayer";
|
|
1872
|
+
__kind: "Transactional";
|
|
1873
1873
|
} | {
|
|
1874
1874
|
__kind: "Exhausted";
|
|
1875
1875
|
} | {
|
|
@@ -1879,37 +1879,36 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1879
1879
|
} | {
|
|
1880
1880
|
__kind: "RootNotAllowed";
|
|
1881
1881
|
};
|
|
1882
|
+
__kind: "DepositWitnessRejected";
|
|
1882
1883
|
} | {
|
|
1883
1884
|
__kind: "Unrefundable";
|
|
1884
1885
|
};
|
|
1885
|
-
blockHeight: bigint;
|
|
1886
1886
|
details: {
|
|
1887
1887
|
__kind: "DepositFailedDepositChannelVariantBitcoin";
|
|
1888
1888
|
depositWitness: {
|
|
1889
|
-
asset: "Btc";
|
|
1890
|
-
amount: bigint;
|
|
1891
1889
|
depositAddress: {
|
|
1892
|
-
__kind: "P2PKH";
|
|
1893
1890
|
value: `0x${string}`;
|
|
1891
|
+
__kind: "P2PKH";
|
|
1894
1892
|
} | {
|
|
1895
|
-
__kind: "P2SH";
|
|
1896
1893
|
value: `0x${string}`;
|
|
1894
|
+
__kind: "P2SH";
|
|
1897
1895
|
} | {
|
|
1898
|
-
__kind: "P2WPKH";
|
|
1899
1896
|
value: `0x${string}`;
|
|
1897
|
+
__kind: "P2WPKH";
|
|
1900
1898
|
} | {
|
|
1901
|
-
__kind: "P2WSH";
|
|
1902
1899
|
value: `0x${string}`;
|
|
1900
|
+
__kind: "P2WSH";
|
|
1903
1901
|
} | {
|
|
1904
|
-
__kind: "Taproot";
|
|
1905
1902
|
value: `0x${string}`;
|
|
1903
|
+
__kind: "Taproot";
|
|
1906
1904
|
} | {
|
|
1907
1905
|
__kind: "OtherSegwit";
|
|
1908
1906
|
version: number;
|
|
1909
1907
|
program: `0x${string}`;
|
|
1910
1908
|
};
|
|
1909
|
+
asset: "Btc";
|
|
1910
|
+
amount: bigint;
|
|
1911
1911
|
depositDetails: {
|
|
1912
|
-
amount: bigint;
|
|
1913
1912
|
depositAddress: {
|
|
1914
1913
|
pubkeyX: `0x${string}`;
|
|
1915
1914
|
scriptPath?: {
|
|
@@ -1921,6 +1920,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1921
1920
|
};
|
|
1922
1921
|
} | null | undefined;
|
|
1923
1922
|
};
|
|
1923
|
+
amount: bigint;
|
|
1924
1924
|
id: {
|
|
1925
1925
|
txId: `0x${string}`;
|
|
1926
1926
|
vout: number;
|
|
@@ -1930,28 +1930,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1930
1930
|
} | {
|
|
1931
1931
|
__kind: "DepositFailedVaultVariantBitcoin";
|
|
1932
1932
|
vaultWitness: {
|
|
1933
|
-
destinationAddress: {
|
|
1934
|
-
readonly chain: "Ethereum";
|
|
1935
|
-
readonly address: `0x${string}`;
|
|
1936
|
-
} | {
|
|
1937
|
-
readonly chain: "Polkadot";
|
|
1938
|
-
readonly address: string;
|
|
1939
|
-
} | {
|
|
1940
|
-
readonly chain: "Bitcoin";
|
|
1941
|
-
readonly address: string;
|
|
1942
|
-
} | {
|
|
1943
|
-
readonly chain: "Arbitrum";
|
|
1944
|
-
readonly address: `0x${string}`;
|
|
1945
|
-
} | {
|
|
1946
|
-
readonly chain: "Solana";
|
|
1947
|
-
readonly address: string;
|
|
1948
|
-
} | {
|
|
1949
|
-
readonly chain: "Assethub";
|
|
1950
|
-
readonly address: string;
|
|
1951
|
-
};
|
|
1952
|
-
txId: `0x${string}`;
|
|
1953
1933
|
depositDetails: {
|
|
1954
|
-
amount: bigint;
|
|
1955
1934
|
depositAddress: {
|
|
1956
1935
|
pubkeyX: `0x${string}`;
|
|
1957
1936
|
scriptPath?: {
|
|
@@ -1963,14 +1942,35 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1963
1942
|
};
|
|
1964
1943
|
} | null | undefined;
|
|
1965
1944
|
};
|
|
1945
|
+
amount: bigint;
|
|
1966
1946
|
id: {
|
|
1967
1947
|
txId: `0x${string}`;
|
|
1968
1948
|
vout: number;
|
|
1969
1949
|
};
|
|
1970
1950
|
};
|
|
1951
|
+
txId: `0x${string}`;
|
|
1971
1952
|
inputAsset: "Btc";
|
|
1972
1953
|
depositAmount: bigint;
|
|
1973
|
-
outputAsset: "Eth" | "Flip" | "Usdc" | "
|
|
1954
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
|
|
1955
|
+
destinationAddress: {
|
|
1956
|
+
readonly chain: "Ethereum";
|
|
1957
|
+
readonly address: `0x${string}`;
|
|
1958
|
+
} | {
|
|
1959
|
+
readonly chain: "Polkadot";
|
|
1960
|
+
readonly address: string;
|
|
1961
|
+
} | {
|
|
1962
|
+
readonly chain: "Bitcoin";
|
|
1963
|
+
readonly address: string;
|
|
1964
|
+
} | {
|
|
1965
|
+
readonly chain: "Arbitrum";
|
|
1966
|
+
readonly address: `0x${string}`;
|
|
1967
|
+
} | {
|
|
1968
|
+
readonly chain: "Solana";
|
|
1969
|
+
readonly address: string;
|
|
1970
|
+
} | {
|
|
1971
|
+
readonly chain: "Assethub";
|
|
1972
|
+
readonly address: string;
|
|
1973
|
+
};
|
|
1974
1974
|
affiliateFees: {
|
|
1975
1975
|
account: number;
|
|
1976
1976
|
bps: number;
|
|
@@ -1978,20 +1978,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1978
1978
|
refundParams: {
|
|
1979
1979
|
retryDuration: number;
|
|
1980
1980
|
refundAddress: {
|
|
1981
|
-
__kind: "P2PKH";
|
|
1982
1981
|
value: `0x${string}`;
|
|
1982
|
+
__kind: "P2PKH";
|
|
1983
1983
|
} | {
|
|
1984
|
-
__kind: "P2SH";
|
|
1985
1984
|
value: `0x${string}`;
|
|
1985
|
+
__kind: "P2SH";
|
|
1986
1986
|
} | {
|
|
1987
|
-
__kind: "P2WPKH";
|
|
1988
1987
|
value: `0x${string}`;
|
|
1988
|
+
__kind: "P2WPKH";
|
|
1989
1989
|
} | {
|
|
1990
|
-
__kind: "P2WSH";
|
|
1991
1990
|
value: `0x${string}`;
|
|
1991
|
+
__kind: "P2WSH";
|
|
1992
1992
|
} | {
|
|
1993
|
-
__kind: "Taproot";
|
|
1994
1993
|
value: `0x${string}`;
|
|
1994
|
+
__kind: "Taproot";
|
|
1995
1995
|
} | {
|
|
1996
1996
|
__kind: "OtherSegwit";
|
|
1997
1997
|
version: number;
|
|
@@ -2006,27 +2006,27 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2006
2006
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
2007
2007
|
};
|
|
2008
2008
|
boostFee: number;
|
|
2009
|
-
channelId?: bigint | null | undefined;
|
|
2010
2009
|
depositAddress?: {
|
|
2011
|
-
__kind: "P2PKH";
|
|
2012
2010
|
value: `0x${string}`;
|
|
2011
|
+
__kind: "P2PKH";
|
|
2013
2012
|
} | {
|
|
2014
|
-
__kind: "P2SH";
|
|
2015
2013
|
value: `0x${string}`;
|
|
2014
|
+
__kind: "P2SH";
|
|
2016
2015
|
} | {
|
|
2017
|
-
__kind: "P2WPKH";
|
|
2018
2016
|
value: `0x${string}`;
|
|
2017
|
+
__kind: "P2WPKH";
|
|
2019
2018
|
} | {
|
|
2020
|
-
__kind: "P2WSH";
|
|
2021
2019
|
value: `0x${string}`;
|
|
2020
|
+
__kind: "P2WSH";
|
|
2022
2021
|
} | {
|
|
2023
|
-
__kind: "Taproot";
|
|
2024
2022
|
value: `0x${string}`;
|
|
2023
|
+
__kind: "Taproot";
|
|
2025
2024
|
} | {
|
|
2026
2025
|
__kind: "OtherSegwit";
|
|
2027
2026
|
version: number;
|
|
2028
2027
|
program: `0x${string}`;
|
|
2029
2028
|
} | null | undefined;
|
|
2029
|
+
channelId?: bigint | null | undefined;
|
|
2030
2030
|
depositMetadata?: {
|
|
2031
2031
|
channelMetadata: {
|
|
2032
2032
|
message: `0x${string}`;
|
|
@@ -2035,42 +2035,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2035
2035
|
};
|
|
2036
2036
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2037
2037
|
sourceAddress?: {
|
|
2038
|
-
__kind: "Eth";
|
|
2039
2038
|
value: `0x${string}`;
|
|
2039
|
+
__kind: "Eth";
|
|
2040
2040
|
} | {
|
|
2041
|
-
__kind: "Dot";
|
|
2042
2041
|
value: `0x${string}`;
|
|
2042
|
+
__kind: "Dot";
|
|
2043
2043
|
} | {
|
|
2044
|
-
__kind: "Btc";
|
|
2045
2044
|
value: {
|
|
2046
|
-
__kind: "P2PKH";
|
|
2047
2045
|
value: `0x${string}`;
|
|
2046
|
+
__kind: "P2PKH";
|
|
2048
2047
|
} | {
|
|
2049
|
-
__kind: "P2SH";
|
|
2050
2048
|
value: `0x${string}`;
|
|
2049
|
+
__kind: "P2SH";
|
|
2051
2050
|
} | {
|
|
2052
|
-
__kind: "P2WPKH";
|
|
2053
2051
|
value: `0x${string}`;
|
|
2052
|
+
__kind: "P2WPKH";
|
|
2054
2053
|
} | {
|
|
2055
|
-
__kind: "P2WSH";
|
|
2056
2054
|
value: `0x${string}`;
|
|
2055
|
+
__kind: "P2WSH";
|
|
2057
2056
|
} | {
|
|
2058
|
-
__kind: "Taproot";
|
|
2059
2057
|
value: `0x${string}`;
|
|
2058
|
+
__kind: "Taproot";
|
|
2060
2059
|
} | {
|
|
2061
2060
|
__kind: "OtherSegwit";
|
|
2062
2061
|
version: number;
|
|
2063
2062
|
program: `0x${string}`;
|
|
2064
2063
|
};
|
|
2064
|
+
__kind: "Btc";
|
|
2065
2065
|
} | {
|
|
2066
|
-
__kind: "Arb";
|
|
2067
2066
|
value: `0x${string}`;
|
|
2067
|
+
__kind: "Arb";
|
|
2068
2068
|
} | {
|
|
2069
|
-
__kind: "Sol";
|
|
2070
2069
|
value: `0x${string}`;
|
|
2070
|
+
__kind: "Sol";
|
|
2071
2071
|
} | {
|
|
2072
|
-
__kind: "Hub";
|
|
2073
2072
|
value: `0x${string}`;
|
|
2073
|
+
__kind: "Hub";
|
|
2074
2074
|
} | null | undefined;
|
|
2075
2075
|
} | null | undefined;
|
|
2076
2076
|
brokerFee?: {
|
|
@@ -2084,6 +2084,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2084
2084
|
};
|
|
2085
2085
|
};
|
|
2086
2086
|
}, {
|
|
2087
|
+
blockHeight: string | number;
|
|
2087
2088
|
reason: {
|
|
2088
2089
|
__kind: "BelowMinimumDeposit";
|
|
2089
2090
|
} | {
|
|
@@ -2091,7 +2092,6 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2091
2092
|
} | {
|
|
2092
2093
|
__kind: "TransactionRejectedByBroker";
|
|
2093
2094
|
} | {
|
|
2094
|
-
__kind: "DepositWitnessRejected";
|
|
2095
2095
|
value: {
|
|
2096
2096
|
__kind: "Other";
|
|
2097
2097
|
} | {
|
|
@@ -2099,11 +2099,11 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2099
2099
|
} | {
|
|
2100
2100
|
__kind: "BadOrigin";
|
|
2101
2101
|
} | {
|
|
2102
|
-
__kind: "Module";
|
|
2103
2102
|
value: {
|
|
2104
2103
|
index: number;
|
|
2105
2104
|
error: string;
|
|
2106
2105
|
};
|
|
2106
|
+
__kind: "Module";
|
|
2107
2107
|
} | {
|
|
2108
2108
|
__kind: "ConsumerRemaining";
|
|
2109
2109
|
} | {
|
|
@@ -2111,20 +2111,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2111
2111
|
} | {
|
|
2112
2112
|
__kind: "TooManyConsumers";
|
|
2113
2113
|
} | {
|
|
2114
|
-
__kind: "Token";
|
|
2115
2114
|
value: {
|
|
2116
2115
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2117
2116
|
};
|
|
2117
|
+
__kind: "Token";
|
|
2118
2118
|
} | {
|
|
2119
|
-
__kind: "Arithmetic";
|
|
2120
2119
|
value: {
|
|
2121
2120
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2122
2121
|
};
|
|
2122
|
+
__kind: "Arithmetic";
|
|
2123
2123
|
} | {
|
|
2124
|
-
__kind: "Transactional";
|
|
2125
2124
|
value: {
|
|
2126
2125
|
__kind: "LimitReached" | "NoLayer";
|
|
2127
2126
|
};
|
|
2127
|
+
__kind: "Transactional";
|
|
2128
2128
|
} | {
|
|
2129
2129
|
__kind: "Exhausted";
|
|
2130
2130
|
} | {
|
|
@@ -2134,39 +2134,38 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2134
2134
|
} | {
|
|
2135
2135
|
__kind: "RootNotAllowed";
|
|
2136
2136
|
};
|
|
2137
|
+
__kind: "DepositWitnessRejected";
|
|
2137
2138
|
} | {
|
|
2138
2139
|
__kind: "Unrefundable";
|
|
2139
2140
|
};
|
|
2140
|
-
blockHeight: string | number;
|
|
2141
2141
|
details: {
|
|
2142
2142
|
__kind: "DepositFailedDepositChannelVariantBitcoin";
|
|
2143
2143
|
depositWitness: {
|
|
2144
|
-
asset: {
|
|
2145
|
-
__kind: "Btc";
|
|
2146
|
-
};
|
|
2147
|
-
amount: string | number;
|
|
2148
2144
|
depositAddress: {
|
|
2149
|
-
__kind: "P2PKH";
|
|
2150
2145
|
value: string;
|
|
2146
|
+
__kind: "P2PKH";
|
|
2151
2147
|
} | {
|
|
2152
|
-
__kind: "P2SH";
|
|
2153
2148
|
value: string;
|
|
2149
|
+
__kind: "P2SH";
|
|
2154
2150
|
} | {
|
|
2155
|
-
__kind: "P2WPKH";
|
|
2156
2151
|
value: string;
|
|
2152
|
+
__kind: "P2WPKH";
|
|
2157
2153
|
} | {
|
|
2158
|
-
__kind: "P2WSH";
|
|
2159
2154
|
value: string;
|
|
2155
|
+
__kind: "P2WSH";
|
|
2160
2156
|
} | {
|
|
2161
|
-
__kind: "Taproot";
|
|
2162
2157
|
value: string;
|
|
2158
|
+
__kind: "Taproot";
|
|
2163
2159
|
} | {
|
|
2164
2160
|
__kind: "OtherSegwit";
|
|
2165
2161
|
version: number;
|
|
2166
2162
|
program: string;
|
|
2167
2163
|
};
|
|
2164
|
+
asset: {
|
|
2165
|
+
__kind: "Btc";
|
|
2166
|
+
};
|
|
2167
|
+
amount: string | number;
|
|
2168
2168
|
depositDetails: {
|
|
2169
|
-
amount: string | number;
|
|
2170
2169
|
depositAddress: {
|
|
2171
2170
|
pubkeyX: string;
|
|
2172
2171
|
scriptPath?: {
|
|
@@ -2178,6 +2177,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2178
2177
|
};
|
|
2179
2178
|
} | null | undefined;
|
|
2180
2179
|
};
|
|
2180
|
+
amount: string | number;
|
|
2181
2181
|
id: {
|
|
2182
2182
|
txId: string;
|
|
2183
2183
|
vout: number;
|
|
@@ -2187,13 +2187,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2187
2187
|
} | {
|
|
2188
2188
|
__kind: "DepositFailedVaultVariantBitcoin";
|
|
2189
2189
|
vaultWitness: {
|
|
2190
|
-
destinationAddress: {
|
|
2191
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2192
|
-
value: string;
|
|
2193
|
-
};
|
|
2194
|
-
txId: string;
|
|
2195
2190
|
depositDetails: {
|
|
2196
|
-
amount: string | number;
|
|
2197
2191
|
depositAddress: {
|
|
2198
2192
|
pubkeyX: string;
|
|
2199
2193
|
scriptPath?: {
|
|
@@ -2205,17 +2199,23 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2205
2199
|
};
|
|
2206
2200
|
} | null | undefined;
|
|
2207
2201
|
};
|
|
2202
|
+
amount: string | number;
|
|
2208
2203
|
id: {
|
|
2209
2204
|
txId: string;
|
|
2210
2205
|
vout: number;
|
|
2211
2206
|
};
|
|
2212
2207
|
};
|
|
2208
|
+
txId: string;
|
|
2213
2209
|
inputAsset: {
|
|
2214
2210
|
__kind: "Btc";
|
|
2215
2211
|
};
|
|
2216
2212
|
depositAmount: string | number;
|
|
2217
2213
|
outputAsset: {
|
|
2218
|
-
__kind: "Eth" | "Flip" | "Usdc" | "
|
|
2214
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt";
|
|
2215
|
+
};
|
|
2216
|
+
destinationAddress: {
|
|
2217
|
+
value: string;
|
|
2218
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2219
2219
|
};
|
|
2220
2220
|
affiliateFees: {
|
|
2221
2221
|
account: number;
|
|
@@ -2224,20 +2224,20 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2224
2224
|
refundParams: {
|
|
2225
2225
|
retryDuration: number;
|
|
2226
2226
|
refundAddress: {
|
|
2227
|
-
__kind: "P2PKH";
|
|
2228
2227
|
value: string;
|
|
2228
|
+
__kind: "P2PKH";
|
|
2229
2229
|
} | {
|
|
2230
|
-
__kind: "P2SH";
|
|
2231
2230
|
value: string;
|
|
2231
|
+
__kind: "P2SH";
|
|
2232
2232
|
} | {
|
|
2233
|
-
__kind: "P2WPKH";
|
|
2234
2233
|
value: string;
|
|
2234
|
+
__kind: "P2WPKH";
|
|
2235
2235
|
} | {
|
|
2236
|
-
__kind: "P2WSH";
|
|
2237
2236
|
value: string;
|
|
2237
|
+
__kind: "P2WSH";
|
|
2238
2238
|
} | {
|
|
2239
|
-
__kind: "Taproot";
|
|
2240
2239
|
value: string;
|
|
2240
|
+
__kind: "Taproot";
|
|
2241
2241
|
} | {
|
|
2242
2242
|
__kind: "OtherSegwit";
|
|
2243
2243
|
version: number;
|
|
@@ -2252,27 +2252,27 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2252
2252
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
2253
2253
|
};
|
|
2254
2254
|
boostFee: number;
|
|
2255
|
-
channelId?: string | number | null | undefined;
|
|
2256
2255
|
depositAddress?: {
|
|
2257
|
-
__kind: "P2PKH";
|
|
2258
2256
|
value: string;
|
|
2257
|
+
__kind: "P2PKH";
|
|
2259
2258
|
} | {
|
|
2260
|
-
__kind: "P2SH";
|
|
2261
2259
|
value: string;
|
|
2260
|
+
__kind: "P2SH";
|
|
2262
2261
|
} | {
|
|
2263
|
-
__kind: "P2WPKH";
|
|
2264
2262
|
value: string;
|
|
2263
|
+
__kind: "P2WPKH";
|
|
2265
2264
|
} | {
|
|
2266
|
-
__kind: "P2WSH";
|
|
2267
2265
|
value: string;
|
|
2266
|
+
__kind: "P2WSH";
|
|
2268
2267
|
} | {
|
|
2269
|
-
__kind: "Taproot";
|
|
2270
2268
|
value: string;
|
|
2269
|
+
__kind: "Taproot";
|
|
2271
2270
|
} | {
|
|
2272
2271
|
__kind: "OtherSegwit";
|
|
2273
2272
|
version: number;
|
|
2274
2273
|
program: string;
|
|
2275
2274
|
} | null | undefined;
|
|
2275
|
+
channelId?: string | number | null | undefined;
|
|
2276
2276
|
depositMetadata?: {
|
|
2277
2277
|
channelMetadata: {
|
|
2278
2278
|
message: string;
|
|
@@ -2283,42 +2283,42 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2283
2283
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2284
2284
|
};
|
|
2285
2285
|
sourceAddress?: {
|
|
2286
|
-
__kind: "Eth";
|
|
2287
2286
|
value: string;
|
|
2287
|
+
__kind: "Eth";
|
|
2288
2288
|
} | {
|
|
2289
|
-
__kind: "Dot";
|
|
2290
2289
|
value: string;
|
|
2290
|
+
__kind: "Dot";
|
|
2291
2291
|
} | {
|
|
2292
|
-
__kind: "Btc";
|
|
2293
2292
|
value: {
|
|
2294
|
-
__kind: "P2PKH";
|
|
2295
2293
|
value: string;
|
|
2294
|
+
__kind: "P2PKH";
|
|
2296
2295
|
} | {
|
|
2297
|
-
__kind: "P2SH";
|
|
2298
2296
|
value: string;
|
|
2297
|
+
__kind: "P2SH";
|
|
2299
2298
|
} | {
|
|
2300
|
-
__kind: "P2WPKH";
|
|
2301
2299
|
value: string;
|
|
2300
|
+
__kind: "P2WPKH";
|
|
2302
2301
|
} | {
|
|
2303
|
-
__kind: "P2WSH";
|
|
2304
2302
|
value: string;
|
|
2303
|
+
__kind: "P2WSH";
|
|
2305
2304
|
} | {
|
|
2306
|
-
__kind: "Taproot";
|
|
2307
2305
|
value: string;
|
|
2306
|
+
__kind: "Taproot";
|
|
2308
2307
|
} | {
|
|
2309
2308
|
__kind: "OtherSegwit";
|
|
2310
2309
|
version: number;
|
|
2311
2310
|
program: string;
|
|
2312
2311
|
};
|
|
2312
|
+
__kind: "Btc";
|
|
2313
2313
|
} | {
|
|
2314
|
-
__kind: "Arb";
|
|
2315
2314
|
value: string;
|
|
2315
|
+
__kind: "Arb";
|
|
2316
2316
|
} | {
|
|
2317
|
-
__kind: "Sol";
|
|
2318
2317
|
value: string;
|
|
2318
|
+
__kind: "Sol";
|
|
2319
2319
|
} | {
|
|
2320
|
-
__kind: "Hub";
|
|
2321
2320
|
value: string;
|
|
2321
|
+
__kind: "Hub";
|
|
2322
2322
|
} | null | undefined;
|
|
2323
2323
|
} | null | undefined;
|
|
2324
2324
|
brokerFee?: {
|