@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
package/dist/180/common.d.mts
CHANGED
|
@@ -52,21 +52,21 @@ declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(val
|
|
|
52
52
|
declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
|
|
53
53
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
54
54
|
}, "strip", z.ZodTypeAny, {
|
|
55
|
-
__kind: "
|
|
55
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
56
56
|
}, {
|
|
57
|
-
__kind: "
|
|
58
|
-
}>, "
|
|
59
|
-
__kind: "
|
|
57
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
58
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
59
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
60
60
|
}>;
|
|
61
61
|
declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
|
|
62
62
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
63
63
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
64
64
|
}, "strip", z.ZodTypeAny, {
|
|
65
65
|
value: `0x${string}`;
|
|
66
|
-
__kind: "
|
|
66
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
67
67
|
}, {
|
|
68
68
|
value: string;
|
|
69
|
-
__kind: "
|
|
69
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
70
70
|
}>, {
|
|
71
71
|
readonly chain: "Ethereum";
|
|
72
72
|
readonly address: `0x${string}`;
|
|
@@ -84,7 +84,7 @@ declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
|
|
|
84
84
|
readonly address: string;
|
|
85
85
|
}, {
|
|
86
86
|
value: string;
|
|
87
|
-
__kind: "
|
|
87
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
88
88
|
}>;
|
|
89
89
|
declare const accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
90
90
|
declare const cfPrimitivesTxId: z.ZodObject<{
|
|
@@ -162,10 +162,10 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
162
162
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
163
163
|
}, "strip", z.ZodTypeAny, {
|
|
164
164
|
value: `0x${string}`;
|
|
165
|
-
__kind: "
|
|
165
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
166
166
|
}, {
|
|
167
167
|
value: string;
|
|
168
|
-
__kind: "
|
|
168
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
169
169
|
}>, {
|
|
170
170
|
readonly chain: "Ethereum";
|
|
171
171
|
readonly address: `0x${string}`;
|
|
@@ -183,13 +183,12 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
183
183
|
readonly address: string;
|
|
184
184
|
}, {
|
|
185
185
|
value: string;
|
|
186
|
-
__kind: "
|
|
186
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
187
187
|
}>;
|
|
188
188
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
189
189
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
190
190
|
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
191
191
|
}, "strip", z.ZodTypeAny, {
|
|
192
|
-
brokerId: `cF${string}`;
|
|
193
192
|
__kind: "DepositChannel";
|
|
194
193
|
depositAddress: {
|
|
195
194
|
readonly chain: "Ethereum";
|
|
@@ -209,15 +208,16 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
209
208
|
};
|
|
210
209
|
channelId: bigint;
|
|
211
210
|
depositBlockHeight: bigint;
|
|
211
|
+
brokerId: `cF${string}`;
|
|
212
212
|
}, {
|
|
213
|
-
brokerId: string;
|
|
214
213
|
__kind: "DepositChannel";
|
|
215
214
|
depositAddress: {
|
|
216
215
|
value: string;
|
|
217
|
-
__kind: "
|
|
216
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
218
217
|
};
|
|
219
218
|
channelId: string | number;
|
|
220
219
|
depositBlockHeight: string | number;
|
|
220
|
+
brokerId: string;
|
|
221
221
|
}>, z.ZodObject<{
|
|
222
222
|
__kind: z.ZodLiteral<"Vault">;
|
|
223
223
|
txId: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -378,10 +378,10 @@ declare const cfChainsCcmDepositMetadataGenericEncodedAddress: z.ZodObject<{
|
|
|
378
378
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
379
379
|
}, "strip", z.ZodTypeAny, {
|
|
380
380
|
value: `0x${string}`;
|
|
381
|
-
__kind: "
|
|
381
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
382
382
|
}, {
|
|
383
383
|
value: string;
|
|
384
|
-
__kind: "
|
|
384
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
385
385
|
}>, {
|
|
386
386
|
readonly chain: "Ethereum";
|
|
387
387
|
readonly address: `0x${string}`;
|
|
@@ -399,7 +399,7 @@ declare const cfChainsCcmDepositMetadataGenericEncodedAddress: z.ZodObject<{
|
|
|
399
399
|
readonly address: string;
|
|
400
400
|
}, {
|
|
401
401
|
value: string;
|
|
402
|
-
__kind: "
|
|
402
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
403
403
|
}>>>;
|
|
404
404
|
}, "strip", z.ZodTypeAny, {
|
|
405
405
|
channelMetadata: {
|
|
@@ -435,7 +435,7 @@ declare const cfChainsCcmDepositMetadataGenericEncodedAddress: z.ZodObject<{
|
|
|
435
435
|
};
|
|
436
436
|
sourceAddress?: {
|
|
437
437
|
value: string;
|
|
438
|
-
__kind: "
|
|
438
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
439
439
|
} | null | undefined;
|
|
440
440
|
}>;
|
|
441
441
|
declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -457,10 +457,10 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
457
457
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
458
458
|
}, "strip", z.ZodTypeAny, {
|
|
459
459
|
value: `0x${string}`;
|
|
460
|
-
__kind: "
|
|
460
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
461
461
|
}, {
|
|
462
462
|
value: string;
|
|
463
|
-
__kind: "
|
|
463
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
464
464
|
}>, {
|
|
465
465
|
readonly chain: "Ethereum";
|
|
466
466
|
readonly address: `0x${string}`;
|
|
@@ -478,7 +478,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
478
478
|
readonly address: string;
|
|
479
479
|
}, {
|
|
480
480
|
value: string;
|
|
481
|
-
__kind: "
|
|
481
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
482
482
|
}>;
|
|
483
483
|
ccmDepositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
484
484
|
channelMetadata: z.ZodObject<{
|
|
@@ -508,10 +508,10 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
508
508
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
509
509
|
}, "strip", z.ZodTypeAny, {
|
|
510
510
|
value: `0x${string}`;
|
|
511
|
-
__kind: "
|
|
511
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
512
512
|
}, {
|
|
513
513
|
value: string;
|
|
514
|
-
__kind: "
|
|
514
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
515
515
|
}>, {
|
|
516
516
|
readonly chain: "Ethereum";
|
|
517
517
|
readonly address: `0x${string}`;
|
|
@@ -529,7 +529,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
529
529
|
readonly address: string;
|
|
530
530
|
}, {
|
|
531
531
|
value: string;
|
|
532
|
-
__kind: "
|
|
532
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
533
533
|
}>>>;
|
|
534
534
|
}, "strip", z.ZodTypeAny, {
|
|
535
535
|
channelMetadata: {
|
|
@@ -565,7 +565,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
565
565
|
};
|
|
566
566
|
sourceAddress?: {
|
|
567
567
|
value: string;
|
|
568
|
-
__kind: "
|
|
568
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
569
569
|
} | null | undefined;
|
|
570
570
|
}>>>;
|
|
571
571
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -614,7 +614,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
614
614
|
__kind: "Regular";
|
|
615
615
|
outputAddress: {
|
|
616
616
|
value: string;
|
|
617
|
-
__kind: "
|
|
617
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
618
618
|
};
|
|
619
619
|
ccmDepositMetadata?: {
|
|
620
620
|
channelMetadata: {
|
|
@@ -627,7 +627,7 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
|
|
|
627
627
|
};
|
|
628
628
|
sourceAddress?: {
|
|
629
629
|
value: string;
|
|
630
|
-
__kind: "
|
|
630
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
631
631
|
} | null | undefined;
|
|
632
632
|
} | null | undefined;
|
|
633
633
|
}>]>;
|
|
@@ -648,10 +648,10 @@ declare const cfChainsChannelRefundParametersEncodedAddress: z.ZodObject<{
|
|
|
648
648
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
649
649
|
}, "strip", z.ZodTypeAny, {
|
|
650
650
|
value: `0x${string}`;
|
|
651
|
-
__kind: "
|
|
651
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
652
652
|
}, {
|
|
653
653
|
value: string;
|
|
654
|
-
__kind: "
|
|
654
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
655
655
|
}>, {
|
|
656
656
|
readonly chain: "Ethereum";
|
|
657
657
|
readonly address: `0x${string}`;
|
|
@@ -669,7 +669,7 @@ declare const cfChainsChannelRefundParametersEncodedAddress: z.ZodObject<{
|
|
|
669
669
|
readonly address: string;
|
|
670
670
|
}, {
|
|
671
671
|
value: string;
|
|
672
|
-
__kind: "
|
|
672
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
673
673
|
}>;
|
|
674
674
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
675
675
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -695,7 +695,7 @@ declare const cfChainsChannelRefundParametersEncodedAddress: z.ZodObject<{
|
|
|
695
695
|
retryDuration: number;
|
|
696
696
|
refundAddress: {
|
|
697
697
|
value: string;
|
|
698
|
-
__kind: "
|
|
698
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
699
699
|
};
|
|
700
700
|
minPrice: string | number;
|
|
701
701
|
}>;
|
|
@@ -712,11 +712,11 @@ declare const cfPrimitivesDcaParameters: z.ZodObject<{
|
|
|
712
712
|
declare const cfTraitsSwappingSwapType: z.ZodEffects<z.ZodObject<{
|
|
713
713
|
__kind: z.ZodEnum<["Swap", "NetworkFee", "IngressEgressFee"]>;
|
|
714
714
|
}, "strip", z.ZodTypeAny, {
|
|
715
|
-
__kind: "
|
|
715
|
+
__kind: "NetworkFee" | "IngressEgressFee" | "Swap";
|
|
716
716
|
}, {
|
|
717
|
-
__kind: "
|
|
718
|
-
}>, "
|
|
719
|
-
__kind: "
|
|
717
|
+
__kind: "NetworkFee" | "IngressEgressFee" | "Swap";
|
|
718
|
+
}>, "NetworkFee" | "IngressEgressFee" | "Swap", {
|
|
719
|
+
__kind: "NetworkFee" | "IngressEgressFee" | "Swap";
|
|
720
720
|
}>;
|
|
721
721
|
declare const cfPrimitivesChainsAssetsEthAsset: z.ZodEffects<z.ZodObject<{
|
|
722
722
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Usdt"]>;
|
|
@@ -798,11 +798,11 @@ declare const solPrimPdaPdaError: z.ZodEffects<z.ZodObject<{
|
|
|
798
798
|
declare const cfChainsCcmCheckerCcmValidityError: z.ZodEffects<z.ZodObject<{
|
|
799
799
|
__kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress"]>;
|
|
800
800
|
}, "strip", z.ZodTypeAny, {
|
|
801
|
-
__kind: "
|
|
801
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
802
802
|
}, {
|
|
803
|
-
__kind: "
|
|
804
|
-
}>, "
|
|
805
|
-
__kind: "
|
|
803
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
804
|
+
}>, "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress", {
|
|
805
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
806
806
|
}>;
|
|
807
807
|
declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
808
808
|
__kind: z.ZodLiteral<"CannotLookupApiEnvironment">;
|
|
@@ -858,18 +858,18 @@ declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodDiscriminatedUn
|
|
|
858
858
|
value: z.ZodEffects<z.ZodObject<{
|
|
859
859
|
__kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress"]>;
|
|
860
860
|
}, "strip", z.ZodTypeAny, {
|
|
861
|
-
__kind: "
|
|
861
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
862
862
|
}, {
|
|
863
|
-
__kind: "
|
|
864
|
-
}>, "
|
|
865
|
-
__kind: "
|
|
863
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
864
|
+
}>, "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress", {
|
|
865
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
866
866
|
}>;
|
|
867
867
|
}, "strip", z.ZodTypeAny, {
|
|
868
|
-
value: "
|
|
868
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
869
869
|
__kind: "InvalidCcm";
|
|
870
870
|
}, {
|
|
871
871
|
value: {
|
|
872
|
-
__kind: "
|
|
872
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
873
873
|
};
|
|
874
874
|
__kind: "InvalidCcm";
|
|
875
875
|
}>, z.ZodObject<{
|
|
@@ -1129,18 +1129,18 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
1129
1129
|
value: z.ZodEffects<z.ZodObject<{
|
|
1130
1130
|
__kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress"]>;
|
|
1131
1131
|
}, "strip", z.ZodTypeAny, {
|
|
1132
|
-
__kind: "
|
|
1132
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
1133
1133
|
}, {
|
|
1134
|
-
__kind: "
|
|
1135
|
-
}>, "
|
|
1136
|
-
__kind: "
|
|
1134
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
1135
|
+
}>, "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress", {
|
|
1136
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
1137
1137
|
}>;
|
|
1138
1138
|
}, "strip", z.ZodTypeAny, {
|
|
1139
|
-
value: "
|
|
1139
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
1140
1140
|
__kind: "InvalidCcm";
|
|
1141
1141
|
}, {
|
|
1142
1142
|
value: {
|
|
1143
|
-
__kind: "
|
|
1143
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
1144
1144
|
};
|
|
1145
1145
|
__kind: "InvalidCcm";
|
|
1146
1146
|
}>, z.ZodObject<{
|
|
@@ -1174,7 +1174,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
1174
1174
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
1175
1175
|
__kind: "FailedToDeriveAddress";
|
|
1176
1176
|
} | {
|
|
1177
|
-
value: "
|
|
1177
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
1178
1178
|
__kind: "InvalidCcm";
|
|
1179
1179
|
} | {
|
|
1180
1180
|
__kind: "FailedToSerializeFinalTransaction";
|
|
@@ -1201,7 +1201,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
1201
1201
|
__kind: "FailedToDeriveAddress";
|
|
1202
1202
|
} | {
|
|
1203
1203
|
value: {
|
|
1204
|
-
__kind: "
|
|
1204
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
1205
1205
|
};
|
|
1206
1206
|
__kind: "InvalidCcm";
|
|
1207
1207
|
} | {
|
|
@@ -1739,18 +1739,18 @@ declare const palletCfEthereumIngressEgressDepositWitnessEthereum: z.ZodObject<{
|
|
|
1739
1739
|
txHashes?: string[] | null | undefined;
|
|
1740
1740
|
}>;
|
|
1741
1741
|
}, "strip", z.ZodTypeAny, {
|
|
1742
|
+
depositAddress: `0x${string}`;
|
|
1742
1743
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
1743
1744
|
amount: bigint;
|
|
1744
|
-
depositAddress: `0x${string}`;
|
|
1745
1745
|
depositDetails: {
|
|
1746
1746
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
1747
1747
|
};
|
|
1748
1748
|
}, {
|
|
1749
|
+
depositAddress: string;
|
|
1749
1750
|
asset: {
|
|
1750
1751
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
1751
1752
|
};
|
|
1752
1753
|
amount: string | number;
|
|
1753
|
-
depositAddress: string;
|
|
1754
1754
|
depositDetails: {
|
|
1755
1755
|
txHashes?: string[] | null | undefined;
|
|
1756
1756
|
};
|
|
@@ -2251,21 +2251,21 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
2251
2251
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
2252
2252
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
2253
2253
|
}, "strip", z.ZodTypeAny, {
|
|
2254
|
-
__kind: "
|
|
2254
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2255
2255
|
}, {
|
|
2256
|
-
__kind: "
|
|
2257
|
-
}>, "
|
|
2258
|
-
__kind: "
|
|
2256
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2257
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
2258
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2259
2259
|
}>;
|
|
2260
2260
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
2261
2261
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
2262
2262
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2263
2263
|
}, "strip", z.ZodTypeAny, {
|
|
2264
2264
|
value: `0x${string}`;
|
|
2265
|
-
__kind: "
|
|
2265
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2266
2266
|
}, {
|
|
2267
2267
|
value: string;
|
|
2268
|
-
__kind: "
|
|
2268
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2269
2269
|
}>, {
|
|
2270
2270
|
readonly chain: "Ethereum";
|
|
2271
2271
|
readonly address: `0x${string}`;
|
|
@@ -2283,7 +2283,7 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
2283
2283
|
readonly address: string;
|
|
2284
2284
|
}, {
|
|
2285
2285
|
value: string;
|
|
2286
|
-
__kind: "
|
|
2286
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2287
2287
|
}>;
|
|
2288
2288
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2289
2289
|
channelMetadata: z.ZodObject<{
|
|
@@ -2582,6 +2582,13 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
2582
2582
|
}>>>;
|
|
2583
2583
|
boostFee: z.ZodNumber;
|
|
2584
2584
|
}, "strip", z.ZodTypeAny, {
|
|
2585
|
+
txId: `0x${string}`;
|
|
2586
|
+
depositDetails: {
|
|
2587
|
+
txHashes?: `0x${string}`[] | null | undefined;
|
|
2588
|
+
};
|
|
2589
|
+
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
2590
|
+
depositAmount: bigint;
|
|
2591
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2585
2592
|
destinationAddress: {
|
|
2586
2593
|
readonly chain: "Ethereum";
|
|
2587
2594
|
readonly address: `0x${string}`;
|
|
@@ -2598,13 +2605,6 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
2598
2605
|
readonly chain: "Solana";
|
|
2599
2606
|
readonly address: string;
|
|
2600
2607
|
};
|
|
2601
|
-
txId: `0x${string}`;
|
|
2602
|
-
depositDetails: {
|
|
2603
|
-
txHashes?: `0x${string}`[] | null | undefined;
|
|
2604
|
-
};
|
|
2605
|
-
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
2606
|
-
depositAmount: bigint;
|
|
2607
|
-
outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2608
2608
|
affiliateFees: {
|
|
2609
2609
|
account: number;
|
|
2610
2610
|
bps: number;
|
|
@@ -2669,10 +2669,6 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
2669
2669
|
chunkInterval: number;
|
|
2670
2670
|
} | null | undefined;
|
|
2671
2671
|
}, {
|
|
2672
|
-
destinationAddress: {
|
|
2673
|
-
value: string;
|
|
2674
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
2675
|
-
};
|
|
2676
2672
|
txId: string;
|
|
2677
2673
|
depositDetails: {
|
|
2678
2674
|
txHashes?: string[] | null | undefined;
|
|
@@ -2682,7 +2678,11 @@ declare const palletCfEthereumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
2682
2678
|
};
|
|
2683
2679
|
depositAmount: string | number;
|
|
2684
2680
|
outputAsset: {
|
|
2685
|
-
__kind: "
|
|
2681
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2682
|
+
};
|
|
2683
|
+
destinationAddress: {
|
|
2684
|
+
value: string;
|
|
2685
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2686
2686
|
};
|
|
2687
2687
|
affiliateFees: {
|
|
2688
2688
|
account: number;
|
|
@@ -2772,18 +2772,18 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
2772
2772
|
txHashes?: string[] | null | undefined;
|
|
2773
2773
|
}>;
|
|
2774
2774
|
}, "strip", z.ZodTypeAny, {
|
|
2775
|
+
depositAddress: `0x${string}`;
|
|
2775
2776
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
2776
2777
|
amount: bigint;
|
|
2777
|
-
depositAddress: `0x${string}`;
|
|
2778
2778
|
depositDetails: {
|
|
2779
2779
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
2780
2780
|
};
|
|
2781
2781
|
}, {
|
|
2782
|
+
depositAddress: string;
|
|
2782
2783
|
asset: {
|
|
2783
2784
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
2784
2785
|
};
|
|
2785
2786
|
amount: string | number;
|
|
2786
|
-
depositAddress: string;
|
|
2787
2787
|
depositDetails: {
|
|
2788
2788
|
txHashes?: string[] | null | undefined;
|
|
2789
2789
|
};
|
|
@@ -2791,9 +2791,9 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
2791
2791
|
}, "strip", z.ZodTypeAny, {
|
|
2792
2792
|
__kind: "DepositChannel";
|
|
2793
2793
|
depositWitness: {
|
|
2794
|
+
depositAddress: `0x${string}`;
|
|
2794
2795
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
2795
2796
|
amount: bigint;
|
|
2796
|
-
depositAddress: `0x${string}`;
|
|
2797
2797
|
depositDetails: {
|
|
2798
2798
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
2799
2799
|
};
|
|
@@ -2801,11 +2801,11 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
2801
2801
|
}, {
|
|
2802
2802
|
__kind: "DepositChannel";
|
|
2803
2803
|
depositWitness: {
|
|
2804
|
+
depositAddress: string;
|
|
2804
2805
|
asset: {
|
|
2805
2806
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
2806
2807
|
};
|
|
2807
2808
|
amount: string | number;
|
|
2808
|
-
depositAddress: string;
|
|
2809
2809
|
depositDetails: {
|
|
2810
2810
|
txHashes?: string[] | null | undefined;
|
|
2811
2811
|
};
|
|
@@ -2835,21 +2835,21 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
2835
2835
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
2836
2836
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
2837
2837
|
}, "strip", z.ZodTypeAny, {
|
|
2838
|
-
__kind: "
|
|
2838
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2839
2839
|
}, {
|
|
2840
|
-
__kind: "
|
|
2841
|
-
}>, "
|
|
2842
|
-
__kind: "
|
|
2840
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2841
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
2842
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2843
2843
|
}>;
|
|
2844
2844
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
2845
2845
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
2846
2846
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2847
2847
|
}, "strip", z.ZodTypeAny, {
|
|
2848
2848
|
value: `0x${string}`;
|
|
2849
|
-
__kind: "
|
|
2849
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2850
2850
|
}, {
|
|
2851
2851
|
value: string;
|
|
2852
|
-
__kind: "
|
|
2852
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2853
2853
|
}>, {
|
|
2854
2854
|
readonly chain: "Ethereum";
|
|
2855
2855
|
readonly address: `0x${string}`;
|
|
@@ -2867,7 +2867,7 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
2867
2867
|
readonly address: string;
|
|
2868
2868
|
}, {
|
|
2869
2869
|
value: string;
|
|
2870
|
-
__kind: "
|
|
2870
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
2871
2871
|
}>;
|
|
2872
2872
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2873
2873
|
channelMetadata: z.ZodObject<{
|
|
@@ -3166,6 +3166,13 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
3166
3166
|
}>>>;
|
|
3167
3167
|
boostFee: z.ZodNumber;
|
|
3168
3168
|
}, "strip", z.ZodTypeAny, {
|
|
3169
|
+
txId: `0x${string}`;
|
|
3170
|
+
depositDetails: {
|
|
3171
|
+
txHashes?: `0x${string}`[] | null | undefined;
|
|
3172
|
+
};
|
|
3173
|
+
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
3174
|
+
depositAmount: bigint;
|
|
3175
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3169
3176
|
destinationAddress: {
|
|
3170
3177
|
readonly chain: "Ethereum";
|
|
3171
3178
|
readonly address: `0x${string}`;
|
|
@@ -3182,13 +3189,6 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
3182
3189
|
readonly chain: "Solana";
|
|
3183
3190
|
readonly address: string;
|
|
3184
3191
|
};
|
|
3185
|
-
txId: `0x${string}`;
|
|
3186
|
-
depositDetails: {
|
|
3187
|
-
txHashes?: `0x${string}`[] | null | undefined;
|
|
3188
|
-
};
|
|
3189
|
-
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
3190
|
-
depositAmount: bigint;
|
|
3191
|
-
outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3192
3192
|
affiliateFees: {
|
|
3193
3193
|
account: number;
|
|
3194
3194
|
bps: number;
|
|
@@ -3253,10 +3253,6 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
3253
3253
|
chunkInterval: number;
|
|
3254
3254
|
} | null | undefined;
|
|
3255
3255
|
}, {
|
|
3256
|
-
destinationAddress: {
|
|
3257
|
-
value: string;
|
|
3258
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
3259
|
-
};
|
|
3260
3256
|
txId: string;
|
|
3261
3257
|
depositDetails: {
|
|
3262
3258
|
txHashes?: string[] | null | undefined;
|
|
@@ -3266,7 +3262,11 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
3266
3262
|
};
|
|
3267
3263
|
depositAmount: string | number;
|
|
3268
3264
|
outputAsset: {
|
|
3269
|
-
__kind: "
|
|
3265
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3266
|
+
};
|
|
3267
|
+
destinationAddress: {
|
|
3268
|
+
value: string;
|
|
3269
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
3270
3270
|
};
|
|
3271
3271
|
affiliateFees: {
|
|
3272
3272
|
account: number;
|
|
@@ -3337,6 +3337,13 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
3337
3337
|
}, "strip", z.ZodTypeAny, {
|
|
3338
3338
|
__kind: "Vault";
|
|
3339
3339
|
vaultWitness: {
|
|
3340
|
+
txId: `0x${string}`;
|
|
3341
|
+
depositDetails: {
|
|
3342
|
+
txHashes?: `0x${string}`[] | null | undefined;
|
|
3343
|
+
};
|
|
3344
|
+
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
3345
|
+
depositAmount: bigint;
|
|
3346
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3340
3347
|
destinationAddress: {
|
|
3341
3348
|
readonly chain: "Ethereum";
|
|
3342
3349
|
readonly address: `0x${string}`;
|
|
@@ -3353,13 +3360,6 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
3353
3360
|
readonly chain: "Solana";
|
|
3354
3361
|
readonly address: string;
|
|
3355
3362
|
};
|
|
3356
|
-
txId: `0x${string}`;
|
|
3357
|
-
depositDetails: {
|
|
3358
|
-
txHashes?: `0x${string}`[] | null | undefined;
|
|
3359
|
-
};
|
|
3360
|
-
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
3361
|
-
depositAmount: bigint;
|
|
3362
|
-
outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3363
3363
|
affiliateFees: {
|
|
3364
3364
|
account: number;
|
|
3365
3365
|
bps: number;
|
|
@@ -3427,10 +3427,6 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
3427
3427
|
}, {
|
|
3428
3428
|
__kind: "Vault";
|
|
3429
3429
|
vaultWitness: {
|
|
3430
|
-
destinationAddress: {
|
|
3431
|
-
value: string;
|
|
3432
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
3433
|
-
};
|
|
3434
3430
|
txId: string;
|
|
3435
3431
|
depositDetails: {
|
|
3436
3432
|
txHashes?: string[] | null | undefined;
|
|
@@ -3440,7 +3436,11 @@ declare const palletCfEthereumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
3440
3436
|
};
|
|
3441
3437
|
depositAmount: string | number;
|
|
3442
3438
|
outputAsset: {
|
|
3443
|
-
__kind: "
|
|
3439
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3440
|
+
};
|
|
3441
|
+
destinationAddress: {
|
|
3442
|
+
value: string;
|
|
3443
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
3444
3444
|
};
|
|
3445
3445
|
affiliateFees: {
|
|
3446
3446
|
account: number;
|
|
@@ -3618,18 +3618,18 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
|
|
|
3618
3618
|
value: z.ZodEffects<z.ZodObject<{
|
|
3619
3619
|
__kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress"]>;
|
|
3620
3620
|
}, "strip", z.ZodTypeAny, {
|
|
3621
|
-
__kind: "
|
|
3621
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
3622
3622
|
}, {
|
|
3623
|
-
__kind: "
|
|
3624
|
-
}>, "
|
|
3625
|
-
__kind: "
|
|
3623
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
3624
|
+
}>, "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress", {
|
|
3625
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
3626
3626
|
}>;
|
|
3627
3627
|
}, "strip", z.ZodTypeAny, {
|
|
3628
|
-
value: "
|
|
3628
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
3629
3629
|
__kind: "InvalidCcm";
|
|
3630
3630
|
}, {
|
|
3631
3631
|
value: {
|
|
3632
|
-
__kind: "
|
|
3632
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
3633
3633
|
};
|
|
3634
3634
|
__kind: "InvalidCcm";
|
|
3635
3635
|
}>, z.ZodObject<{
|
|
@@ -3663,7 +3663,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
|
|
|
3663
3663
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
3664
3664
|
__kind: "FailedToDeriveAddress";
|
|
3665
3665
|
} | {
|
|
3666
|
-
value: "
|
|
3666
|
+
value: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
3667
3667
|
__kind: "InvalidCcm";
|
|
3668
3668
|
} | {
|
|
3669
3669
|
__kind: "FailedToSerializeFinalTransaction";
|
|
@@ -3690,7 +3690,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
|
|
|
3690
3690
|
__kind: "FailedToDeriveAddress";
|
|
3691
3691
|
} | {
|
|
3692
3692
|
value: {
|
|
3693
|
-
__kind: "
|
|
3693
|
+
__kind: "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "InvalidDestinationAddress";
|
|
3694
3694
|
};
|
|
3695
3695
|
__kind: "InvalidCcm";
|
|
3696
3696
|
} | {
|
|
@@ -4274,16 +4274,16 @@ declare const palletCfPolkadotIngressEgressDepositWitnessPolkadot: z.ZodObject<{
|
|
|
4274
4274
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
4275
4275
|
depositDetails: z.ZodNumber;
|
|
4276
4276
|
}, "strip", z.ZodTypeAny, {
|
|
4277
|
+
depositAddress: `0x${string}`;
|
|
4277
4278
|
asset: "Dot";
|
|
4278
4279
|
amount: bigint;
|
|
4279
|
-
depositAddress: `0x${string}`;
|
|
4280
4280
|
depositDetails: number;
|
|
4281
4281
|
}, {
|
|
4282
|
+
depositAddress: string;
|
|
4282
4283
|
asset: {
|
|
4283
4284
|
__kind: "Dot";
|
|
4284
4285
|
};
|
|
4285
4286
|
amount: string | number;
|
|
4286
|
-
depositAddress: string;
|
|
4287
4287
|
depositDetails: number;
|
|
4288
4288
|
}>;
|
|
4289
4289
|
declare const cfChainsChannelRefundParametersPolkadotAccountId: z.ZodObject<{
|
|
@@ -4316,21 +4316,21 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
4316
4316
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
4317
4317
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
4318
4318
|
}, "strip", z.ZodTypeAny, {
|
|
4319
|
-
__kind: "
|
|
4319
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
4320
4320
|
}, {
|
|
4321
|
-
__kind: "
|
|
4322
|
-
}>, "
|
|
4323
|
-
__kind: "
|
|
4321
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
4322
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
4323
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
4324
4324
|
}>;
|
|
4325
4325
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
4326
4326
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
4327
4327
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4328
4328
|
}, "strip", z.ZodTypeAny, {
|
|
4329
4329
|
value: `0x${string}`;
|
|
4330
|
-
__kind: "
|
|
4330
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
4331
4331
|
}, {
|
|
4332
4332
|
value: string;
|
|
4333
|
-
__kind: "
|
|
4333
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
4334
4334
|
}>, {
|
|
4335
4335
|
readonly chain: "Ethereum";
|
|
4336
4336
|
readonly address: `0x${string}`;
|
|
@@ -4348,7 +4348,7 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
4348
4348
|
readonly address: string;
|
|
4349
4349
|
}, {
|
|
4350
4350
|
value: string;
|
|
4351
|
-
__kind: "
|
|
4351
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
4352
4352
|
}>;
|
|
4353
4353
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4354
4354
|
channelMetadata: z.ZodObject<{
|
|
@@ -4656,6 +4656,14 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
4656
4656
|
}>>>;
|
|
4657
4657
|
boostFee: z.ZodNumber;
|
|
4658
4658
|
}, "strip", z.ZodTypeAny, {
|
|
4659
|
+
txId: {
|
|
4660
|
+
blockNumber: number;
|
|
4661
|
+
extrinsicIndex: number;
|
|
4662
|
+
};
|
|
4663
|
+
depositDetails: number;
|
|
4664
|
+
inputAsset: "Dot";
|
|
4665
|
+
depositAmount: bigint;
|
|
4666
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
4659
4667
|
destinationAddress: {
|
|
4660
4668
|
readonly chain: "Ethereum";
|
|
4661
4669
|
readonly address: `0x${string}`;
|
|
@@ -4672,14 +4680,6 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
4672
4680
|
readonly chain: "Solana";
|
|
4673
4681
|
readonly address: string;
|
|
4674
4682
|
};
|
|
4675
|
-
txId: {
|
|
4676
|
-
blockNumber: number;
|
|
4677
|
-
extrinsicIndex: number;
|
|
4678
|
-
};
|
|
4679
|
-
depositDetails: number;
|
|
4680
|
-
inputAsset: "Dot";
|
|
4681
|
-
depositAmount: bigint;
|
|
4682
|
-
outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
4683
4683
|
affiliateFees: {
|
|
4684
4684
|
account: number;
|
|
4685
4685
|
bps: number;
|
|
@@ -4744,10 +4744,6 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
4744
4744
|
chunkInterval: number;
|
|
4745
4745
|
} | null | undefined;
|
|
4746
4746
|
}, {
|
|
4747
|
-
destinationAddress: {
|
|
4748
|
-
value: string;
|
|
4749
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
4750
|
-
};
|
|
4751
4747
|
txId: {
|
|
4752
4748
|
blockNumber: number;
|
|
4753
4749
|
extrinsicIndex: number;
|
|
@@ -4758,7 +4754,11 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
4758
4754
|
};
|
|
4759
4755
|
depositAmount: string | number;
|
|
4760
4756
|
outputAsset: {
|
|
4761
|
-
__kind: "
|
|
4757
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
4758
|
+
};
|
|
4759
|
+
destinationAddress: {
|
|
4760
|
+
value: string;
|
|
4761
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
4762
4762
|
};
|
|
4763
4763
|
affiliateFees: {
|
|
4764
4764
|
account: number;
|
|
@@ -4842,34 +4842,34 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
4842
4842
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
4843
4843
|
depositDetails: z.ZodNumber;
|
|
4844
4844
|
}, "strip", z.ZodTypeAny, {
|
|
4845
|
+
depositAddress: `0x${string}`;
|
|
4845
4846
|
asset: "Dot";
|
|
4846
4847
|
amount: bigint;
|
|
4847
|
-
depositAddress: `0x${string}`;
|
|
4848
4848
|
depositDetails: number;
|
|
4849
4849
|
}, {
|
|
4850
|
+
depositAddress: string;
|
|
4850
4851
|
asset: {
|
|
4851
4852
|
__kind: "Dot";
|
|
4852
4853
|
};
|
|
4853
4854
|
amount: string | number;
|
|
4854
|
-
depositAddress: string;
|
|
4855
4855
|
depositDetails: number;
|
|
4856
4856
|
}>;
|
|
4857
4857
|
}, "strip", z.ZodTypeAny, {
|
|
4858
4858
|
__kind: "DepositChannel";
|
|
4859
4859
|
depositWitness: {
|
|
4860
|
+
depositAddress: `0x${string}`;
|
|
4860
4861
|
asset: "Dot";
|
|
4861
4862
|
amount: bigint;
|
|
4862
|
-
depositAddress: `0x${string}`;
|
|
4863
4863
|
depositDetails: number;
|
|
4864
4864
|
};
|
|
4865
4865
|
}, {
|
|
4866
4866
|
__kind: "DepositChannel";
|
|
4867
4867
|
depositWitness: {
|
|
4868
|
+
depositAddress: string;
|
|
4868
4869
|
asset: {
|
|
4869
4870
|
__kind: "Dot";
|
|
4870
4871
|
};
|
|
4871
4872
|
amount: string | number;
|
|
4872
|
-
depositAddress: string;
|
|
4873
4873
|
depositDetails: number;
|
|
4874
4874
|
};
|
|
4875
4875
|
}>, z.ZodObject<{
|
|
@@ -4891,21 +4891,21 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
4891
4891
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
4892
4892
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
4893
4893
|
}, "strip", z.ZodTypeAny, {
|
|
4894
|
-
__kind: "
|
|
4894
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
4895
4895
|
}, {
|
|
4896
|
-
__kind: "
|
|
4897
|
-
}>, "
|
|
4898
|
-
__kind: "
|
|
4896
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
4897
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
4898
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
4899
4899
|
}>;
|
|
4900
4900
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
4901
4901
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
4902
4902
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4903
4903
|
}, "strip", z.ZodTypeAny, {
|
|
4904
4904
|
value: `0x${string}`;
|
|
4905
|
-
__kind: "
|
|
4905
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
4906
4906
|
}, {
|
|
4907
4907
|
value: string;
|
|
4908
|
-
__kind: "
|
|
4908
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
4909
4909
|
}>, {
|
|
4910
4910
|
readonly chain: "Ethereum";
|
|
4911
4911
|
readonly address: `0x${string}`;
|
|
@@ -4923,7 +4923,7 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
4923
4923
|
readonly address: string;
|
|
4924
4924
|
}, {
|
|
4925
4925
|
value: string;
|
|
4926
|
-
__kind: "
|
|
4926
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
4927
4927
|
}>;
|
|
4928
4928
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4929
4929
|
channelMetadata: z.ZodObject<{
|
|
@@ -5231,6 +5231,14 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
5231
5231
|
}>>>;
|
|
5232
5232
|
boostFee: z.ZodNumber;
|
|
5233
5233
|
}, "strip", z.ZodTypeAny, {
|
|
5234
|
+
txId: {
|
|
5235
|
+
blockNumber: number;
|
|
5236
|
+
extrinsicIndex: number;
|
|
5237
|
+
};
|
|
5238
|
+
depositDetails: number;
|
|
5239
|
+
inputAsset: "Dot";
|
|
5240
|
+
depositAmount: bigint;
|
|
5241
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
5234
5242
|
destinationAddress: {
|
|
5235
5243
|
readonly chain: "Ethereum";
|
|
5236
5244
|
readonly address: `0x${string}`;
|
|
@@ -5247,14 +5255,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
5247
5255
|
readonly chain: "Solana";
|
|
5248
5256
|
readonly address: string;
|
|
5249
5257
|
};
|
|
5250
|
-
txId: {
|
|
5251
|
-
blockNumber: number;
|
|
5252
|
-
extrinsicIndex: number;
|
|
5253
|
-
};
|
|
5254
|
-
depositDetails: number;
|
|
5255
|
-
inputAsset: "Dot";
|
|
5256
|
-
depositAmount: bigint;
|
|
5257
|
-
outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
5258
5258
|
affiliateFees: {
|
|
5259
5259
|
account: number;
|
|
5260
5260
|
bps: number;
|
|
@@ -5319,10 +5319,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
5319
5319
|
chunkInterval: number;
|
|
5320
5320
|
} | null | undefined;
|
|
5321
5321
|
}, {
|
|
5322
|
-
destinationAddress: {
|
|
5323
|
-
value: string;
|
|
5324
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
5325
|
-
};
|
|
5326
5322
|
txId: {
|
|
5327
5323
|
blockNumber: number;
|
|
5328
5324
|
extrinsicIndex: number;
|
|
@@ -5333,7 +5329,11 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
5333
5329
|
};
|
|
5334
5330
|
depositAmount: string | number;
|
|
5335
5331
|
outputAsset: {
|
|
5336
|
-
__kind: "
|
|
5332
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
5333
|
+
};
|
|
5334
|
+
destinationAddress: {
|
|
5335
|
+
value: string;
|
|
5336
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
5337
5337
|
};
|
|
5338
5338
|
affiliateFees: {
|
|
5339
5339
|
account: number;
|
|
@@ -5404,6 +5404,14 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
5404
5404
|
}, "strip", z.ZodTypeAny, {
|
|
5405
5405
|
__kind: "Vault";
|
|
5406
5406
|
vaultWitness: {
|
|
5407
|
+
txId: {
|
|
5408
|
+
blockNumber: number;
|
|
5409
|
+
extrinsicIndex: number;
|
|
5410
|
+
};
|
|
5411
|
+
depositDetails: number;
|
|
5412
|
+
inputAsset: "Dot";
|
|
5413
|
+
depositAmount: bigint;
|
|
5414
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
5407
5415
|
destinationAddress: {
|
|
5408
5416
|
readonly chain: "Ethereum";
|
|
5409
5417
|
readonly address: `0x${string}`;
|
|
@@ -5420,14 +5428,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
5420
5428
|
readonly chain: "Solana";
|
|
5421
5429
|
readonly address: string;
|
|
5422
5430
|
};
|
|
5423
|
-
txId: {
|
|
5424
|
-
blockNumber: number;
|
|
5425
|
-
extrinsicIndex: number;
|
|
5426
|
-
};
|
|
5427
|
-
depositDetails: number;
|
|
5428
|
-
inputAsset: "Dot";
|
|
5429
|
-
depositAmount: bigint;
|
|
5430
|
-
outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
5431
5431
|
affiliateFees: {
|
|
5432
5432
|
account: number;
|
|
5433
5433
|
bps: number;
|
|
@@ -5495,10 +5495,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
5495
5495
|
}, {
|
|
5496
5496
|
__kind: "Vault";
|
|
5497
5497
|
vaultWitness: {
|
|
5498
|
-
destinationAddress: {
|
|
5499
|
-
value: string;
|
|
5500
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
5501
|
-
};
|
|
5502
5498
|
txId: {
|
|
5503
5499
|
blockNumber: number;
|
|
5504
5500
|
extrinsicIndex: number;
|
|
@@ -5509,7 +5505,11 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
5509
5505
|
};
|
|
5510
5506
|
depositAmount: string | number;
|
|
5511
5507
|
outputAsset: {
|
|
5512
|
-
__kind: "
|
|
5508
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
5509
|
+
};
|
|
5510
|
+
destinationAddress: {
|
|
5511
|
+
value: string;
|
|
5512
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
5513
5513
|
};
|
|
5514
5514
|
affiliateFees: {
|
|
5515
5515
|
account: number;
|
|
@@ -5764,7 +5764,6 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
|
|
|
5764
5764
|
} | null | undefined;
|
|
5765
5765
|
}>;
|
|
5766
5766
|
}, "strip", z.ZodTypeAny, {
|
|
5767
|
-
amount: bigint;
|
|
5768
5767
|
depositAddress: {
|
|
5769
5768
|
pubkeyX: `0x${string}`;
|
|
5770
5769
|
scriptPath?: {
|
|
@@ -5776,12 +5775,12 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
|
|
|
5776
5775
|
};
|
|
5777
5776
|
} | null | undefined;
|
|
5778
5777
|
};
|
|
5778
|
+
amount: bigint;
|
|
5779
5779
|
id: {
|
|
5780
5780
|
txId: `0x${string}`;
|
|
5781
5781
|
vout: number;
|
|
5782
5782
|
};
|
|
5783
5783
|
}, {
|
|
5784
|
-
amount: string | number;
|
|
5785
5784
|
depositAddress: {
|
|
5786
5785
|
pubkeyX: string;
|
|
5787
5786
|
scriptPath?: {
|
|
@@ -5793,6 +5792,7 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
|
|
|
5793
5792
|
};
|
|
5794
5793
|
} | null | undefined;
|
|
5795
5794
|
};
|
|
5795
|
+
amount: string | number;
|
|
5796
5796
|
id: {
|
|
5797
5797
|
txId: string;
|
|
5798
5798
|
vout: number;
|
|
@@ -6253,7 +6253,6 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
6253
6253
|
} | null | undefined;
|
|
6254
6254
|
}>;
|
|
6255
6255
|
}, "strip", z.ZodTypeAny, {
|
|
6256
|
-
amount: bigint;
|
|
6257
6256
|
depositAddress: {
|
|
6258
6257
|
pubkeyX: `0x${string}`;
|
|
6259
6258
|
scriptPath?: {
|
|
@@ -6265,12 +6264,12 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
6265
6264
|
};
|
|
6266
6265
|
} | null | undefined;
|
|
6267
6266
|
};
|
|
6267
|
+
amount: bigint;
|
|
6268
6268
|
id: {
|
|
6269
6269
|
txId: `0x${string}`;
|
|
6270
6270
|
vout: number;
|
|
6271
6271
|
};
|
|
6272
6272
|
}, {
|
|
6273
|
-
amount: string | number;
|
|
6274
6273
|
depositAddress: {
|
|
6275
6274
|
pubkeyX: string;
|
|
6276
6275
|
scriptPath?: {
|
|
@@ -6282,14 +6281,13 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
6282
6281
|
};
|
|
6283
6282
|
} | null | undefined;
|
|
6284
6283
|
};
|
|
6284
|
+
amount: string | number;
|
|
6285
6285
|
id: {
|
|
6286
6286
|
txId: string;
|
|
6287
6287
|
vout: number;
|
|
6288
6288
|
};
|
|
6289
6289
|
}>;
|
|
6290
6290
|
}, "strip", z.ZodTypeAny, {
|
|
6291
|
-
asset: "Btc";
|
|
6292
|
-
amount: bigint;
|
|
6293
6291
|
depositAddress: {
|
|
6294
6292
|
value: `0x${string}`;
|
|
6295
6293
|
__kind: "P2PKH";
|
|
@@ -6310,8 +6308,9 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
6310
6308
|
version: number;
|
|
6311
6309
|
program: `0x${string}`;
|
|
6312
6310
|
};
|
|
6311
|
+
asset: "Btc";
|
|
6312
|
+
amount: bigint;
|
|
6313
6313
|
depositDetails: {
|
|
6314
|
-
amount: bigint;
|
|
6315
6314
|
depositAddress: {
|
|
6316
6315
|
pubkeyX: `0x${string}`;
|
|
6317
6316
|
scriptPath?: {
|
|
@@ -6323,16 +6322,13 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
6323
6322
|
};
|
|
6324
6323
|
} | null | undefined;
|
|
6325
6324
|
};
|
|
6325
|
+
amount: bigint;
|
|
6326
6326
|
id: {
|
|
6327
6327
|
txId: `0x${string}`;
|
|
6328
6328
|
vout: number;
|
|
6329
6329
|
};
|
|
6330
6330
|
};
|
|
6331
6331
|
}, {
|
|
6332
|
-
asset: {
|
|
6333
|
-
__kind: "Btc";
|
|
6334
|
-
};
|
|
6335
|
-
amount: string | number;
|
|
6336
6332
|
depositAddress: {
|
|
6337
6333
|
value: string;
|
|
6338
6334
|
__kind: "P2PKH";
|
|
@@ -6353,8 +6349,11 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
6353
6349
|
version: number;
|
|
6354
6350
|
program: string;
|
|
6355
6351
|
};
|
|
6352
|
+
asset: {
|
|
6353
|
+
__kind: "Btc";
|
|
6354
|
+
};
|
|
6355
|
+
amount: string | number;
|
|
6356
6356
|
depositDetails: {
|
|
6357
|
-
amount: string | number;
|
|
6358
6357
|
depositAddress: {
|
|
6359
6358
|
pubkeyX: string;
|
|
6360
6359
|
scriptPath?: {
|
|
@@ -6366,6 +6365,7 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
6366
6365
|
};
|
|
6367
6366
|
} | null | undefined;
|
|
6368
6367
|
};
|
|
6368
|
+
amount: string | number;
|
|
6369
6369
|
id: {
|
|
6370
6370
|
txId: string;
|
|
6371
6371
|
vout: number;
|
|
@@ -6612,7 +6612,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
6612
6612
|
} | null | undefined;
|
|
6613
6613
|
}>;
|
|
6614
6614
|
}, "strip", z.ZodTypeAny, {
|
|
6615
|
-
amount: bigint;
|
|
6616
6615
|
depositAddress: {
|
|
6617
6616
|
pubkeyX: `0x${string}`;
|
|
6618
6617
|
scriptPath?: {
|
|
@@ -6624,12 +6623,12 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
6624
6623
|
};
|
|
6625
6624
|
} | null | undefined;
|
|
6626
6625
|
};
|
|
6626
|
+
amount: bigint;
|
|
6627
6627
|
id: {
|
|
6628
6628
|
txId: `0x${string}`;
|
|
6629
6629
|
vout: number;
|
|
6630
6630
|
};
|
|
6631
6631
|
}, {
|
|
6632
|
-
amount: string | number;
|
|
6633
6632
|
depositAddress: {
|
|
6634
6633
|
pubkeyX: string;
|
|
6635
6634
|
scriptPath?: {
|
|
@@ -6641,6 +6640,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
6641
6640
|
};
|
|
6642
6641
|
} | null | undefined;
|
|
6643
6642
|
};
|
|
6643
|
+
amount: string | number;
|
|
6644
6644
|
id: {
|
|
6645
6645
|
txId: string;
|
|
6646
6646
|
vout: number;
|
|
@@ -6649,21 +6649,21 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
6649
6649
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
6650
6650
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
6651
6651
|
}, "strip", z.ZodTypeAny, {
|
|
6652
|
-
__kind: "
|
|
6652
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
6653
6653
|
}, {
|
|
6654
|
-
__kind: "
|
|
6655
|
-
}>, "
|
|
6656
|
-
__kind: "
|
|
6654
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
6655
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
6656
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
6657
6657
|
}>;
|
|
6658
6658
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
6659
6659
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
6660
6660
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
6661
6661
|
}, "strip", z.ZodTypeAny, {
|
|
6662
6662
|
value: `0x${string}`;
|
|
6663
|
-
__kind: "
|
|
6663
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
6664
6664
|
}, {
|
|
6665
6665
|
value: string;
|
|
6666
|
-
__kind: "
|
|
6666
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
6667
6667
|
}>, {
|
|
6668
6668
|
readonly chain: "Ethereum";
|
|
6669
6669
|
readonly address: `0x${string}`;
|
|
@@ -6681,7 +6681,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
6681
6681
|
readonly address: string;
|
|
6682
6682
|
}, {
|
|
6683
6683
|
value: string;
|
|
6684
|
-
__kind: "
|
|
6684
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
6685
6685
|
}>;
|
|
6686
6686
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6687
6687
|
channelMetadata: z.ZodObject<{
|
|
@@ -7075,25 +7075,8 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
7075
7075
|
}>>>;
|
|
7076
7076
|
boostFee: z.ZodNumber;
|
|
7077
7077
|
}, "strip", z.ZodTypeAny, {
|
|
7078
|
-
destinationAddress: {
|
|
7079
|
-
readonly chain: "Ethereum";
|
|
7080
|
-
readonly address: `0x${string}`;
|
|
7081
|
-
} | {
|
|
7082
|
-
readonly chain: "Polkadot";
|
|
7083
|
-
readonly address: string;
|
|
7084
|
-
} | {
|
|
7085
|
-
readonly chain: "Bitcoin";
|
|
7086
|
-
readonly address: string;
|
|
7087
|
-
} | {
|
|
7088
|
-
readonly chain: "Arbitrum";
|
|
7089
|
-
readonly address: `0x${string}`;
|
|
7090
|
-
} | {
|
|
7091
|
-
readonly chain: "Solana";
|
|
7092
|
-
readonly address: string;
|
|
7093
|
-
};
|
|
7094
7078
|
txId: `0x${string}`;
|
|
7095
7079
|
depositDetails: {
|
|
7096
|
-
amount: bigint;
|
|
7097
7080
|
depositAddress: {
|
|
7098
7081
|
pubkeyX: `0x${string}`;
|
|
7099
7082
|
scriptPath?: {
|
|
@@ -7105,6 +7088,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
7105
7088
|
};
|
|
7106
7089
|
} | null | undefined;
|
|
7107
7090
|
};
|
|
7091
|
+
amount: bigint;
|
|
7108
7092
|
id: {
|
|
7109
7093
|
txId: `0x${string}`;
|
|
7110
7094
|
vout: number;
|
|
@@ -7112,7 +7096,23 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
7112
7096
|
};
|
|
7113
7097
|
inputAsset: "Btc";
|
|
7114
7098
|
depositAmount: bigint;
|
|
7115
|
-
outputAsset: "
|
|
7099
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
7100
|
+
destinationAddress: {
|
|
7101
|
+
readonly chain: "Ethereum";
|
|
7102
|
+
readonly address: `0x${string}`;
|
|
7103
|
+
} | {
|
|
7104
|
+
readonly chain: "Polkadot";
|
|
7105
|
+
readonly address: string;
|
|
7106
|
+
} | {
|
|
7107
|
+
readonly chain: "Bitcoin";
|
|
7108
|
+
readonly address: string;
|
|
7109
|
+
} | {
|
|
7110
|
+
readonly chain: "Arbitrum";
|
|
7111
|
+
readonly address: `0x${string}`;
|
|
7112
|
+
} | {
|
|
7113
|
+
readonly chain: "Solana";
|
|
7114
|
+
readonly address: string;
|
|
7115
|
+
};
|
|
7116
7116
|
affiliateFees: {
|
|
7117
7117
|
account: number;
|
|
7118
7118
|
bps: number;
|
|
@@ -7215,13 +7215,8 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
7215
7215
|
chunkInterval: number;
|
|
7216
7216
|
} | null | undefined;
|
|
7217
7217
|
}, {
|
|
7218
|
-
destinationAddress: {
|
|
7219
|
-
value: string;
|
|
7220
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
7221
|
-
};
|
|
7222
7218
|
txId: string;
|
|
7223
7219
|
depositDetails: {
|
|
7224
|
-
amount: string | number;
|
|
7225
7220
|
depositAddress: {
|
|
7226
7221
|
pubkeyX: string;
|
|
7227
7222
|
scriptPath?: {
|
|
@@ -7233,6 +7228,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
7233
7228
|
};
|
|
7234
7229
|
} | null | undefined;
|
|
7235
7230
|
};
|
|
7231
|
+
amount: string | number;
|
|
7236
7232
|
id: {
|
|
7237
7233
|
txId: string;
|
|
7238
7234
|
vout: number;
|
|
@@ -7243,7 +7239,11 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
7243
7239
|
};
|
|
7244
7240
|
depositAmount: string | number;
|
|
7245
7241
|
outputAsset: {
|
|
7246
|
-
__kind: "
|
|
7242
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
7243
|
+
};
|
|
7244
|
+
destinationAddress: {
|
|
7245
|
+
value: string;
|
|
7246
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
7247
7247
|
};
|
|
7248
7248
|
affiliateFees: {
|
|
7249
7249
|
account: number;
|
|
@@ -7482,7 +7482,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7482
7482
|
} | null | undefined;
|
|
7483
7483
|
}>;
|
|
7484
7484
|
}, "strip", z.ZodTypeAny, {
|
|
7485
|
-
amount: bigint;
|
|
7486
7485
|
depositAddress: {
|
|
7487
7486
|
pubkeyX: `0x${string}`;
|
|
7488
7487
|
scriptPath?: {
|
|
@@ -7494,12 +7493,12 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7494
7493
|
};
|
|
7495
7494
|
} | null | undefined;
|
|
7496
7495
|
};
|
|
7496
|
+
amount: bigint;
|
|
7497
7497
|
id: {
|
|
7498
7498
|
txId: `0x${string}`;
|
|
7499
7499
|
vout: number;
|
|
7500
7500
|
};
|
|
7501
7501
|
}, {
|
|
7502
|
-
amount: string | number;
|
|
7503
7502
|
depositAddress: {
|
|
7504
7503
|
pubkeyX: string;
|
|
7505
7504
|
scriptPath?: {
|
|
@@ -7511,14 +7510,13 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7511
7510
|
};
|
|
7512
7511
|
} | null | undefined;
|
|
7513
7512
|
};
|
|
7513
|
+
amount: string | number;
|
|
7514
7514
|
id: {
|
|
7515
7515
|
txId: string;
|
|
7516
7516
|
vout: number;
|
|
7517
7517
|
};
|
|
7518
7518
|
}>;
|
|
7519
7519
|
}, "strip", z.ZodTypeAny, {
|
|
7520
|
-
asset: "Btc";
|
|
7521
|
-
amount: bigint;
|
|
7522
7520
|
depositAddress: {
|
|
7523
7521
|
value: `0x${string}`;
|
|
7524
7522
|
__kind: "P2PKH";
|
|
@@ -7539,8 +7537,9 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7539
7537
|
version: number;
|
|
7540
7538
|
program: `0x${string}`;
|
|
7541
7539
|
};
|
|
7540
|
+
asset: "Btc";
|
|
7541
|
+
amount: bigint;
|
|
7542
7542
|
depositDetails: {
|
|
7543
|
-
amount: bigint;
|
|
7544
7543
|
depositAddress: {
|
|
7545
7544
|
pubkeyX: `0x${string}`;
|
|
7546
7545
|
scriptPath?: {
|
|
@@ -7552,16 +7551,13 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7552
7551
|
};
|
|
7553
7552
|
} | null | undefined;
|
|
7554
7553
|
};
|
|
7554
|
+
amount: bigint;
|
|
7555
7555
|
id: {
|
|
7556
7556
|
txId: `0x${string}`;
|
|
7557
7557
|
vout: number;
|
|
7558
7558
|
};
|
|
7559
7559
|
};
|
|
7560
7560
|
}, {
|
|
7561
|
-
asset: {
|
|
7562
|
-
__kind: "Btc";
|
|
7563
|
-
};
|
|
7564
|
-
amount: string | number;
|
|
7565
7561
|
depositAddress: {
|
|
7566
7562
|
value: string;
|
|
7567
7563
|
__kind: "P2PKH";
|
|
@@ -7582,8 +7578,11 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7582
7578
|
version: number;
|
|
7583
7579
|
program: string;
|
|
7584
7580
|
};
|
|
7581
|
+
asset: {
|
|
7582
|
+
__kind: "Btc";
|
|
7583
|
+
};
|
|
7584
|
+
amount: string | number;
|
|
7585
7585
|
depositDetails: {
|
|
7586
|
-
amount: string | number;
|
|
7587
7586
|
depositAddress: {
|
|
7588
7587
|
pubkeyX: string;
|
|
7589
7588
|
scriptPath?: {
|
|
@@ -7595,6 +7594,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7595
7594
|
};
|
|
7596
7595
|
} | null | undefined;
|
|
7597
7596
|
};
|
|
7597
|
+
amount: string | number;
|
|
7598
7598
|
id: {
|
|
7599
7599
|
txId: string;
|
|
7600
7600
|
vout: number;
|
|
@@ -7604,8 +7604,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7604
7604
|
}, "strip", z.ZodTypeAny, {
|
|
7605
7605
|
__kind: "DepositChannel";
|
|
7606
7606
|
depositWitness: {
|
|
7607
|
-
asset: "Btc";
|
|
7608
|
-
amount: bigint;
|
|
7609
7607
|
depositAddress: {
|
|
7610
7608
|
value: `0x${string}`;
|
|
7611
7609
|
__kind: "P2PKH";
|
|
@@ -7626,8 +7624,9 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7626
7624
|
version: number;
|
|
7627
7625
|
program: `0x${string}`;
|
|
7628
7626
|
};
|
|
7627
|
+
asset: "Btc";
|
|
7628
|
+
amount: bigint;
|
|
7629
7629
|
depositDetails: {
|
|
7630
|
-
amount: bigint;
|
|
7631
7630
|
depositAddress: {
|
|
7632
7631
|
pubkeyX: `0x${string}`;
|
|
7633
7632
|
scriptPath?: {
|
|
@@ -7639,6 +7638,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7639
7638
|
};
|
|
7640
7639
|
} | null | undefined;
|
|
7641
7640
|
};
|
|
7641
|
+
amount: bigint;
|
|
7642
7642
|
id: {
|
|
7643
7643
|
txId: `0x${string}`;
|
|
7644
7644
|
vout: number;
|
|
@@ -7648,10 +7648,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7648
7648
|
}, {
|
|
7649
7649
|
__kind: "DepositChannel";
|
|
7650
7650
|
depositWitness: {
|
|
7651
|
-
asset: {
|
|
7652
|
-
__kind: "Btc";
|
|
7653
|
-
};
|
|
7654
|
-
amount: string | number;
|
|
7655
7651
|
depositAddress: {
|
|
7656
7652
|
value: string;
|
|
7657
7653
|
__kind: "P2PKH";
|
|
@@ -7672,8 +7668,11 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7672
7668
|
version: number;
|
|
7673
7669
|
program: string;
|
|
7674
7670
|
};
|
|
7671
|
+
asset: {
|
|
7672
|
+
__kind: "Btc";
|
|
7673
|
+
};
|
|
7674
|
+
amount: string | number;
|
|
7675
7675
|
depositDetails: {
|
|
7676
|
-
amount: string | number;
|
|
7677
7676
|
depositAddress: {
|
|
7678
7677
|
pubkeyX: string;
|
|
7679
7678
|
scriptPath?: {
|
|
@@ -7685,6 +7684,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7685
7684
|
};
|
|
7686
7685
|
} | null | undefined;
|
|
7687
7686
|
};
|
|
7687
|
+
amount: string | number;
|
|
7688
7688
|
id: {
|
|
7689
7689
|
txId: string;
|
|
7690
7690
|
vout: number;
|
|
@@ -7825,7 +7825,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7825
7825
|
} | null | undefined;
|
|
7826
7826
|
}>;
|
|
7827
7827
|
}, "strip", z.ZodTypeAny, {
|
|
7828
|
-
amount: bigint;
|
|
7829
7828
|
depositAddress: {
|
|
7830
7829
|
pubkeyX: `0x${string}`;
|
|
7831
7830
|
scriptPath?: {
|
|
@@ -7837,12 +7836,12 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7837
7836
|
};
|
|
7838
7837
|
} | null | undefined;
|
|
7839
7838
|
};
|
|
7839
|
+
amount: bigint;
|
|
7840
7840
|
id: {
|
|
7841
7841
|
txId: `0x${string}`;
|
|
7842
7842
|
vout: number;
|
|
7843
7843
|
};
|
|
7844
7844
|
}, {
|
|
7845
|
-
amount: string | number;
|
|
7846
7845
|
depositAddress: {
|
|
7847
7846
|
pubkeyX: string;
|
|
7848
7847
|
scriptPath?: {
|
|
@@ -7854,6 +7853,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7854
7853
|
};
|
|
7855
7854
|
} | null | undefined;
|
|
7856
7855
|
};
|
|
7856
|
+
amount: string | number;
|
|
7857
7857
|
id: {
|
|
7858
7858
|
txId: string;
|
|
7859
7859
|
vout: number;
|
|
@@ -7862,21 +7862,21 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7862
7862
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
7863
7863
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
7864
7864
|
}, "strip", z.ZodTypeAny, {
|
|
7865
|
-
__kind: "
|
|
7865
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
7866
7866
|
}, {
|
|
7867
|
-
__kind: "
|
|
7868
|
-
}>, "
|
|
7869
|
-
__kind: "
|
|
7867
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
7868
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
7869
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
7870
7870
|
}>;
|
|
7871
7871
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
7872
7872
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
7873
7873
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7874
7874
|
}, "strip", z.ZodTypeAny, {
|
|
7875
7875
|
value: `0x${string}`;
|
|
7876
|
-
__kind: "
|
|
7876
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
7877
7877
|
}, {
|
|
7878
7878
|
value: string;
|
|
7879
|
-
__kind: "
|
|
7879
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
7880
7880
|
}>, {
|
|
7881
7881
|
readonly chain: "Ethereum";
|
|
7882
7882
|
readonly address: `0x${string}`;
|
|
@@ -7894,7 +7894,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
7894
7894
|
readonly address: string;
|
|
7895
7895
|
}, {
|
|
7896
7896
|
value: string;
|
|
7897
|
-
__kind: "
|
|
7897
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
7898
7898
|
}>;
|
|
7899
7899
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7900
7900
|
channelMetadata: z.ZodObject<{
|
|
@@ -8288,25 +8288,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8288
8288
|
}>>>;
|
|
8289
8289
|
boostFee: z.ZodNumber;
|
|
8290
8290
|
}, "strip", z.ZodTypeAny, {
|
|
8291
|
-
destinationAddress: {
|
|
8292
|
-
readonly chain: "Ethereum";
|
|
8293
|
-
readonly address: `0x${string}`;
|
|
8294
|
-
} | {
|
|
8295
|
-
readonly chain: "Polkadot";
|
|
8296
|
-
readonly address: string;
|
|
8297
|
-
} | {
|
|
8298
|
-
readonly chain: "Bitcoin";
|
|
8299
|
-
readonly address: string;
|
|
8300
|
-
} | {
|
|
8301
|
-
readonly chain: "Arbitrum";
|
|
8302
|
-
readonly address: `0x${string}`;
|
|
8303
|
-
} | {
|
|
8304
|
-
readonly chain: "Solana";
|
|
8305
|
-
readonly address: string;
|
|
8306
|
-
};
|
|
8307
8291
|
txId: `0x${string}`;
|
|
8308
8292
|
depositDetails: {
|
|
8309
|
-
amount: bigint;
|
|
8310
8293
|
depositAddress: {
|
|
8311
8294
|
pubkeyX: `0x${string}`;
|
|
8312
8295
|
scriptPath?: {
|
|
@@ -8318,6 +8301,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8318
8301
|
};
|
|
8319
8302
|
} | null | undefined;
|
|
8320
8303
|
};
|
|
8304
|
+
amount: bigint;
|
|
8321
8305
|
id: {
|
|
8322
8306
|
txId: `0x${string}`;
|
|
8323
8307
|
vout: number;
|
|
@@ -8325,7 +8309,23 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8325
8309
|
};
|
|
8326
8310
|
inputAsset: "Btc";
|
|
8327
8311
|
depositAmount: bigint;
|
|
8328
|
-
outputAsset: "
|
|
8312
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
8313
|
+
destinationAddress: {
|
|
8314
|
+
readonly chain: "Ethereum";
|
|
8315
|
+
readonly address: `0x${string}`;
|
|
8316
|
+
} | {
|
|
8317
|
+
readonly chain: "Polkadot";
|
|
8318
|
+
readonly address: string;
|
|
8319
|
+
} | {
|
|
8320
|
+
readonly chain: "Bitcoin";
|
|
8321
|
+
readonly address: string;
|
|
8322
|
+
} | {
|
|
8323
|
+
readonly chain: "Arbitrum";
|
|
8324
|
+
readonly address: `0x${string}`;
|
|
8325
|
+
} | {
|
|
8326
|
+
readonly chain: "Solana";
|
|
8327
|
+
readonly address: string;
|
|
8328
|
+
};
|
|
8329
8329
|
affiliateFees: {
|
|
8330
8330
|
account: number;
|
|
8331
8331
|
bps: number;
|
|
@@ -8428,13 +8428,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8428
8428
|
chunkInterval: number;
|
|
8429
8429
|
} | null | undefined;
|
|
8430
8430
|
}, {
|
|
8431
|
-
destinationAddress: {
|
|
8432
|
-
value: string;
|
|
8433
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
8434
|
-
};
|
|
8435
8431
|
txId: string;
|
|
8436
8432
|
depositDetails: {
|
|
8437
|
-
amount: string | number;
|
|
8438
8433
|
depositAddress: {
|
|
8439
8434
|
pubkeyX: string;
|
|
8440
8435
|
scriptPath?: {
|
|
@@ -8446,6 +8441,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8446
8441
|
};
|
|
8447
8442
|
} | null | undefined;
|
|
8448
8443
|
};
|
|
8444
|
+
amount: string | number;
|
|
8449
8445
|
id: {
|
|
8450
8446
|
txId: string;
|
|
8451
8447
|
vout: number;
|
|
@@ -8456,7 +8452,11 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8456
8452
|
};
|
|
8457
8453
|
depositAmount: string | number;
|
|
8458
8454
|
outputAsset: {
|
|
8459
|
-
__kind: "
|
|
8455
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
8456
|
+
};
|
|
8457
|
+
destinationAddress: {
|
|
8458
|
+
value: string;
|
|
8459
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
8460
8460
|
};
|
|
8461
8461
|
affiliateFees: {
|
|
8462
8462
|
account: number;
|
|
@@ -8565,25 +8565,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8565
8565
|
}, "strip", z.ZodTypeAny, {
|
|
8566
8566
|
__kind: "Vault";
|
|
8567
8567
|
vaultWitness: {
|
|
8568
|
-
destinationAddress: {
|
|
8569
|
-
readonly chain: "Ethereum";
|
|
8570
|
-
readonly address: `0x${string}`;
|
|
8571
|
-
} | {
|
|
8572
|
-
readonly chain: "Polkadot";
|
|
8573
|
-
readonly address: string;
|
|
8574
|
-
} | {
|
|
8575
|
-
readonly chain: "Bitcoin";
|
|
8576
|
-
readonly address: string;
|
|
8577
|
-
} | {
|
|
8578
|
-
readonly chain: "Arbitrum";
|
|
8579
|
-
readonly address: `0x${string}`;
|
|
8580
|
-
} | {
|
|
8581
|
-
readonly chain: "Solana";
|
|
8582
|
-
readonly address: string;
|
|
8583
|
-
};
|
|
8584
8568
|
txId: `0x${string}`;
|
|
8585
8569
|
depositDetails: {
|
|
8586
|
-
amount: bigint;
|
|
8587
8570
|
depositAddress: {
|
|
8588
8571
|
pubkeyX: `0x${string}`;
|
|
8589
8572
|
scriptPath?: {
|
|
@@ -8595,6 +8578,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8595
8578
|
};
|
|
8596
8579
|
} | null | undefined;
|
|
8597
8580
|
};
|
|
8581
|
+
amount: bigint;
|
|
8598
8582
|
id: {
|
|
8599
8583
|
txId: `0x${string}`;
|
|
8600
8584
|
vout: number;
|
|
@@ -8602,7 +8586,23 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8602
8586
|
};
|
|
8603
8587
|
inputAsset: "Btc";
|
|
8604
8588
|
depositAmount: bigint;
|
|
8605
|
-
outputAsset: "
|
|
8589
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
8590
|
+
destinationAddress: {
|
|
8591
|
+
readonly chain: "Ethereum";
|
|
8592
|
+
readonly address: `0x${string}`;
|
|
8593
|
+
} | {
|
|
8594
|
+
readonly chain: "Polkadot";
|
|
8595
|
+
readonly address: string;
|
|
8596
|
+
} | {
|
|
8597
|
+
readonly chain: "Bitcoin";
|
|
8598
|
+
readonly address: string;
|
|
8599
|
+
} | {
|
|
8600
|
+
readonly chain: "Arbitrum";
|
|
8601
|
+
readonly address: `0x${string}`;
|
|
8602
|
+
} | {
|
|
8603
|
+
readonly chain: "Solana";
|
|
8604
|
+
readonly address: string;
|
|
8605
|
+
};
|
|
8606
8606
|
affiliateFees: {
|
|
8607
8607
|
account: number;
|
|
8608
8608
|
bps: number;
|
|
@@ -8708,13 +8708,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8708
8708
|
}, {
|
|
8709
8709
|
__kind: "Vault";
|
|
8710
8710
|
vaultWitness: {
|
|
8711
|
-
destinationAddress: {
|
|
8712
|
-
value: string;
|
|
8713
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
8714
|
-
};
|
|
8715
8711
|
txId: string;
|
|
8716
8712
|
depositDetails: {
|
|
8717
|
-
amount: string | number;
|
|
8718
8713
|
depositAddress: {
|
|
8719
8714
|
pubkeyX: string;
|
|
8720
8715
|
scriptPath?: {
|
|
@@ -8726,6 +8721,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8726
8721
|
};
|
|
8727
8722
|
} | null | undefined;
|
|
8728
8723
|
};
|
|
8724
|
+
amount: string | number;
|
|
8729
8725
|
id: {
|
|
8730
8726
|
txId: string;
|
|
8731
8727
|
vout: number;
|
|
@@ -8736,7 +8732,11 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetails: z.ZodDiscriminat
|
|
|
8736
8732
|
};
|
|
8737
8733
|
depositAmount: string | number;
|
|
8738
8734
|
outputAsset: {
|
|
8739
|
-
__kind: "
|
|
8735
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
8736
|
+
};
|
|
8737
|
+
destinationAddress: {
|
|
8738
|
+
value: string;
|
|
8739
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
8740
8740
|
};
|
|
8741
8741
|
affiliateFees: {
|
|
8742
8742
|
account: number;
|
|
@@ -9254,18 +9254,18 @@ declare const palletCfArbitrumIngressEgressDepositWitnessArbitrum: z.ZodObject<{
|
|
|
9254
9254
|
txHashes?: string[] | null | undefined;
|
|
9255
9255
|
}>;
|
|
9256
9256
|
}, "strip", z.ZodTypeAny, {
|
|
9257
|
+
depositAddress: `0x${string}`;
|
|
9257
9258
|
asset: "ArbEth" | "ArbUsdc";
|
|
9258
9259
|
amount: bigint;
|
|
9259
|
-
depositAddress: `0x${string}`;
|
|
9260
9260
|
depositDetails: {
|
|
9261
9261
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
9262
9262
|
};
|
|
9263
9263
|
}, {
|
|
9264
|
+
depositAddress: string;
|
|
9264
9265
|
asset: {
|
|
9265
9266
|
__kind: "ArbEth" | "ArbUsdc";
|
|
9266
9267
|
};
|
|
9267
9268
|
amount: string | number;
|
|
9268
|
-
depositAddress: string;
|
|
9269
9269
|
depositDetails: {
|
|
9270
9270
|
txHashes?: string[] | null | undefined;
|
|
9271
9271
|
};
|
|
@@ -9293,21 +9293,21 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
9293
9293
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
9294
9294
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
9295
9295
|
}, "strip", z.ZodTypeAny, {
|
|
9296
|
-
__kind: "
|
|
9296
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9297
9297
|
}, {
|
|
9298
|
-
__kind: "
|
|
9299
|
-
}>, "
|
|
9300
|
-
__kind: "
|
|
9298
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9299
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
9300
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9301
9301
|
}>;
|
|
9302
9302
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
9303
9303
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
9304
9304
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
9305
9305
|
}, "strip", z.ZodTypeAny, {
|
|
9306
9306
|
value: `0x${string}`;
|
|
9307
|
-
__kind: "
|
|
9307
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
9308
9308
|
}, {
|
|
9309
9309
|
value: string;
|
|
9310
|
-
__kind: "
|
|
9310
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
9311
9311
|
}>, {
|
|
9312
9312
|
readonly chain: "Ethereum";
|
|
9313
9313
|
readonly address: `0x${string}`;
|
|
@@ -9325,7 +9325,7 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
9325
9325
|
readonly address: string;
|
|
9326
9326
|
}, {
|
|
9327
9327
|
value: string;
|
|
9328
|
-
__kind: "
|
|
9328
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
9329
9329
|
}>;
|
|
9330
9330
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
9331
9331
|
channelMetadata: z.ZodObject<{
|
|
@@ -9624,6 +9624,13 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
9624
9624
|
}>>>;
|
|
9625
9625
|
boostFee: z.ZodNumber;
|
|
9626
9626
|
}, "strip", z.ZodTypeAny, {
|
|
9627
|
+
txId: `0x${string}`;
|
|
9628
|
+
depositDetails: {
|
|
9629
|
+
txHashes?: `0x${string}`[] | null | undefined;
|
|
9630
|
+
};
|
|
9631
|
+
inputAsset: "ArbEth" | "ArbUsdc";
|
|
9632
|
+
depositAmount: bigint;
|
|
9633
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9627
9634
|
destinationAddress: {
|
|
9628
9635
|
readonly chain: "Ethereum";
|
|
9629
9636
|
readonly address: `0x${string}`;
|
|
@@ -9640,13 +9647,6 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
9640
9647
|
readonly chain: "Solana";
|
|
9641
9648
|
readonly address: string;
|
|
9642
9649
|
};
|
|
9643
|
-
txId: `0x${string}`;
|
|
9644
|
-
depositDetails: {
|
|
9645
|
-
txHashes?: `0x${string}`[] | null | undefined;
|
|
9646
|
-
};
|
|
9647
|
-
inputAsset: "ArbEth" | "ArbUsdc";
|
|
9648
|
-
depositAmount: bigint;
|
|
9649
|
-
outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9650
9650
|
affiliateFees: {
|
|
9651
9651
|
account: number;
|
|
9652
9652
|
bps: number;
|
|
@@ -9711,10 +9711,6 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
9711
9711
|
chunkInterval: number;
|
|
9712
9712
|
} | null | undefined;
|
|
9713
9713
|
}, {
|
|
9714
|
-
destinationAddress: {
|
|
9715
|
-
value: string;
|
|
9716
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
9717
|
-
};
|
|
9718
9714
|
txId: string;
|
|
9719
9715
|
depositDetails: {
|
|
9720
9716
|
txHashes?: string[] | null | undefined;
|
|
@@ -9724,7 +9720,11 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
9724
9720
|
};
|
|
9725
9721
|
depositAmount: string | number;
|
|
9726
9722
|
outputAsset: {
|
|
9727
|
-
__kind: "
|
|
9723
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9724
|
+
};
|
|
9725
|
+
destinationAddress: {
|
|
9726
|
+
value: string;
|
|
9727
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
9728
9728
|
};
|
|
9729
9729
|
affiliateFees: {
|
|
9730
9730
|
account: number;
|
|
@@ -9814,18 +9814,18 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
9814
9814
|
txHashes?: string[] | null | undefined;
|
|
9815
9815
|
}>;
|
|
9816
9816
|
}, "strip", z.ZodTypeAny, {
|
|
9817
|
+
depositAddress: `0x${string}`;
|
|
9817
9818
|
asset: "ArbEth" | "ArbUsdc";
|
|
9818
9819
|
amount: bigint;
|
|
9819
|
-
depositAddress: `0x${string}`;
|
|
9820
9820
|
depositDetails: {
|
|
9821
9821
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
9822
9822
|
};
|
|
9823
9823
|
}, {
|
|
9824
|
+
depositAddress: string;
|
|
9824
9825
|
asset: {
|
|
9825
9826
|
__kind: "ArbEth" | "ArbUsdc";
|
|
9826
9827
|
};
|
|
9827
9828
|
amount: string | number;
|
|
9828
|
-
depositAddress: string;
|
|
9829
9829
|
depositDetails: {
|
|
9830
9830
|
txHashes?: string[] | null | undefined;
|
|
9831
9831
|
};
|
|
@@ -9833,9 +9833,9 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
9833
9833
|
}, "strip", z.ZodTypeAny, {
|
|
9834
9834
|
__kind: "DepositChannel";
|
|
9835
9835
|
depositWitness: {
|
|
9836
|
+
depositAddress: `0x${string}`;
|
|
9836
9837
|
asset: "ArbEth" | "ArbUsdc";
|
|
9837
9838
|
amount: bigint;
|
|
9838
|
-
depositAddress: `0x${string}`;
|
|
9839
9839
|
depositDetails: {
|
|
9840
9840
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
9841
9841
|
};
|
|
@@ -9843,11 +9843,11 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
9843
9843
|
}, {
|
|
9844
9844
|
__kind: "DepositChannel";
|
|
9845
9845
|
depositWitness: {
|
|
9846
|
+
depositAddress: string;
|
|
9846
9847
|
asset: {
|
|
9847
9848
|
__kind: "ArbEth" | "ArbUsdc";
|
|
9848
9849
|
};
|
|
9849
9850
|
amount: string | number;
|
|
9850
|
-
depositAddress: string;
|
|
9851
9851
|
depositDetails: {
|
|
9852
9852
|
txHashes?: string[] | null | undefined;
|
|
9853
9853
|
};
|
|
@@ -9877,21 +9877,21 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
9877
9877
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
9878
9878
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
9879
9879
|
}, "strip", z.ZodTypeAny, {
|
|
9880
|
-
__kind: "
|
|
9880
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9881
9881
|
}, {
|
|
9882
|
-
__kind: "
|
|
9883
|
-
}>, "
|
|
9884
|
-
__kind: "
|
|
9882
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9883
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
9884
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9885
9885
|
}>;
|
|
9886
9886
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
9887
9887
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
9888
9888
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
9889
9889
|
}, "strip", z.ZodTypeAny, {
|
|
9890
9890
|
value: `0x${string}`;
|
|
9891
|
-
__kind: "
|
|
9891
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
9892
9892
|
}, {
|
|
9893
9893
|
value: string;
|
|
9894
|
-
__kind: "
|
|
9894
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
9895
9895
|
}>, {
|
|
9896
9896
|
readonly chain: "Ethereum";
|
|
9897
9897
|
readonly address: `0x${string}`;
|
|
@@ -9909,7 +9909,7 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
9909
9909
|
readonly address: string;
|
|
9910
9910
|
}, {
|
|
9911
9911
|
value: string;
|
|
9912
|
-
__kind: "
|
|
9912
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
9913
9913
|
}>;
|
|
9914
9914
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
9915
9915
|
channelMetadata: z.ZodObject<{
|
|
@@ -10208,6 +10208,13 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
10208
10208
|
}>>>;
|
|
10209
10209
|
boostFee: z.ZodNumber;
|
|
10210
10210
|
}, "strip", z.ZodTypeAny, {
|
|
10211
|
+
txId: `0x${string}`;
|
|
10212
|
+
depositDetails: {
|
|
10213
|
+
txHashes?: `0x${string}`[] | null | undefined;
|
|
10214
|
+
};
|
|
10215
|
+
inputAsset: "ArbEth" | "ArbUsdc";
|
|
10216
|
+
depositAmount: bigint;
|
|
10217
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10211
10218
|
destinationAddress: {
|
|
10212
10219
|
readonly chain: "Ethereum";
|
|
10213
10220
|
readonly address: `0x${string}`;
|
|
@@ -10224,13 +10231,6 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
10224
10231
|
readonly chain: "Solana";
|
|
10225
10232
|
readonly address: string;
|
|
10226
10233
|
};
|
|
10227
|
-
txId: `0x${string}`;
|
|
10228
|
-
depositDetails: {
|
|
10229
|
-
txHashes?: `0x${string}`[] | null | undefined;
|
|
10230
|
-
};
|
|
10231
|
-
inputAsset: "ArbEth" | "ArbUsdc";
|
|
10232
|
-
depositAmount: bigint;
|
|
10233
|
-
outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10234
10234
|
affiliateFees: {
|
|
10235
10235
|
account: number;
|
|
10236
10236
|
bps: number;
|
|
@@ -10295,10 +10295,6 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
10295
10295
|
chunkInterval: number;
|
|
10296
10296
|
} | null | undefined;
|
|
10297
10297
|
}, {
|
|
10298
|
-
destinationAddress: {
|
|
10299
|
-
value: string;
|
|
10300
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
10301
|
-
};
|
|
10302
10298
|
txId: string;
|
|
10303
10299
|
depositDetails: {
|
|
10304
10300
|
txHashes?: string[] | null | undefined;
|
|
@@ -10308,7 +10304,11 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
10308
10304
|
};
|
|
10309
10305
|
depositAmount: string | number;
|
|
10310
10306
|
outputAsset: {
|
|
10311
|
-
__kind: "
|
|
10307
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10308
|
+
};
|
|
10309
|
+
destinationAddress: {
|
|
10310
|
+
value: string;
|
|
10311
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
10312
10312
|
};
|
|
10313
10313
|
affiliateFees: {
|
|
10314
10314
|
account: number;
|
|
@@ -10379,6 +10379,13 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
10379
10379
|
}, "strip", z.ZodTypeAny, {
|
|
10380
10380
|
__kind: "Vault";
|
|
10381
10381
|
vaultWitness: {
|
|
10382
|
+
txId: `0x${string}`;
|
|
10383
|
+
depositDetails: {
|
|
10384
|
+
txHashes?: `0x${string}`[] | null | undefined;
|
|
10385
|
+
};
|
|
10386
|
+
inputAsset: "ArbEth" | "ArbUsdc";
|
|
10387
|
+
depositAmount: bigint;
|
|
10388
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10382
10389
|
destinationAddress: {
|
|
10383
10390
|
readonly chain: "Ethereum";
|
|
10384
10391
|
readonly address: `0x${string}`;
|
|
@@ -10395,13 +10402,6 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
10395
10402
|
readonly chain: "Solana";
|
|
10396
10403
|
readonly address: string;
|
|
10397
10404
|
};
|
|
10398
|
-
txId: `0x${string}`;
|
|
10399
|
-
depositDetails: {
|
|
10400
|
-
txHashes?: `0x${string}`[] | null | undefined;
|
|
10401
|
-
};
|
|
10402
|
-
inputAsset: "ArbEth" | "ArbUsdc";
|
|
10403
|
-
depositAmount: bigint;
|
|
10404
|
-
outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10405
10405
|
affiliateFees: {
|
|
10406
10406
|
account: number;
|
|
10407
10407
|
bps: number;
|
|
@@ -10469,10 +10469,6 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
10469
10469
|
}, {
|
|
10470
10470
|
__kind: "Vault";
|
|
10471
10471
|
vaultWitness: {
|
|
10472
|
-
destinationAddress: {
|
|
10473
|
-
value: string;
|
|
10474
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
10475
|
-
};
|
|
10476
10472
|
txId: string;
|
|
10477
10473
|
depositDetails: {
|
|
10478
10474
|
txHashes?: string[] | null | undefined;
|
|
@@ -10482,7 +10478,11 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetails: z.ZodDiscrimina
|
|
|
10482
10478
|
};
|
|
10483
10479
|
depositAmount: string | number;
|
|
10484
10480
|
outputAsset: {
|
|
10485
|
-
__kind: "
|
|
10481
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10482
|
+
};
|
|
10483
|
+
destinationAddress: {
|
|
10484
|
+
value: string;
|
|
10485
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
10486
10486
|
};
|
|
10487
10487
|
affiliateFees: {
|
|
10488
10488
|
account: number;
|
|
@@ -10930,15 +10930,15 @@ declare const palletCfSolanaIngressEgressDepositWitnessSolana: z.ZodObject<{
|
|
|
10930
10930
|
}>;
|
|
10931
10931
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
10932
10932
|
}, "strip", z.ZodTypeAny, {
|
|
10933
|
+
depositAddress: `0x${string}`;
|
|
10933
10934
|
asset: "Sol" | "SolUsdc";
|
|
10934
10935
|
amount: bigint;
|
|
10935
|
-
depositAddress: `0x${string}`;
|
|
10936
10936
|
}, {
|
|
10937
|
+
depositAddress: string;
|
|
10937
10938
|
asset: {
|
|
10938
10939
|
__kind: "Sol" | "SolUsdc";
|
|
10939
10940
|
};
|
|
10940
10941
|
amount: string | number;
|
|
10941
|
-
depositAddress: string;
|
|
10942
10942
|
}>;
|
|
10943
10943
|
declare const cfChainsChannelRefundParametersAddress: z.ZodObject<{
|
|
10944
10944
|
retryDuration: z.ZodNumber;
|
|
@@ -10969,21 +10969,21 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
10969
10969
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
10970
10970
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
10971
10971
|
}, "strip", z.ZodTypeAny, {
|
|
10972
|
-
__kind: "
|
|
10972
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10973
10973
|
}, {
|
|
10974
|
-
__kind: "
|
|
10975
|
-
}>, "
|
|
10976
|
-
__kind: "
|
|
10974
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10975
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
10976
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10977
10977
|
}>;
|
|
10978
10978
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
10979
10979
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
10980
10980
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
10981
10981
|
}, "strip", z.ZodTypeAny, {
|
|
10982
10982
|
value: `0x${string}`;
|
|
10983
|
-
__kind: "
|
|
10983
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
10984
10984
|
}, {
|
|
10985
10985
|
value: string;
|
|
10986
|
-
__kind: "
|
|
10986
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
10987
10987
|
}>, {
|
|
10988
10988
|
readonly chain: "Ethereum";
|
|
10989
10989
|
readonly address: `0x${string}`;
|
|
@@ -11001,7 +11001,7 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
11001
11001
|
readonly address: string;
|
|
11002
11002
|
}, {
|
|
11003
11003
|
value: string;
|
|
11004
|
-
__kind: "
|
|
11004
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
11005
11005
|
}>;
|
|
11006
11006
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
11007
11007
|
channelMetadata: z.ZodObject<{
|
|
@@ -11300,6 +11300,10 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
11300
11300
|
}>>>;
|
|
11301
11301
|
boostFee: z.ZodNumber;
|
|
11302
11302
|
}, "strip", z.ZodTypeAny, {
|
|
11303
|
+
txId: [`0x${string}`, bigint];
|
|
11304
|
+
inputAsset: "Sol" | "SolUsdc";
|
|
11305
|
+
depositAmount: bigint;
|
|
11306
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11303
11307
|
destinationAddress: {
|
|
11304
11308
|
readonly chain: "Ethereum";
|
|
11305
11309
|
readonly address: `0x${string}`;
|
|
@@ -11316,10 +11320,6 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
11316
11320
|
readonly chain: "Solana";
|
|
11317
11321
|
readonly address: string;
|
|
11318
11322
|
};
|
|
11319
|
-
txId: [`0x${string}`, bigint];
|
|
11320
|
-
inputAsset: "Sol" | "SolUsdc";
|
|
11321
|
-
depositAmount: bigint;
|
|
11322
|
-
outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11323
11323
|
affiliateFees: {
|
|
11324
11324
|
account: number;
|
|
11325
11325
|
bps: number;
|
|
@@ -11384,17 +11384,17 @@ declare const palletCfSolanaIngressEgressVaultDepositWitness: z.ZodObject<{
|
|
|
11384
11384
|
chunkInterval: number;
|
|
11385
11385
|
} | null | undefined;
|
|
11386
11386
|
}, {
|
|
11387
|
-
destinationAddress: {
|
|
11388
|
-
value: string;
|
|
11389
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
11390
|
-
};
|
|
11391
11387
|
txId: [string, string | number];
|
|
11392
11388
|
inputAsset: {
|
|
11393
11389
|
__kind: "Sol" | "SolUsdc";
|
|
11394
11390
|
};
|
|
11395
11391
|
depositAmount: string | number;
|
|
11396
11392
|
outputAsset: {
|
|
11397
|
-
__kind: "
|
|
11393
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11394
|
+
};
|
|
11395
|
+
destinationAddress: {
|
|
11396
|
+
value: string;
|
|
11397
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
11398
11398
|
};
|
|
11399
11399
|
affiliateFees: {
|
|
11400
11400
|
account: number;
|
|
@@ -11477,31 +11477,31 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
|
|
|
11477
11477
|
}>;
|
|
11478
11478
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
11479
11479
|
}, "strip", z.ZodTypeAny, {
|
|
11480
|
+
depositAddress: `0x${string}`;
|
|
11480
11481
|
asset: "Sol" | "SolUsdc";
|
|
11481
11482
|
amount: bigint;
|
|
11482
|
-
depositAddress: `0x${string}`;
|
|
11483
11483
|
}, {
|
|
11484
|
+
depositAddress: string;
|
|
11484
11485
|
asset: {
|
|
11485
11486
|
__kind: "Sol" | "SolUsdc";
|
|
11486
11487
|
};
|
|
11487
11488
|
amount: string | number;
|
|
11488
|
-
depositAddress: string;
|
|
11489
11489
|
}>;
|
|
11490
11490
|
}, "strip", z.ZodTypeAny, {
|
|
11491
11491
|
__kind: "DepositChannel";
|
|
11492
11492
|
depositWitness: {
|
|
11493
|
+
depositAddress: `0x${string}`;
|
|
11493
11494
|
asset: "Sol" | "SolUsdc";
|
|
11494
11495
|
amount: bigint;
|
|
11495
|
-
depositAddress: `0x${string}`;
|
|
11496
11496
|
};
|
|
11497
11497
|
}, {
|
|
11498
11498
|
__kind: "DepositChannel";
|
|
11499
11499
|
depositWitness: {
|
|
11500
|
+
depositAddress: string;
|
|
11500
11501
|
asset: {
|
|
11501
11502
|
__kind: "Sol" | "SolUsdc";
|
|
11502
11503
|
};
|
|
11503
11504
|
amount: string | number;
|
|
11504
|
-
depositAddress: string;
|
|
11505
11505
|
};
|
|
11506
11506
|
}>, z.ZodObject<{
|
|
11507
11507
|
__kind: z.ZodLiteral<"Vault">;
|
|
@@ -11521,21 +11521,21 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
|
|
|
11521
11521
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
11522
11522
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
11523
11523
|
}, "strip", z.ZodTypeAny, {
|
|
11524
|
-
__kind: "
|
|
11524
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11525
11525
|
}, {
|
|
11526
|
-
__kind: "
|
|
11527
|
-
}>, "
|
|
11528
|
-
__kind: "
|
|
11526
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11527
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
11528
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11529
11529
|
}>;
|
|
11530
11530
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
11531
11531
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
11532
11532
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
11533
11533
|
}, "strip", z.ZodTypeAny, {
|
|
11534
11534
|
value: `0x${string}`;
|
|
11535
|
-
__kind: "
|
|
11535
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
11536
11536
|
}, {
|
|
11537
11537
|
value: string;
|
|
11538
|
-
__kind: "
|
|
11538
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
11539
11539
|
}>, {
|
|
11540
11540
|
readonly chain: "Ethereum";
|
|
11541
11541
|
readonly address: `0x${string}`;
|
|
@@ -11553,7 +11553,7 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
|
|
|
11553
11553
|
readonly address: string;
|
|
11554
11554
|
}, {
|
|
11555
11555
|
value: string;
|
|
11556
|
-
__kind: "
|
|
11556
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
11557
11557
|
}>;
|
|
11558
11558
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
11559
11559
|
channelMetadata: z.ZodObject<{
|
|
@@ -11852,6 +11852,10 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
|
|
|
11852
11852
|
}>>>;
|
|
11853
11853
|
boostFee: z.ZodNumber;
|
|
11854
11854
|
}, "strip", z.ZodTypeAny, {
|
|
11855
|
+
txId: [`0x${string}`, bigint];
|
|
11856
|
+
inputAsset: "Sol" | "SolUsdc";
|
|
11857
|
+
depositAmount: bigint;
|
|
11858
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11855
11859
|
destinationAddress: {
|
|
11856
11860
|
readonly chain: "Ethereum";
|
|
11857
11861
|
readonly address: `0x${string}`;
|
|
@@ -11868,10 +11872,6 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
|
|
|
11868
11872
|
readonly chain: "Solana";
|
|
11869
11873
|
readonly address: string;
|
|
11870
11874
|
};
|
|
11871
|
-
txId: [`0x${string}`, bigint];
|
|
11872
|
-
inputAsset: "Sol" | "SolUsdc";
|
|
11873
|
-
depositAmount: bigint;
|
|
11874
|
-
outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11875
11875
|
affiliateFees: {
|
|
11876
11876
|
account: number;
|
|
11877
11877
|
bps: number;
|
|
@@ -11936,17 +11936,17 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
|
|
|
11936
11936
|
chunkInterval: number;
|
|
11937
11937
|
} | null | undefined;
|
|
11938
11938
|
}, {
|
|
11939
|
-
destinationAddress: {
|
|
11940
|
-
value: string;
|
|
11941
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
11942
|
-
};
|
|
11943
11939
|
txId: [string, string | number];
|
|
11944
11940
|
inputAsset: {
|
|
11945
11941
|
__kind: "Sol" | "SolUsdc";
|
|
11946
11942
|
};
|
|
11947
11943
|
depositAmount: string | number;
|
|
11948
11944
|
outputAsset: {
|
|
11949
|
-
__kind: "
|
|
11945
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11946
|
+
};
|
|
11947
|
+
destinationAddress: {
|
|
11948
|
+
value: string;
|
|
11949
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
11950
11950
|
};
|
|
11951
11951
|
affiliateFees: {
|
|
11952
11952
|
account: number;
|
|
@@ -12017,6 +12017,10 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
|
|
|
12017
12017
|
}, "strip", z.ZodTypeAny, {
|
|
12018
12018
|
__kind: "Vault";
|
|
12019
12019
|
vaultWitness: {
|
|
12020
|
+
txId: [`0x${string}`, bigint];
|
|
12021
|
+
inputAsset: "Sol" | "SolUsdc";
|
|
12022
|
+
depositAmount: bigint;
|
|
12023
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12020
12024
|
destinationAddress: {
|
|
12021
12025
|
readonly chain: "Ethereum";
|
|
12022
12026
|
readonly address: `0x${string}`;
|
|
@@ -12033,10 +12037,6 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
|
|
|
12033
12037
|
readonly chain: "Solana";
|
|
12034
12038
|
readonly address: string;
|
|
12035
12039
|
};
|
|
12036
|
-
txId: [`0x${string}`, bigint];
|
|
12037
|
-
inputAsset: "Sol" | "SolUsdc";
|
|
12038
|
-
depositAmount: bigint;
|
|
12039
|
-
outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12040
12040
|
affiliateFees: {
|
|
12041
12041
|
account: number;
|
|
12042
12042
|
bps: number;
|
|
@@ -12104,17 +12104,17 @@ declare const palletCfSolanaIngressEgressDepositFailedDetails: z.ZodDiscriminate
|
|
|
12104
12104
|
}, {
|
|
12105
12105
|
__kind: "Vault";
|
|
12106
12106
|
vaultWitness: {
|
|
12107
|
-
destinationAddress: {
|
|
12108
|
-
value: string;
|
|
12109
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
12110
|
-
};
|
|
12111
12107
|
txId: [string, string | number];
|
|
12112
12108
|
inputAsset: {
|
|
12113
12109
|
__kind: "Sol" | "SolUsdc";
|
|
12114
12110
|
};
|
|
12115
12111
|
depositAmount: string | number;
|
|
12116
12112
|
outputAsset: {
|
|
12117
|
-
__kind: "
|
|
12113
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12114
|
+
};
|
|
12115
|
+
destinationAddress: {
|
|
12116
|
+
value: string;
|
|
12117
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
12118
12118
|
};
|
|
12119
12119
|
affiliateFees: {
|
|
12120
12120
|
account: number;
|