@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/190/common.d.cts
CHANGED
|
@@ -2217,11 +2217,11 @@ declare const palletCfReputationPenalty: z.ZodObject<{
|
|
|
2217
2217
|
declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
|
|
2218
2218
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
2219
2219
|
}, "strip", z.ZodTypeAny, {
|
|
2220
|
-
__kind: "
|
|
2220
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2221
2221
|
}, {
|
|
2222
|
-
__kind: "
|
|
2223
|
-
}>, "
|
|
2224
|
-
__kind: "
|
|
2222
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2223
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
2224
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2225
2225
|
}>;
|
|
2226
2226
|
declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
|
|
2227
2227
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -3277,7 +3277,6 @@ declare const cfChainsRefundParametersExtendedGenericEncodedAddress: z.ZodObject
|
|
|
3277
3277
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3278
3278
|
}, "strip", z.ZodTypeAny, {
|
|
3279
3279
|
retryDuration: number;
|
|
3280
|
-
minPrice: bigint;
|
|
3281
3280
|
refundDestination: {
|
|
3282
3281
|
value: `cF${string}`;
|
|
3283
3282
|
__kind: "InternalAccount";
|
|
@@ -3303,9 +3302,9 @@ declare const cfChainsRefundParametersExtendedGenericEncodedAddress: z.ZodObject
|
|
|
3303
3302
|
};
|
|
3304
3303
|
__kind: "ExternalAddress";
|
|
3305
3304
|
};
|
|
3305
|
+
minPrice: bigint;
|
|
3306
3306
|
}, {
|
|
3307
3307
|
retryDuration: number;
|
|
3308
|
-
minPrice: string | number;
|
|
3309
3308
|
refundDestination: {
|
|
3310
3309
|
value: string;
|
|
3311
3310
|
__kind: "InternalAccount";
|
|
@@ -3316,6 +3315,7 @@ declare const cfChainsRefundParametersExtendedGenericEncodedAddress: z.ZodObject
|
|
|
3316
3315
|
};
|
|
3317
3316
|
__kind: "ExternalAddress";
|
|
3318
3317
|
};
|
|
3318
|
+
minPrice: string | number;
|
|
3319
3319
|
}>;
|
|
3320
3320
|
declare const cfPrimitivesDcaParameters: z.ZodObject<{
|
|
3321
3321
|
numberOfChunks: z.ZodNumber;
|
|
@@ -3363,6 +3363,7 @@ declare const cfChainsChannelRefundParametersEncodedAddress: z.ZodObject<{
|
|
|
3363
3363
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3364
3364
|
}, "strip", z.ZodTypeAny, {
|
|
3365
3365
|
retryDuration: number;
|
|
3366
|
+
minPrice: bigint;
|
|
3366
3367
|
refundAddress: {
|
|
3367
3368
|
readonly chain: "Ethereum";
|
|
3368
3369
|
readonly address: `0x${string}`;
|
|
@@ -3382,14 +3383,13 @@ declare const cfChainsChannelRefundParametersEncodedAddress: z.ZodObject<{
|
|
|
3382
3383
|
readonly chain: "Assethub";
|
|
3383
3384
|
readonly address: string;
|
|
3384
3385
|
};
|
|
3385
|
-
minPrice: bigint;
|
|
3386
3386
|
}, {
|
|
3387
3387
|
retryDuration: number;
|
|
3388
|
+
minPrice: string | number;
|
|
3388
3389
|
refundAddress: {
|
|
3389
3390
|
value: string;
|
|
3390
3391
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3391
3392
|
};
|
|
3392
|
-
minPrice: string | number;
|
|
3393
3393
|
}>;
|
|
3394
3394
|
declare const cfPrimitivesSwapLeg: z.ZodEffects<z.ZodObject<{
|
|
3395
3395
|
__kind: z.ZodEnum<["FromStable", "ToStable"]>;
|
|
@@ -3584,21 +3584,21 @@ declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kin
|
|
|
3584
3584
|
asset: z.ZodEffects<z.ZodObject<{
|
|
3585
3585
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
3586
3586
|
}, "strip", z.ZodTypeAny, {
|
|
3587
|
-
__kind: "
|
|
3587
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3588
3588
|
}, {
|
|
3589
|
-
__kind: "
|
|
3590
|
-
}>, "
|
|
3591
|
-
__kind: "
|
|
3589
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3590
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
3591
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3592
3592
|
}>;
|
|
3593
3593
|
amount: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
3594
3594
|
}, "strip", z.ZodTypeAny, {
|
|
3595
3595
|
__kind: "MaximumSwapAmount";
|
|
3596
|
-
asset: "
|
|
3596
|
+
asset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3597
3597
|
amount?: bigint | null | undefined;
|
|
3598
3598
|
}, {
|
|
3599
3599
|
__kind: "MaximumSwapAmount";
|
|
3600
3600
|
asset: {
|
|
3601
|
-
__kind: "
|
|
3601
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3602
3602
|
};
|
|
3603
3603
|
amount?: string | number | null | undefined;
|
|
3604
3604
|
}>, z.ZodObject<{
|
|
@@ -3642,21 +3642,21 @@ declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kin
|
|
|
3642
3642
|
asset: z.ZodEffects<z.ZodObject<{
|
|
3643
3643
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
3644
3644
|
}, "strip", z.ZodTypeAny, {
|
|
3645
|
-
__kind: "
|
|
3645
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3646
3646
|
}, {
|
|
3647
|
-
__kind: "
|
|
3648
|
-
}>, "
|
|
3649
|
-
__kind: "
|
|
3647
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3648
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
3649
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3650
3650
|
}>;
|
|
3651
3651
|
size_: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3652
3652
|
}, "strip", z.ZodTypeAny, {
|
|
3653
3653
|
__kind: "SetMinimumChunkSize";
|
|
3654
|
-
asset: "
|
|
3654
|
+
asset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3655
3655
|
size_: bigint;
|
|
3656
3656
|
}, {
|
|
3657
3657
|
__kind: "SetMinimumChunkSize";
|
|
3658
3658
|
asset: {
|
|
3659
|
-
__kind: "
|
|
3659
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
3660
3660
|
};
|
|
3661
3661
|
size_: string | number;
|
|
3662
3662
|
}>, z.ZodObject<{
|
|
@@ -3923,11 +3923,11 @@ declare const cfChainsEvmDepositDetails: z.ZodObject<{
|
|
|
3923
3923
|
declare const palletCfEthereumIngressEgressRefundReason: z.ZodEffects<z.ZodObject<{
|
|
3924
3924
|
__kind: z.ZodEnum<["InvalidBrokerFees", "InvalidRefundParameters", "InvalidDcaParameters", "CcmUnsupportedForTargetChain", "CcmInvalidMetadata", "InvalidDestinationAddress"]>;
|
|
3925
3925
|
}, "strip", z.ZodTypeAny, {
|
|
3926
|
-
__kind: "
|
|
3926
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
3927
3927
|
}, {
|
|
3928
|
-
__kind: "
|
|
3929
|
-
}>, "
|
|
3930
|
-
__kind: "
|
|
3928
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
3929
|
+
}>, "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress", {
|
|
3930
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
3931
3931
|
}>;
|
|
3932
3932
|
declare const palletCfEthereumIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
3933
3933
|
__kind: z.ZodLiteral<"Swap">;
|
|
@@ -3985,24 +3985,24 @@ declare const palletCfEthereumIngressEgressDepositAction: z.ZodDiscriminatedUnio
|
|
|
3985
3985
|
reason: z.ZodEffects<z.ZodObject<{
|
|
3986
3986
|
__kind: z.ZodEnum<["InvalidBrokerFees", "InvalidRefundParameters", "InvalidDcaParameters", "CcmUnsupportedForTargetChain", "CcmInvalidMetadata", "InvalidDestinationAddress"]>;
|
|
3987
3987
|
}, "strip", z.ZodTypeAny, {
|
|
3988
|
-
__kind: "
|
|
3988
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
3989
3989
|
}, {
|
|
3990
|
-
__kind: "
|
|
3991
|
-
}>, "
|
|
3992
|
-
__kind: "
|
|
3990
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
3991
|
+
}>, "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress", {
|
|
3992
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
3993
3993
|
}>;
|
|
3994
3994
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3995
3995
|
}, "strip", z.ZodTypeAny, {
|
|
3996
3996
|
__kind: "Refund";
|
|
3997
|
+
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
3997
3998
|
amount: bigint;
|
|
3998
|
-
reason: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
3999
3999
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
4000
4000
|
}, {
|
|
4001
4001
|
__kind: "Refund";
|
|
4002
|
-
amount: string | number;
|
|
4003
4002
|
reason: {
|
|
4004
|
-
__kind: "
|
|
4003
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
4005
4004
|
};
|
|
4005
|
+
amount: string | number;
|
|
4006
4006
|
egressId?: [{
|
|
4007
4007
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
4008
4008
|
}, string | number] | null | undefined;
|
|
@@ -4028,11 +4028,11 @@ declare const solPrimPdaPdaError: z.ZodEffects<z.ZodObject<{
|
|
|
4028
4028
|
declare const cfChainsCcmCheckerCcmValidityError: z.ZodEffects<z.ZodObject<{
|
|
4029
4029
|
__kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress", "TooManyAddressLookupTables"]>;
|
|
4030
4030
|
}, "strip", z.ZodTypeAny, {
|
|
4031
|
-
__kind: "
|
|
4031
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
4032
4032
|
}, {
|
|
4033
|
-
__kind: "
|
|
4034
|
-
}>, "
|
|
4035
|
-
__kind: "
|
|
4033
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
4034
|
+
}>, "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables", {
|
|
4035
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
4036
4036
|
}>;
|
|
4037
4037
|
declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
4038
4038
|
__kind: z.ZodLiteral<"CannotLookupApiEnvironment">;
|
|
@@ -4088,18 +4088,18 @@ declare const cfChainsSolApiSolanaTransactionBuildingError: z.ZodDiscriminatedUn
|
|
|
4088
4088
|
value: z.ZodEffects<z.ZodObject<{
|
|
4089
4089
|
__kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress", "TooManyAddressLookupTables"]>;
|
|
4090
4090
|
}, "strip", z.ZodTypeAny, {
|
|
4091
|
-
__kind: "
|
|
4091
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
4092
4092
|
}, {
|
|
4093
|
-
__kind: "
|
|
4094
|
-
}>, "
|
|
4095
|
-
__kind: "
|
|
4093
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
4094
|
+
}>, "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables", {
|
|
4095
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
4096
4096
|
}>;
|
|
4097
4097
|
}, "strip", z.ZodTypeAny, {
|
|
4098
|
-
value: "
|
|
4098
|
+
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
4099
4099
|
__kind: "InvalidCcm";
|
|
4100
4100
|
}, {
|
|
4101
4101
|
value: {
|
|
4102
|
-
__kind: "
|
|
4102
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
4103
4103
|
};
|
|
4104
4104
|
__kind: "InvalidCcm";
|
|
4105
4105
|
}>, z.ZodObject<{
|
|
@@ -4180,18 +4180,18 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
4180
4180
|
value: z.ZodEffects<z.ZodObject<{
|
|
4181
4181
|
__kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress", "TooManyAddressLookupTables"]>;
|
|
4182
4182
|
}, "strip", z.ZodTypeAny, {
|
|
4183
|
-
__kind: "
|
|
4183
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
4184
4184
|
}, {
|
|
4185
|
-
__kind: "
|
|
4186
|
-
}>, "
|
|
4187
|
-
__kind: "
|
|
4185
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
4186
|
+
}>, "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables", {
|
|
4187
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
4188
4188
|
}>;
|
|
4189
4189
|
}, "strip", z.ZodTypeAny, {
|
|
4190
|
-
value: "
|
|
4190
|
+
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
4191
4191
|
__kind: "InvalidCcm";
|
|
4192
4192
|
}, {
|
|
4193
4193
|
value: {
|
|
4194
|
-
__kind: "
|
|
4194
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
4195
4195
|
};
|
|
4196
4196
|
__kind: "InvalidCcm";
|
|
4197
4197
|
}>, z.ZodObject<{
|
|
@@ -4225,7 +4225,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
4225
4225
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
4226
4226
|
__kind: "FailedToDeriveAddress";
|
|
4227
4227
|
} | {
|
|
4228
|
-
value: "
|
|
4228
|
+
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
4229
4229
|
__kind: "InvalidCcm";
|
|
4230
4230
|
} | {
|
|
4231
4231
|
__kind: "FailedToSerializeFinalTransaction";
|
|
@@ -4252,7 +4252,7 @@ declare const cfChainsExecutexSwapAndCallError: z.ZodDiscriminatedUnion<"__kind"
|
|
|
4252
4252
|
__kind: "FailedToDeriveAddress";
|
|
4253
4253
|
} | {
|
|
4254
4254
|
value: {
|
|
4255
|
-
__kind: "
|
|
4255
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
4256
4256
|
};
|
|
4257
4257
|
__kind: "InvalidCcm";
|
|
4258
4258
|
} | {
|
|
@@ -4762,19 +4762,19 @@ declare const palletCfEthereumIngressEgressDepositWitnessEthereum: z.ZodObject<{
|
|
|
4762
4762
|
}, "strip", z.ZodTypeAny, {
|
|
4763
4763
|
depositAddress: `0x${string}`;
|
|
4764
4764
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
4765
|
-
amount: bigint;
|
|
4766
4765
|
depositDetails: {
|
|
4767
4766
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
4768
4767
|
};
|
|
4768
|
+
amount: bigint;
|
|
4769
4769
|
}, {
|
|
4770
4770
|
depositAddress: string;
|
|
4771
4771
|
asset: {
|
|
4772
4772
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
4773
4773
|
};
|
|
4774
|
-
amount: string | number;
|
|
4775
4774
|
depositDetails: {
|
|
4776
4775
|
txHashes?: string[] | null | undefined;
|
|
4777
4776
|
};
|
|
4777
|
+
amount: string | number;
|
|
4778
4778
|
}>;
|
|
4779
4779
|
declare const cfChainsCcmDepositMetadataGenericForeignChainAddress: z.ZodObject<{
|
|
4780
4780
|
channelMetadata: z.ZodObject<{
|
|
@@ -5058,12 +5058,12 @@ declare const cfChainsChannelRefundParametersH160: z.ZodObject<{
|
|
|
5058
5058
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
5059
5059
|
}, "strip", z.ZodTypeAny, {
|
|
5060
5060
|
retryDuration: number;
|
|
5061
|
-
refundAddress: `0x${string}`;
|
|
5062
5061
|
minPrice: bigint;
|
|
5062
|
+
refundAddress: `0x${string}`;
|
|
5063
5063
|
}, {
|
|
5064
5064
|
retryDuration: number;
|
|
5065
|
-
refundAddress: string;
|
|
5066
5065
|
minPrice: string | number;
|
|
5066
|
+
refundAddress: string;
|
|
5067
5067
|
}>;
|
|
5068
5068
|
declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObject<{
|
|
5069
5069
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
@@ -5088,11 +5088,11 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
5088
5088
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
5089
5089
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
5090
5090
|
}, "strip", z.ZodTypeAny, {
|
|
5091
|
-
__kind: "
|
|
5091
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
5092
5092
|
}, {
|
|
5093
|
-
__kind: "
|
|
5094
|
-
}>, "
|
|
5095
|
-
__kind: "
|
|
5093
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
5094
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
5095
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
5096
5096
|
}>;
|
|
5097
5097
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
5098
5098
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -5418,12 +5418,12 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
5418
5418
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
5419
5419
|
}, "strip", z.ZodTypeAny, {
|
|
5420
5420
|
retryDuration: number;
|
|
5421
|
-
refundAddress: `0x${string}`;
|
|
5422
5421
|
minPrice: bigint;
|
|
5422
|
+
refundAddress: `0x${string}`;
|
|
5423
5423
|
}, {
|
|
5424
5424
|
retryDuration: number;
|
|
5425
|
-
refundAddress: string;
|
|
5426
5425
|
minPrice: string | number;
|
|
5426
|
+
refundAddress: string;
|
|
5427
5427
|
}>;
|
|
5428
5428
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5429
5429
|
numberOfChunks: z.ZodNumber;
|
|
@@ -5441,9 +5441,10 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
5441
5441
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
5442
5442
|
};
|
|
5443
5443
|
boostFee: number;
|
|
5444
|
+
txId: `0x${string}`;
|
|
5444
5445
|
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
5445
5446
|
depositAmount: bigint;
|
|
5446
|
-
outputAsset: "
|
|
5447
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
5447
5448
|
destinationAddress: {
|
|
5448
5449
|
readonly chain: "Ethereum";
|
|
5449
5450
|
readonly address: `0x${string}`;
|
|
@@ -5463,15 +5464,14 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
5463
5464
|
readonly chain: "Assethub";
|
|
5464
5465
|
readonly address: string;
|
|
5465
5466
|
};
|
|
5466
|
-
txId: `0x${string}`;
|
|
5467
5467
|
affiliateFees: {
|
|
5468
5468
|
account: number;
|
|
5469
5469
|
bps: number;
|
|
5470
5470
|
}[];
|
|
5471
5471
|
refundParams: {
|
|
5472
5472
|
retryDuration: number;
|
|
5473
|
-
refundAddress: `0x${string}`;
|
|
5474
5473
|
minPrice: bigint;
|
|
5474
|
+
refundAddress: `0x${string}`;
|
|
5475
5475
|
};
|
|
5476
5476
|
depositAddress?: `0x${string}` | null | undefined;
|
|
5477
5477
|
channelId?: bigint | null | undefined;
|
|
@@ -5534,26 +5534,26 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
5534
5534
|
txHashes?: string[] | null | undefined;
|
|
5535
5535
|
};
|
|
5536
5536
|
boostFee: number;
|
|
5537
|
+
txId: string;
|
|
5537
5538
|
inputAsset: {
|
|
5538
5539
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
5539
5540
|
};
|
|
5540
5541
|
depositAmount: string | number;
|
|
5541
5542
|
outputAsset: {
|
|
5542
|
-
__kind: "
|
|
5543
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
5543
5544
|
};
|
|
5544
5545
|
destinationAddress: {
|
|
5545
5546
|
value: string;
|
|
5546
5547
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
5547
5548
|
};
|
|
5548
|
-
txId: string;
|
|
5549
5549
|
affiliateFees: {
|
|
5550
5550
|
account: number;
|
|
5551
5551
|
bps: number;
|
|
5552
5552
|
}[];
|
|
5553
5553
|
refundParams: {
|
|
5554
5554
|
retryDuration: number;
|
|
5555
|
-
refundAddress: string;
|
|
5556
5555
|
minPrice: string | number;
|
|
5556
|
+
refundAddress: string;
|
|
5557
5557
|
};
|
|
5558
5558
|
depositAddress?: string | null | undefined;
|
|
5559
5559
|
channelId?: string | number | null | undefined;
|
|
@@ -5638,29 +5638,29 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
5638
5638
|
}, "strip", z.ZodTypeAny, {
|
|
5639
5639
|
depositAddress: `0x${string}`;
|
|
5640
5640
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
5641
|
-
amount: bigint;
|
|
5642
5641
|
depositDetails: {
|
|
5643
5642
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
5644
5643
|
};
|
|
5644
|
+
amount: bigint;
|
|
5645
5645
|
}, {
|
|
5646
5646
|
depositAddress: string;
|
|
5647
5647
|
asset: {
|
|
5648
5648
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
5649
5649
|
};
|
|
5650
|
-
amount: string | number;
|
|
5651
5650
|
depositDetails: {
|
|
5652
5651
|
txHashes?: string[] | null | undefined;
|
|
5653
5652
|
};
|
|
5653
|
+
amount: string | number;
|
|
5654
5654
|
}>;
|
|
5655
5655
|
}, "strip", z.ZodTypeAny, {
|
|
5656
5656
|
__kind: "DepositChannelEthereum";
|
|
5657
5657
|
depositWitness: {
|
|
5658
5658
|
depositAddress: `0x${string}`;
|
|
5659
5659
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
5660
|
-
amount: bigint;
|
|
5661
5660
|
depositDetails: {
|
|
5662
5661
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
5663
5662
|
};
|
|
5663
|
+
amount: bigint;
|
|
5664
5664
|
};
|
|
5665
5665
|
}, {
|
|
5666
5666
|
__kind: "DepositChannelEthereum";
|
|
@@ -5669,10 +5669,10 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
5669
5669
|
asset: {
|
|
5670
5670
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
5671
5671
|
};
|
|
5672
|
-
amount: string | number;
|
|
5673
5672
|
depositDetails: {
|
|
5674
5673
|
txHashes?: string[] | null | undefined;
|
|
5675
5674
|
};
|
|
5675
|
+
amount: string | number;
|
|
5676
5676
|
};
|
|
5677
5677
|
}>, z.ZodObject<{
|
|
5678
5678
|
__kind: z.ZodLiteral<"VaultEthereum">;
|
|
@@ -5699,11 +5699,11 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
5699
5699
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
5700
5700
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
5701
5701
|
}, "strip", z.ZodTypeAny, {
|
|
5702
|
-
__kind: "
|
|
5702
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
5703
5703
|
}, {
|
|
5704
|
-
__kind: "
|
|
5705
|
-
}>, "
|
|
5706
|
-
__kind: "
|
|
5704
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
5705
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
5706
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
5707
5707
|
}>;
|
|
5708
5708
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
5709
5709
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -6029,12 +6029,12 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
6029
6029
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6030
6030
|
}, "strip", z.ZodTypeAny, {
|
|
6031
6031
|
retryDuration: number;
|
|
6032
|
-
refundAddress: `0x${string}`;
|
|
6033
6032
|
minPrice: bigint;
|
|
6033
|
+
refundAddress: `0x${string}`;
|
|
6034
6034
|
}, {
|
|
6035
6035
|
retryDuration: number;
|
|
6036
|
-
refundAddress: string;
|
|
6037
6036
|
minPrice: string | number;
|
|
6037
|
+
refundAddress: string;
|
|
6038
6038
|
}>;
|
|
6039
6039
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6040
6040
|
numberOfChunks: z.ZodNumber;
|
|
@@ -6052,9 +6052,10 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
6052
6052
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
6053
6053
|
};
|
|
6054
6054
|
boostFee: number;
|
|
6055
|
+
txId: `0x${string}`;
|
|
6055
6056
|
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
6056
6057
|
depositAmount: bigint;
|
|
6057
|
-
outputAsset: "
|
|
6058
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
6058
6059
|
destinationAddress: {
|
|
6059
6060
|
readonly chain: "Ethereum";
|
|
6060
6061
|
readonly address: `0x${string}`;
|
|
@@ -6074,15 +6075,14 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
6074
6075
|
readonly chain: "Assethub";
|
|
6075
6076
|
readonly address: string;
|
|
6076
6077
|
};
|
|
6077
|
-
txId: `0x${string}`;
|
|
6078
6078
|
affiliateFees: {
|
|
6079
6079
|
account: number;
|
|
6080
6080
|
bps: number;
|
|
6081
6081
|
}[];
|
|
6082
6082
|
refundParams: {
|
|
6083
6083
|
retryDuration: number;
|
|
6084
|
-
refundAddress: `0x${string}`;
|
|
6085
6084
|
minPrice: bigint;
|
|
6085
|
+
refundAddress: `0x${string}`;
|
|
6086
6086
|
};
|
|
6087
6087
|
depositAddress?: `0x${string}` | null | undefined;
|
|
6088
6088
|
channelId?: bigint | null | undefined;
|
|
@@ -6145,26 +6145,26 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
6145
6145
|
txHashes?: string[] | null | undefined;
|
|
6146
6146
|
};
|
|
6147
6147
|
boostFee: number;
|
|
6148
|
+
txId: string;
|
|
6148
6149
|
inputAsset: {
|
|
6149
6150
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
6150
6151
|
};
|
|
6151
6152
|
depositAmount: string | number;
|
|
6152
6153
|
outputAsset: {
|
|
6153
|
-
__kind: "
|
|
6154
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
6154
6155
|
};
|
|
6155
6156
|
destinationAddress: {
|
|
6156
6157
|
value: string;
|
|
6157
6158
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
6158
6159
|
};
|
|
6159
|
-
txId: string;
|
|
6160
6160
|
affiliateFees: {
|
|
6161
6161
|
account: number;
|
|
6162
6162
|
bps: number;
|
|
6163
6163
|
}[];
|
|
6164
6164
|
refundParams: {
|
|
6165
6165
|
retryDuration: number;
|
|
6166
|
-
refundAddress: string;
|
|
6167
6166
|
minPrice: string | number;
|
|
6167
|
+
refundAddress: string;
|
|
6168
6168
|
};
|
|
6169
6169
|
depositAddress?: string | null | undefined;
|
|
6170
6170
|
channelId?: string | number | null | undefined;
|
|
@@ -6232,9 +6232,10 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
6232
6232
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
6233
6233
|
};
|
|
6234
6234
|
boostFee: number;
|
|
6235
|
+
txId: `0x${string}`;
|
|
6235
6236
|
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
6236
6237
|
depositAmount: bigint;
|
|
6237
|
-
outputAsset: "
|
|
6238
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
6238
6239
|
destinationAddress: {
|
|
6239
6240
|
readonly chain: "Ethereum";
|
|
6240
6241
|
readonly address: `0x${string}`;
|
|
@@ -6254,15 +6255,14 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
6254
6255
|
readonly chain: "Assethub";
|
|
6255
6256
|
readonly address: string;
|
|
6256
6257
|
};
|
|
6257
|
-
txId: `0x${string}`;
|
|
6258
6258
|
affiliateFees: {
|
|
6259
6259
|
account: number;
|
|
6260
6260
|
bps: number;
|
|
6261
6261
|
}[];
|
|
6262
6262
|
refundParams: {
|
|
6263
6263
|
retryDuration: number;
|
|
6264
|
-
refundAddress: `0x${string}`;
|
|
6265
6264
|
minPrice: bigint;
|
|
6265
|
+
refundAddress: `0x${string}`;
|
|
6266
6266
|
};
|
|
6267
6267
|
depositAddress?: `0x${string}` | null | undefined;
|
|
6268
6268
|
channelId?: bigint | null | undefined;
|
|
@@ -6328,26 +6328,26 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
6328
6328
|
txHashes?: string[] | null | undefined;
|
|
6329
6329
|
};
|
|
6330
6330
|
boostFee: number;
|
|
6331
|
+
txId: string;
|
|
6331
6332
|
inputAsset: {
|
|
6332
6333
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
6333
6334
|
};
|
|
6334
6335
|
depositAmount: string | number;
|
|
6335
6336
|
outputAsset: {
|
|
6336
|
-
__kind: "
|
|
6337
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
6337
6338
|
};
|
|
6338
6339
|
destinationAddress: {
|
|
6339
6340
|
value: string;
|
|
6340
6341
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
6341
6342
|
};
|
|
6342
|
-
txId: string;
|
|
6343
6343
|
affiliateFees: {
|
|
6344
6344
|
account: number;
|
|
6345
6345
|
bps: number;
|
|
6346
6346
|
}[];
|
|
6347
6347
|
refundParams: {
|
|
6348
6348
|
retryDuration: number;
|
|
6349
|
-
refundAddress: string;
|
|
6350
6349
|
minPrice: string | number;
|
|
6350
|
+
refundAddress: string;
|
|
6351
6351
|
};
|
|
6352
6352
|
depositAddress?: string | null | undefined;
|
|
6353
6353
|
channelId?: string | number | null | undefined;
|
|
@@ -6518,18 +6518,18 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
|
|
|
6518
6518
|
value: z.ZodEffects<z.ZodObject<{
|
|
6519
6519
|
__kind: z.ZodEnum<["CannotDecodeCcmAdditionalData", "CcmIsTooLong", "CcmAdditionalDataContainsInvalidAccounts", "RedundantDataSupplied", "InvalidDestinationAddress", "TooManyAddressLookupTables"]>;
|
|
6520
6520
|
}, "strip", z.ZodTypeAny, {
|
|
6521
|
-
__kind: "
|
|
6521
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
6522
6522
|
}, {
|
|
6523
|
-
__kind: "
|
|
6524
|
-
}>, "
|
|
6525
|
-
__kind: "
|
|
6523
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
6524
|
+
}>, "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables", {
|
|
6525
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
6526
6526
|
}>;
|
|
6527
6527
|
}, "strip", z.ZodTypeAny, {
|
|
6528
|
-
value: "
|
|
6528
|
+
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
6529
6529
|
__kind: "InvalidCcm";
|
|
6530
6530
|
}, {
|
|
6531
6531
|
value: {
|
|
6532
|
-
__kind: "
|
|
6532
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
6533
6533
|
};
|
|
6534
6534
|
__kind: "InvalidCcm";
|
|
6535
6535
|
}>, z.ZodObject<{
|
|
@@ -6563,7 +6563,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
|
|
|
6563
6563
|
value: "NotAValidPoint" | "TooManySeeds" | "SeedTooLarge" | "BumpSeedBadLuck";
|
|
6564
6564
|
__kind: "FailedToDeriveAddress";
|
|
6565
6565
|
} | {
|
|
6566
|
-
value: "
|
|
6566
|
+
value: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
6567
6567
|
__kind: "InvalidCcm";
|
|
6568
6568
|
} | {
|
|
6569
6569
|
__kind: "FailedToSerializeFinalTransaction";
|
|
@@ -6590,7 +6590,7 @@ declare const cfChainsAllBatchError: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
|
|
|
6590
6590
|
__kind: "FailedToDeriveAddress";
|
|
6591
6591
|
} | {
|
|
6592
6592
|
value: {
|
|
6593
|
-
__kind: "
|
|
6593
|
+
__kind: "InvalidDestinationAddress" | "CannotDecodeCcmAdditionalData" | "CcmIsTooLong" | "CcmAdditionalDataContainsInvalidAccounts" | "RedundantDataSupplied" | "TooManyAddressLookupTables";
|
|
6594
6594
|
};
|
|
6595
6595
|
__kind: "InvalidCcm";
|
|
6596
6596
|
} | {
|
|
@@ -6839,11 +6839,11 @@ declare const cfPrimitivesChainsAssetsDotAsset: z.ZodEffects<z.ZodObject<{
|
|
|
6839
6839
|
declare const palletCfPolkadotIngressEgressRefundReason: z.ZodEffects<z.ZodObject<{
|
|
6840
6840
|
__kind: z.ZodEnum<["InvalidBrokerFees", "InvalidRefundParameters", "InvalidDcaParameters", "CcmUnsupportedForTargetChain", "CcmInvalidMetadata", "InvalidDestinationAddress"]>;
|
|
6841
6841
|
}, "strip", z.ZodTypeAny, {
|
|
6842
|
-
__kind: "
|
|
6842
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
6843
6843
|
}, {
|
|
6844
|
-
__kind: "
|
|
6845
|
-
}>, "
|
|
6846
|
-
__kind: "
|
|
6844
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
6845
|
+
}>, "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress", {
|
|
6846
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
6847
6847
|
}>;
|
|
6848
6848
|
declare const palletCfPolkadotIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
6849
6849
|
__kind: z.ZodLiteral<"Swap">;
|
|
@@ -6901,24 +6901,24 @@ declare const palletCfPolkadotIngressEgressDepositAction: z.ZodDiscriminatedUnio
|
|
|
6901
6901
|
reason: z.ZodEffects<z.ZodObject<{
|
|
6902
6902
|
__kind: z.ZodEnum<["InvalidBrokerFees", "InvalidRefundParameters", "InvalidDcaParameters", "CcmUnsupportedForTargetChain", "CcmInvalidMetadata", "InvalidDestinationAddress"]>;
|
|
6903
6903
|
}, "strip", z.ZodTypeAny, {
|
|
6904
|
-
__kind: "
|
|
6904
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
6905
6905
|
}, {
|
|
6906
|
-
__kind: "
|
|
6907
|
-
}>, "
|
|
6908
|
-
__kind: "
|
|
6906
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
6907
|
+
}>, "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress", {
|
|
6908
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
6909
6909
|
}>;
|
|
6910
6910
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6911
6911
|
}, "strip", z.ZodTypeAny, {
|
|
6912
6912
|
__kind: "Refund";
|
|
6913
|
+
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
6913
6914
|
amount: bigint;
|
|
6914
|
-
reason: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
6915
6915
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
6916
6916
|
}, {
|
|
6917
6917
|
__kind: "Refund";
|
|
6918
|
-
amount: string | number;
|
|
6919
6918
|
reason: {
|
|
6920
|
-
__kind: "
|
|
6919
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
6921
6920
|
};
|
|
6921
|
+
amount: string | number;
|
|
6922
6922
|
egressId?: [{
|
|
6923
6923
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
6924
6924
|
}, string | number] | null | undefined;
|
|
@@ -7184,15 +7184,15 @@ declare const palletCfPolkadotIngressEgressDepositWitnessPolkadot: z.ZodObject<{
|
|
|
7184
7184
|
}, "strip", z.ZodTypeAny, {
|
|
7185
7185
|
depositAddress: `0x${string}`;
|
|
7186
7186
|
asset: "Dot";
|
|
7187
|
-
amount: bigint;
|
|
7188
7187
|
depositDetails: number;
|
|
7188
|
+
amount: bigint;
|
|
7189
7189
|
}, {
|
|
7190
7190
|
depositAddress: string;
|
|
7191
7191
|
asset: {
|
|
7192
7192
|
__kind: "Dot";
|
|
7193
7193
|
};
|
|
7194
|
-
amount: string | number;
|
|
7195
7194
|
depositDetails: number;
|
|
7195
|
+
amount: string | number;
|
|
7196
7196
|
}>;
|
|
7197
7197
|
declare const cfChainsChannelRefundParametersPolkadotAccountId: z.ZodObject<{
|
|
7198
7198
|
retryDuration: z.ZodNumber;
|
|
@@ -7200,12 +7200,12 @@ declare const cfChainsChannelRefundParametersPolkadotAccountId: z.ZodObject<{
|
|
|
7200
7200
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
7201
7201
|
}, "strip", z.ZodTypeAny, {
|
|
7202
7202
|
retryDuration: number;
|
|
7203
|
-
refundAddress: `0x${string}`;
|
|
7204
7203
|
minPrice: bigint;
|
|
7204
|
+
refundAddress: `0x${string}`;
|
|
7205
7205
|
}, {
|
|
7206
7206
|
retryDuration: number;
|
|
7207
|
-
refundAddress: string;
|
|
7208
7207
|
minPrice: string | number;
|
|
7208
|
+
refundAddress: string;
|
|
7209
7209
|
}>;
|
|
7210
7210
|
declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObject<{
|
|
7211
7211
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
@@ -7224,11 +7224,11 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
7224
7224
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
7225
7225
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
7226
7226
|
}, "strip", z.ZodTypeAny, {
|
|
7227
|
-
__kind: "
|
|
7227
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
7228
7228
|
}, {
|
|
7229
|
-
__kind: "
|
|
7230
|
-
}>, "
|
|
7231
|
-
__kind: "
|
|
7229
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
7230
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
7231
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
7232
7232
|
}>;
|
|
7233
7233
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
7234
7234
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -7563,12 +7563,12 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
7563
7563
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
7564
7564
|
}, "strip", z.ZodTypeAny, {
|
|
7565
7565
|
retryDuration: number;
|
|
7566
|
-
refundAddress: `0x${string}`;
|
|
7567
7566
|
minPrice: bigint;
|
|
7567
|
+
refundAddress: `0x${string}`;
|
|
7568
7568
|
}, {
|
|
7569
7569
|
retryDuration: number;
|
|
7570
|
-
refundAddress: string;
|
|
7571
7570
|
minPrice: string | number;
|
|
7571
|
+
refundAddress: string;
|
|
7572
7572
|
}>;
|
|
7573
7573
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7574
7574
|
numberOfChunks: z.ZodNumber;
|
|
@@ -7584,9 +7584,13 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
7584
7584
|
}, "strip", z.ZodTypeAny, {
|
|
7585
7585
|
depositDetails: number;
|
|
7586
7586
|
boostFee: number;
|
|
7587
|
+
txId: {
|
|
7588
|
+
blockNumber: number;
|
|
7589
|
+
extrinsicIndex: number;
|
|
7590
|
+
};
|
|
7587
7591
|
inputAsset: "Dot";
|
|
7588
7592
|
depositAmount: bigint;
|
|
7589
|
-
outputAsset: "
|
|
7593
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
7590
7594
|
destinationAddress: {
|
|
7591
7595
|
readonly chain: "Ethereum";
|
|
7592
7596
|
readonly address: `0x${string}`;
|
|
@@ -7606,18 +7610,14 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
7606
7610
|
readonly chain: "Assethub";
|
|
7607
7611
|
readonly address: string;
|
|
7608
7612
|
};
|
|
7609
|
-
txId: {
|
|
7610
|
-
blockNumber: number;
|
|
7611
|
-
extrinsicIndex: number;
|
|
7612
|
-
};
|
|
7613
7613
|
affiliateFees: {
|
|
7614
7614
|
account: number;
|
|
7615
7615
|
bps: number;
|
|
7616
7616
|
}[];
|
|
7617
7617
|
refundParams: {
|
|
7618
7618
|
retryDuration: number;
|
|
7619
|
-
refundAddress: `0x${string}`;
|
|
7620
7619
|
minPrice: bigint;
|
|
7620
|
+
refundAddress: `0x${string}`;
|
|
7621
7621
|
};
|
|
7622
7622
|
depositAddress?: `0x${string}` | null | undefined;
|
|
7623
7623
|
channelId?: bigint | null | undefined;
|
|
@@ -7678,29 +7678,29 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
7678
7678
|
}, {
|
|
7679
7679
|
depositDetails: number;
|
|
7680
7680
|
boostFee: number;
|
|
7681
|
+
txId: {
|
|
7682
|
+
blockNumber: number;
|
|
7683
|
+
extrinsicIndex: number;
|
|
7684
|
+
};
|
|
7681
7685
|
inputAsset: {
|
|
7682
7686
|
__kind: "Dot";
|
|
7683
7687
|
};
|
|
7684
7688
|
depositAmount: string | number;
|
|
7685
7689
|
outputAsset: {
|
|
7686
|
-
__kind: "
|
|
7690
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
7687
7691
|
};
|
|
7688
7692
|
destinationAddress: {
|
|
7689
7693
|
value: string;
|
|
7690
7694
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
7691
7695
|
};
|
|
7692
|
-
txId: {
|
|
7693
|
-
blockNumber: number;
|
|
7694
|
-
extrinsicIndex: number;
|
|
7695
|
-
};
|
|
7696
7696
|
affiliateFees: {
|
|
7697
7697
|
account: number;
|
|
7698
7698
|
bps: number;
|
|
7699
7699
|
}[];
|
|
7700
7700
|
refundParams: {
|
|
7701
7701
|
retryDuration: number;
|
|
7702
|
-
refundAddress: string;
|
|
7703
7702
|
minPrice: string | number;
|
|
7703
|
+
refundAddress: string;
|
|
7704
7704
|
};
|
|
7705
7705
|
depositAddress?: string | null | undefined;
|
|
7706
7706
|
channelId?: string | number | null | undefined;
|
|
@@ -7779,23 +7779,23 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
7779
7779
|
}, "strip", z.ZodTypeAny, {
|
|
7780
7780
|
depositAddress: `0x${string}`;
|
|
7781
7781
|
asset: "Dot";
|
|
7782
|
-
amount: bigint;
|
|
7783
7782
|
depositDetails: number;
|
|
7783
|
+
amount: bigint;
|
|
7784
7784
|
}, {
|
|
7785
7785
|
depositAddress: string;
|
|
7786
7786
|
asset: {
|
|
7787
7787
|
__kind: "Dot";
|
|
7788
7788
|
};
|
|
7789
|
-
amount: string | number;
|
|
7790
7789
|
depositDetails: number;
|
|
7790
|
+
amount: string | number;
|
|
7791
7791
|
}>;
|
|
7792
7792
|
}, "strip", z.ZodTypeAny, {
|
|
7793
7793
|
__kind: "DepositChannelPolkadot";
|
|
7794
7794
|
depositWitness: {
|
|
7795
7795
|
depositAddress: `0x${string}`;
|
|
7796
7796
|
asset: "Dot";
|
|
7797
|
-
amount: bigint;
|
|
7798
7797
|
depositDetails: number;
|
|
7798
|
+
amount: bigint;
|
|
7799
7799
|
};
|
|
7800
7800
|
}, {
|
|
7801
7801
|
__kind: "DepositChannelPolkadot";
|
|
@@ -7804,8 +7804,8 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
7804
7804
|
asset: {
|
|
7805
7805
|
__kind: "Dot";
|
|
7806
7806
|
};
|
|
7807
|
-
amount: string | number;
|
|
7808
7807
|
depositDetails: number;
|
|
7808
|
+
amount: string | number;
|
|
7809
7809
|
};
|
|
7810
7810
|
}>, z.ZodObject<{
|
|
7811
7811
|
__kind: z.ZodLiteral<"VaultPolkadot">;
|
|
@@ -7826,11 +7826,11 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
7826
7826
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
7827
7827
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
7828
7828
|
}, "strip", z.ZodTypeAny, {
|
|
7829
|
-
__kind: "
|
|
7829
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
7830
7830
|
}, {
|
|
7831
|
-
__kind: "
|
|
7832
|
-
}>, "
|
|
7833
|
-
__kind: "
|
|
7831
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
7832
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
7833
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
7834
7834
|
}>;
|
|
7835
7835
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
7836
7836
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -8165,12 +8165,12 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
8165
8165
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8166
8166
|
}, "strip", z.ZodTypeAny, {
|
|
8167
8167
|
retryDuration: number;
|
|
8168
|
-
refundAddress: `0x${string}`;
|
|
8169
8168
|
minPrice: bigint;
|
|
8169
|
+
refundAddress: `0x${string}`;
|
|
8170
8170
|
}, {
|
|
8171
8171
|
retryDuration: number;
|
|
8172
|
-
refundAddress: string;
|
|
8173
8172
|
minPrice: string | number;
|
|
8173
|
+
refundAddress: string;
|
|
8174
8174
|
}>;
|
|
8175
8175
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
8176
8176
|
numberOfChunks: z.ZodNumber;
|
|
@@ -8186,9 +8186,13 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
8186
8186
|
}, "strip", z.ZodTypeAny, {
|
|
8187
8187
|
depositDetails: number;
|
|
8188
8188
|
boostFee: number;
|
|
8189
|
+
txId: {
|
|
8190
|
+
blockNumber: number;
|
|
8191
|
+
extrinsicIndex: number;
|
|
8192
|
+
};
|
|
8189
8193
|
inputAsset: "Dot";
|
|
8190
8194
|
depositAmount: bigint;
|
|
8191
|
-
outputAsset: "
|
|
8195
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
8192
8196
|
destinationAddress: {
|
|
8193
8197
|
readonly chain: "Ethereum";
|
|
8194
8198
|
readonly address: `0x${string}`;
|
|
@@ -8208,18 +8212,14 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
8208
8212
|
readonly chain: "Assethub";
|
|
8209
8213
|
readonly address: string;
|
|
8210
8214
|
};
|
|
8211
|
-
txId: {
|
|
8212
|
-
blockNumber: number;
|
|
8213
|
-
extrinsicIndex: number;
|
|
8214
|
-
};
|
|
8215
8215
|
affiliateFees: {
|
|
8216
8216
|
account: number;
|
|
8217
8217
|
bps: number;
|
|
8218
8218
|
}[];
|
|
8219
8219
|
refundParams: {
|
|
8220
8220
|
retryDuration: number;
|
|
8221
|
-
refundAddress: `0x${string}`;
|
|
8222
8221
|
minPrice: bigint;
|
|
8222
|
+
refundAddress: `0x${string}`;
|
|
8223
8223
|
};
|
|
8224
8224
|
depositAddress?: `0x${string}` | null | undefined;
|
|
8225
8225
|
channelId?: bigint | null | undefined;
|
|
@@ -8280,29 +8280,29 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
8280
8280
|
}, {
|
|
8281
8281
|
depositDetails: number;
|
|
8282
8282
|
boostFee: number;
|
|
8283
|
+
txId: {
|
|
8284
|
+
blockNumber: number;
|
|
8285
|
+
extrinsicIndex: number;
|
|
8286
|
+
};
|
|
8283
8287
|
inputAsset: {
|
|
8284
8288
|
__kind: "Dot";
|
|
8285
8289
|
};
|
|
8286
8290
|
depositAmount: string | number;
|
|
8287
8291
|
outputAsset: {
|
|
8288
|
-
__kind: "
|
|
8292
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
8289
8293
|
};
|
|
8290
8294
|
destinationAddress: {
|
|
8291
8295
|
value: string;
|
|
8292
8296
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
8293
8297
|
};
|
|
8294
|
-
txId: {
|
|
8295
|
-
blockNumber: number;
|
|
8296
|
-
extrinsicIndex: number;
|
|
8297
|
-
};
|
|
8298
8298
|
affiliateFees: {
|
|
8299
8299
|
account: number;
|
|
8300
8300
|
bps: number;
|
|
8301
8301
|
}[];
|
|
8302
8302
|
refundParams: {
|
|
8303
8303
|
retryDuration: number;
|
|
8304
|
-
refundAddress: string;
|
|
8305
8304
|
minPrice: string | number;
|
|
8305
|
+
refundAddress: string;
|
|
8306
8306
|
};
|
|
8307
8307
|
depositAddress?: string | null | undefined;
|
|
8308
8308
|
channelId?: string | number | null | undefined;
|
|
@@ -8368,9 +8368,13 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
8368
8368
|
vaultWitness: {
|
|
8369
8369
|
depositDetails: number;
|
|
8370
8370
|
boostFee: number;
|
|
8371
|
+
txId: {
|
|
8372
|
+
blockNumber: number;
|
|
8373
|
+
extrinsicIndex: number;
|
|
8374
|
+
};
|
|
8371
8375
|
inputAsset: "Dot";
|
|
8372
8376
|
depositAmount: bigint;
|
|
8373
|
-
outputAsset: "
|
|
8377
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
8374
8378
|
destinationAddress: {
|
|
8375
8379
|
readonly chain: "Ethereum";
|
|
8376
8380
|
readonly address: `0x${string}`;
|
|
@@ -8390,18 +8394,14 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
8390
8394
|
readonly chain: "Assethub";
|
|
8391
8395
|
readonly address: string;
|
|
8392
8396
|
};
|
|
8393
|
-
txId: {
|
|
8394
|
-
blockNumber: number;
|
|
8395
|
-
extrinsicIndex: number;
|
|
8396
|
-
};
|
|
8397
8397
|
affiliateFees: {
|
|
8398
8398
|
account: number;
|
|
8399
8399
|
bps: number;
|
|
8400
8400
|
}[];
|
|
8401
8401
|
refundParams: {
|
|
8402
8402
|
retryDuration: number;
|
|
8403
|
-
refundAddress: `0x${string}`;
|
|
8404
8403
|
minPrice: bigint;
|
|
8404
|
+
refundAddress: `0x${string}`;
|
|
8405
8405
|
};
|
|
8406
8406
|
depositAddress?: `0x${string}` | null | undefined;
|
|
8407
8407
|
channelId?: bigint | null | undefined;
|
|
@@ -8465,29 +8465,29 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
8465
8465
|
vaultWitness: {
|
|
8466
8466
|
depositDetails: number;
|
|
8467
8467
|
boostFee: number;
|
|
8468
|
+
txId: {
|
|
8469
|
+
blockNumber: number;
|
|
8470
|
+
extrinsicIndex: number;
|
|
8471
|
+
};
|
|
8468
8472
|
inputAsset: {
|
|
8469
8473
|
__kind: "Dot";
|
|
8470
8474
|
};
|
|
8471
8475
|
depositAmount: string | number;
|
|
8472
8476
|
outputAsset: {
|
|
8473
|
-
__kind: "
|
|
8477
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
8474
8478
|
};
|
|
8475
8479
|
destinationAddress: {
|
|
8476
8480
|
value: string;
|
|
8477
8481
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
8478
8482
|
};
|
|
8479
|
-
txId: {
|
|
8480
|
-
blockNumber: number;
|
|
8481
|
-
extrinsicIndex: number;
|
|
8482
|
-
};
|
|
8483
8483
|
affiliateFees: {
|
|
8484
8484
|
account: number;
|
|
8485
8485
|
bps: number;
|
|
8486
8486
|
}[];
|
|
8487
8487
|
refundParams: {
|
|
8488
8488
|
retryDuration: number;
|
|
8489
|
-
refundAddress: string;
|
|
8490
8489
|
minPrice: string | number;
|
|
8490
|
+
refundAddress: string;
|
|
8491
8491
|
};
|
|
8492
8492
|
depositAddress?: string | null | undefined;
|
|
8493
8493
|
channelId?: string | number | null | undefined;
|
|
@@ -8772,11 +8772,11 @@ declare const cfChainsBtcUtxo: z.ZodObject<{
|
|
|
8772
8772
|
declare const palletCfBitcoinIngressEgressRefundReason: z.ZodEffects<z.ZodObject<{
|
|
8773
8773
|
__kind: z.ZodEnum<["InvalidBrokerFees", "InvalidRefundParameters", "InvalidDcaParameters", "CcmUnsupportedForTargetChain", "CcmInvalidMetadata", "InvalidDestinationAddress"]>;
|
|
8774
8774
|
}, "strip", z.ZodTypeAny, {
|
|
8775
|
-
__kind: "
|
|
8775
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
8776
8776
|
}, {
|
|
8777
|
-
__kind: "
|
|
8778
|
-
}>, "
|
|
8779
|
-
__kind: "
|
|
8777
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
8778
|
+
}>, "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress", {
|
|
8779
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
8780
8780
|
}>;
|
|
8781
8781
|
declare const palletCfBitcoinIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
8782
8782
|
__kind: z.ZodLiteral<"Swap">;
|
|
@@ -8834,24 +8834,24 @@ declare const palletCfBitcoinIngressEgressDepositAction: z.ZodDiscriminatedUnion
|
|
|
8834
8834
|
reason: z.ZodEffects<z.ZodObject<{
|
|
8835
8835
|
__kind: z.ZodEnum<["InvalidBrokerFees", "InvalidRefundParameters", "InvalidDcaParameters", "CcmUnsupportedForTargetChain", "CcmInvalidMetadata", "InvalidDestinationAddress"]>;
|
|
8836
8836
|
}, "strip", z.ZodTypeAny, {
|
|
8837
|
-
__kind: "
|
|
8837
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
8838
8838
|
}, {
|
|
8839
|
-
__kind: "
|
|
8840
|
-
}>, "
|
|
8841
|
-
__kind: "
|
|
8839
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
8840
|
+
}>, "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress", {
|
|
8841
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
8842
8842
|
}>;
|
|
8843
8843
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8844
8844
|
}, "strip", z.ZodTypeAny, {
|
|
8845
8845
|
__kind: "Refund";
|
|
8846
|
+
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
8846
8847
|
amount: bigint;
|
|
8847
|
-
reason: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
8848
8848
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
8849
8849
|
}, {
|
|
8850
8850
|
__kind: "Refund";
|
|
8851
|
-
amount: string | number;
|
|
8852
8851
|
reason: {
|
|
8853
|
-
__kind: "
|
|
8852
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
8854
8853
|
};
|
|
8854
|
+
amount: string | number;
|
|
8855
8855
|
egressId?: [{
|
|
8856
8856
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
8857
8857
|
}, string | number] | null | undefined;
|
|
@@ -9288,7 +9288,6 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
9288
9288
|
program: `0x${string}`;
|
|
9289
9289
|
};
|
|
9290
9290
|
asset: "Btc";
|
|
9291
|
-
amount: bigint;
|
|
9292
9291
|
depositDetails: {
|
|
9293
9292
|
depositAddress: {
|
|
9294
9293
|
pubkeyX: `0x${string}`;
|
|
@@ -9307,6 +9306,7 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
9307
9306
|
vout: number;
|
|
9308
9307
|
};
|
|
9309
9308
|
};
|
|
9309
|
+
amount: bigint;
|
|
9310
9310
|
}, {
|
|
9311
9311
|
depositAddress: {
|
|
9312
9312
|
value: string;
|
|
@@ -9331,7 +9331,6 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
9331
9331
|
asset: {
|
|
9332
9332
|
__kind: "Btc";
|
|
9333
9333
|
};
|
|
9334
|
-
amount: string | number;
|
|
9335
9334
|
depositDetails: {
|
|
9336
9335
|
depositAddress: {
|
|
9337
9336
|
pubkeyX: string;
|
|
@@ -9350,6 +9349,7 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
9350
9349
|
vout: number;
|
|
9351
9350
|
};
|
|
9352
9351
|
};
|
|
9352
|
+
amount: string | number;
|
|
9353
9353
|
}>;
|
|
9354
9354
|
declare const cfChainsChannelRefundParametersScriptPubkey: z.ZodObject<{
|
|
9355
9355
|
retryDuration: z.ZodNumber;
|
|
@@ -9414,6 +9414,7 @@ declare const cfChainsChannelRefundParametersScriptPubkey: z.ZodObject<{
|
|
|
9414
9414
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
9415
9415
|
}, "strip", z.ZodTypeAny, {
|
|
9416
9416
|
retryDuration: number;
|
|
9417
|
+
minPrice: bigint;
|
|
9417
9418
|
refundAddress: {
|
|
9418
9419
|
value: `0x${string}`;
|
|
9419
9420
|
__kind: "P2PKH";
|
|
@@ -9434,9 +9435,9 @@ declare const cfChainsChannelRefundParametersScriptPubkey: z.ZodObject<{
|
|
|
9434
9435
|
version: number;
|
|
9435
9436
|
program: `0x${string}`;
|
|
9436
9437
|
};
|
|
9437
|
-
minPrice: bigint;
|
|
9438
9438
|
}, {
|
|
9439
9439
|
retryDuration: number;
|
|
9440
|
+
minPrice: string | number;
|
|
9440
9441
|
refundAddress: {
|
|
9441
9442
|
value: string;
|
|
9442
9443
|
__kind: "P2PKH";
|
|
@@ -9457,7 +9458,6 @@ declare const cfChainsChannelRefundParametersScriptPubkey: z.ZodObject<{
|
|
|
9457
9458
|
version: number;
|
|
9458
9459
|
program: string;
|
|
9459
9460
|
};
|
|
9460
|
-
minPrice: string | number;
|
|
9461
9461
|
}>;
|
|
9462
9462
|
declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObject<{
|
|
9463
9463
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
@@ -9628,11 +9628,11 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
9628
9628
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
9629
9629
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
9630
9630
|
}, "strip", z.ZodTypeAny, {
|
|
9631
|
-
__kind: "
|
|
9631
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9632
9632
|
}, {
|
|
9633
|
-
__kind: "
|
|
9634
|
-
}>, "
|
|
9635
|
-
__kind: "
|
|
9633
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9634
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
9635
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
9636
9636
|
}>;
|
|
9637
9637
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
9638
9638
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -10015,6 +10015,7 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
10015
10015
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
10016
10016
|
}, "strip", z.ZodTypeAny, {
|
|
10017
10017
|
retryDuration: number;
|
|
10018
|
+
minPrice: bigint;
|
|
10018
10019
|
refundAddress: {
|
|
10019
10020
|
value: `0x${string}`;
|
|
10020
10021
|
__kind: "P2PKH";
|
|
@@ -10035,9 +10036,9 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
10035
10036
|
version: number;
|
|
10036
10037
|
program: `0x${string}`;
|
|
10037
10038
|
};
|
|
10038
|
-
minPrice: bigint;
|
|
10039
10039
|
}, {
|
|
10040
10040
|
retryDuration: number;
|
|
10041
|
+
minPrice: string | number;
|
|
10041
10042
|
refundAddress: {
|
|
10042
10043
|
value: string;
|
|
10043
10044
|
__kind: "P2PKH";
|
|
@@ -10058,7 +10059,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
10058
10059
|
version: number;
|
|
10059
10060
|
program: string;
|
|
10060
10061
|
};
|
|
10061
|
-
minPrice: string | number;
|
|
10062
10062
|
}>;
|
|
10063
10063
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
10064
10064
|
numberOfChunks: z.ZodNumber;
|
|
@@ -10091,9 +10091,10 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
10091
10091
|
};
|
|
10092
10092
|
};
|
|
10093
10093
|
boostFee: number;
|
|
10094
|
+
txId: `0x${string}`;
|
|
10094
10095
|
inputAsset: "Btc";
|
|
10095
10096
|
depositAmount: bigint;
|
|
10096
|
-
outputAsset: "
|
|
10097
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10097
10098
|
destinationAddress: {
|
|
10098
10099
|
readonly chain: "Ethereum";
|
|
10099
10100
|
readonly address: `0x${string}`;
|
|
@@ -10113,13 +10114,13 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
10113
10114
|
readonly chain: "Assethub";
|
|
10114
10115
|
readonly address: string;
|
|
10115
10116
|
};
|
|
10116
|
-
txId: `0x${string}`;
|
|
10117
10117
|
affiliateFees: {
|
|
10118
10118
|
account: number;
|
|
10119
10119
|
bps: number;
|
|
10120
10120
|
}[];
|
|
10121
10121
|
refundParams: {
|
|
10122
10122
|
retryDuration: number;
|
|
10123
|
+
minPrice: bigint;
|
|
10123
10124
|
refundAddress: {
|
|
10124
10125
|
value: `0x${string}`;
|
|
10125
10126
|
__kind: "P2PKH";
|
|
@@ -10140,7 +10141,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
10140
10141
|
version: number;
|
|
10141
10142
|
program: `0x${string}`;
|
|
10142
10143
|
};
|
|
10143
|
-
minPrice: bigint;
|
|
10144
10144
|
};
|
|
10145
10145
|
depositAddress?: {
|
|
10146
10146
|
value: `0x${string}`;
|
|
@@ -10237,24 +10237,25 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
10237
10237
|
};
|
|
10238
10238
|
};
|
|
10239
10239
|
boostFee: number;
|
|
10240
|
+
txId: string;
|
|
10240
10241
|
inputAsset: {
|
|
10241
10242
|
__kind: "Btc";
|
|
10242
10243
|
};
|
|
10243
10244
|
depositAmount: string | number;
|
|
10244
10245
|
outputAsset: {
|
|
10245
|
-
__kind: "
|
|
10246
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10246
10247
|
};
|
|
10247
10248
|
destinationAddress: {
|
|
10248
10249
|
value: string;
|
|
10249
10250
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
10250
10251
|
};
|
|
10251
|
-
txId: string;
|
|
10252
10252
|
affiliateFees: {
|
|
10253
10253
|
account: number;
|
|
10254
10254
|
bps: number;
|
|
10255
10255
|
}[];
|
|
10256
10256
|
refundParams: {
|
|
10257
10257
|
retryDuration: number;
|
|
10258
|
+
minPrice: string | number;
|
|
10258
10259
|
refundAddress: {
|
|
10259
10260
|
value: string;
|
|
10260
10261
|
__kind: "P2PKH";
|
|
@@ -10275,7 +10276,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
10275
10276
|
version: number;
|
|
10276
10277
|
program: string;
|
|
10277
10278
|
};
|
|
10278
|
-
minPrice: string | number;
|
|
10279
10279
|
};
|
|
10280
10280
|
depositAddress?: {
|
|
10281
10281
|
value: string;
|
|
@@ -10544,7 +10544,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
10544
10544
|
program: `0x${string}`;
|
|
10545
10545
|
};
|
|
10546
10546
|
asset: "Btc";
|
|
10547
|
-
amount: bigint;
|
|
10548
10547
|
depositDetails: {
|
|
10549
10548
|
depositAddress: {
|
|
10550
10549
|
pubkeyX: `0x${string}`;
|
|
@@ -10563,6 +10562,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
10563
10562
|
vout: number;
|
|
10564
10563
|
};
|
|
10565
10564
|
};
|
|
10565
|
+
amount: bigint;
|
|
10566
10566
|
}, {
|
|
10567
10567
|
depositAddress: {
|
|
10568
10568
|
value: string;
|
|
@@ -10587,7 +10587,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
10587
10587
|
asset: {
|
|
10588
10588
|
__kind: "Btc";
|
|
10589
10589
|
};
|
|
10590
|
-
amount: string | number;
|
|
10591
10590
|
depositDetails: {
|
|
10592
10591
|
depositAddress: {
|
|
10593
10592
|
pubkeyX: string;
|
|
@@ -10606,6 +10605,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
10606
10605
|
vout: number;
|
|
10607
10606
|
};
|
|
10608
10607
|
};
|
|
10608
|
+
amount: string | number;
|
|
10609
10609
|
}>;
|
|
10610
10610
|
}, "strip", z.ZodTypeAny, {
|
|
10611
10611
|
__kind: "DepositChannelBitcoin";
|
|
@@ -10631,7 +10631,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
10631
10631
|
program: `0x${string}`;
|
|
10632
10632
|
};
|
|
10633
10633
|
asset: "Btc";
|
|
10634
|
-
amount: bigint;
|
|
10635
10634
|
depositDetails: {
|
|
10636
10635
|
depositAddress: {
|
|
10637
10636
|
pubkeyX: `0x${string}`;
|
|
@@ -10650,6 +10649,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
10650
10649
|
vout: number;
|
|
10651
10650
|
};
|
|
10652
10651
|
};
|
|
10652
|
+
amount: bigint;
|
|
10653
10653
|
};
|
|
10654
10654
|
}, {
|
|
10655
10655
|
__kind: "DepositChannelBitcoin";
|
|
@@ -10677,7 +10677,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
10677
10677
|
asset: {
|
|
10678
10678
|
__kind: "Btc";
|
|
10679
10679
|
};
|
|
10680
|
-
amount: string | number;
|
|
10681
10680
|
depositDetails: {
|
|
10682
10681
|
depositAddress: {
|
|
10683
10682
|
pubkeyX: string;
|
|
@@ -10696,6 +10695,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
10696
10695
|
vout: number;
|
|
10697
10696
|
};
|
|
10698
10697
|
};
|
|
10698
|
+
amount: string | number;
|
|
10699
10699
|
};
|
|
10700
10700
|
}>, z.ZodObject<{
|
|
10701
10701
|
__kind: z.ZodLiteral<"VaultBitcoin">;
|
|
@@ -10868,11 +10868,11 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
10868
10868
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
10869
10869
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
10870
10870
|
}, "strip", z.ZodTypeAny, {
|
|
10871
|
-
__kind: "
|
|
10871
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10872
10872
|
}, {
|
|
10873
|
-
__kind: "
|
|
10874
|
-
}>, "
|
|
10875
|
-
__kind: "
|
|
10873
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10874
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
10875
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
10876
10876
|
}>;
|
|
10877
10877
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
10878
10878
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -11255,6 +11255,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
11255
11255
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
11256
11256
|
}, "strip", z.ZodTypeAny, {
|
|
11257
11257
|
retryDuration: number;
|
|
11258
|
+
minPrice: bigint;
|
|
11258
11259
|
refundAddress: {
|
|
11259
11260
|
value: `0x${string}`;
|
|
11260
11261
|
__kind: "P2PKH";
|
|
@@ -11275,9 +11276,9 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
11275
11276
|
version: number;
|
|
11276
11277
|
program: `0x${string}`;
|
|
11277
11278
|
};
|
|
11278
|
-
minPrice: bigint;
|
|
11279
11279
|
}, {
|
|
11280
11280
|
retryDuration: number;
|
|
11281
|
+
minPrice: string | number;
|
|
11281
11282
|
refundAddress: {
|
|
11282
11283
|
value: string;
|
|
11283
11284
|
__kind: "P2PKH";
|
|
@@ -11298,7 +11299,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
11298
11299
|
version: number;
|
|
11299
11300
|
program: string;
|
|
11300
11301
|
};
|
|
11301
|
-
minPrice: string | number;
|
|
11302
11302
|
}>;
|
|
11303
11303
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
11304
11304
|
numberOfChunks: z.ZodNumber;
|
|
@@ -11331,9 +11331,10 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
11331
11331
|
};
|
|
11332
11332
|
};
|
|
11333
11333
|
boostFee: number;
|
|
11334
|
+
txId: `0x${string}`;
|
|
11334
11335
|
inputAsset: "Btc";
|
|
11335
11336
|
depositAmount: bigint;
|
|
11336
|
-
outputAsset: "
|
|
11337
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11337
11338
|
destinationAddress: {
|
|
11338
11339
|
readonly chain: "Ethereum";
|
|
11339
11340
|
readonly address: `0x${string}`;
|
|
@@ -11353,13 +11354,13 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
11353
11354
|
readonly chain: "Assethub";
|
|
11354
11355
|
readonly address: string;
|
|
11355
11356
|
};
|
|
11356
|
-
txId: `0x${string}`;
|
|
11357
11357
|
affiliateFees: {
|
|
11358
11358
|
account: number;
|
|
11359
11359
|
bps: number;
|
|
11360
11360
|
}[];
|
|
11361
11361
|
refundParams: {
|
|
11362
11362
|
retryDuration: number;
|
|
11363
|
+
minPrice: bigint;
|
|
11363
11364
|
refundAddress: {
|
|
11364
11365
|
value: `0x${string}`;
|
|
11365
11366
|
__kind: "P2PKH";
|
|
@@ -11380,7 +11381,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
11380
11381
|
version: number;
|
|
11381
11382
|
program: `0x${string}`;
|
|
11382
11383
|
};
|
|
11383
|
-
minPrice: bigint;
|
|
11384
11384
|
};
|
|
11385
11385
|
depositAddress?: {
|
|
11386
11386
|
value: `0x${string}`;
|
|
@@ -11477,24 +11477,25 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
11477
11477
|
};
|
|
11478
11478
|
};
|
|
11479
11479
|
boostFee: number;
|
|
11480
|
+
txId: string;
|
|
11480
11481
|
inputAsset: {
|
|
11481
11482
|
__kind: "Btc";
|
|
11482
11483
|
};
|
|
11483
11484
|
depositAmount: string | number;
|
|
11484
11485
|
outputAsset: {
|
|
11485
|
-
__kind: "
|
|
11486
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11486
11487
|
};
|
|
11487
11488
|
destinationAddress: {
|
|
11488
11489
|
value: string;
|
|
11489
11490
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
11490
11491
|
};
|
|
11491
|
-
txId: string;
|
|
11492
11492
|
affiliateFees: {
|
|
11493
11493
|
account: number;
|
|
11494
11494
|
bps: number;
|
|
11495
11495
|
}[];
|
|
11496
11496
|
refundParams: {
|
|
11497
11497
|
retryDuration: number;
|
|
11498
|
+
minPrice: string | number;
|
|
11498
11499
|
refundAddress: {
|
|
11499
11500
|
value: string;
|
|
11500
11501
|
__kind: "P2PKH";
|
|
@@ -11515,7 +11516,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
11515
11516
|
version: number;
|
|
11516
11517
|
program: string;
|
|
11517
11518
|
};
|
|
11518
|
-
minPrice: string | number;
|
|
11519
11519
|
};
|
|
11520
11520
|
depositAddress?: {
|
|
11521
11521
|
value: string;
|
|
@@ -11617,9 +11617,10 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
11617
11617
|
};
|
|
11618
11618
|
};
|
|
11619
11619
|
boostFee: number;
|
|
11620
|
+
txId: `0x${string}`;
|
|
11620
11621
|
inputAsset: "Btc";
|
|
11621
11622
|
depositAmount: bigint;
|
|
11622
|
-
outputAsset: "
|
|
11623
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11623
11624
|
destinationAddress: {
|
|
11624
11625
|
readonly chain: "Ethereum";
|
|
11625
11626
|
readonly address: `0x${string}`;
|
|
@@ -11639,13 +11640,13 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
11639
11640
|
readonly chain: "Assethub";
|
|
11640
11641
|
readonly address: string;
|
|
11641
11642
|
};
|
|
11642
|
-
txId: `0x${string}`;
|
|
11643
11643
|
affiliateFees: {
|
|
11644
11644
|
account: number;
|
|
11645
11645
|
bps: number;
|
|
11646
11646
|
}[];
|
|
11647
11647
|
refundParams: {
|
|
11648
11648
|
retryDuration: number;
|
|
11649
|
+
minPrice: bigint;
|
|
11649
11650
|
refundAddress: {
|
|
11650
11651
|
value: `0x${string}`;
|
|
11651
11652
|
__kind: "P2PKH";
|
|
@@ -11666,7 +11667,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
11666
11667
|
version: number;
|
|
11667
11668
|
program: `0x${string}`;
|
|
11668
11669
|
};
|
|
11669
|
-
minPrice: bigint;
|
|
11670
11670
|
};
|
|
11671
11671
|
depositAddress?: {
|
|
11672
11672
|
value: `0x${string}`;
|
|
@@ -11766,24 +11766,25 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
11766
11766
|
};
|
|
11767
11767
|
};
|
|
11768
11768
|
boostFee: number;
|
|
11769
|
+
txId: string;
|
|
11769
11770
|
inputAsset: {
|
|
11770
11771
|
__kind: "Btc";
|
|
11771
11772
|
};
|
|
11772
11773
|
depositAmount: string | number;
|
|
11773
11774
|
outputAsset: {
|
|
11774
|
-
__kind: "
|
|
11775
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11775
11776
|
};
|
|
11776
11777
|
destinationAddress: {
|
|
11777
11778
|
value: string;
|
|
11778
11779
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
11779
11780
|
};
|
|
11780
|
-
txId: string;
|
|
11781
11781
|
affiliateFees: {
|
|
11782
11782
|
account: number;
|
|
11783
11783
|
bps: number;
|
|
11784
11784
|
}[];
|
|
11785
11785
|
refundParams: {
|
|
11786
11786
|
retryDuration: number;
|
|
11787
|
+
minPrice: string | number;
|
|
11787
11788
|
refundAddress: {
|
|
11788
11789
|
value: string;
|
|
11789
11790
|
__kind: "P2PKH";
|
|
@@ -11804,7 +11805,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
11804
11805
|
version: number;
|
|
11805
11806
|
program: string;
|
|
11806
11807
|
};
|
|
11807
|
-
minPrice: string | number;
|
|
11808
11808
|
};
|
|
11809
11809
|
depositAddress?: {
|
|
11810
11810
|
value: string;
|
|
@@ -12089,20 +12089,20 @@ declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
|
|
|
12089
12089
|
baseAsset: z.ZodEffects<z.ZodObject<{
|
|
12090
12090
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
12091
12091
|
}, "strip", z.ZodTypeAny, {
|
|
12092
|
-
__kind: "
|
|
12092
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12093
12093
|
}, {
|
|
12094
|
-
__kind: "
|
|
12095
|
-
}>, "
|
|
12096
|
-
__kind: "
|
|
12094
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12095
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
12096
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12097
12097
|
}>;
|
|
12098
12098
|
quoteAsset: z.ZodEffects<z.ZodObject<{
|
|
12099
12099
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
12100
12100
|
}, "strip", z.ZodTypeAny, {
|
|
12101
|
-
__kind: "
|
|
12101
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12102
12102
|
}, {
|
|
12103
|
-
__kind: "
|
|
12104
|
-
}>, "
|
|
12105
|
-
__kind: "
|
|
12103
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12104
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
12105
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12106
12106
|
}>;
|
|
12107
12107
|
side: z.ZodEffects<z.ZodObject<{
|
|
12108
12108
|
__kind: z.ZodEnum<["Buy", "Sell"]>;
|
|
@@ -12117,17 +12117,17 @@ declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
|
|
|
12117
12117
|
}, "strip", z.ZodTypeAny, {
|
|
12118
12118
|
__kind: "Limit";
|
|
12119
12119
|
id: bigint;
|
|
12120
|
-
baseAsset: "
|
|
12121
|
-
quoteAsset: "
|
|
12120
|
+
baseAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12121
|
+
quoteAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12122
12122
|
side: "Buy" | "Sell";
|
|
12123
12123
|
}, {
|
|
12124
12124
|
__kind: "Limit";
|
|
12125
12125
|
id: string | number;
|
|
12126
12126
|
baseAsset: {
|
|
12127
|
-
__kind: "
|
|
12127
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12128
12128
|
};
|
|
12129
12129
|
quoteAsset: {
|
|
12130
|
-
__kind: "
|
|
12130
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12131
12131
|
};
|
|
12132
12132
|
side: {
|
|
12133
12133
|
__kind: "Buy" | "Sell";
|
|
@@ -12137,35 +12137,35 @@ declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
|
|
|
12137
12137
|
baseAsset: z.ZodEffects<z.ZodObject<{
|
|
12138
12138
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
12139
12139
|
}, "strip", z.ZodTypeAny, {
|
|
12140
|
-
__kind: "
|
|
12140
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12141
12141
|
}, {
|
|
12142
|
-
__kind: "
|
|
12143
|
-
}>, "
|
|
12144
|
-
__kind: "
|
|
12142
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12143
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
12144
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12145
12145
|
}>;
|
|
12146
12146
|
quoteAsset: z.ZodEffects<z.ZodObject<{
|
|
12147
12147
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
12148
12148
|
}, "strip", z.ZodTypeAny, {
|
|
12149
|
-
__kind: "
|
|
12149
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12150
12150
|
}, {
|
|
12151
|
-
__kind: "
|
|
12152
|
-
}>, "
|
|
12153
|
-
__kind: "
|
|
12151
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12152
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
12153
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12154
12154
|
}>;
|
|
12155
12155
|
id: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
12156
12156
|
}, "strip", z.ZodTypeAny, {
|
|
12157
12157
|
__kind: "Range";
|
|
12158
12158
|
id: bigint;
|
|
12159
|
-
baseAsset: "
|
|
12160
|
-
quoteAsset: "
|
|
12159
|
+
baseAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12160
|
+
quoteAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12161
12161
|
}, {
|
|
12162
12162
|
__kind: "Range";
|
|
12163
12163
|
id: string | number;
|
|
12164
12164
|
baseAsset: {
|
|
12165
|
-
__kind: "
|
|
12165
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12166
12166
|
};
|
|
12167
12167
|
quoteAsset: {
|
|
12168
|
-
__kind: "
|
|
12168
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12169
12169
|
};
|
|
12170
12170
|
}>]>;
|
|
12171
12171
|
declare const palletCfPoolsPalletConfigUpdate: z.ZodObject<{
|
|
@@ -12173,21 +12173,21 @@ declare const palletCfPoolsPalletConfigUpdate: z.ZodObject<{
|
|
|
12173
12173
|
asset: z.ZodEffects<z.ZodObject<{
|
|
12174
12174
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
12175
12175
|
}, "strip", z.ZodTypeAny, {
|
|
12176
|
-
__kind: "
|
|
12176
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12177
12177
|
}, {
|
|
12178
|
-
__kind: "
|
|
12179
|
-
}>, "
|
|
12180
|
-
__kind: "
|
|
12178
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12179
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
12180
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12181
12181
|
}>;
|
|
12182
12182
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
12183
12183
|
}, "strip", z.ZodTypeAny, {
|
|
12184
12184
|
__kind: "LimitOrderAutoSweepingThreshold";
|
|
12185
|
-
asset: "
|
|
12185
|
+
asset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12186
12186
|
amount: bigint;
|
|
12187
12187
|
}, {
|
|
12188
12188
|
__kind: "LimitOrderAutoSweepingThreshold";
|
|
12189
12189
|
asset: {
|
|
12190
|
-
__kind: "
|
|
12190
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12191
12191
|
};
|
|
12192
12192
|
amount: string | number;
|
|
12193
12193
|
}>;
|
|
@@ -12203,11 +12203,11 @@ declare const cfPrimitivesChainsAssetsArbAsset: z.ZodEffects<z.ZodObject<{
|
|
|
12203
12203
|
declare const palletCfArbitrumIngressEgressRefundReason: z.ZodEffects<z.ZodObject<{
|
|
12204
12204
|
__kind: z.ZodEnum<["InvalidBrokerFees", "InvalidRefundParameters", "InvalidDcaParameters", "CcmUnsupportedForTargetChain", "CcmInvalidMetadata", "InvalidDestinationAddress"]>;
|
|
12205
12205
|
}, "strip", z.ZodTypeAny, {
|
|
12206
|
-
__kind: "
|
|
12206
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
12207
12207
|
}, {
|
|
12208
|
-
__kind: "
|
|
12209
|
-
}>, "
|
|
12210
|
-
__kind: "
|
|
12208
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
12209
|
+
}>, "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress", {
|
|
12210
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
12211
12211
|
}>;
|
|
12212
12212
|
declare const palletCfArbitrumIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
12213
12213
|
__kind: z.ZodLiteral<"Swap">;
|
|
@@ -12265,24 +12265,24 @@ declare const palletCfArbitrumIngressEgressDepositAction: z.ZodDiscriminatedUnio
|
|
|
12265
12265
|
reason: z.ZodEffects<z.ZodObject<{
|
|
12266
12266
|
__kind: z.ZodEnum<["InvalidBrokerFees", "InvalidRefundParameters", "InvalidDcaParameters", "CcmUnsupportedForTargetChain", "CcmInvalidMetadata", "InvalidDestinationAddress"]>;
|
|
12267
12267
|
}, "strip", z.ZodTypeAny, {
|
|
12268
|
-
__kind: "
|
|
12268
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
12269
12269
|
}, {
|
|
12270
|
-
__kind: "
|
|
12271
|
-
}>, "
|
|
12272
|
-
__kind: "
|
|
12270
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
12271
|
+
}>, "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress", {
|
|
12272
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
12273
12273
|
}>;
|
|
12274
12274
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
12275
12275
|
}, "strip", z.ZodTypeAny, {
|
|
12276
12276
|
__kind: "Refund";
|
|
12277
|
+
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
12277
12278
|
amount: bigint;
|
|
12278
|
-
reason: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
12279
12279
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
12280
12280
|
}, {
|
|
12281
12281
|
__kind: "Refund";
|
|
12282
|
-
amount: string | number;
|
|
12283
12282
|
reason: {
|
|
12284
|
-
__kind: "
|
|
12283
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
12285
12284
|
};
|
|
12285
|
+
amount: string | number;
|
|
12286
12286
|
egressId?: [{
|
|
12287
12287
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
12288
12288
|
}, string | number] | null | undefined;
|
|
@@ -12554,19 +12554,19 @@ declare const palletCfArbitrumIngressEgressDepositWitnessArbitrum: z.ZodObject<{
|
|
|
12554
12554
|
}, "strip", z.ZodTypeAny, {
|
|
12555
12555
|
depositAddress: `0x${string}`;
|
|
12556
12556
|
asset: "ArbEth" | "ArbUsdc";
|
|
12557
|
-
amount: bigint;
|
|
12558
12557
|
depositDetails: {
|
|
12559
12558
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
12560
12559
|
};
|
|
12560
|
+
amount: bigint;
|
|
12561
12561
|
}, {
|
|
12562
12562
|
depositAddress: string;
|
|
12563
12563
|
asset: {
|
|
12564
12564
|
__kind: "ArbEth" | "ArbUsdc";
|
|
12565
12565
|
};
|
|
12566
|
-
amount: string | number;
|
|
12567
12566
|
depositDetails: {
|
|
12568
12567
|
txHashes?: string[] | null | undefined;
|
|
12569
12568
|
};
|
|
12569
|
+
amount: string | number;
|
|
12570
12570
|
}>;
|
|
12571
12571
|
declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObject<{
|
|
12572
12572
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
@@ -12591,11 +12591,11 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
12591
12591
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
12592
12592
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
12593
12593
|
}, "strip", z.ZodTypeAny, {
|
|
12594
|
-
__kind: "
|
|
12594
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12595
12595
|
}, {
|
|
12596
|
-
__kind: "
|
|
12597
|
-
}>, "
|
|
12598
|
-
__kind: "
|
|
12596
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12597
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
12598
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12599
12599
|
}>;
|
|
12600
12600
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
12601
12601
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -12921,12 +12921,12 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
12921
12921
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
12922
12922
|
}, "strip", z.ZodTypeAny, {
|
|
12923
12923
|
retryDuration: number;
|
|
12924
|
-
refundAddress: `0x${string}`;
|
|
12925
12924
|
minPrice: bigint;
|
|
12925
|
+
refundAddress: `0x${string}`;
|
|
12926
12926
|
}, {
|
|
12927
12927
|
retryDuration: number;
|
|
12928
|
-
refundAddress: string;
|
|
12929
12928
|
minPrice: string | number;
|
|
12929
|
+
refundAddress: string;
|
|
12930
12930
|
}>;
|
|
12931
12931
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
12932
12932
|
numberOfChunks: z.ZodNumber;
|
|
@@ -12944,9 +12944,10 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
12944
12944
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
12945
12945
|
};
|
|
12946
12946
|
boostFee: number;
|
|
12947
|
+
txId: `0x${string}`;
|
|
12947
12948
|
inputAsset: "ArbEth" | "ArbUsdc";
|
|
12948
12949
|
depositAmount: bigint;
|
|
12949
|
-
outputAsset: "
|
|
12950
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
12950
12951
|
destinationAddress: {
|
|
12951
12952
|
readonly chain: "Ethereum";
|
|
12952
12953
|
readonly address: `0x${string}`;
|
|
@@ -12966,15 +12967,14 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
12966
12967
|
readonly chain: "Assethub";
|
|
12967
12968
|
readonly address: string;
|
|
12968
12969
|
};
|
|
12969
|
-
txId: `0x${string}`;
|
|
12970
12970
|
affiliateFees: {
|
|
12971
12971
|
account: number;
|
|
12972
12972
|
bps: number;
|
|
12973
12973
|
}[];
|
|
12974
12974
|
refundParams: {
|
|
12975
12975
|
retryDuration: number;
|
|
12976
|
-
refundAddress: `0x${string}`;
|
|
12977
12976
|
minPrice: bigint;
|
|
12977
|
+
refundAddress: `0x${string}`;
|
|
12978
12978
|
};
|
|
12979
12979
|
depositAddress?: `0x${string}` | null | undefined;
|
|
12980
12980
|
channelId?: bigint | null | undefined;
|
|
@@ -13037,26 +13037,26 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
13037
13037
|
txHashes?: string[] | null | undefined;
|
|
13038
13038
|
};
|
|
13039
13039
|
boostFee: number;
|
|
13040
|
+
txId: string;
|
|
13040
13041
|
inputAsset: {
|
|
13041
13042
|
__kind: "ArbEth" | "ArbUsdc";
|
|
13042
13043
|
};
|
|
13043
13044
|
depositAmount: string | number;
|
|
13044
13045
|
outputAsset: {
|
|
13045
|
-
__kind: "
|
|
13046
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
13046
13047
|
};
|
|
13047
13048
|
destinationAddress: {
|
|
13048
13049
|
value: string;
|
|
13049
13050
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
13050
13051
|
};
|
|
13051
|
-
txId: string;
|
|
13052
13052
|
affiliateFees: {
|
|
13053
13053
|
account: number;
|
|
13054
13054
|
bps: number;
|
|
13055
13055
|
}[];
|
|
13056
13056
|
refundParams: {
|
|
13057
13057
|
retryDuration: number;
|
|
13058
|
-
refundAddress: string;
|
|
13059
13058
|
minPrice: string | number;
|
|
13059
|
+
refundAddress: string;
|
|
13060
13060
|
};
|
|
13061
13061
|
depositAddress?: string | null | undefined;
|
|
13062
13062
|
channelId?: string | number | null | undefined;
|
|
@@ -13141,29 +13141,29 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
13141
13141
|
}, "strip", z.ZodTypeAny, {
|
|
13142
13142
|
depositAddress: `0x${string}`;
|
|
13143
13143
|
asset: "ArbEth" | "ArbUsdc";
|
|
13144
|
-
amount: bigint;
|
|
13145
13144
|
depositDetails: {
|
|
13146
13145
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
13147
13146
|
};
|
|
13147
|
+
amount: bigint;
|
|
13148
13148
|
}, {
|
|
13149
13149
|
depositAddress: string;
|
|
13150
13150
|
asset: {
|
|
13151
13151
|
__kind: "ArbEth" | "ArbUsdc";
|
|
13152
13152
|
};
|
|
13153
|
-
amount: string | number;
|
|
13154
13153
|
depositDetails: {
|
|
13155
13154
|
txHashes?: string[] | null | undefined;
|
|
13156
13155
|
};
|
|
13156
|
+
amount: string | number;
|
|
13157
13157
|
}>;
|
|
13158
13158
|
}, "strip", z.ZodTypeAny, {
|
|
13159
13159
|
__kind: "DepositChannelArbitrum";
|
|
13160
13160
|
depositWitness: {
|
|
13161
13161
|
depositAddress: `0x${string}`;
|
|
13162
13162
|
asset: "ArbEth" | "ArbUsdc";
|
|
13163
|
-
amount: bigint;
|
|
13164
13163
|
depositDetails: {
|
|
13165
13164
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
13166
13165
|
};
|
|
13166
|
+
amount: bigint;
|
|
13167
13167
|
};
|
|
13168
13168
|
}, {
|
|
13169
13169
|
__kind: "DepositChannelArbitrum";
|
|
@@ -13172,10 +13172,10 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
13172
13172
|
asset: {
|
|
13173
13173
|
__kind: "ArbEth" | "ArbUsdc";
|
|
13174
13174
|
};
|
|
13175
|
-
amount: string | number;
|
|
13176
13175
|
depositDetails: {
|
|
13177
13176
|
txHashes?: string[] | null | undefined;
|
|
13178
13177
|
};
|
|
13178
|
+
amount: string | number;
|
|
13179
13179
|
};
|
|
13180
13180
|
}>, z.ZodObject<{
|
|
13181
13181
|
__kind: z.ZodLiteral<"VaultArbitrum">;
|
|
@@ -13202,11 +13202,11 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
13202
13202
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
13203
13203
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
13204
13204
|
}, "strip", z.ZodTypeAny, {
|
|
13205
|
-
__kind: "
|
|
13205
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
13206
13206
|
}, {
|
|
13207
|
-
__kind: "
|
|
13208
|
-
}>, "
|
|
13209
|
-
__kind: "
|
|
13207
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
13208
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
13209
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
13210
13210
|
}>;
|
|
13211
13211
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
13212
13212
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -13532,12 +13532,12 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
13532
13532
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
13533
13533
|
}, "strip", z.ZodTypeAny, {
|
|
13534
13534
|
retryDuration: number;
|
|
13535
|
-
refundAddress: `0x${string}`;
|
|
13536
13535
|
minPrice: bigint;
|
|
13536
|
+
refundAddress: `0x${string}`;
|
|
13537
13537
|
}, {
|
|
13538
13538
|
retryDuration: number;
|
|
13539
|
-
refundAddress: string;
|
|
13540
13539
|
minPrice: string | number;
|
|
13540
|
+
refundAddress: string;
|
|
13541
13541
|
}>;
|
|
13542
13542
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
13543
13543
|
numberOfChunks: z.ZodNumber;
|
|
@@ -13555,9 +13555,10 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
13555
13555
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
13556
13556
|
};
|
|
13557
13557
|
boostFee: number;
|
|
13558
|
+
txId: `0x${string}`;
|
|
13558
13559
|
inputAsset: "ArbEth" | "ArbUsdc";
|
|
13559
13560
|
depositAmount: bigint;
|
|
13560
|
-
outputAsset: "
|
|
13561
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
13561
13562
|
destinationAddress: {
|
|
13562
13563
|
readonly chain: "Ethereum";
|
|
13563
13564
|
readonly address: `0x${string}`;
|
|
@@ -13577,15 +13578,14 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
13577
13578
|
readonly chain: "Assethub";
|
|
13578
13579
|
readonly address: string;
|
|
13579
13580
|
};
|
|
13580
|
-
txId: `0x${string}`;
|
|
13581
13581
|
affiliateFees: {
|
|
13582
13582
|
account: number;
|
|
13583
13583
|
bps: number;
|
|
13584
13584
|
}[];
|
|
13585
13585
|
refundParams: {
|
|
13586
13586
|
retryDuration: number;
|
|
13587
|
-
refundAddress: `0x${string}`;
|
|
13588
13587
|
minPrice: bigint;
|
|
13588
|
+
refundAddress: `0x${string}`;
|
|
13589
13589
|
};
|
|
13590
13590
|
depositAddress?: `0x${string}` | null | undefined;
|
|
13591
13591
|
channelId?: bigint | null | undefined;
|
|
@@ -13648,26 +13648,26 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
13648
13648
|
txHashes?: string[] | null | undefined;
|
|
13649
13649
|
};
|
|
13650
13650
|
boostFee: number;
|
|
13651
|
+
txId: string;
|
|
13651
13652
|
inputAsset: {
|
|
13652
13653
|
__kind: "ArbEth" | "ArbUsdc";
|
|
13653
13654
|
};
|
|
13654
13655
|
depositAmount: string | number;
|
|
13655
13656
|
outputAsset: {
|
|
13656
|
-
__kind: "
|
|
13657
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
13657
13658
|
};
|
|
13658
13659
|
destinationAddress: {
|
|
13659
13660
|
value: string;
|
|
13660
13661
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
13661
13662
|
};
|
|
13662
|
-
txId: string;
|
|
13663
13663
|
affiliateFees: {
|
|
13664
13664
|
account: number;
|
|
13665
13665
|
bps: number;
|
|
13666
13666
|
}[];
|
|
13667
13667
|
refundParams: {
|
|
13668
13668
|
retryDuration: number;
|
|
13669
|
-
refundAddress: string;
|
|
13670
13669
|
minPrice: string | number;
|
|
13670
|
+
refundAddress: string;
|
|
13671
13671
|
};
|
|
13672
13672
|
depositAddress?: string | null | undefined;
|
|
13673
13673
|
channelId?: string | number | null | undefined;
|
|
@@ -13735,9 +13735,10 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
13735
13735
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
13736
13736
|
};
|
|
13737
13737
|
boostFee: number;
|
|
13738
|
+
txId: `0x${string}`;
|
|
13738
13739
|
inputAsset: "ArbEth" | "ArbUsdc";
|
|
13739
13740
|
depositAmount: bigint;
|
|
13740
|
-
outputAsset: "
|
|
13741
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
13741
13742
|
destinationAddress: {
|
|
13742
13743
|
readonly chain: "Ethereum";
|
|
13743
13744
|
readonly address: `0x${string}`;
|
|
@@ -13757,15 +13758,14 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
13757
13758
|
readonly chain: "Assethub";
|
|
13758
13759
|
readonly address: string;
|
|
13759
13760
|
};
|
|
13760
|
-
txId: `0x${string}`;
|
|
13761
13761
|
affiliateFees: {
|
|
13762
13762
|
account: number;
|
|
13763
13763
|
bps: number;
|
|
13764
13764
|
}[];
|
|
13765
13765
|
refundParams: {
|
|
13766
13766
|
retryDuration: number;
|
|
13767
|
-
refundAddress: `0x${string}`;
|
|
13768
13767
|
minPrice: bigint;
|
|
13768
|
+
refundAddress: `0x${string}`;
|
|
13769
13769
|
};
|
|
13770
13770
|
depositAddress?: `0x${string}` | null | undefined;
|
|
13771
13771
|
channelId?: bigint | null | undefined;
|
|
@@ -13831,26 +13831,26 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
13831
13831
|
txHashes?: string[] | null | undefined;
|
|
13832
13832
|
};
|
|
13833
13833
|
boostFee: number;
|
|
13834
|
+
txId: string;
|
|
13834
13835
|
inputAsset: {
|
|
13835
13836
|
__kind: "ArbEth" | "ArbUsdc";
|
|
13836
13837
|
};
|
|
13837
13838
|
depositAmount: string | number;
|
|
13838
13839
|
outputAsset: {
|
|
13839
|
-
__kind: "
|
|
13840
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
13840
13841
|
};
|
|
13841
13842
|
destinationAddress: {
|
|
13842
13843
|
value: string;
|
|
13843
13844
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
13844
13845
|
};
|
|
13845
|
-
txId: string;
|
|
13846
13846
|
affiliateFees: {
|
|
13847
13847
|
account: number;
|
|
13848
13848
|
bps: number;
|
|
13849
13849
|
}[];
|
|
13850
13850
|
refundParams: {
|
|
13851
13851
|
retryDuration: number;
|
|
13852
|
-
refundAddress: string;
|
|
13853
13852
|
minPrice: string | number;
|
|
13853
|
+
refundAddress: string;
|
|
13854
13854
|
};
|
|
13855
13855
|
depositAddress?: string | null | undefined;
|
|
13856
13856
|
channelId?: string | number | null | undefined;
|
|
@@ -14335,11 +14335,11 @@ declare const cfPrimitivesChainsAssetsSolAsset: z.ZodEffects<z.ZodObject<{
|
|
|
14335
14335
|
declare const palletCfSolanaIngressEgressRefundReason: z.ZodEffects<z.ZodObject<{
|
|
14336
14336
|
__kind: z.ZodEnum<["InvalidBrokerFees", "InvalidRefundParameters", "InvalidDcaParameters", "CcmUnsupportedForTargetChain", "CcmInvalidMetadata", "InvalidDestinationAddress"]>;
|
|
14337
14337
|
}, "strip", z.ZodTypeAny, {
|
|
14338
|
-
__kind: "
|
|
14338
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
14339
14339
|
}, {
|
|
14340
|
-
__kind: "
|
|
14341
|
-
}>, "
|
|
14342
|
-
__kind: "
|
|
14340
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
14341
|
+
}>, "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress", {
|
|
14342
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
14343
14343
|
}>;
|
|
14344
14344
|
declare const palletCfSolanaIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
14345
14345
|
__kind: z.ZodLiteral<"Swap">;
|
|
@@ -14397,24 +14397,24 @@ declare const palletCfSolanaIngressEgressDepositAction: z.ZodDiscriminatedUnion<
|
|
|
14397
14397
|
reason: z.ZodEffects<z.ZodObject<{
|
|
14398
14398
|
__kind: z.ZodEnum<["InvalidBrokerFees", "InvalidRefundParameters", "InvalidDcaParameters", "CcmUnsupportedForTargetChain", "CcmInvalidMetadata", "InvalidDestinationAddress"]>;
|
|
14399
14399
|
}, "strip", z.ZodTypeAny, {
|
|
14400
|
-
__kind: "
|
|
14400
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
14401
14401
|
}, {
|
|
14402
|
-
__kind: "
|
|
14403
|
-
}>, "
|
|
14404
|
-
__kind: "
|
|
14402
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
14403
|
+
}>, "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress", {
|
|
14404
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
14405
14405
|
}>;
|
|
14406
14406
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
14407
14407
|
}, "strip", z.ZodTypeAny, {
|
|
14408
14408
|
__kind: "Refund";
|
|
14409
|
+
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
14409
14410
|
amount: bigint;
|
|
14410
|
-
reason: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
14411
14411
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
14412
14412
|
}, {
|
|
14413
14413
|
__kind: "Refund";
|
|
14414
|
-
amount: string | number;
|
|
14415
14414
|
reason: {
|
|
14416
|
-
__kind: "
|
|
14415
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
14417
14416
|
};
|
|
14417
|
+
amount: string | number;
|
|
14418
14418
|
egressId?: [{
|
|
14419
14419
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
14420
14420
|
}, string | number] | null | undefined;
|
|
@@ -14693,12 +14693,12 @@ declare const cfChainsChannelRefundParametersAddress: z.ZodObject<{
|
|
|
14693
14693
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
14694
14694
|
}, "strip", z.ZodTypeAny, {
|
|
14695
14695
|
retryDuration: number;
|
|
14696
|
-
refundAddress: `0x${string}`;
|
|
14697
14696
|
minPrice: bigint;
|
|
14697
|
+
refundAddress: `0x${string}`;
|
|
14698
14698
|
}, {
|
|
14699
14699
|
retryDuration: number;
|
|
14700
|
-
refundAddress: string;
|
|
14701
14700
|
minPrice: string | number;
|
|
14701
|
+
refundAddress: string;
|
|
14702
14702
|
}>;
|
|
14703
14703
|
declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<{
|
|
14704
14704
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
@@ -14716,11 +14716,11 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
14716
14716
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
14717
14717
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
14718
14718
|
}, "strip", z.ZodTypeAny, {
|
|
14719
|
-
__kind: "
|
|
14719
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
14720
14720
|
}, {
|
|
14721
|
-
__kind: "
|
|
14722
|
-
}>, "
|
|
14723
|
-
__kind: "
|
|
14721
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
14722
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
14723
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
14724
14724
|
}>;
|
|
14725
14725
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
14726
14726
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -15046,12 +15046,12 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
15046
15046
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15047
15047
|
}, "strip", z.ZodTypeAny, {
|
|
15048
15048
|
retryDuration: number;
|
|
15049
|
-
refundAddress: `0x${string}`;
|
|
15050
15049
|
minPrice: bigint;
|
|
15050
|
+
refundAddress: `0x${string}`;
|
|
15051
15051
|
}, {
|
|
15052
15052
|
retryDuration: number;
|
|
15053
|
-
refundAddress: string;
|
|
15054
15053
|
minPrice: string | number;
|
|
15054
|
+
refundAddress: string;
|
|
15055
15055
|
}>;
|
|
15056
15056
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
15057
15057
|
numberOfChunks: z.ZodNumber;
|
|
@@ -15066,9 +15066,10 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
15066
15066
|
boostFee: z.ZodNumber;
|
|
15067
15067
|
}, "strip", z.ZodTypeAny, {
|
|
15068
15068
|
boostFee: number;
|
|
15069
|
+
txId: [`0x${string}`, bigint];
|
|
15069
15070
|
inputAsset: "Sol" | "SolUsdc";
|
|
15070
15071
|
depositAmount: bigint;
|
|
15071
|
-
outputAsset: "
|
|
15072
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
15072
15073
|
destinationAddress: {
|
|
15073
15074
|
readonly chain: "Ethereum";
|
|
15074
15075
|
readonly address: `0x${string}`;
|
|
@@ -15088,15 +15089,14 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
15088
15089
|
readonly chain: "Assethub";
|
|
15089
15090
|
readonly address: string;
|
|
15090
15091
|
};
|
|
15091
|
-
txId: [`0x${string}`, bigint];
|
|
15092
15092
|
affiliateFees: {
|
|
15093
15093
|
account: number;
|
|
15094
15094
|
bps: number;
|
|
15095
15095
|
}[];
|
|
15096
15096
|
refundParams: {
|
|
15097
15097
|
retryDuration: number;
|
|
15098
|
-
refundAddress: `0x${string}`;
|
|
15099
15098
|
minPrice: bigint;
|
|
15099
|
+
refundAddress: `0x${string}`;
|
|
15100
15100
|
};
|
|
15101
15101
|
depositAddress?: `0x${string}` | null | undefined;
|
|
15102
15102
|
channelId?: bigint | null | undefined;
|
|
@@ -15156,26 +15156,26 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
15156
15156
|
} | null | undefined;
|
|
15157
15157
|
}, {
|
|
15158
15158
|
boostFee: number;
|
|
15159
|
+
txId: [string, string | number];
|
|
15159
15160
|
inputAsset: {
|
|
15160
15161
|
__kind: "Sol" | "SolUsdc";
|
|
15161
15162
|
};
|
|
15162
15163
|
depositAmount: string | number;
|
|
15163
15164
|
outputAsset: {
|
|
15164
|
-
__kind: "
|
|
15165
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
15165
15166
|
};
|
|
15166
15167
|
destinationAddress: {
|
|
15167
15168
|
value: string;
|
|
15168
15169
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
15169
15170
|
};
|
|
15170
|
-
txId: [string, string | number];
|
|
15171
15171
|
affiliateFees: {
|
|
15172
15172
|
account: number;
|
|
15173
15173
|
bps: number;
|
|
15174
15174
|
}[];
|
|
15175
15175
|
refundParams: {
|
|
15176
15176
|
retryDuration: number;
|
|
15177
|
-
refundAddress: string;
|
|
15178
15177
|
minPrice: string | number;
|
|
15178
|
+
refundAddress: string;
|
|
15179
15179
|
};
|
|
15180
15180
|
depositAddress?: string | null | undefined;
|
|
15181
15181
|
channelId?: string | number | null | undefined;
|
|
@@ -15295,11 +15295,11 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
15295
15295
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
15296
15296
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
15297
15297
|
}, "strip", z.ZodTypeAny, {
|
|
15298
|
-
__kind: "
|
|
15298
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
15299
15299
|
}, {
|
|
15300
|
-
__kind: "
|
|
15301
|
-
}>, "
|
|
15302
|
-
__kind: "
|
|
15300
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
15301
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
15302
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
15303
15303
|
}>;
|
|
15304
15304
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
15305
15305
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -15625,12 +15625,12 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
15625
15625
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15626
15626
|
}, "strip", z.ZodTypeAny, {
|
|
15627
15627
|
retryDuration: number;
|
|
15628
|
-
refundAddress: `0x${string}`;
|
|
15629
15628
|
minPrice: bigint;
|
|
15629
|
+
refundAddress: `0x${string}`;
|
|
15630
15630
|
}, {
|
|
15631
15631
|
retryDuration: number;
|
|
15632
|
-
refundAddress: string;
|
|
15633
15632
|
minPrice: string | number;
|
|
15633
|
+
refundAddress: string;
|
|
15634
15634
|
}>;
|
|
15635
15635
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
15636
15636
|
numberOfChunks: z.ZodNumber;
|
|
@@ -15645,9 +15645,10 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
15645
15645
|
boostFee: z.ZodNumber;
|
|
15646
15646
|
}, "strip", z.ZodTypeAny, {
|
|
15647
15647
|
boostFee: number;
|
|
15648
|
+
txId: [`0x${string}`, bigint];
|
|
15648
15649
|
inputAsset: "Sol" | "SolUsdc";
|
|
15649
15650
|
depositAmount: bigint;
|
|
15650
|
-
outputAsset: "
|
|
15651
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
15651
15652
|
destinationAddress: {
|
|
15652
15653
|
readonly chain: "Ethereum";
|
|
15653
15654
|
readonly address: `0x${string}`;
|
|
@@ -15667,15 +15668,14 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
15667
15668
|
readonly chain: "Assethub";
|
|
15668
15669
|
readonly address: string;
|
|
15669
15670
|
};
|
|
15670
|
-
txId: [`0x${string}`, bigint];
|
|
15671
15671
|
affiliateFees: {
|
|
15672
15672
|
account: number;
|
|
15673
15673
|
bps: number;
|
|
15674
15674
|
}[];
|
|
15675
15675
|
refundParams: {
|
|
15676
15676
|
retryDuration: number;
|
|
15677
|
-
refundAddress: `0x${string}`;
|
|
15678
15677
|
minPrice: bigint;
|
|
15678
|
+
refundAddress: `0x${string}`;
|
|
15679
15679
|
};
|
|
15680
15680
|
depositAddress?: `0x${string}` | null | undefined;
|
|
15681
15681
|
channelId?: bigint | null | undefined;
|
|
@@ -15735,26 +15735,26 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
15735
15735
|
} | null | undefined;
|
|
15736
15736
|
}, {
|
|
15737
15737
|
boostFee: number;
|
|
15738
|
+
txId: [string, string | number];
|
|
15738
15739
|
inputAsset: {
|
|
15739
15740
|
__kind: "Sol" | "SolUsdc";
|
|
15740
15741
|
};
|
|
15741
15742
|
depositAmount: string | number;
|
|
15742
15743
|
outputAsset: {
|
|
15743
|
-
__kind: "
|
|
15744
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
15744
15745
|
};
|
|
15745
15746
|
destinationAddress: {
|
|
15746
15747
|
value: string;
|
|
15747
15748
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
15748
15749
|
};
|
|
15749
|
-
txId: [string, string | number];
|
|
15750
15750
|
affiliateFees: {
|
|
15751
15751
|
account: number;
|
|
15752
15752
|
bps: number;
|
|
15753
15753
|
}[];
|
|
15754
15754
|
refundParams: {
|
|
15755
15755
|
retryDuration: number;
|
|
15756
|
-
refundAddress: string;
|
|
15757
15756
|
minPrice: string | number;
|
|
15757
|
+
refundAddress: string;
|
|
15758
15758
|
};
|
|
15759
15759
|
depositAddress?: string | null | undefined;
|
|
15760
15760
|
channelId?: string | number | null | undefined;
|
|
@@ -15819,9 +15819,10 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
15819
15819
|
__kind: "VaultSolana";
|
|
15820
15820
|
vaultWitness: {
|
|
15821
15821
|
boostFee: number;
|
|
15822
|
+
txId: [`0x${string}`, bigint];
|
|
15822
15823
|
inputAsset: "Sol" | "SolUsdc";
|
|
15823
15824
|
depositAmount: bigint;
|
|
15824
|
-
outputAsset: "
|
|
15825
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
15825
15826
|
destinationAddress: {
|
|
15826
15827
|
readonly chain: "Ethereum";
|
|
15827
15828
|
readonly address: `0x${string}`;
|
|
@@ -15841,15 +15842,14 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
15841
15842
|
readonly chain: "Assethub";
|
|
15842
15843
|
readonly address: string;
|
|
15843
15844
|
};
|
|
15844
|
-
txId: [`0x${string}`, bigint];
|
|
15845
15845
|
affiliateFees: {
|
|
15846
15846
|
account: number;
|
|
15847
15847
|
bps: number;
|
|
15848
15848
|
}[];
|
|
15849
15849
|
refundParams: {
|
|
15850
15850
|
retryDuration: number;
|
|
15851
|
-
refundAddress: `0x${string}`;
|
|
15852
15851
|
minPrice: bigint;
|
|
15852
|
+
refundAddress: `0x${string}`;
|
|
15853
15853
|
};
|
|
15854
15854
|
depositAddress?: `0x${string}` | null | undefined;
|
|
15855
15855
|
channelId?: bigint | null | undefined;
|
|
@@ -15912,26 +15912,26 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
15912
15912
|
__kind: "VaultSolana";
|
|
15913
15913
|
vaultWitness: {
|
|
15914
15914
|
boostFee: number;
|
|
15915
|
+
txId: [string, string | number];
|
|
15915
15916
|
inputAsset: {
|
|
15916
15917
|
__kind: "Sol" | "SolUsdc";
|
|
15917
15918
|
};
|
|
15918
15919
|
depositAmount: string | number;
|
|
15919
15920
|
outputAsset: {
|
|
15920
|
-
__kind: "
|
|
15921
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
15921
15922
|
};
|
|
15922
15923
|
destinationAddress: {
|
|
15923
15924
|
value: string;
|
|
15924
15925
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
15925
15926
|
};
|
|
15926
|
-
txId: [string, string | number];
|
|
15927
15927
|
affiliateFees: {
|
|
15928
15928
|
account: number;
|
|
15929
15929
|
bps: number;
|
|
15930
15930
|
}[];
|
|
15931
15931
|
refundParams: {
|
|
15932
15932
|
retryDuration: number;
|
|
15933
|
-
refundAddress: string;
|
|
15934
15933
|
minPrice: string | number;
|
|
15934
|
+
refundAddress: string;
|
|
15935
15935
|
};
|
|
15936
15936
|
depositAddress?: string | null | undefined;
|
|
15937
15937
|
channelId?: string | number | null | undefined;
|
|
@@ -16369,11 +16369,11 @@ declare const cfPrimitivesChainsAssetsHubAsset: z.ZodEffects<z.ZodObject<{
|
|
|
16369
16369
|
declare const palletCfAssethubIngressEgressRefundReason: z.ZodEffects<z.ZodObject<{
|
|
16370
16370
|
__kind: z.ZodEnum<["InvalidBrokerFees", "InvalidRefundParameters", "InvalidDcaParameters", "CcmUnsupportedForTargetChain", "CcmInvalidMetadata", "InvalidDestinationAddress"]>;
|
|
16371
16371
|
}, "strip", z.ZodTypeAny, {
|
|
16372
|
-
__kind: "
|
|
16372
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
16373
16373
|
}, {
|
|
16374
|
-
__kind: "
|
|
16375
|
-
}>, "
|
|
16376
|
-
__kind: "
|
|
16374
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
16375
|
+
}>, "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress", {
|
|
16376
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
16377
16377
|
}>;
|
|
16378
16378
|
declare const palletCfAssethubIngressEgressDepositAction: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
16379
16379
|
__kind: z.ZodLiteral<"Swap">;
|
|
@@ -16431,24 +16431,24 @@ declare const palletCfAssethubIngressEgressDepositAction: z.ZodDiscriminatedUnio
|
|
|
16431
16431
|
reason: z.ZodEffects<z.ZodObject<{
|
|
16432
16432
|
__kind: z.ZodEnum<["InvalidBrokerFees", "InvalidRefundParameters", "InvalidDcaParameters", "CcmUnsupportedForTargetChain", "CcmInvalidMetadata", "InvalidDestinationAddress"]>;
|
|
16433
16433
|
}, "strip", z.ZodTypeAny, {
|
|
16434
|
-
__kind: "
|
|
16434
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
16435
16435
|
}, {
|
|
16436
|
-
__kind: "
|
|
16437
|
-
}>, "
|
|
16438
|
-
__kind: "
|
|
16436
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
16437
|
+
}>, "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress", {
|
|
16438
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
16439
16439
|
}>;
|
|
16440
16440
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
16441
16441
|
}, "strip", z.ZodTypeAny, {
|
|
16442
16442
|
__kind: "Refund";
|
|
16443
|
+
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
16443
16444
|
amount: bigint;
|
|
16444
|
-
reason: "InvalidDestinationAddress" | "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata";
|
|
16445
16445
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
16446
16446
|
}, {
|
|
16447
16447
|
__kind: "Refund";
|
|
16448
|
-
amount: string | number;
|
|
16449
16448
|
reason: {
|
|
16450
|
-
__kind: "
|
|
16449
|
+
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
16451
16450
|
};
|
|
16451
|
+
amount: string | number;
|
|
16452
16452
|
egressId?: [{
|
|
16453
16453
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
16454
16454
|
}, string | number] | null | undefined;
|
|
@@ -16714,15 +16714,15 @@ declare const palletCfAssethubIngressEgressDepositWitnessAssethub: z.ZodObject<{
|
|
|
16714
16714
|
}, "strip", z.ZodTypeAny, {
|
|
16715
16715
|
depositAddress: `0x${string}`;
|
|
16716
16716
|
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
16717
|
-
amount: bigint;
|
|
16718
16717
|
depositDetails: number;
|
|
16718
|
+
amount: bigint;
|
|
16719
16719
|
}, {
|
|
16720
16720
|
depositAddress: string;
|
|
16721
16721
|
asset: {
|
|
16722
16722
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
16723
16723
|
};
|
|
16724
|
-
amount: string | number;
|
|
16725
16724
|
depositDetails: number;
|
|
16725
|
+
amount: string | number;
|
|
16726
16726
|
}>;
|
|
16727
16727
|
declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObject<{
|
|
16728
16728
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
@@ -16741,11 +16741,11 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
16741
16741
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
16742
16742
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
16743
16743
|
}, "strip", z.ZodTypeAny, {
|
|
16744
|
-
__kind: "
|
|
16744
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
16745
16745
|
}, {
|
|
16746
|
-
__kind: "
|
|
16747
|
-
}>, "
|
|
16748
|
-
__kind: "
|
|
16746
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
16747
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
16748
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
16749
16749
|
}>;
|
|
16750
16750
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
16751
16751
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -17080,12 +17080,12 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
17080
17080
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
17081
17081
|
}, "strip", z.ZodTypeAny, {
|
|
17082
17082
|
retryDuration: number;
|
|
17083
|
-
refundAddress: `0x${string}`;
|
|
17084
17083
|
minPrice: bigint;
|
|
17084
|
+
refundAddress: `0x${string}`;
|
|
17085
17085
|
}, {
|
|
17086
17086
|
retryDuration: number;
|
|
17087
|
-
refundAddress: string;
|
|
17088
17087
|
minPrice: string | number;
|
|
17088
|
+
refundAddress: string;
|
|
17089
17089
|
}>;
|
|
17090
17090
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
17091
17091
|
numberOfChunks: z.ZodNumber;
|
|
@@ -17101,9 +17101,13 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
17101
17101
|
}, "strip", z.ZodTypeAny, {
|
|
17102
17102
|
depositDetails: number;
|
|
17103
17103
|
boostFee: number;
|
|
17104
|
+
txId: {
|
|
17105
|
+
blockNumber: number;
|
|
17106
|
+
extrinsicIndex: number;
|
|
17107
|
+
};
|
|
17104
17108
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17105
17109
|
depositAmount: bigint;
|
|
17106
|
-
outputAsset: "
|
|
17110
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
17107
17111
|
destinationAddress: {
|
|
17108
17112
|
readonly chain: "Ethereum";
|
|
17109
17113
|
readonly address: `0x${string}`;
|
|
@@ -17123,18 +17127,14 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
17123
17127
|
readonly chain: "Assethub";
|
|
17124
17128
|
readonly address: string;
|
|
17125
17129
|
};
|
|
17126
|
-
txId: {
|
|
17127
|
-
blockNumber: number;
|
|
17128
|
-
extrinsicIndex: number;
|
|
17129
|
-
};
|
|
17130
17130
|
affiliateFees: {
|
|
17131
17131
|
account: number;
|
|
17132
17132
|
bps: number;
|
|
17133
17133
|
}[];
|
|
17134
17134
|
refundParams: {
|
|
17135
17135
|
retryDuration: number;
|
|
17136
|
-
refundAddress: `0x${string}`;
|
|
17137
17136
|
minPrice: bigint;
|
|
17137
|
+
refundAddress: `0x${string}`;
|
|
17138
17138
|
};
|
|
17139
17139
|
depositAddress?: `0x${string}` | null | undefined;
|
|
17140
17140
|
channelId?: bigint | null | undefined;
|
|
@@ -17195,29 +17195,29 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
17195
17195
|
}, {
|
|
17196
17196
|
depositDetails: number;
|
|
17197
17197
|
boostFee: number;
|
|
17198
|
+
txId: {
|
|
17199
|
+
blockNumber: number;
|
|
17200
|
+
extrinsicIndex: number;
|
|
17201
|
+
};
|
|
17198
17202
|
inputAsset: {
|
|
17199
17203
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17200
17204
|
};
|
|
17201
17205
|
depositAmount: string | number;
|
|
17202
17206
|
outputAsset: {
|
|
17203
|
-
__kind: "
|
|
17207
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
17204
17208
|
};
|
|
17205
17209
|
destinationAddress: {
|
|
17206
17210
|
value: string;
|
|
17207
17211
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
17208
17212
|
};
|
|
17209
|
-
txId: {
|
|
17210
|
-
blockNumber: number;
|
|
17211
|
-
extrinsicIndex: number;
|
|
17212
|
-
};
|
|
17213
17213
|
affiliateFees: {
|
|
17214
17214
|
account: number;
|
|
17215
17215
|
bps: number;
|
|
17216
17216
|
}[];
|
|
17217
17217
|
refundParams: {
|
|
17218
17218
|
retryDuration: number;
|
|
17219
|
-
refundAddress: string;
|
|
17220
17219
|
minPrice: string | number;
|
|
17220
|
+
refundAddress: string;
|
|
17221
17221
|
};
|
|
17222
17222
|
depositAddress?: string | null | undefined;
|
|
17223
17223
|
channelId?: string | number | null | undefined;
|
|
@@ -17296,23 +17296,23 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
17296
17296
|
}, "strip", z.ZodTypeAny, {
|
|
17297
17297
|
depositAddress: `0x${string}`;
|
|
17298
17298
|
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17299
|
-
amount: bigint;
|
|
17300
17299
|
depositDetails: number;
|
|
17300
|
+
amount: bigint;
|
|
17301
17301
|
}, {
|
|
17302
17302
|
depositAddress: string;
|
|
17303
17303
|
asset: {
|
|
17304
17304
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17305
17305
|
};
|
|
17306
|
-
amount: string | number;
|
|
17307
17306
|
depositDetails: number;
|
|
17307
|
+
amount: string | number;
|
|
17308
17308
|
}>;
|
|
17309
17309
|
}, "strip", z.ZodTypeAny, {
|
|
17310
17310
|
__kind: "DepositChannelAssethub";
|
|
17311
17311
|
depositWitness: {
|
|
17312
17312
|
depositAddress: `0x${string}`;
|
|
17313
17313
|
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17314
|
-
amount: bigint;
|
|
17315
17314
|
depositDetails: number;
|
|
17315
|
+
amount: bigint;
|
|
17316
17316
|
};
|
|
17317
17317
|
}, {
|
|
17318
17318
|
__kind: "DepositChannelAssethub";
|
|
@@ -17321,8 +17321,8 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
17321
17321
|
asset: {
|
|
17322
17322
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17323
17323
|
};
|
|
17324
|
-
amount: string | number;
|
|
17325
17324
|
depositDetails: number;
|
|
17325
|
+
amount: string | number;
|
|
17326
17326
|
};
|
|
17327
17327
|
}>, z.ZodObject<{
|
|
17328
17328
|
__kind: z.ZodLiteral<"VaultAssethub">;
|
|
@@ -17343,11 +17343,11 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
17343
17343
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
17344
17344
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
17345
17345
|
}, "strip", z.ZodTypeAny, {
|
|
17346
|
-
__kind: "
|
|
17346
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
17347
17347
|
}, {
|
|
17348
|
-
__kind: "
|
|
17349
|
-
}>, "
|
|
17350
|
-
__kind: "
|
|
17348
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
17349
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
17350
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
17351
17351
|
}>;
|
|
17352
17352
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
17353
17353
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -17682,12 +17682,12 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
17682
17682
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
17683
17683
|
}, "strip", z.ZodTypeAny, {
|
|
17684
17684
|
retryDuration: number;
|
|
17685
|
-
refundAddress: `0x${string}`;
|
|
17686
17685
|
minPrice: bigint;
|
|
17686
|
+
refundAddress: `0x${string}`;
|
|
17687
17687
|
}, {
|
|
17688
17688
|
retryDuration: number;
|
|
17689
|
-
refundAddress: string;
|
|
17690
17689
|
minPrice: string | number;
|
|
17690
|
+
refundAddress: string;
|
|
17691
17691
|
}>;
|
|
17692
17692
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
17693
17693
|
numberOfChunks: z.ZodNumber;
|
|
@@ -17703,9 +17703,13 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
17703
17703
|
}, "strip", z.ZodTypeAny, {
|
|
17704
17704
|
depositDetails: number;
|
|
17705
17705
|
boostFee: number;
|
|
17706
|
+
txId: {
|
|
17707
|
+
blockNumber: number;
|
|
17708
|
+
extrinsicIndex: number;
|
|
17709
|
+
};
|
|
17706
17710
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17707
17711
|
depositAmount: bigint;
|
|
17708
|
-
outputAsset: "
|
|
17712
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
17709
17713
|
destinationAddress: {
|
|
17710
17714
|
readonly chain: "Ethereum";
|
|
17711
17715
|
readonly address: `0x${string}`;
|
|
@@ -17725,18 +17729,14 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
17725
17729
|
readonly chain: "Assethub";
|
|
17726
17730
|
readonly address: string;
|
|
17727
17731
|
};
|
|
17728
|
-
txId: {
|
|
17729
|
-
blockNumber: number;
|
|
17730
|
-
extrinsicIndex: number;
|
|
17731
|
-
};
|
|
17732
17732
|
affiliateFees: {
|
|
17733
17733
|
account: number;
|
|
17734
17734
|
bps: number;
|
|
17735
17735
|
}[];
|
|
17736
17736
|
refundParams: {
|
|
17737
17737
|
retryDuration: number;
|
|
17738
|
-
refundAddress: `0x${string}`;
|
|
17739
17738
|
minPrice: bigint;
|
|
17739
|
+
refundAddress: `0x${string}`;
|
|
17740
17740
|
};
|
|
17741
17741
|
depositAddress?: `0x${string}` | null | undefined;
|
|
17742
17742
|
channelId?: bigint | null | undefined;
|
|
@@ -17797,29 +17797,29 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
17797
17797
|
}, {
|
|
17798
17798
|
depositDetails: number;
|
|
17799
17799
|
boostFee: number;
|
|
17800
|
+
txId: {
|
|
17801
|
+
blockNumber: number;
|
|
17802
|
+
extrinsicIndex: number;
|
|
17803
|
+
};
|
|
17800
17804
|
inputAsset: {
|
|
17801
17805
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17802
17806
|
};
|
|
17803
17807
|
depositAmount: string | number;
|
|
17804
17808
|
outputAsset: {
|
|
17805
|
-
__kind: "
|
|
17809
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
17806
17810
|
};
|
|
17807
17811
|
destinationAddress: {
|
|
17808
17812
|
value: string;
|
|
17809
17813
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
17810
17814
|
};
|
|
17811
|
-
txId: {
|
|
17812
|
-
blockNumber: number;
|
|
17813
|
-
extrinsicIndex: number;
|
|
17814
|
-
};
|
|
17815
17815
|
affiliateFees: {
|
|
17816
17816
|
account: number;
|
|
17817
17817
|
bps: number;
|
|
17818
17818
|
}[];
|
|
17819
17819
|
refundParams: {
|
|
17820
17820
|
retryDuration: number;
|
|
17821
|
-
refundAddress: string;
|
|
17822
17821
|
minPrice: string | number;
|
|
17822
|
+
refundAddress: string;
|
|
17823
17823
|
};
|
|
17824
17824
|
depositAddress?: string | null | undefined;
|
|
17825
17825
|
channelId?: string | number | null | undefined;
|
|
@@ -17885,9 +17885,13 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
17885
17885
|
vaultWitness: {
|
|
17886
17886
|
depositDetails: number;
|
|
17887
17887
|
boostFee: number;
|
|
17888
|
+
txId: {
|
|
17889
|
+
blockNumber: number;
|
|
17890
|
+
extrinsicIndex: number;
|
|
17891
|
+
};
|
|
17888
17892
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17889
17893
|
depositAmount: bigint;
|
|
17890
|
-
outputAsset: "
|
|
17894
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
17891
17895
|
destinationAddress: {
|
|
17892
17896
|
readonly chain: "Ethereum";
|
|
17893
17897
|
readonly address: `0x${string}`;
|
|
@@ -17907,18 +17911,14 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
17907
17911
|
readonly chain: "Assethub";
|
|
17908
17912
|
readonly address: string;
|
|
17909
17913
|
};
|
|
17910
|
-
txId: {
|
|
17911
|
-
blockNumber: number;
|
|
17912
|
-
extrinsicIndex: number;
|
|
17913
|
-
};
|
|
17914
17914
|
affiliateFees: {
|
|
17915
17915
|
account: number;
|
|
17916
17916
|
bps: number;
|
|
17917
17917
|
}[];
|
|
17918
17918
|
refundParams: {
|
|
17919
17919
|
retryDuration: number;
|
|
17920
|
-
refundAddress: `0x${string}`;
|
|
17921
17920
|
minPrice: bigint;
|
|
17921
|
+
refundAddress: `0x${string}`;
|
|
17922
17922
|
};
|
|
17923
17923
|
depositAddress?: `0x${string}` | null | undefined;
|
|
17924
17924
|
channelId?: bigint | null | undefined;
|
|
@@ -17982,29 +17982,29 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
17982
17982
|
vaultWitness: {
|
|
17983
17983
|
depositDetails: number;
|
|
17984
17984
|
boostFee: number;
|
|
17985
|
+
txId: {
|
|
17986
|
+
blockNumber: number;
|
|
17987
|
+
extrinsicIndex: number;
|
|
17988
|
+
};
|
|
17985
17989
|
inputAsset: {
|
|
17986
17990
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
17987
17991
|
};
|
|
17988
17992
|
depositAmount: string | number;
|
|
17989
17993
|
outputAsset: {
|
|
17990
|
-
__kind: "
|
|
17994
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
17991
17995
|
};
|
|
17992
17996
|
destinationAddress: {
|
|
17993
17997
|
value: string;
|
|
17994
17998
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
17995
17999
|
};
|
|
17996
|
-
txId: {
|
|
17997
|
-
blockNumber: number;
|
|
17998
|
-
extrinsicIndex: number;
|
|
17999
|
-
};
|
|
18000
18000
|
affiliateFees: {
|
|
18001
18001
|
account: number;
|
|
18002
18002
|
bps: number;
|
|
18003
18003
|
}[];
|
|
18004
18004
|
refundParams: {
|
|
18005
18005
|
retryDuration: number;
|
|
18006
|
-
refundAddress: string;
|
|
18007
18006
|
minPrice: string | number;
|
|
18007
|
+
refundAddress: string;
|
|
18008
18008
|
};
|
|
18009
18009
|
depositAddress?: string | null | undefined;
|
|
18010
18010
|
channelId?: string | number | null | undefined;
|
|
@@ -18115,20 +18115,20 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodObject<{
|
|
|
18115
18115
|
baseAsset: z.ZodEffects<z.ZodObject<{
|
|
18116
18116
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
18117
18117
|
}, "strip", z.ZodTypeAny, {
|
|
18118
|
-
__kind: "
|
|
18118
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18119
18119
|
}, {
|
|
18120
|
-
__kind: "
|
|
18121
|
-
}>, "
|
|
18122
|
-
__kind: "
|
|
18120
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18121
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
18122
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18123
18123
|
}>;
|
|
18124
18124
|
}, "strip", z.ZodTypeAny, {
|
|
18125
18125
|
__kind: "TickZeroCentered";
|
|
18126
|
-
baseAsset: "
|
|
18126
|
+
baseAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18127
18127
|
spreadTick: number;
|
|
18128
18128
|
}, {
|
|
18129
18129
|
__kind: "TickZeroCentered";
|
|
18130
18130
|
baseAsset: {
|
|
18131
|
-
__kind: "
|
|
18131
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18132
18132
|
};
|
|
18133
18133
|
spreadTick: number;
|
|
18134
18134
|
}>;
|
|
@@ -18137,21 +18137,21 @@ declare const palletCfTradingStrategyPalletConfigUpdate: z.ZodDiscriminatedUnion
|
|
|
18137
18137
|
asset: z.ZodEffects<z.ZodObject<{
|
|
18138
18138
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
18139
18139
|
}, "strip", z.ZodTypeAny, {
|
|
18140
|
-
__kind: "
|
|
18140
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18141
18141
|
}, {
|
|
18142
|
-
__kind: "
|
|
18143
|
-
}>, "
|
|
18144
|
-
__kind: "
|
|
18142
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18143
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
18144
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18145
18145
|
}>;
|
|
18146
18146
|
amount: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
18147
18147
|
}, "strip", z.ZodTypeAny, {
|
|
18148
18148
|
__kind: "MinimumDeploymentAmountForStrategy";
|
|
18149
|
-
asset: "
|
|
18149
|
+
asset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18150
18150
|
amount?: bigint | null | undefined;
|
|
18151
18151
|
}, {
|
|
18152
18152
|
__kind: "MinimumDeploymentAmountForStrategy";
|
|
18153
18153
|
asset: {
|
|
18154
|
-
__kind: "
|
|
18154
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18155
18155
|
};
|
|
18156
18156
|
amount?: string | number | null | undefined;
|
|
18157
18157
|
}>, z.ZodObject<{
|
|
@@ -18159,21 +18159,21 @@ declare const palletCfTradingStrategyPalletConfigUpdate: z.ZodDiscriminatedUnion
|
|
|
18159
18159
|
asset: z.ZodEffects<z.ZodObject<{
|
|
18160
18160
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
18161
18161
|
}, "strip", z.ZodTypeAny, {
|
|
18162
|
-
__kind: "
|
|
18162
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18163
18163
|
}, {
|
|
18164
|
-
__kind: "
|
|
18165
|
-
}>, "
|
|
18166
|
-
__kind: "
|
|
18164
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18165
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
18166
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18167
18167
|
}>;
|
|
18168
18168
|
amount: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
18169
18169
|
}, "strip", z.ZodTypeAny, {
|
|
18170
18170
|
__kind: "MinimumAddedFundsToStrategy";
|
|
18171
|
-
asset: "
|
|
18171
|
+
asset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18172
18172
|
amount?: bigint | null | undefined;
|
|
18173
18173
|
}, {
|
|
18174
18174
|
__kind: "MinimumAddedFundsToStrategy";
|
|
18175
18175
|
asset: {
|
|
18176
|
-
__kind: "
|
|
18176
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18177
18177
|
};
|
|
18178
18178
|
amount?: string | number | null | undefined;
|
|
18179
18179
|
}>, z.ZodObject<{
|
|
@@ -18181,21 +18181,21 @@ declare const palletCfTradingStrategyPalletConfigUpdate: z.ZodDiscriminatedUnion
|
|
|
18181
18181
|
asset: z.ZodEffects<z.ZodObject<{
|
|
18182
18182
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
18183
18183
|
}, "strip", z.ZodTypeAny, {
|
|
18184
|
-
__kind: "
|
|
18184
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18185
18185
|
}, {
|
|
18186
|
-
__kind: "
|
|
18187
|
-
}>, "
|
|
18188
|
-
__kind: "
|
|
18186
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18187
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
18188
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18189
18189
|
}>;
|
|
18190
18190
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
18191
18191
|
}, "strip", z.ZodTypeAny, {
|
|
18192
18192
|
__kind: "LimitOrderUpdateThreshold";
|
|
18193
|
-
asset: "
|
|
18193
|
+
asset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18194
18194
|
amount: bigint;
|
|
18195
18195
|
}, {
|
|
18196
18196
|
__kind: "LimitOrderUpdateThreshold";
|
|
18197
18197
|
asset: {
|
|
18198
|
-
__kind: "
|
|
18198
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
18199
18199
|
};
|
|
18200
18200
|
amount: string | number;
|
|
18201
18201
|
}>]>;
|