@chainflip/processor 2.1.0-alpha.3 → 2.1.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/100/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/100/accountRoles/accountRoleRegistered.cjs +12 -0
- package/dist/100/accountRoles/accountRoleRegistered.d.cts +25 -0
- package/dist/100/bitcoinBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/100/bitcoinBroadcaster/broadcastAborted.d.cts +12 -0
- package/dist/100/bitcoinBroadcaster/broadcastAttemptTimeout.cjs +9 -0
- package/dist/100/bitcoinBroadcaster/broadcastAttemptTimeout.d.cts +27 -0
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
- package/dist/100/bitcoinBroadcaster/broadcastRetryScheduled.cjs +9 -0
- package/dist/100/bitcoinBroadcaster/broadcastRetryScheduled.d.cts +27 -0
- package/dist/100/bitcoinBroadcaster/broadcastSuccess.cjs +12 -0
- package/dist/100/bitcoinBroadcaster/broadcastSuccess.d.cts +15 -0
- package/dist/100/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +11 -0
- package/dist/100/bitcoinBroadcaster/thresholdSignatureInvalid.d.cts +15 -0
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +46 -0
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +110 -0
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +107 -0
- package/dist/100/bitcoinChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/100/bitcoinChainTracking/chainStateUpdated.d.cts +77 -0
- package/dist/100/bitcoinIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/assetEgressStatusChanged.d.cts +25 -0
- package/dist/100/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/100/bitcoinIngressEgress/depositIgnored.cjs +14 -0
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +141 -0
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/100/bitcoinIngressEgress/depositReceived.cjs +14 -0
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +141 -0
- package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +4 -4
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +423 -0
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +8 -8
- package/dist/100/bitcoinIngressEgress/egressScheduled.cjs +14 -0
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +136 -0
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +4 -4
- package/dist/100/bitcoinIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/minimumDepositSet.d.cts +25 -0
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.cjs +13 -0
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +123 -0
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.cjs +11 -0
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.cts +15 -0
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.cjs +13 -0
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.cts +18 -0
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.mts +2 -2
- package/dist/100/bitcoinThresholdSigner/retryRequested.cjs +12 -0
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.cts +15 -0
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.mts +2 -2
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.cjs +11 -0
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.cts +15 -0
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.cjs +13 -0
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +336 -0
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.cts +52 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +12 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.cts +15 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
- package/dist/100/bitcoinVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/100/bitcoinVault/awaitingGovernanceActivation.d.cts +27 -0
- package/dist/100/bitcoinVault/keyHandoverFailure.cjs +9 -0
- package/dist/100/bitcoinVault/keyHandoverFailure.d.cts +12 -0
- package/dist/100/bitcoinVault/keyHandoverFailureReported.cjs +7 -0
- package/dist/100/bitcoinVault/keyHandoverFailureReported.d.cts +6 -0
- package/dist/100/bitcoinVault/keyHandoverRequest.cjs +17 -0
- package/dist/100/bitcoinVault/keyHandoverRequest.d.cts +60 -0
- package/dist/100/bitcoinVault/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/100/bitcoinVault/keyHandoverResponseTimeout.d.cts +12 -0
- package/dist/100/bitcoinVault/keyHandoverSuccess.cjs +9 -0
- package/dist/100/bitcoinVault/keyHandoverSuccess.d.cts +12 -0
- package/dist/100/bitcoinVault/keyHandoverSuccessReported.cjs +7 -0
- package/dist/100/bitcoinVault/keyHandoverSuccessReported.d.cts +6 -0
- package/dist/100/bitcoinVault/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/100/bitcoinVault/keyHandoverVerificationFailure.d.cts +12 -0
- package/dist/100/bitcoinVault/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/100/bitcoinVault/keyHandoverVerificationSuccess.d.cts +27 -0
- package/dist/100/bitcoinVault/keygenFailure.cjs +7 -0
- package/dist/100/bitcoinVault/keygenFailure.d.cts +6 -0
- package/dist/100/bitcoinVault/keygenFailureReported.cjs +7 -0
- package/dist/100/bitcoinVault/keygenFailureReported.d.cts +6 -0
- package/dist/100/bitcoinVault/keygenRequest.cjs +13 -0
- package/dist/100/bitcoinVault/keygenRequest.d.cts +18 -0
- package/dist/100/bitcoinVault/keygenResponseTimeout.cjs +7 -0
- package/dist/100/bitcoinVault/keygenResponseTimeout.d.cts +6 -0
- package/dist/100/bitcoinVault/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/bitcoinVault/keygenResponseTimeoutUpdated.d.cts +12 -0
- package/dist/100/bitcoinVault/keygenSuccess.cjs +7 -0
- package/dist/100/bitcoinVault/keygenSuccess.d.cts +6 -0
- package/dist/100/bitcoinVault/keygenSuccessReported.cjs +7 -0
- package/dist/100/bitcoinVault/keygenSuccessReported.d.cts +6 -0
- package/dist/100/bitcoinVault/keygenVerificationFailure.cjs +9 -0
- package/dist/100/bitcoinVault/keygenVerificationFailure.d.cts +12 -0
- package/dist/100/bitcoinVault/keygenVerificationSuccess.cjs +9 -0
- package/dist/100/bitcoinVault/keygenVerificationSuccess.d.cts +27 -0
- package/dist/100/bitcoinVault/noKeyHandover.cjs +8 -0
- package/dist/100/bitcoinVault/noKeyHandover.d.cts +6 -0
- package/dist/100/bitcoinVault/vaultRotatedExternally.cjs +7 -0
- package/dist/100/bitcoinVault/vaultRotatedExternally.d.cts +15 -0
- package/dist/100/bitcoinVault/vaultRotationAborted.cjs +8 -0
- package/dist/100/bitcoinVault/vaultRotationAborted.d.cts +6 -0
- package/dist/100/bitcoinVault/vaultRotationCompleted.cjs +8 -0
- package/dist/100/bitcoinVault/vaultRotationCompleted.d.cts +6 -0
- package/dist/100/common.cjs +589 -0
- package/dist/100/common.d.cts +3546 -0
- package/dist/100/common.d.mts +59 -59
- package/dist/100/emissions/backupNodeInflationEmissionsUpdated.cjs +8 -0
- package/dist/100/emissions/backupNodeInflationEmissionsUpdated.d.cts +6 -0
- package/dist/100/emissions/currentAuthorityInflationEmissionsUpdated.cjs +8 -0
- package/dist/100/emissions/currentAuthorityInflationEmissionsUpdated.d.cts +6 -0
- package/dist/100/emissions/supplyUpdateBroadcastRequested.cjs +8 -0
- package/dist/100/emissions/supplyUpdateBroadcastRequested.d.cts +6 -0
- package/dist/100/emissions/supplyUpdateIntervalUpdated.cjs +8 -0
- package/dist/100/emissions/supplyUpdateIntervalUpdated.d.cts +6 -0
- package/dist/100/environment/addedNewEthAsset.cjs +9 -0
- package/dist/100/environment/addedNewEthAsset.d.cts +14 -0
- package/dist/100/environment/bitcoinBlockNumberSetForVault.cjs +9 -0
- package/dist/100/environment/bitcoinBlockNumberSetForVault.d.cts +12 -0
- package/dist/100/environment/polkadotVaultAccountSet.cjs +9 -0
- package/dist/100/environment/polkadotVaultAccountSet.d.cts +12 -0
- package/dist/100/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +688 -0
- package/dist/100/environment/runtimeSafeModeUpdated.d.mts +28 -28
- package/dist/100/environment/updatedEthAsset.cjs +9 -0
- package/dist/100/environment/updatedEthAsset.d.cts +14 -0
- package/dist/100/ethereumBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/100/ethereumBroadcaster/broadcastAborted.d.cts +12 -0
- package/dist/100/ethereumBroadcaster/broadcastAttemptTimeout.cjs +9 -0
- package/dist/100/ethereumBroadcaster/broadcastAttemptTimeout.d.cts +27 -0
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
- package/dist/100/ethereumBroadcaster/broadcastRetryScheduled.cjs +9 -0
- package/dist/100/ethereumBroadcaster/broadcastRetryScheduled.d.cts +27 -0
- package/dist/100/ethereumBroadcaster/broadcastSuccess.cjs +12 -0
- package/dist/100/ethereumBroadcaster/broadcastSuccess.d.cts +30 -0
- package/dist/100/ethereumBroadcaster/thresholdSignatureInvalid.cjs +11 -0
- package/dist/100/ethereumBroadcaster/thresholdSignatureInvalid.d.cts +15 -0
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.cts +91 -0
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRefused.d.cts +12 -0
- package/dist/100/ethereumChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/100/ethereumChainTracking/chainStateUpdated.d.cts +48 -0
- package/dist/100/ethereumIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/100/ethereumIngressEgress/assetEgressStatusChanged.d.cts +25 -0
- package/dist/100/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/100/ethereumIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/100/ethereumIngressEgress/depositIgnored.cjs +13 -0
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +28 -0
- package/dist/100/ethereumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.cjs +13 -0
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +28 -0
- package/dist/100/ethereumIngressEgress/depositReceived.d.mts +2 -2
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +264 -0
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/egressScheduled.cjs +14 -0
- package/dist/100/ethereumIngressEgress/egressScheduled.d.cts +41 -0
- package/dist/100/ethereumIngressEgress/egressScheduled.d.mts +2 -2
- package/dist/100/ethereumIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/100/ethereumIngressEgress/minimumDepositSet.d.cts +25 -0
- package/dist/100/ethereumIngressEgress/vaultTransferFailed.cjs +13 -0
- package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.cts +28 -0
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.cjs +11 -0
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.cts +15 -0
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.cjs +13 -0
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.cts +18 -0
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.mts +2 -2
- package/dist/100/ethereumThresholdSigner/retryRequested.cjs +12 -0
- package/dist/100/ethereumThresholdSigner/retryRequested.d.cts +15 -0
- package/dist/100/ethereumThresholdSigner/retryRequested.d.mts +2 -2
- package/dist/100/ethereumThresholdSigner/signersUnavailable.cjs +11 -0
- package/dist/100/ethereumThresholdSigner/signersUnavailable.d.cts +15 -0
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.cjs +13 -0
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +336 -0
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.cts +54 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
- package/dist/100/ethereumThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +12 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.cts +15 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
- package/dist/100/ethereumVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/100/ethereumVault/awaitingGovernanceActivation.d.cts +39 -0
- package/dist/100/ethereumVault/keyHandoverFailure.cjs +9 -0
- package/dist/100/ethereumVault/keyHandoverFailure.d.cts +12 -0
- package/dist/100/ethereumVault/keyHandoverFailureReported.cjs +7 -0
- package/dist/100/ethereumVault/keyHandoverFailureReported.d.cts +6 -0
- package/dist/100/ethereumVault/keyHandoverRequest.cjs +17 -0
- package/dist/100/ethereumVault/keyHandoverRequest.d.cts +84 -0
- package/dist/100/ethereumVault/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/100/ethereumVault/keyHandoverResponseTimeout.d.cts +12 -0
- package/dist/100/ethereumVault/keyHandoverSuccess.cjs +9 -0
- package/dist/100/ethereumVault/keyHandoverSuccess.d.cts +12 -0
- package/dist/100/ethereumVault/keyHandoverSuccessReported.cjs +7 -0
- package/dist/100/ethereumVault/keyHandoverSuccessReported.d.cts +6 -0
- package/dist/100/ethereumVault/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/100/ethereumVault/keyHandoverVerificationFailure.d.cts +12 -0
- package/dist/100/ethereumVault/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/100/ethereumVault/keyHandoverVerificationSuccess.d.cts +39 -0
- package/dist/100/ethereumVault/keygenFailure.cjs +7 -0
- package/dist/100/ethereumVault/keygenFailure.d.cts +6 -0
- package/dist/100/ethereumVault/keygenFailureReported.cjs +7 -0
- package/dist/100/ethereumVault/keygenFailureReported.d.cts +6 -0
- package/dist/100/ethereumVault/keygenRequest.cjs +13 -0
- package/dist/100/ethereumVault/keygenRequest.d.cts +18 -0
- package/dist/100/ethereumVault/keygenResponseTimeout.cjs +7 -0
- package/dist/100/ethereumVault/keygenResponseTimeout.d.cts +6 -0
- package/dist/100/ethereumVault/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/ethereumVault/keygenResponseTimeoutUpdated.d.cts +12 -0
- package/dist/100/ethereumVault/keygenSuccess.cjs +7 -0
- package/dist/100/ethereumVault/keygenSuccess.d.cts +6 -0
- package/dist/100/ethereumVault/keygenSuccessReported.cjs +7 -0
- package/dist/100/ethereumVault/keygenSuccessReported.d.cts +6 -0
- package/dist/100/ethereumVault/keygenVerificationFailure.cjs +9 -0
- package/dist/100/ethereumVault/keygenVerificationFailure.d.cts +12 -0
- package/dist/100/ethereumVault/keygenVerificationSuccess.cjs +9 -0
- package/dist/100/ethereumVault/keygenVerificationSuccess.d.cts +39 -0
- package/dist/100/ethereumVault/noKeyHandover.cjs +8 -0
- package/dist/100/ethereumVault/noKeyHandover.d.cts +6 -0
- package/dist/100/ethereumVault/vaultRotatedExternally.cjs +7 -0
- package/dist/100/ethereumVault/vaultRotatedExternally.d.cts +25 -0
- package/dist/100/ethereumVault/vaultRotationAborted.cjs +8 -0
- package/dist/100/ethereumVault/vaultRotationAborted.d.cts +6 -0
- package/dist/100/ethereumVault/vaultRotationCompleted.cjs +8 -0
- package/dist/100/ethereumVault/vaultRotationCompleted.d.cts +6 -0
- package/dist/100/flip/accountReaped.cjs +12 -0
- package/dist/100/flip/accountReaped.d.cts +15 -0
- package/dist/100/flip/remainingImbalance.cjs +12 -0
- package/dist/100/flip/remainingImbalance.d.cts +113 -0
- package/dist/100/flip/slashingPerformed.cjs +12 -0
- package/dist/100/flip/slashingPerformed.d.cts +15 -0
- package/dist/100/flip/slashingRateUpdated.cjs +8 -0
- package/dist/100/flip/slashingRateUpdated.d.cts +12 -0
- package/dist/100/funding/addedRestrictedAddress.cjs +9 -0
- package/dist/100/funding/addedRestrictedAddress.d.cts +12 -0
- package/dist/100/funding/boundExecutorAddress.cjs +12 -0
- package/dist/100/funding/boundExecutorAddress.d.cts +15 -0
- package/dist/100/funding/boundExecutorAddress.d.mts +2 -2
- package/dist/100/funding/boundRedeemAddress.cjs +12 -0
- package/dist/100/funding/boundRedeemAddress.d.cts +15 -0
- package/dist/100/funding/boundRedeemAddress.d.mts +2 -2
- package/dist/100/funding/failedFundingAttempt.cjs +13 -0
- package/dist/100/funding/failedFundingAttempt.d.cts +18 -0
- package/dist/100/funding/failedFundingAttempt.d.mts +2 -2
- package/dist/100/funding/funded.cjs +14 -0
- package/dist/100/funding/funded.d.cts +21 -0
- package/dist/100/funding/funded.d.mts +2 -2
- package/dist/100/funding/minimumFundingUpdated.cjs +9 -0
- package/dist/100/funding/minimumFundingUpdated.d.cts +12 -0
- package/dist/100/funding/redemptionAmountZero.cjs +9 -0
- package/dist/100/funding/redemptionAmountZero.d.cts +12 -0
- package/dist/100/funding/redemptionExpired.cjs +9 -0
- package/dist/100/funding/redemptionExpired.d.cts +12 -0
- package/dist/100/funding/redemptionRequested.cjs +14 -0
- package/dist/100/funding/redemptionRequested.d.cts +21 -0
- package/dist/100/funding/redemptionRequested.d.mts +2 -2
- package/dist/100/funding/redemptionSettled.cjs +9 -0
- package/dist/100/funding/redemptionSettled.d.cts +6 -0
- package/dist/100/funding/redemptionTaxAmountUpdated.cjs +9 -0
- package/dist/100/funding/redemptionTaxAmountUpdated.d.cts +12 -0
- package/dist/100/funding/removedRestrictedAddress.cjs +9 -0
- package/dist/100/funding/removedRestrictedAddress.d.cts +12 -0
- package/dist/100/funding/startedBidding.cjs +9 -0
- package/dist/100/funding/startedBidding.d.cts +12 -0
- package/dist/100/funding/stoppedBidding.cjs +9 -0
- package/dist/100/funding/stoppedBidding.d.cts +12 -0
- package/dist/100/governance/approved.cjs +8 -0
- package/dist/100/governance/approved.d.cts +6 -0
- package/dist/100/governance/decodeOfCallFailed.cjs +8 -0
- package/dist/100/governance/decodeOfCallFailed.d.cts +6 -0
- package/dist/100/governance/executed.cjs +8 -0
- package/dist/100/governance/executed.d.cts +6 -0
- package/dist/100/governance/expired.cjs +8 -0
- package/dist/100/governance/expired.d.cts +6 -0
- package/dist/100/governance/failedExecution.cjs +7 -0
- package/dist/100/governance/failedExecution.d.cts +147 -0
- package/dist/100/governance/govKeyCallExecuted.cjs +9 -0
- package/dist/100/governance/govKeyCallExecuted.d.cts +12 -0
- package/dist/100/governance/govKeyCallExecutionFailed.cjs +12 -0
- package/dist/100/governance/govKeyCallExecutionFailed.d.cts +232 -0
- package/dist/100/governance/govKeyCallHashWhitelisted.cjs +9 -0
- package/dist/100/governance/govKeyCallHashWhitelisted.d.cts +12 -0
- package/dist/100/governance/proposed.cjs +8 -0
- package/dist/100/governance/proposed.d.cts +6 -0
- package/dist/100/grandpa/newAuthorities.cjs +9 -0
- package/dist/100/grandpa/newAuthorities.d.cts +12 -0
- package/dist/100/grandpa/paused.cjs +8 -0
- package/dist/100/grandpa/paused.d.cts +6 -0
- package/dist/100/grandpa/resumed.cjs +8 -0
- package/dist/100/grandpa/resumed.d.cts +6 -0
- package/dist/100/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/100/liquidityPools/assetSwapped.d.cts +41 -0
- package/dist/100/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/100/liquidityPools/limitOrderUpdated.cjs +19 -0
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +86 -0
- package/dist/100/liquidityPools/limitOrderUpdated.d.mts +14 -14
- package/dist/100/liquidityPools/networkFeeTaken.cjs +9 -0
- package/dist/100/liquidityPools/networkFeeTaken.d.cts +12 -0
- package/dist/100/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/100/liquidityPools/newPoolCreated.d.cts +41 -0
- package/dist/100/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/100/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/100/liquidityPools/poolFeeSet.d.cts +38 -0
- package/dist/100/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/100/liquidityPools/poolStateUpdated.cjs +13 -0
- package/dist/100/liquidityPools/poolStateUpdated.d.cts +38 -0
- package/dist/100/liquidityPools/poolStateUpdated.d.mts +12 -12
- package/dist/100/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +209 -0
- package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +20 -20
- package/dist/100/liquidityPools/updatedBuyInterval.cjs +8 -0
- package/dist/100/liquidityPools/updatedBuyInterval.d.cts +12 -0
- package/dist/100/liquidityProvider/accountCredited.cjs +13 -0
- package/dist/100/liquidityProvider/accountCredited.d.cts +28 -0
- package/dist/100/liquidityProvider/accountCredited.d.mts +7 -7
- package/dist/100/liquidityProvider/accountDebited.cjs +13 -0
- package/dist/100/liquidityProvider/accountDebited.d.cts +28 -0
- package/dist/100/liquidityProvider/accountDebited.d.mts +7 -7
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.cjs +15 -0
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +67 -0
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +16 -16
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +206 -0
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.cjs +14 -0
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +74 -0
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +14 -14
- package/dist/100/polkadotBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/100/polkadotBroadcaster/broadcastAborted.d.cts +12 -0
- package/dist/100/polkadotBroadcaster/broadcastAttemptTimeout.cjs +9 -0
- package/dist/100/polkadotBroadcaster/broadcastAttemptTimeout.d.cts +27 -0
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
- package/dist/100/polkadotBroadcaster/broadcastRetryScheduled.cjs +9 -0
- package/dist/100/polkadotBroadcaster/broadcastRetryScheduled.d.cts +27 -0
- package/dist/100/polkadotBroadcaster/broadcastSuccess.cjs +12 -0
- package/dist/100/polkadotBroadcaster/broadcastSuccess.d.cts +15 -0
- package/dist/100/polkadotBroadcaster/thresholdSignatureInvalid.cjs +11 -0
- package/dist/100/polkadotBroadcaster/thresholdSignatureInvalid.d.cts +15 -0
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.cts +46 -0
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRefused.d.cts +12 -0
- package/dist/100/polkadotChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/100/polkadotChainTracking/chainStateUpdated.d.cts +75 -0
- package/dist/100/polkadotIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/100/polkadotIngressEgress/assetEgressStatusChanged.d.cts +25 -0
- package/dist/100/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/100/polkadotIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.cjs +13 -0
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +28 -0
- package/dist/100/polkadotIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.cjs +13 -0
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +28 -0
- package/dist/100/polkadotIngressEgress/depositReceived.d.mts +2 -2
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +264 -0
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/egressScheduled.cjs +14 -0
- package/dist/100/polkadotIngressEgress/egressScheduled.d.cts +41 -0
- package/dist/100/polkadotIngressEgress/egressScheduled.d.mts +2 -2
- package/dist/100/polkadotIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/100/polkadotIngressEgress/minimumDepositSet.d.cts +25 -0
- package/dist/100/polkadotIngressEgress/vaultTransferFailed.cjs +13 -0
- package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.cts +28 -0
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.cjs +11 -0
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.cts +15 -0
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.cjs +13 -0
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.cts +18 -0
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.mts +2 -2
- package/dist/100/polkadotThresholdSigner/retryRequested.cjs +12 -0
- package/dist/100/polkadotThresholdSigner/retryRequested.d.cts +15 -0
- package/dist/100/polkadotThresholdSigner/retryRequested.d.mts +2 -2
- package/dist/100/polkadotThresholdSigner/signersUnavailable.cjs +11 -0
- package/dist/100/polkadotThresholdSigner/signersUnavailable.d.cts +15 -0
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.cjs +13 -0
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +336 -0
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.cts +27 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
- package/dist/100/polkadotThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +12 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.cts +15 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
- package/dist/100/polkadotVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/100/polkadotVault/awaitingGovernanceActivation.d.cts +12 -0
- package/dist/100/polkadotVault/keyHandoverFailure.cjs +9 -0
- package/dist/100/polkadotVault/keyHandoverFailure.d.cts +12 -0
- package/dist/100/polkadotVault/keyHandoverFailureReported.cjs +7 -0
- package/dist/100/polkadotVault/keyHandoverFailureReported.d.cts +6 -0
- package/dist/100/polkadotVault/keyHandoverRequest.cjs +17 -0
- package/dist/100/polkadotVault/keyHandoverRequest.d.cts +30 -0
- package/dist/100/polkadotVault/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/100/polkadotVault/keyHandoverResponseTimeout.d.cts +12 -0
- package/dist/100/polkadotVault/keyHandoverSuccess.cjs +9 -0
- package/dist/100/polkadotVault/keyHandoverSuccess.d.cts +12 -0
- package/dist/100/polkadotVault/keyHandoverSuccessReported.cjs +7 -0
- package/dist/100/polkadotVault/keyHandoverSuccessReported.d.cts +6 -0
- package/dist/100/polkadotVault/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/100/polkadotVault/keyHandoverVerificationFailure.d.cts +12 -0
- package/dist/100/polkadotVault/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/100/polkadotVault/keyHandoverVerificationSuccess.d.cts +12 -0
- package/dist/100/polkadotVault/keygenFailure.cjs +7 -0
- package/dist/100/polkadotVault/keygenFailure.d.cts +6 -0
- package/dist/100/polkadotVault/keygenFailureReported.cjs +7 -0
- package/dist/100/polkadotVault/keygenFailureReported.d.cts +6 -0
- package/dist/100/polkadotVault/keygenRequest.cjs +13 -0
- package/dist/100/polkadotVault/keygenRequest.d.cts +18 -0
- package/dist/100/polkadotVault/keygenResponseTimeout.cjs +7 -0
- package/dist/100/polkadotVault/keygenResponseTimeout.d.cts +6 -0
- package/dist/100/polkadotVault/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/polkadotVault/keygenResponseTimeoutUpdated.d.cts +12 -0
- package/dist/100/polkadotVault/keygenSuccess.cjs +7 -0
- package/dist/100/polkadotVault/keygenSuccess.d.cts +6 -0
- package/dist/100/polkadotVault/keygenSuccessReported.cjs +7 -0
- package/dist/100/polkadotVault/keygenSuccessReported.d.cts +6 -0
- package/dist/100/polkadotVault/keygenVerificationFailure.cjs +9 -0
- package/dist/100/polkadotVault/keygenVerificationFailure.d.cts +12 -0
- package/dist/100/polkadotVault/keygenVerificationSuccess.cjs +9 -0
- package/dist/100/polkadotVault/keygenVerificationSuccess.d.cts +12 -0
- package/dist/100/polkadotVault/noKeyHandover.cjs +8 -0
- package/dist/100/polkadotVault/noKeyHandover.d.cts +6 -0
- package/dist/100/polkadotVault/vaultRotatedExternally.cjs +7 -0
- package/dist/100/polkadotVault/vaultRotatedExternally.d.cts +6 -0
- package/dist/100/polkadotVault/vaultRotationAborted.cjs +8 -0
- package/dist/100/polkadotVault/vaultRotationAborted.d.cts +6 -0
- package/dist/100/polkadotVault/vaultRotationCompleted.cjs +8 -0
- package/dist/100/polkadotVault/vaultRotationCompleted.d.cts +6 -0
- package/dist/100/reputation/accrualRateUpdated.cjs +11 -0
- package/dist/100/reputation/accrualRateUpdated.d.cts +15 -0
- package/dist/100/reputation/missedHeartbeatPenaltyUpdated.cjs +8 -0
- package/dist/100/reputation/missedHeartbeatPenaltyUpdated.d.cts +12 -0
- package/dist/100/reputation/offencePenalty.cjs +13 -0
- package/dist/100/reputation/offencePenalty.d.cts +28 -0
- package/dist/100/reputation/penaltyUpdated.cjs +13 -0
- package/dist/100/reputation/penaltyUpdated.d.cts +58 -0
- package/dist/100/session/newSession.cjs +8 -0
- package/dist/100/session/newSession.d.cts +12 -0
- package/dist/100/swapping/batchSwapFailed.cjs +13 -0
- package/dist/100/swapping/batchSwapFailed.d.cts +38 -0
- package/dist/100/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/100/swapping/ccmDepositReceived.cjs +16 -0
- package/dist/100/swapping/ccmDepositReceived.d.cts +354 -0
- package/dist/100/swapping/ccmDepositReceived.d.mts +8 -8
- package/dist/100/swapping/ccmEgressScheduled.cjs +12 -0
- package/dist/100/swapping/ccmEgressScheduled.d.cts +25 -0
- package/dist/100/swapping/ccmFailed.cjs +13 -0
- package/dist/100/swapping/ccmFailed.d.cts +355 -0
- package/dist/100/swapping/ccmFailed.d.mts +8 -8
- package/dist/100/swapping/minimumSwapAmountSet.cjs +12 -0
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +25 -0
- package/dist/100/swapping/minimumSwapAmountSet.d.mts +6 -6
- package/dist/100/swapping/swapAmountTooLow.cjs +14 -0
- package/dist/100/swapping/swapAmountTooLow.d.cts +149 -0
- package/dist/100/swapping/swapAmountTooLow.d.mts +19 -19
- package/dist/100/swapping/swapDepositAddressReady.cjs +18 -0
- package/dist/100/swapping/swapDepositAddressReady.d.cts +139 -0
- package/dist/100/swapping/swapDepositAddressReady.d.mts +22 -22
- package/dist/100/swapping/swapEgressScheduled.cjs +14 -0
- package/dist/100/swapping/swapEgressScheduled.d.cts +41 -0
- package/dist/100/swapping/swapEgressScheduled.d.mts +10 -10
- package/dist/100/swapping/swapExecuted.cjs +16 -0
- package/dist/100/swapping/swapExecuted.d.cts +47 -0
- package/dist/100/swapping/swapExecuted.d.mts +15 -15
- package/dist/100/swapping/swapScheduled.cjs +18 -0
- package/dist/100/swapping/swapScheduled.d.cts +450 -0
- package/dist/100/swapping/swapScheduled.d.mts +28 -28
- package/dist/100/swapping/withdrawalRequested.cjs +13 -0
- package/dist/100/swapping/withdrawalRequested.d.cts +61 -0
- package/dist/100/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/100/system/codeUpdated.cjs +8 -0
- package/dist/100/system/codeUpdated.d.cts +6 -0
- package/dist/100/system/extrinsicFailed.cjs +12 -0
- package/dist/100/system/extrinsicFailed.d.cts +297 -0
- package/dist/100/system/extrinsicSuccess.cjs +9 -0
- package/dist/100/system/extrinsicSuccess.d.cts +77 -0
- package/dist/100/system/killedAccount.cjs +9 -0
- package/dist/100/system/killedAccount.d.cts +12 -0
- package/dist/100/system/newAccount.cjs +9 -0
- package/dist/100/system/newAccount.d.cts +12 -0
- package/dist/100/system/remarked.cjs +12 -0
- package/dist/100/system/remarked.d.cts +15 -0
- package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
- package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +25 -0
- package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.d.mts +2 -2
- package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
- package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +25 -0
- package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.mts +2 -2
- package/dist/100/tokenholderGovernance/proposalEnacted.cjs +9 -0
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +54 -0
- package/dist/100/tokenholderGovernance/proposalPassed.cjs +9 -0
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +54 -0
- package/dist/100/tokenholderGovernance/proposalRejected.cjs +9 -0
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +54 -0
- package/dist/100/tokenholderGovernance/proposalSubmitted.cjs +9 -0
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +54 -0
- package/dist/100/transactionPayment/transactionFeePaid.cjs +13 -0
- package/dist/100/transactionPayment/transactionFeePaid.d.cts +18 -0
- package/dist/100/validator/auctionCompleted.cjs +9 -0
- package/dist/100/validator/auctionCompleted.d.cts +6 -0
- package/dist/100/validator/cFEVersionUpdated.cjs +13 -0
- package/dist/100/validator/cFEVersionUpdated.d.cts +58 -0
- package/dist/100/validator/newEpoch.cjs +8 -0
- package/dist/100/validator/newEpoch.d.cts +6 -0
- package/dist/100/validator/palletConfigUpdated.cjs +9 -0
- package/dist/100/validator/palletConfigUpdated.d.cts +188 -0
- package/dist/100/validator/peerIdRegistered.cjs +14 -0
- package/dist/100/validator/peerIdRegistered.d.cts +6 -0
- package/dist/100/validator/peerIdUnregistered.cjs +9 -0
- package/dist/100/validator/peerIdUnregistered.d.cts +6 -0
- package/dist/100/validator/rotationAborted.cjs +8 -0
- package/dist/100/validator/rotationAborted.d.cts +6 -0
- package/dist/100/validator/rotationPhaseUpdated.cjs +9 -0
- package/dist/100/validator/rotationPhaseUpdated.d.cts +307 -0
- package/dist/100/validator/vanityNameSet.cjs +9 -0
- package/dist/100/validator/vanityNameSet.d.cts +6 -0
- package/dist/100/witnesser/prewitnessed.cjs +8 -0
- package/dist/100/witnesser/prewitnessed.d.cts +12 -0
- package/dist/100/witnesser/witnessExecutionFailed.cjs +12 -0
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +232 -0
- package/dist/102/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/102/accountRoles/accountRoleRegistered.cjs +12 -0
- package/dist/102/accountRoles/accountRoleRegistered.d.cts +25 -0
- package/dist/102/common.cjs +91 -0
- package/dist/102/common.d.cts +186 -0
- package/dist/102/swapping/maximumSwapAmountSet.cjs +12 -0
- package/dist/102/swapping/maximumSwapAmountSet.d.cts +25 -0
- package/dist/102/swapping/swapAmountConfiscated.cjs +15 -0
- package/dist/102/swapping/swapAmountConfiscated.d.cts +44 -0
- package/dist/102/validator/palletConfigUpdated.cjs +9 -0
- package/dist/102/validator/palletConfigUpdated.d.cts +203 -0
- package/dist/11000/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +971 -0
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +1355 -0
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +34 -34
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/arbitrumIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/arbitrumIngressEgress/invalidCcmRefunded.d.cts +28 -0
- package/dist/11000/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/arbitrumIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +971 -0
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/assethubIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +1346 -0
- package/dist/11000/assethubIngressEgress/depositFailed.d.mts +52 -52
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/assethubIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/assethubIngressEgress/invalidCcmRefunded.d.cts +28 -0
- package/dist/11000/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/assethubIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11000/bitcoinElections/allVotesCleared.cjs +8 -0
- package/dist/11000/bitcoinElections/allVotesCleared.d.cts +6 -0
- package/dist/11000/bitcoinElections/allVotesNotCleared.cjs +8 -0
- package/dist/11000/bitcoinElections/allVotesNotCleared.d.cts +6 -0
- package/dist/11000/bitcoinElections/corruptStorage.cjs +8 -0
- package/dist/11000/bitcoinElections/corruptStorage.d.cts +6 -0
- package/dist/11000/bitcoinElections/electoralEvent.cjs +7 -0
- package/dist/11000/bitcoinElections/electoralEvent.d.cts +30 -0
- package/dist/11000/bitcoinElections/uninitialized.cjs +8 -0
- package/dist/11000/bitcoinElections/uninitialized.d.cts +6 -0
- package/dist/11000/bitcoinElections/unknownElection.cjs +9 -0
- package/dist/11000/bitcoinElections/unknownElection.d.cts +14 -0
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +971 -0
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +2264 -0
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +34 -34
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +123 -0
- package/dist/11000/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/bitcoinIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11000/common.cjs +1289 -0
- package/dist/11000/common.d.cts +21444 -0
- package/dist/11000/common.d.mts +382 -382
- package/dist/11000/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +1366 -0
- package/dist/11000/environment/solanaGovCallDispatched.cjs +12 -0
- package/dist/11000/environment/solanaGovCallDispatched.d.cts +95 -0
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +971 -0
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +1355 -0
- package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +34 -34
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/ethereumIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/ethereumIngressEgress/invalidCcmRefunded.d.cts +28 -0
- package/dist/11000/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/ethereumIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11000/funding/rebalance.cjs +13 -0
- package/dist/11000/funding/rebalance.d.cts +18 -0
- package/dist/11000/lendingPools/boostFundsAdded.cjs +13 -0
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +45 -0
- package/dist/11000/lendingPools/boostFundsAdded.d.mts +10 -10
- package/dist/11000/lendingPools/boostPoolCreated.cjs +9 -0
- package/dist/11000/lendingPools/boostPoolCreated.d.cts +39 -0
- package/dist/11000/lendingPools/boostPoolCreated.d.mts +8 -8
- package/dist/11000/lendingPools/palletConfigUpdated.cjs +9 -0
- package/dist/11000/lendingPools/palletConfigUpdated.d.cts +27 -0
- package/dist/11000/lendingPools/stoppedBoosting.cjs +14 -0
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +48 -0
- package/dist/11000/lendingPools/stoppedBoosting.d.mts +10 -10
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +971 -0
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +1346 -0
- package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +52 -52
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/polkadotIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/polkadotIngressEgress/invalidCcmRefunded.d.cts +28 -0
- package/dist/11000/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/polkadotIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11000/solanaElections/electoralEvent.cjs +8 -0
- package/dist/11000/solanaElections/electoralEvent.d.cts +6 -0
- package/dist/11000/solanaElections/unknownElection.cjs +9 -0
- package/dist/11000/solanaElections/unknownElection.d.cts +54 -0
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +971 -0
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +1305 -0
- package/dist/11000/solanaIngressEgress/depositFailed.d.mts +34 -34
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +978 -0
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/solanaIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/solanaIngressEgress/invalidCcmRefunded.d.cts +28 -0
- package/dist/11000/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/solanaIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11000/swapping/palletConfigUpdated.cjs +9 -0
- package/dist/11000/swapping/palletConfigUpdated.d.cts +255 -0
- package/dist/11000/swapping/palletConfigUpdated.d.mts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.cjs +16 -0
- package/dist/11000/swapping/refundEgressScheduled.d.cts +57 -0
- package/dist/11000/swapping/refundEgressScheduled.d.mts +17 -17
- package/dist/11000/swapping/refundedOnChain.cjs +15 -0
- package/dist/11000/swapping/refundedOnChain.d.cts +34 -0
- package/dist/11000/swapping/refundedOnChain.d.mts +8 -8
- package/dist/11000/swapping/swapDepositAddressReady.cjs +24 -0
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +657 -0
- package/dist/11000/swapping/swapDepositAddressReady.d.mts +18 -18
- package/dist/11000/swapping/swapRequested.cjs +19 -0
- package/dist/11000/swapping/swapRequested.d.cts +1434 -0
- package/dist/11000/swapping/swapRequested.d.mts +16 -16
- package/dist/11000/tradingStrategy/strategyDeployed.cjs +13 -0
- package/dist/11000/tradingStrategy/strategyDeployed.d.cts +134 -0
- package/dist/11000/tradingStrategy/strategyDeployed.d.mts +24 -24
- package/dist/11000/validator/palletConfigUpdated.cjs +9 -0
- package/dist/11000/validator/palletConfigUpdated.d.cts +218 -0
- package/dist/111/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/111/bitcoinBroadcaster/callResigned.cjs +8 -0
- package/dist/111/bitcoinBroadcaster/callResigned.d.cts +12 -0
- package/dist/111/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +9 -0
- package/dist/111/bitcoinBroadcaster/thresholdSignatureInvalid.d.cts +27 -0
- package/dist/111/bitcoinIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/111/bitcoinIngressEgress/ccmBroadcastFailed.d.cts +12 -0
- package/dist/111/bitcoinIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/111/bitcoinIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
- package/dist/111/bitcoinIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/111/bitcoinIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +126 -0
- package/dist/111/common.cjs +159 -0
- package/dist/111/common.d.cts +457 -0
- package/dist/111/ethereumBroadcaster/callResigned.cjs +8 -0
- package/dist/111/ethereumBroadcaster/callResigned.d.cts +12 -0
- package/dist/111/ethereumBroadcaster/thresholdSignatureInvalid.cjs +9 -0
- package/dist/111/ethereumBroadcaster/thresholdSignatureInvalid.d.cts +27 -0
- package/dist/111/ethereumIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/111/ethereumIngressEgress/ccmBroadcastFailed.d.cts +12 -0
- package/dist/111/ethereumIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/111/ethereumIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
- package/dist/111/ethereumIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/111/ethereumIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.cts +31 -0
- package/dist/111/liquidityPools/limitOrderSetOrUpdateScheduled.cjs +13 -0
- package/dist/111/liquidityPools/limitOrderSetOrUpdateScheduled.d.cts +18 -0
- package/dist/111/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +99 -0
- package/dist/111/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/111/liquidityPools/newPoolCreated.d.cts +41 -0
- package/dist/111/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/111/liquidityPools/poolFeeSet.d.cts +38 -0
- package/dist/111/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +209 -0
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.cjs +13 -0
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +235 -0
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchSuccess.cjs +12 -0
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchSuccess.d.cts +15 -0
- package/dist/111/polkadotBroadcaster/callResigned.cjs +8 -0
- package/dist/111/polkadotBroadcaster/callResigned.d.cts +12 -0
- package/dist/111/polkadotBroadcaster/thresholdSignatureInvalid.cjs +9 -0
- package/dist/111/polkadotBroadcaster/thresholdSignatureInvalid.d.cts +27 -0
- package/dist/111/polkadotIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/111/polkadotIngressEgress/ccmBroadcastFailed.d.cts +12 -0
- package/dist/111/polkadotIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/111/polkadotIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
- package/dist/111/polkadotIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/111/polkadotIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.cts +31 -0
- package/dist/11100/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/11100/accountRoles/accountRoleDeregistered.cjs +12 -0
- package/dist/11100/accountRoles/accountRoleDeregistered.d.cts +25 -0
- package/dist/11100/accountRoles/accountRoleRegistered.cjs +12 -0
- package/dist/11100/accountRoles/accountRoleRegistered.d.cts +25 -0
- package/dist/11100/accountRoles/subAccountCallExecuted.cjs +13 -0
- package/dist/11100/accountRoles/subAccountCallExecuted.d.cts +18 -0
- package/dist/11100/accountRoles/subAccountCreated.cjs +13 -0
- package/dist/11100/accountRoles/subAccountCreated.d.cts +18 -0
- package/dist/11100/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +1417 -0
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +28 -28
- package/dist/11100/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/arbitrumIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11100/assethubIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +1408 -0
- package/dist/11100/assethubIngressEgress/depositFailed.d.mts +40 -40
- package/dist/11100/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/assethubIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11100/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +2326 -0
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +50 -50
- package/dist/11100/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/bitcoinIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11100/common.cjs +1246 -0
- package/dist/11100/common.d.cts +24514 -0
- package/dist/11100/common.d.mts +492 -492
- package/dist/11100/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +1516 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +118 -118
- package/dist/11100/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +1417 -0
- package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +28 -28
- package/dist/11100/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/ethereumIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11100/flip/bondUpdated.cjs +12 -0
- package/dist/11100/flip/bondUpdated.d.cts +15 -0
- package/dist/11100/flip/flipMinted.cjs +12 -0
- package/dist/11100/flip/flipMinted.d.cts +15 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.cjs +13 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +18 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.d.mts +2 -2
- package/dist/11100/funding/sCCallCannotBeExecuted.cjs +14 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +625 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +2 -2
- package/dist/11100/funding/sCCallExecuted.cjs +13 -0
- package/dist/11100/funding/sCCallExecuted.d.cts +252 -0
- package/dist/11100/funding/sCCallExecuted.d.mts +2 -2
- package/dist/11100/genericElections/allVotesCleared.cjs +8 -0
- package/dist/11100/genericElections/allVotesCleared.d.cts +6 -0
- package/dist/11100/genericElections/allVotesNotCleared.cjs +8 -0
- package/dist/11100/genericElections/allVotesNotCleared.d.cts +6 -0
- package/dist/11100/genericElections/corruptStorage.cjs +8 -0
- package/dist/11100/genericElections/corruptStorage.d.cts +6 -0
- package/dist/11100/genericElections/electoralEvent.cjs +7 -0
- package/dist/11100/genericElections/electoralEvent.d.cts +64 -0
- package/dist/11100/genericElections/uninitialized.cjs +8 -0
- package/dist/11100/genericElections/uninitialized.d.cts +6 -0
- package/dist/11100/genericElections/unknownElection.cjs +9 -0
- package/dist/11100/genericElections/unknownElection.d.cts +14 -0
- package/dist/11100/lendingPools/collateralAdded.cjs +13 -0
- package/dist/11100/lendingPools/collateralAdded.d.cts +38 -0
- package/dist/11100/lendingPools/collateralAdded.d.mts +12 -12
- package/dist/11100/lendingPools/collateralRemoved.cjs +13 -0
- package/dist/11100/lendingPools/collateralRemoved.d.cts +38 -0
- package/dist/11100/lendingPools/collateralRemoved.d.mts +12 -12
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.cjs +12 -0
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +25 -0
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.mts +6 -6
- package/dist/11100/lendingPools/lendingFundsAdded.cjs +13 -0
- package/dist/11100/lendingPools/lendingFundsAdded.d.cts +28 -0
- package/dist/11100/lendingPools/lendingFundsAdded.d.mts +7 -7
- package/dist/11100/lendingPools/lendingFundsRemoved.cjs +13 -0
- package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +28 -0
- package/dist/11100/lendingPools/lendingFundsRemoved.d.mts +6 -6
- package/dist/11100/lendingPools/lendingPoolCreated.cjs +9 -0
- package/dist/11100/lendingPools/lendingPoolCreated.d.cts +22 -0
- package/dist/11100/lendingPools/lendingPoolCreated.d.mts +6 -6
- package/dist/11100/lendingPools/liquidationInitiated.cjs +13 -0
- package/dist/11100/lendingPools/liquidationInitiated.d.cts +18 -0
- package/dist/11100/lendingPools/loanCreated.cjs +15 -0
- package/dist/11100/lendingPools/loanCreated.d.cts +34 -0
- package/dist/11100/lendingPools/loanCreated.d.mts +9 -9
- package/dist/11100/lendingPools/loanRepaid.cjs +13 -0
- package/dist/11100/lendingPools/loanRepaid.d.cts +28 -0
- package/dist/11100/lendingPools/loanRepaid.d.mts +6 -6
- package/dist/11100/lendingPools/loanSettled.cjs +12 -0
- package/dist/11100/lendingPools/loanSettled.d.cts +25 -0
- package/dist/11100/lendingPools/loanSettled.d.mts +6 -6
- package/dist/11100/lendingPools/loanUpdated.cjs +13 -0
- package/dist/11100/lendingPools/loanUpdated.d.cts +18 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +1408 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +46 -46
- package/dist/11100/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/polkadotIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11100/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +1367 -0
- package/dist/11100/solanaIngressEgress/depositFailed.d.mts +28 -28
- package/dist/11100/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/solanaIngressEgress/palletConfigUpdated.d.cts +136 -0
- package/dist/11100/swapping/swapAborted.cjs +12 -0
- package/dist/11100/swapping/swapAborted.d.cts +25 -0
- package/dist/11100/swapping/swapAborted.d.mts +2 -2
- package/dist/11100/swapping/swapDepositAddressReady.cjs +24 -0
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +695 -0
- package/dist/11100/swapping/swapDepositAddressReady.d.mts +14 -14
- package/dist/11100/swapping/swapExecuted.cjs +20 -0
- package/dist/11100/swapping/swapExecuted.d.cts +59 -0
- package/dist/11100/swapping/swapExecuted.d.mts +14 -14
- package/dist/11100/swapping/swapRequested.cjs +19 -0
- package/dist/11100/swapping/swapRequested.d.cts +3022 -0
- package/dist/11100/swapping/swapRequested.d.mts +42 -42
- package/dist/11100/swapping/swapRescheduled.cjs +13 -0
- package/dist/11100/swapping/swapRescheduled.d.cts +28 -0
- package/dist/11100/swapping/swapRescheduled.d.mts +2 -2
- package/dist/11100/validator/delegated.cjs +13 -0
- package/dist/11100/validator/delegated.d.cts +18 -0
- package/dist/11100/validator/delegatorAllowed.cjs +12 -0
- package/dist/11100/validator/delegatorAllowed.d.cts +15 -0
- package/dist/11100/validator/delegatorBlocked.cjs +12 -0
- package/dist/11100/validator/delegatorBlocked.d.cts +15 -0
- package/dist/11100/validator/maxBidUpdated.cjs +12 -0
- package/dist/11100/validator/maxBidUpdated.d.cts +45 -0
- package/dist/11100/validator/operatorAcceptedByValidator.cjs +12 -0
- package/dist/11100/validator/operatorAcceptedByValidator.d.cts +15 -0
- package/dist/11100/validator/operatorAcceptedByValidator.d.mts +2 -2
- package/dist/11100/validator/operatorSettingsUpdated.cjs +12 -0
- package/dist/11100/validator/operatorSettingsUpdated.d.cts +42 -0
- package/dist/11100/validator/palletConfigUpdated.cjs +9 -0
- package/dist/11100/validator/palletConfigUpdated.d.cts +188 -0
- package/dist/11100/validator/rotationPhaseUpdated.cjs +9 -0
- package/dist/11100/validator/rotationPhaseUpdated.d.cts +237 -0
- package/dist/11100/validator/unDelegationFinalized.cjs +12 -0
- package/dist/11100/validator/unDelegationFinalized.d.cts +15 -0
- package/dist/11100/validator/undelegated.cjs +13 -0
- package/dist/11100/validator/undelegated.d.cts +18 -0
- package/dist/11100/validator/validatorClaimed.cjs +12 -0
- package/dist/11100/validator/validatorClaimed.d.cts +15 -0
- package/dist/11100/validator/validatorClaimed.d.mts +2 -2
- package/dist/11100/validator/validatorRemovedFromOperator.cjs +12 -0
- package/dist/11100/validator/validatorRemovedFromOperator.d.cts +15 -0
- package/dist/11100/validator/validatorRemovedFromOperator.d.mts +2 -2
- package/dist/11200/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.cts +15 -0
- package/dist/11200/arbitrumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +204 -0
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +1427 -0
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +184 -184
- package/dist/11200/arbitrumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +198 -0
- package/dist/11200/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/arbitrumIngressEgress/palletConfigUpdated.d.cts +151 -0
- package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.cts +15 -0
- package/dist/11200/assethubIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +194 -0
- package/dist/11200/assethubIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/assethubIngressEgress/depositFailed.d.cts +1418 -0
- package/dist/11200/assethubIngressEgress/depositFailed.d.mts +184 -184
- package/dist/11200/assethubIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +188 -0
- package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/assethubIngressEgress/palletConfigUpdated.d.cts +151 -0
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +110 -0
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +20 -20
- package/dist/11200/bitcoinIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +418 -0
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +26 -26
- package/dist/11200/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +2336 -0
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +314 -314
- package/dist/11200/bitcoinIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +412 -0
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +22 -22
- package/dist/11200/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/bitcoinIngressEgress/palletConfigUpdated.d.cts +151 -0
- package/dist/11200/common.cjs +1388 -0
- package/dist/11200/common.d.cts +23978 -0
- package/dist/11200/common.d.mts +2689 -2689
- package/dist/11200/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +1391 -0
- package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +12 -12
- package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.cts +15 -0
- package/dist/11200/ethereumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +204 -0
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +1427 -0
- package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +184 -184
- package/dist/11200/ethereumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +198 -0
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/ethereumIngressEgress/palletConfigUpdated.d.cts +151 -0
- package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.cts +15 -0
- package/dist/11200/polkadotIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +194 -0
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +1418 -0
- package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +184 -184
- package/dist/11200/polkadotIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +188 -0
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/polkadotIngressEgress/palletConfigUpdated.d.cts +151 -0
- package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.cts +15 -0
- package/dist/11200/solanaIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +224 -0
- package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +14 -14
- package/dist/11200/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/solanaIngressEgress/depositFailed.d.cts +1499 -0
- package/dist/11200/solanaIngressEgress/depositFailed.d.mts +216 -216
- package/dist/11200/solanaIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +218 -0
- package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +10 -10
- package/dist/11200/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/solanaIngressEgress/palletConfigUpdated.d.cts +151 -0
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.cjs +12 -0
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.cts +45 -0
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +8 -8
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.cjs +9 -0
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.cts +42 -0
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +8 -8
- package/dist/11200/swapping/swapAborted.cjs +12 -0
- package/dist/11200/swapping/swapAborted.d.cts +25 -0
- package/dist/11200/swapping/swapRequested.cjs +19 -0
- package/dist/11200/swapping/swapRequested.d.cts +2922 -0
- package/dist/11200/swapping/swapRequested.d.mts +370 -370
- package/dist/11200/swapping/swapRescheduled.cjs +13 -0
- package/dist/11200/swapping/swapRescheduled.d.cts +28 -0
- package/dist/11200/validator/operatorSettingsUpdated.cjs +12 -0
- package/dist/11200/validator/operatorSettingsUpdated.d.cts +42 -0
- package/dist/11200/validator/palletConfigUpdated.cjs +9 -0
- package/dist/11200/validator/palletConfigUpdated.d.cts +203 -0
- package/dist/120/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/120/bitcoinBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/120/bitcoinBroadcaster/broadcastRetryScheduled.d.cts +15 -0
- package/dist/120/bitcoinBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/120/bitcoinBroadcaster/broadcastTimeout.d.cts +12 -0
- package/dist/120/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/120/bitcoinBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
- package/dist/120/bitcoinBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/120/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +31 -0
- package/dist/120/bitcoinChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/120/bitcoinChainTracking/chainStateUpdated.d.cts +59 -0
- package/dist/120/bitcoinIngressEgress/depositIgnored.cjs +15 -0
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +154 -0
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +24 -24
- package/dist/120/bitcoinIngressEgress/depositReceived.cjs +16 -0
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +207 -0
- package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +28 -28
- package/dist/120/bitcoinIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/120/bitcoinIngressEgress/utxoConsolidation.d.cts +12 -0
- package/dist/120/common.cjs +284 -0
- package/dist/120/common.d.cts +955 -0
- package/dist/120/common.d.mts +93 -93
- package/dist/120/emissions/backupRewardsDistributed.cjs +12 -0
- package/dist/120/emissions/backupRewardsDistributed.d.cts +15 -0
- package/dist/120/emissions/flipBurnSkipped.cjs +9 -0
- package/dist/120/emissions/flipBurnSkipped.d.cts +229 -0
- package/dist/120/emissions/flipBurnSkipped.d.mts +16 -16
- package/dist/120/emissions/networkFeeBurned.cjs +12 -0
- package/dist/120/emissions/networkFeeBurned.d.cts +25 -0
- package/dist/120/environment/utxoConsolidationParametersUpdated.cjs +9 -0
- package/dist/120/environment/utxoConsolidationParametersUpdated.d.cts +27 -0
- package/dist/120/ethereumBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/120/ethereumBroadcaster/broadcastRetryScheduled.d.cts +15 -0
- package/dist/120/ethereumBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/120/ethereumBroadcaster/broadcastTimeout.d.cts +12 -0
- package/dist/120/ethereumBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/120/ethereumBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
- package/dist/120/ethereumBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/120/ethereumBroadcaster/transactionBroadcastRequest.d.cts +76 -0
- package/dist/120/ethereumIngressEgress/depositIgnored.cjs +14 -0
- package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +41 -0
- package/dist/120/ethereumIngressEgress/depositReceived.cjs +15 -0
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +94 -0
- package/dist/120/ethereumIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/120/ethereumIngressEgress/utxoConsolidation.d.cts +12 -0
- package/dist/120/liquidityProvider/liquidityDepositCredited.cjs +13 -0
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +28 -0
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +77 -0
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +10 -10
- package/dist/120/polkadotBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/120/polkadotBroadcaster/broadcastRetryScheduled.d.cts +15 -0
- package/dist/120/polkadotBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/120/polkadotBroadcaster/broadcastTimeout.d.cts +12 -0
- package/dist/120/polkadotBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/120/polkadotBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
- package/dist/120/polkadotBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/120/polkadotBroadcaster/transactionBroadcastRequest.d.cts +31 -0
- package/dist/120/polkadotIngressEgress/depositIgnored.cjs +14 -0
- package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +41 -0
- package/dist/120/polkadotIngressEgress/depositReceived.cjs +15 -0
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +94 -0
- package/dist/120/polkadotIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/120/polkadotIngressEgress/utxoConsolidation.d.cts +12 -0
- package/dist/120/swapping/ccmFailed.cjs +13 -0
- package/dist/120/swapping/ccmFailed.d.cts +355 -0
- package/dist/120/swapping/ccmFailed.d.mts +62 -62
- package/dist/120/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/120/swapping/swapEgressIgnored.d.cts +248 -0
- package/dist/120/swapping/swapEgressIgnored.d.mts +24 -24
- package/dist/120/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/120/swapping/swapEgressScheduled.d.cts +44 -0
- package/dist/120/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/120/swapping/swapExecuted.cjs +18 -0
- package/dist/120/swapping/swapExecuted.d.cts +53 -0
- package/dist/120/swapping/swapExecuted.d.mts +12 -12
- package/dist/120/swapping/withdrawalRequested.cjs +14 -0
- package/dist/120/swapping/withdrawalRequested.d.cts +64 -0
- package/dist/120/swapping/withdrawalRequested.d.mts +4 -4
- package/dist/131/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/131/bitcoinBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/131/bitcoinBroadcaster/broadcastSuccess.d.cts +18 -0
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +31 -0
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/131/bitcoinChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/131/bitcoinChainTracking/feeMultiplierUpdated.d.cts +12 -0
- package/dist/131/bitcoinIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/131/bitcoinIngressEgress/channelOpeningFeePaid.d.cts +12 -0
- package/dist/131/bitcoinIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/131/bitcoinIngressEgress/channelOpeningFeeSet.d.cts +12 -0
- package/dist/131/bitcoinIngressEgress/depositIgnored.cjs +15 -0
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +154 -0
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.mts +24 -24
- package/dist/131/bitcoinIngressEgress/depositReceived.cjs +16 -0
- package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +207 -0
- package/dist/131/bitcoinIngressEgress/depositReceived.d.mts +20 -20
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +423 -0
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.mts +46 -46
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +370 -0
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
- package/dist/131/bitcoinThresholdSigner/keyHandoverFailure.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverFailure.d.cts +12 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverFailureReported.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverFailureReported.d.cts +6 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverRequest.cjs +17 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverRequest.d.cts +60 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverResponseTimeout.d.cts +12 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverSuccess.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverSuccess.d.cts +12 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverSuccessReported.d.cts +6 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationFailure.d.cts +12 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationSuccess.d.cts +27 -0
- package/dist/131/bitcoinThresholdSigner/keyRotationCompleted.cjs +8 -0
- package/dist/131/bitcoinThresholdSigner/keyRotationCompleted.d.cts +6 -0
- package/dist/131/bitcoinThresholdSigner/keygenFailure.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keygenFailure.d.cts +6 -0
- package/dist/131/bitcoinThresholdSigner/keygenFailureReported.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keygenFailureReported.d.cts +6 -0
- package/dist/131/bitcoinThresholdSigner/keygenRequest.cjs +13 -0
- package/dist/131/bitcoinThresholdSigner/keygenRequest.d.cts +18 -0
- package/dist/131/bitcoinThresholdSigner/keygenResponseTimeout.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keygenResponseTimeout.d.cts +6 -0
- package/dist/131/bitcoinThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/131/bitcoinThresholdSigner/keygenResponseTimeoutUpdated.d.cts +12 -0
- package/dist/131/bitcoinThresholdSigner/keygenSuccess.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keygenSuccess.d.cts +6 -0
- package/dist/131/bitcoinThresholdSigner/keygenSuccessReported.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keygenSuccessReported.d.cts +6 -0
- package/dist/131/bitcoinThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keygenVerificationFailure.d.cts +12 -0
- package/dist/131/bitcoinThresholdSigner/keygenVerificationSuccess.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keygenVerificationSuccess.d.cts +27 -0
- package/dist/131/bitcoinThresholdSigner/noKeyHandover.cjs +8 -0
- package/dist/131/bitcoinThresholdSigner/noKeyHandover.d.cts +6 -0
- package/dist/131/bitcoinVault/vaultActivationCompleted.cjs +8 -0
- package/dist/131/bitcoinVault/vaultActivationCompleted.d.cts +6 -0
- package/dist/131/common.cjs +439 -0
- package/dist/131/common.d.cts +2831 -0
- package/dist/131/common.d.mts +243 -243
- package/dist/131/environment/addedNewEthAsset.cjs +9 -0
- package/dist/131/environment/addedNewEthAsset.d.cts +14 -0
- package/dist/131/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/131/environment/runtimeSafeModeUpdated.d.cts +688 -0
- package/dist/131/environment/runtimeSafeModeUpdated.d.mts +40 -40
- package/dist/131/environment/updatedEthAsset.cjs +9 -0
- package/dist/131/environment/updatedEthAsset.d.cts +14 -0
- package/dist/131/ethereumBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/131/ethereumBroadcaster/broadcastSuccess.d.cts +33 -0
- package/dist/131/ethereumChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/131/ethereumChainTracking/feeMultiplierUpdated.d.cts +12 -0
- package/dist/131/ethereumIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/131/ethereumIngressEgress/assetEgressStatusChanged.d.cts +25 -0
- package/dist/131/ethereumIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/131/ethereumIngressEgress/channelOpeningFeePaid.d.cts +12 -0
- package/dist/131/ethereumIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/131/ethereumIngressEgress/channelOpeningFeeSet.d.cts +12 -0
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.cjs +14 -0
- package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +41 -0
- package/dist/131/ethereumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/131/ethereumIngressEgress/depositReceived.cjs +15 -0
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +94 -0
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +264 -0
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.mts +16 -16
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +370 -0
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
- package/dist/131/ethereumIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/131/ethereumIngressEgress/minimumDepositSet.d.cts +25 -0
- package/dist/131/ethereumIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.cts +31 -0
- package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/131/ethereumThresholdSigner/keyHandoverFailure.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverFailure.d.cts +12 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverFailureReported.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverFailureReported.d.cts +6 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverRequest.cjs +17 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverRequest.d.cts +84 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverResponseTimeout.d.cts +12 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverSuccess.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverSuccess.d.cts +12 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverSuccessReported.d.cts +6 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverVerificationFailure.d.cts +12 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverVerificationSuccess.d.cts +39 -0
- package/dist/131/ethereumThresholdSigner/keyRotationCompleted.cjs +8 -0
- package/dist/131/ethereumThresholdSigner/keyRotationCompleted.d.cts +6 -0
- package/dist/131/ethereumThresholdSigner/keygenFailure.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keygenFailure.d.cts +6 -0
- package/dist/131/ethereumThresholdSigner/keygenFailureReported.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keygenFailureReported.d.cts +6 -0
- package/dist/131/ethereumThresholdSigner/keygenRequest.cjs +13 -0
- package/dist/131/ethereumThresholdSigner/keygenRequest.d.cts +18 -0
- package/dist/131/ethereumThresholdSigner/keygenResponseTimeout.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keygenResponseTimeout.d.cts +6 -0
- package/dist/131/ethereumThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/131/ethereumThresholdSigner/keygenResponseTimeoutUpdated.d.cts +12 -0
- package/dist/131/ethereumThresholdSigner/keygenSuccess.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keygenSuccess.d.cts +6 -0
- package/dist/131/ethereumThresholdSigner/keygenSuccessReported.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keygenSuccessReported.d.cts +6 -0
- package/dist/131/ethereumThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keygenVerificationFailure.d.cts +12 -0
- package/dist/131/ethereumThresholdSigner/keygenVerificationSuccess.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keygenVerificationSuccess.d.cts +39 -0
- package/dist/131/ethereumThresholdSigner/noKeyHandover.cjs +8 -0
- package/dist/131/ethereumThresholdSigner/noKeyHandover.d.cts +6 -0
- package/dist/131/ethereumVault/vaultActivationCompleted.cjs +8 -0
- package/dist/131/ethereumVault/vaultActivationCompleted.d.cts +6 -0
- package/dist/131/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/131/liquidityPools/assetSwapped.d.cts +41 -0
- package/dist/131/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/131/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +99 -0
- package/dist/131/liquidityPools/limitOrderUpdated.d.mts +25 -25
- package/dist/131/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/131/liquidityPools/newPoolCreated.d.cts +41 -0
- package/dist/131/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/131/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/131/liquidityPools/poolFeeSet.d.cts +38 -0
- package/dist/131/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/131/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +209 -0
- package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +29 -29
- package/dist/131/liquidityProvider/accountCredited.cjs +13 -0
- package/dist/131/liquidityProvider/accountCredited.d.cts +28 -0
- package/dist/131/liquidityProvider/accountCredited.d.mts +6 -6
- package/dist/131/liquidityProvider/accountDebited.cjs +13 -0
- package/dist/131/liquidityProvider/accountDebited.d.cts +28 -0
- package/dist/131/liquidityProvider/accountDebited.d.mts +6 -6
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +73 -0
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +15 -15
- package/dist/131/liquidityProvider/liquidityDepositCredited.cjs +13 -0
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +28 -0
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +77 -0
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +14 -14
- package/dist/131/polkadotBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/131/polkadotBroadcaster/broadcastSuccess.d.cts +33 -0
- package/dist/131/polkadotChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/131/polkadotChainTracking/feeMultiplierUpdated.d.cts +12 -0
- package/dist/131/polkadotIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/131/polkadotIngressEgress/channelOpeningFeePaid.d.cts +12 -0
- package/dist/131/polkadotIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/131/polkadotIngressEgress/channelOpeningFeeSet.d.cts +12 -0
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +370 -0
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
- package/dist/131/polkadotThresholdSigner/keyHandoverFailure.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverFailure.d.cts +12 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverFailureReported.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverFailureReported.d.cts +6 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverRequest.cjs +17 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverRequest.d.cts +30 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverResponseTimeout.d.cts +12 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverSuccess.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverSuccess.d.cts +12 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverSuccessReported.d.cts +6 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverVerificationFailure.d.cts +12 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverVerificationSuccess.d.cts +12 -0
- package/dist/131/polkadotThresholdSigner/keyRotationCompleted.cjs +8 -0
- package/dist/131/polkadotThresholdSigner/keyRotationCompleted.d.cts +6 -0
- package/dist/131/polkadotThresholdSigner/keygenFailure.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keygenFailure.d.cts +6 -0
- package/dist/131/polkadotThresholdSigner/keygenFailureReported.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keygenFailureReported.d.cts +6 -0
- package/dist/131/polkadotThresholdSigner/keygenRequest.cjs +13 -0
- package/dist/131/polkadotThresholdSigner/keygenRequest.d.cts +18 -0
- package/dist/131/polkadotThresholdSigner/keygenResponseTimeout.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keygenResponseTimeout.d.cts +6 -0
- package/dist/131/polkadotThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/131/polkadotThresholdSigner/keygenResponseTimeoutUpdated.d.cts +12 -0
- package/dist/131/polkadotThresholdSigner/keygenSuccess.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keygenSuccess.d.cts +6 -0
- package/dist/131/polkadotThresholdSigner/keygenSuccessReported.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keygenSuccessReported.d.cts +6 -0
- package/dist/131/polkadotThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keygenVerificationFailure.d.cts +12 -0
- package/dist/131/polkadotThresholdSigner/keygenVerificationSuccess.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keygenVerificationSuccess.d.cts +12 -0
- package/dist/131/polkadotThresholdSigner/noKeyHandover.cjs +8 -0
- package/dist/131/polkadotThresholdSigner/noKeyHandover.d.cts +6 -0
- package/dist/131/polkadotVault/vaultActivationCompleted.cjs +8 -0
- package/dist/131/polkadotVault/vaultActivationCompleted.d.cts +6 -0
- package/dist/131/reputation/offencePenalty.cjs +13 -0
- package/dist/131/reputation/offencePenalty.d.cts +28 -0
- package/dist/131/reputation/offencePenalty.d.mts +2 -2
- package/dist/131/reputation/penaltyUpdated.cjs +13 -0
- package/dist/131/reputation/penaltyUpdated.d.cts +58 -0
- package/dist/131/swapping/batchSwapFailed.cjs +13 -0
- package/dist/131/swapping/batchSwapFailed.d.cts +38 -0
- package/dist/131/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/131/swapping/ccmFailed.cjs +14 -0
- package/dist/131/swapping/ccmFailed.d.cts +443 -0
- package/dist/131/swapping/ccmFailed.d.mts +67 -67
- package/dist/131/swapping/maximumSwapAmountSet.cjs +12 -0
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +25 -0
- package/dist/131/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/131/swapping/swapAmountConfiscated.cjs +15 -0
- package/dist/131/swapping/swapAmountConfiscated.d.cts +44 -0
- package/dist/131/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/131/swapping/swapDepositAddressReady.cjs +20 -0
- package/dist/131/swapping/swapDepositAddressReady.d.cts +145 -0
- package/dist/131/swapping/swapDepositAddressReady.d.mts +24 -24
- package/dist/131/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/131/swapping/swapEgressIgnored.d.cts +248 -0
- package/dist/131/swapping/swapEgressIgnored.d.mts +28 -28
- package/dist/131/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/131/swapping/swapEgressScheduled.d.cts +44 -0
- package/dist/131/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/131/swapping/swapExecuted.cjs +18 -0
- package/dist/131/swapping/swapExecuted.d.cts +53 -0
- package/dist/131/swapping/swapExecuted.d.mts +12 -12
- package/dist/131/swapping/swapScheduled.cjs +19 -0
- package/dist/131/swapping/swapScheduled.d.cts +463 -0
- package/dist/131/swapping/swapScheduled.d.mts +95 -95
- package/dist/131/swapping/withdrawalRequested.cjs +15 -0
- package/dist/131/swapping/withdrawalRequested.d.cts +77 -0
- package/dist/131/swapping/withdrawalRequested.d.mts +14 -14
- package/dist/131/system/upgradeAuthorized.cjs +12 -0
- package/dist/131/system/upgradeAuthorized.d.cts +15 -0
- package/dist/131/witnesser/prewitnessExecutionFailed.cjs +12 -0
- package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +232 -0
- package/dist/131/witnesser/prewitnessExecutionFailed.d.mts +16 -16
- package/dist/141/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/141/accountRoles/accountRoleDeregistered.cjs +12 -0
- package/dist/141/accountRoles/accountRoleDeregistered.d.cts +25 -0
- package/dist/141/accountRoles/vanityNameSet.cjs +12 -0
- package/dist/141/accountRoles/vanityNameSet.d.cts +15 -0
- package/dist/141/arbitrumBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/141/arbitrumBroadcaster/broadcastAborted.d.cts +12 -0
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
- package/dist/141/arbitrumBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/141/arbitrumBroadcaster/broadcastRetryScheduled.d.cts +15 -0
- package/dist/141/arbitrumBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/141/arbitrumBroadcaster/broadcastSuccess.d.cts +33 -0
- package/dist/141/arbitrumBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/141/arbitrumBroadcaster/broadcastTimeout.d.cts +12 -0
- package/dist/141/arbitrumBroadcaster/callResigned.cjs +8 -0
- package/dist/141/arbitrumBroadcaster/callResigned.d.cts +12 -0
- package/dist/141/arbitrumBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/141/arbitrumBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.cts +76 -0
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.mts +8 -8
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRefused.d.cts +12 -0
- package/dist/141/arbitrumChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/141/arbitrumChainTracking/chainStateUpdated.d.cts +48 -0
- package/dist/141/arbitrumChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/141/arbitrumChainTracking/feeMultiplierUpdated.d.cts +12 -0
- package/dist/141/arbitrumIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/assetEgressStatusChanged.d.cts +25 -0
- package/dist/141/arbitrumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +45 -0
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.d.cts +39 -0
- package/dist/141/arbitrumIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/141/arbitrumIngressEgress/ccmBroadcastFailed.d.cts +12 -0
- package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/141/arbitrumIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/141/arbitrumIngressEgress/channelOpeningFeePaid.d.cts +12 -0
- package/dist/141/arbitrumIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/141/arbitrumIngressEgress/channelOpeningFeeSet.d.cts +12 -0
- package/dist/141/arbitrumIngressEgress/depositBoosted.cjs +18 -0
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +118 -0
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.cjs +16 -0
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +112 -0
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +5 -5
- package/dist/141/arbitrumIngressEgress/depositIgnored.cjs +14 -0
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +41 -0
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +3 -3
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +264 -0
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +6 -6
- package/dist/141/arbitrumIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/141/arbitrumIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
- package/dist/141/arbitrumIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/141/arbitrumIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +370 -0
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +3 -3
- package/dist/141/arbitrumIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/minimumDepositSet.d.cts +25 -0
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.cts +48 -0
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +31 -0
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/141/arbitrumIngressEgress/utxoConsolidation.d.cts +12 -0
- package/dist/141/arbitrumVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/141/arbitrumVault/awaitingGovernanceActivation.d.cts +39 -0
- package/dist/141/arbitrumVault/chainInitialized.cjs +8 -0
- package/dist/141/arbitrumVault/chainInitialized.d.cts +6 -0
- package/dist/141/arbitrumVault/vaultActivationCompleted.cjs +8 -0
- package/dist/141/arbitrumVault/vaultActivationCompleted.d.cts +6 -0
- package/dist/141/arbitrumVault/vaultRotatedExternally.cjs +7 -0
- package/dist/141/arbitrumVault/vaultRotatedExternally.d.cts +25 -0
- package/dist/141/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/141/bitcoinIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +45 -0
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.mts +4 -4
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.d.cts +39 -0
- package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/141/bitcoinIngressEgress/depositBoosted.cjs +19 -0
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +231 -0
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/141/bitcoinIngressEgress/depositFinalised.cjs +17 -0
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +225 -0
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +3 -3
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +48 -0
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/141/bitcoinVault/chainInitialized.cjs +8 -0
- package/dist/141/bitcoinVault/chainInitialized.d.cts +6 -0
- package/dist/141/common.cjs +603 -0
- package/dist/141/common.d.cts +4035 -0
- package/dist/141/common.d.mts +12 -12
- package/dist/141/emissions/networkFeeBurned.cjs +12 -0
- package/dist/141/emissions/networkFeeBurned.d.cts +25 -0
- package/dist/141/environment/addedNewArbAsset.cjs +9 -0
- package/dist/141/environment/addedNewArbAsset.d.cts +14 -0
- package/dist/141/environment/arbitrumInitialized.cjs +8 -0
- package/dist/141/environment/arbitrumInitialized.d.cts +6 -0
- package/dist/141/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +956 -0
- package/dist/141/environment/staleUtxosDiscarded.cjs +9 -0
- package/dist/141/environment/staleUtxosDiscarded.d.cts +141 -0
- package/dist/141/environment/staleUtxosDiscarded.d.mts +15 -15
- package/dist/141/environment/updatedArbAsset.cjs +9 -0
- package/dist/141/environment/updatedArbAsset.d.cts +14 -0
- package/dist/141/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/141/ethereumIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/141/ethereumIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +45 -0
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.mts +4 -4
- package/dist/141/ethereumIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/141/ethereumIngressEgress/boostPoolCreated.d.cts +39 -0
- package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/141/ethereumIngressEgress/depositBoosted.cjs +18 -0
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +118 -0
- package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/141/ethereumIngressEgress/depositFinalised.cjs +16 -0
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +112 -0
- package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +5 -5
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +3 -3
- package/dist/141/ethereumIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/141/ethereumIngressEgress/stoppedBoosting.d.cts +48 -0
- package/dist/141/ethereumIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/141/ethereumVault/chainInitialized.cjs +8 -0
- package/dist/141/ethereumVault/chainInitialized.d.cts +6 -0
- package/dist/141/evmThresholdSigner/failureReportProcessed.cjs +13 -0
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +18 -0
- package/dist/141/evmThresholdSigner/keyHandoverFailure.cjs +9 -0
- package/dist/141/evmThresholdSigner/keyHandoverFailure.d.cts +12 -0
- package/dist/141/evmThresholdSigner/keyHandoverFailureReported.cjs +7 -0
- package/dist/141/evmThresholdSigner/keyHandoverFailureReported.d.cts +6 -0
- package/dist/141/evmThresholdSigner/keyHandoverRequest.cjs +17 -0
- package/dist/141/evmThresholdSigner/keyHandoverRequest.d.cts +84 -0
- package/dist/141/evmThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/141/evmThresholdSigner/keyHandoverResponseTimeout.d.cts +12 -0
- package/dist/141/evmThresholdSigner/keyHandoverSuccess.cjs +9 -0
- package/dist/141/evmThresholdSigner/keyHandoverSuccess.d.cts +12 -0
- package/dist/141/evmThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
- package/dist/141/evmThresholdSigner/keyHandoverSuccessReported.d.cts +6 -0
- package/dist/141/evmThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/141/evmThresholdSigner/keyHandoverVerificationFailure.d.cts +12 -0
- package/dist/141/evmThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/141/evmThresholdSigner/keyHandoverVerificationSuccess.d.cts +39 -0
- package/dist/141/evmThresholdSigner/keyRotationCompleted.cjs +8 -0
- package/dist/141/evmThresholdSigner/keyRotationCompleted.d.cts +6 -0
- package/dist/141/evmThresholdSigner/keygenFailure.cjs +7 -0
- package/dist/141/evmThresholdSigner/keygenFailure.d.cts +6 -0
- package/dist/141/evmThresholdSigner/keygenFailureReported.cjs +7 -0
- package/dist/141/evmThresholdSigner/keygenFailureReported.d.cts +6 -0
- package/dist/141/evmThresholdSigner/keygenRequest.cjs +13 -0
- package/dist/141/evmThresholdSigner/keygenRequest.d.cts +18 -0
- package/dist/141/evmThresholdSigner/keygenResponseTimeout.cjs +7 -0
- package/dist/141/evmThresholdSigner/keygenResponseTimeout.d.cts +6 -0
- package/dist/141/evmThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/141/evmThresholdSigner/keygenResponseTimeoutUpdated.d.cts +12 -0
- package/dist/141/evmThresholdSigner/keygenSuccess.cjs +7 -0
- package/dist/141/evmThresholdSigner/keygenSuccess.d.cts +6 -0
- package/dist/141/evmThresholdSigner/keygenSuccessReported.cjs +7 -0
- package/dist/141/evmThresholdSigner/keygenSuccessReported.d.cts +6 -0
- package/dist/141/evmThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/141/evmThresholdSigner/keygenVerificationFailure.d.cts +12 -0
- package/dist/141/evmThresholdSigner/keygenVerificationSuccess.cjs +9 -0
- package/dist/141/evmThresholdSigner/keygenVerificationSuccess.d.cts +39 -0
- package/dist/141/evmThresholdSigner/noKeyHandover.cjs +8 -0
- package/dist/141/evmThresholdSigner/noKeyHandover.d.cts +6 -0
- package/dist/141/evmThresholdSigner/retryRequested.cjs +12 -0
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +15 -0
- package/dist/141/evmThresholdSigner/signersUnavailable.cjs +11 -0
- package/dist/141/evmThresholdSigner/signersUnavailable.d.cts +15 -0
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.cjs +13 -0
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +336 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +54 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +12 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +15 -0
- package/dist/141/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/141/liquidityPools/assetSwapped.d.cts +41 -0
- package/dist/141/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +99 -0
- package/dist/141/liquidityPools/limitOrderUpdated.d.mts +2 -2
- package/dist/141/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/141/liquidityPools/newPoolCreated.d.cts +41 -0
- package/dist/141/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/141/liquidityPools/poolFeeSet.d.cts +38 -0
- package/dist/141/liquidityPools/priceImpactLimitSet.cjs +12 -0
- package/dist/141/liquidityPools/priceImpactLimitSet.d.cts +46 -0
- package/dist/141/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +209 -0
- package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +2 -2
- package/dist/141/liquidityProvider/accountCredited.cjs +13 -0
- package/dist/141/liquidityProvider/accountCredited.d.cts +28 -0
- package/dist/141/liquidityProvider/accountDebited.cjs +13 -0
- package/dist/141/liquidityProvider/accountDebited.d.cts +28 -0
- package/dist/141/liquidityProvider/assetTransferred.cjs +14 -0
- package/dist/141/liquidityProvider/assetTransferred.d.cts +31 -0
- package/dist/141/liquidityProvider/assetTransferred.d.mts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +79 -0
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
- package/dist/141/liquidityProvider/liquidityDepositCredited.cjs +13 -0
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +28 -0
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +221 -0
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +83 -0
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +2 -2
- package/dist/141/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/141/polkadotIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/141/polkadotIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +45 -0
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.mts +4 -4
- package/dist/141/polkadotIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/141/polkadotIngressEgress/boostPoolCreated.d.cts +39 -0
- package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/141/polkadotIngressEgress/depositBoosted.cjs +18 -0
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +118 -0
- package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/141/polkadotIngressEgress/depositFinalised.cjs +16 -0
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +112 -0
- package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +5 -5
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +3 -3
- package/dist/141/polkadotIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/141/polkadotIngressEgress/stoppedBoosting.d.cts +48 -0
- package/dist/141/polkadotIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/141/polkadotVault/chainInitialized.cjs +8 -0
- package/dist/141/polkadotVault/chainInitialized.d.cts +6 -0
- package/dist/141/swapping/batchSwapFailed.cjs +13 -0
- package/dist/141/swapping/batchSwapFailed.d.cts +38 -0
- package/dist/141/swapping/batchSwapFailed.d.mts +2 -2
- package/dist/141/swapping/ccmDepositReceived.cjs +16 -0
- package/dist/141/swapping/ccmDepositReceived.d.cts +381 -0
- package/dist/141/swapping/ccmDepositReceived.d.mts +4 -4
- package/dist/141/swapping/ccmEgressScheduled.cjs +12 -0
- package/dist/141/swapping/ccmEgressScheduled.d.cts +25 -0
- package/dist/141/swapping/ccmFailed.cjs +14 -0
- package/dist/141/swapping/ccmFailed.d.cts +479 -0
- package/dist/141/swapping/ccmFailed.d.mts +8 -8
- package/dist/141/swapping/maximumSwapAmountSet.cjs +12 -0
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +25 -0
- package/dist/141/swapping/swapAmountConfiscated.cjs +15 -0
- package/dist/141/swapping/swapAmountConfiscated.d.cts +44 -0
- package/dist/141/swapping/swapDepositAddressReady.cjs +21 -0
- package/dist/141/swapping/swapDepositAddressReady.d.cts +175 -0
- package/dist/141/swapping/swapDepositAddressReady.d.mts +4 -4
- package/dist/141/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/141/swapping/swapEgressIgnored.d.cts +248 -0
- package/dist/141/swapping/swapEgressIgnored.d.mts +3 -3
- package/dist/141/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/141/swapping/swapEgressScheduled.d.cts +44 -0
- package/dist/141/swapping/swapEgressScheduled.d.mts +3 -3
- package/dist/141/swapping/swapExecuted.cjs +19 -0
- package/dist/141/swapping/swapExecuted.d.cts +376 -0
- package/dist/141/swapping/swapExecuted.d.mts +2 -2
- package/dist/141/swapping/swapScheduled.cjs +20 -0
- package/dist/141/swapping/swapScheduled.d.cts +512 -0
- package/dist/141/swapping/swapScheduled.d.mts +37 -37
- package/dist/141/swapping/withdrawalRequested.cjs +15 -0
- package/dist/141/swapping/withdrawalRequested.d.cts +83 -0
- package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
- package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +25 -0
- package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
- package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +25 -0
- package/dist/141/tokenholderGovernance/proposalEnacted.cjs +9 -0
- package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +54 -0
- package/dist/141/tokenholderGovernance/proposalPassed.cjs +9 -0
- package/dist/141/tokenholderGovernance/proposalPassed.d.cts +54 -0
- package/dist/141/tokenholderGovernance/proposalRejected.cjs +9 -0
- package/dist/141/tokenholderGovernance/proposalRejected.d.cts +54 -0
- package/dist/141/tokenholderGovernance/proposalSubmitted.cjs +9 -0
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +54 -0
- package/dist/141/validator/rotationPhaseUpdated.cjs +9 -0
- package/dist/141/validator/rotationPhaseUpdated.d.cts +265 -0
- package/dist/141/validator/startedBidding.cjs +9 -0
- package/dist/141/validator/startedBidding.d.cts +12 -0
- package/dist/141/validator/stoppedBidding.cjs +9 -0
- package/dist/141/validator/stoppedBidding.d.cts +12 -0
- package/dist/141/witnesser/callDispatched.cjs +9 -0
- package/dist/141/witnesser/callDispatched.d.cts +12 -0
- package/dist/141/witnesser/reportedWitnessingFailures.cjs +13 -0
- package/dist/141/witnesser/reportedWitnessingFailures.d.cts +18 -0
- package/dist/150/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/150/arbitrumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/150/arbitrumIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.mts +20 -20
- package/dist/150/arbitrumIngressEgress/depositBoosted.cjs +20 -0
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +134 -0
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/arbitrumIngressEgress/depositFinalised.cjs +18 -0
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +128 -0
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/arbitrumIngressEgress/depositIgnored.cjs +15 -0
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +54 -0
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +283 -0
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +24 -24
- package/dist/150/arbitrumIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/arbitrumIngressEgress/maxSwapRetryDurationSet.d.cts +12 -0
- package/dist/150/assetBalances/refundScheduled.cjs +13 -0
- package/dist/150/assetBalances/refundScheduled.d.cts +236 -0
- package/dist/150/assetBalances/refundScheduled.d.mts +52 -52
- package/dist/150/assetBalances/refundSkipped.cjs +13 -0
- package/dist/150/assetBalances/refundSkipped.d.cts +453 -0
- package/dist/150/assetBalances/refundSkipped.d.mts +70 -70
- package/dist/150/assetBalances/vaultDeficitDetected.cjs +13 -0
- package/dist/150/assetBalances/vaultDeficitDetected.d.cts +28 -0
- package/dist/150/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/150/bitcoinIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.mts +20 -20
- package/dist/150/bitcoinIngressEgress/depositBoosted.cjs +20 -0
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +234 -0
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +34 -34
- package/dist/150/bitcoinIngressEgress/depositFinalised.cjs +18 -0
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +228 -0
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +30 -30
- package/dist/150/bitcoinIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/bitcoinIngressEgress/maxSwapRetryDurationSet.d.cts +12 -0
- package/dist/150/common.cjs +586 -0
- package/dist/150/common.d.cts +4085 -0
- package/dist/150/common.d.mts +39 -39
- package/dist/150/emissions/networkFeeBurned.cjs +12 -0
- package/dist/150/emissions/networkFeeBurned.d.cts +25 -0
- package/dist/150/emissions/networkFeeBurned.d.mts +2 -2
- package/dist/150/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/150/environment/runtimeSafeModeUpdated.d.cts +1127 -0
- package/dist/150/environment/runtimeSafeModeUpdated.d.mts +40 -40
- package/dist/150/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/150/ethereumIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.mts +20 -20
- package/dist/150/ethereumIngressEgress/depositBoosted.cjs +20 -0
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +134 -0
- package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/ethereumIngressEgress/depositFinalised.cjs +18 -0
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +128 -0
- package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/ethereumIngressEgress/depositIgnored.cjs +15 -0
- package/dist/150/ethereumIngressEgress/depositIgnored.d.cts +54 -0
- package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +283 -0
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +24 -24
- package/dist/150/ethereumIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/ethereumIngressEgress/maxSwapRetryDurationSet.d.cts +12 -0
- package/dist/150/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/150/liquidityPools/assetSwapped.d.cts +41 -0
- package/dist/150/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/150/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +99 -0
- package/dist/150/liquidityPools/limitOrderUpdated.d.mts +21 -21
- package/dist/150/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/150/liquidityPools/newPoolCreated.d.cts +41 -0
- package/dist/150/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/150/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/150/liquidityPools/poolFeeSet.d.cts +38 -0
- package/dist/150/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/150/liquidityPools/priceImpactLimitSet.cjs +12 -0
- package/dist/150/liquidityPools/priceImpactLimitSet.d.cts +46 -0
- package/dist/150/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +209 -0
- package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +21 -21
- package/dist/150/liquidityProvider/accountCredited.cjs +13 -0
- package/dist/150/liquidityProvider/accountCredited.d.cts +28 -0
- package/dist/150/liquidityProvider/accountCredited.d.mts +7 -7
- package/dist/150/liquidityProvider/accountDebited.cjs +13 -0
- package/dist/150/liquidityProvider/accountDebited.d.cts +28 -0
- package/dist/150/liquidityProvider/accountDebited.d.mts +7 -7
- package/dist/150/liquidityProvider/assetTransferred.cjs +14 -0
- package/dist/150/liquidityProvider/assetTransferred.d.cts +31 -0
- package/dist/150/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +85 -0
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +14 -14
- package/dist/150/liquidityProvider/liquidityDepositCredited.cjs +13 -0
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +28 -0
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +7 -7
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +236 -0
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.mts +52 -52
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +89 -0
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/150/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/150/polkadotIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.mts +20 -20
- package/dist/150/polkadotIngressEgress/depositBoosted.cjs +20 -0
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +124 -0
- package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/polkadotIngressEgress/depositFinalised.cjs +18 -0
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +118 -0
- package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/polkadotIngressEgress/depositIgnored.cjs +15 -0
- package/dist/150/polkadotIngressEgress/depositIgnored.d.cts +44 -0
- package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +269 -0
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +24 -24
- package/dist/150/polkadotIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/polkadotIngressEgress/maxSwapRetryDurationSet.d.cts +12 -0
- package/dist/150/solanaBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/150/solanaBroadcaster/broadcastAborted.d.cts +12 -0
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
- package/dist/150/solanaBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/150/solanaBroadcaster/broadcastRetryScheduled.d.cts +15 -0
- package/dist/150/solanaBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/150/solanaBroadcaster/broadcastSuccess.d.cts +18 -0
- package/dist/150/solanaBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/150/solanaBroadcaster/broadcastTimeout.d.cts +12 -0
- package/dist/150/solanaBroadcaster/callResigned.cjs +8 -0
- package/dist/150/solanaBroadcaster/callResigned.d.cts +12 -0
- package/dist/150/solanaBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/150/solanaBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.cjs +13 -0
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +18 -0
- package/dist/150/solanaBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/150/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
- package/dist/150/solanaBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/150/solanaBroadcaster/transactionFeeDeficitRefused.d.cts +12 -0
- package/dist/150/solanaChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/150/solanaChainTracking/chainStateUpdated.d.cts +41 -0
- package/dist/150/solanaChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/150/solanaChainTracking/feeMultiplierUpdated.d.cts +12 -0
- package/dist/150/solanaIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/150/solanaIngressEgress/assetEgressStatusChanged.d.cts +25 -0
- package/dist/150/solanaIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/150/solanaIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/150/solanaIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.cts +45 -0
- package/dist/150/solanaIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/150/solanaIngressEgress/boostPoolCreated.d.cts +39 -0
- package/dist/150/solanaIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/150/solanaIngressEgress/ccmBroadcastFailed.d.cts +12 -0
- package/dist/150/solanaIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/150/solanaIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +242 -0
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.mts +20 -20
- package/dist/150/solanaIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/150/solanaIngressEgress/channelOpeningFeePaid.d.cts +12 -0
- package/dist/150/solanaIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/150/solanaIngressEgress/channelOpeningFeeSet.d.cts +12 -0
- package/dist/150/solanaIngressEgress/depositBoosted.cjs +19 -0
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +121 -0
- package/dist/150/solanaIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/150/solanaIngressEgress/depositFinalised.cjs +17 -0
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +115 -0
- package/dist/150/solanaIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/150/solanaIngressEgress/depositIgnored.cjs +14 -0
- package/dist/150/solanaIngressEgress/depositIgnored.d.cts +41 -0
- package/dist/150/solanaIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/150/solanaIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +264 -0
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.mts +20 -20
- package/dist/150/solanaIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/150/solanaIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
- package/dist/150/solanaIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/150/solanaIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +370 -0
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +28 -28
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
- package/dist/150/solanaIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/solanaIngressEgress/maxSwapRetryDurationSet.d.cts +12 -0
- package/dist/150/solanaIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/150/solanaIngressEgress/minimumDepositSet.d.cts +25 -0
- package/dist/150/solanaIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/150/solanaIngressEgress/stoppedBoosting.d.cts +48 -0
- package/dist/150/solanaIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +31 -0
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/150/solanaIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/150/solanaIngressEgress/utxoConsolidation.d.cts +12 -0
- package/dist/150/solanaThresholdSigner/failureReportProcessed.cjs +13 -0
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +18 -0
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/keyHandoverFailure.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keyHandoverFailure.d.cts +12 -0
- package/dist/150/solanaThresholdSigner/keyHandoverFailureReported.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keyHandoverFailureReported.d.cts +6 -0
- package/dist/150/solanaThresholdSigner/keyHandoverRequest.cjs +17 -0
- package/dist/150/solanaThresholdSigner/keyHandoverRequest.d.cts +30 -0
- package/dist/150/solanaThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keyHandoverResponseTimeout.d.cts +12 -0
- package/dist/150/solanaThresholdSigner/keyHandoverSuccess.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keyHandoverSuccess.d.cts +12 -0
- package/dist/150/solanaThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keyHandoverSuccessReported.d.cts +6 -0
- package/dist/150/solanaThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keyHandoverVerificationFailure.d.cts +12 -0
- package/dist/150/solanaThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keyHandoverVerificationSuccess.d.cts +12 -0
- package/dist/150/solanaThresholdSigner/keyRotationCompleted.cjs +8 -0
- package/dist/150/solanaThresholdSigner/keyRotationCompleted.d.cts +6 -0
- package/dist/150/solanaThresholdSigner/keygenFailure.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keygenFailure.d.cts +6 -0
- package/dist/150/solanaThresholdSigner/keygenFailureReported.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keygenFailureReported.d.cts +6 -0
- package/dist/150/solanaThresholdSigner/keygenRequest.cjs +13 -0
- package/dist/150/solanaThresholdSigner/keygenRequest.d.cts +18 -0
- package/dist/150/solanaThresholdSigner/keygenResponseTimeout.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keygenResponseTimeout.d.cts +6 -0
- package/dist/150/solanaThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/150/solanaThresholdSigner/keygenResponseTimeoutUpdated.d.cts +12 -0
- package/dist/150/solanaThresholdSigner/keygenSuccess.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keygenSuccess.d.cts +6 -0
- package/dist/150/solanaThresholdSigner/keygenSuccessReported.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keygenSuccessReported.d.cts +6 -0
- package/dist/150/solanaThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keygenVerificationFailure.d.cts +12 -0
- package/dist/150/solanaThresholdSigner/keygenVerificationSuccess.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keygenVerificationSuccess.d.cts +12 -0
- package/dist/150/solanaThresholdSigner/noKeyHandover.cjs +8 -0
- package/dist/150/solanaThresholdSigner/noKeyHandover.d.cts +6 -0
- package/dist/150/solanaThresholdSigner/retryRequested.cjs +12 -0
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +15 -0
- package/dist/150/solanaThresholdSigner/retryRequested.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/signersUnavailable.cjs +11 -0
- package/dist/150/solanaThresholdSigner/signersUnavailable.d.cts +15 -0
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.cjs +13 -0
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +336 -0
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +30 -30
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +18 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.cjs +15 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +24 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureResponseTimeoutUpdated.d.cts +12 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +15 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
- package/dist/150/solanaVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/150/solanaVault/awaitingGovernanceActivation.d.cts +12 -0
- package/dist/150/solanaVault/chainInitialized.cjs +8 -0
- package/dist/150/solanaVault/chainInitialized.d.cts +6 -0
- package/dist/150/solanaVault/vaultActivationCompleted.cjs +8 -0
- package/dist/150/solanaVault/vaultActivationCompleted.d.cts +6 -0
- package/dist/150/solanaVault/vaultRotatedExternally.cjs +7 -0
- package/dist/150/solanaVault/vaultRotatedExternally.d.cts +6 -0
- package/dist/150/swapping/batchSwapFailed.cjs +13 -0
- package/dist/150/swapping/batchSwapFailed.d.cts +38 -0
- package/dist/150/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/150/swapping/buyIntervalSet.cjs +8 -0
- package/dist/150/swapping/buyIntervalSet.d.cts +12 -0
- package/dist/150/swapping/ccmDepositReceived.cjs +16 -0
- package/dist/150/swapping/ccmDepositReceived.d.cts +408 -0
- package/dist/150/swapping/ccmDepositReceived.d.mts +78 -78
- package/dist/150/swapping/ccmEgressScheduled.cjs +12 -0
- package/dist/150/swapping/ccmEgressScheduled.d.cts +25 -0
- package/dist/150/swapping/ccmFailed.cjs +14 -0
- package/dist/150/swapping/ccmFailed.d.cts +515 -0
- package/dist/150/swapping/ccmFailed.d.mts +83 -83
- package/dist/150/swapping/maximumSwapAmountSet.cjs +12 -0
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +25 -0
- package/dist/150/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/150/swapping/networkFeeTaken.cjs +12 -0
- package/dist/150/swapping/networkFeeTaken.d.cts +15 -0
- package/dist/150/swapping/refundEgressIgnored.cjs +14 -0
- package/dist/150/swapping/refundEgressIgnored.d.cts +248 -0
- package/dist/150/swapping/refundEgressIgnored.d.mts +24 -24
- package/dist/150/swapping/refundEgressScheduled.cjs +15 -0
- package/dist/150/swapping/refundEgressScheduled.d.cts +44 -0
- package/dist/150/swapping/refundEgressScheduled.d.mts +10 -10
- package/dist/150/swapping/swapAmountConfiscated.cjs +15 -0
- package/dist/150/swapping/swapAmountConfiscated.d.cts +44 -0
- package/dist/150/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/150/swapping/swapDepositAddressReady.cjs +22 -0
- package/dist/150/swapping/swapDepositAddressReady.d.cts +273 -0
- package/dist/150/swapping/swapDepositAddressReady.d.mts +25 -25
- package/dist/150/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/150/swapping/swapEgressIgnored.d.cts +248 -0
- package/dist/150/swapping/swapEgressIgnored.d.mts +24 -24
- package/dist/150/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/150/swapping/swapEgressScheduled.d.cts +44 -0
- package/dist/150/swapping/swapEgressScheduled.d.mts +10 -10
- package/dist/150/swapping/swapExecuted.cjs +19 -0
- package/dist/150/swapping/swapExecuted.d.cts +397 -0
- package/dist/150/swapping/swapExecuted.d.mts +101 -101
- package/dist/150/swapping/swapRescheduled.cjs +12 -0
- package/dist/150/swapping/swapRescheduled.d.cts +15 -0
- package/dist/150/swapping/swapRetryDelaySet.cjs +8 -0
- package/dist/150/swapping/swapRetryDelaySet.d.cts +12 -0
- package/dist/150/swapping/swapScheduled.cjs +20 -0
- package/dist/150/swapping/swapScheduled.d.cts +548 -0
- package/dist/150/swapping/swapScheduled.d.mts +113 -113
- package/dist/150/swapping/withdrawalRequested.cjs +15 -0
- package/dist/150/swapping/withdrawalRequested.d.cts +89 -0
- package/dist/150/swapping/withdrawalRequested.d.mts +13 -13
- package/dist/150/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
- package/dist/150/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +25 -0
- package/dist/150/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
- package/dist/150/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +25 -0
- package/dist/150/tokenholderGovernance/proposalEnacted.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +54 -0
- package/dist/150/tokenholderGovernance/proposalEnacted.d.mts +8 -8
- package/dist/150/tokenholderGovernance/proposalPassed.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalPassed.d.cts +54 -0
- package/dist/150/tokenholderGovernance/proposalPassed.d.mts +8 -8
- package/dist/150/tokenholderGovernance/proposalRejected.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalRejected.d.cts +54 -0
- package/dist/150/tokenholderGovernance/proposalRejected.d.mts +8 -8
- package/dist/150/tokenholderGovernance/proposalSubmitted.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +54 -0
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.mts +8 -8
- package/dist/160/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +533 -0
- package/dist/160/arbitrumIngressEgress/depositBoosted.cjs +20 -0
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +129 -0
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/160/arbitrumIngressEgress/depositFinalised.cjs +18 -0
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +123 -0
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/160/assetBalances/accountCredited.cjs +14 -0
- package/dist/160/assetBalances/accountCredited.d.cts +31 -0
- package/dist/160/assetBalances/accountCredited.d.mts +6 -6
- package/dist/160/assetBalances/accountDebited.cjs +14 -0
- package/dist/160/assetBalances/accountDebited.d.cts +31 -0
- package/dist/160/assetBalances/accountDebited.d.mts +6 -6
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +533 -0
- package/dist/160/bitcoinIngressEgress/depositBoosted.cjs +20 -0
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +229 -0
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/160/bitcoinIngressEgress/depositFinalised.cjs +18 -0
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +223 -0
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/160/common.cjs +602 -0
- package/dist/160/common.d.cts +3828 -0
- package/dist/160/common.d.mts +42 -42
- package/dist/160/environment/durableNonceSetForAccount.cjs +12 -0
- package/dist/160/environment/durableNonceSetForAccount.d.cts +15 -0
- package/dist/160/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +1105 -0
- package/dist/160/environment/solanaInitialized.cjs +8 -0
- package/dist/160/environment/solanaInitialized.d.cts +6 -0
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +533 -0
- package/dist/160/ethereumIngressEgress/depositBoosted.cjs +20 -0
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +129 -0
- package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/160/ethereumIngressEgress/depositFinalised.cjs +18 -0
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +123 -0
- package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/160/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/160/liquidityPools/assetSwapped.d.cts +41 -0
- package/dist/160/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/160/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +99 -0
- package/dist/160/liquidityPools/limitOrderUpdated.d.mts +12 -12
- package/dist/160/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/160/liquidityPools/newPoolCreated.d.cts +41 -0
- package/dist/160/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/160/liquidityPools/orderDeletionFailed.cjs +9 -0
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +127 -0
- package/dist/160/liquidityPools/orderDeletionFailed.d.mts +32 -32
- package/dist/160/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/160/liquidityPools/poolFeeSet.d.cts +38 -0
- package/dist/160/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/160/liquidityPools/priceImpactLimitSet.cjs +12 -0
- package/dist/160/liquidityPools/priceImpactLimitSet.d.cts +46 -0
- package/dist/160/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +209 -0
- package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +24 -24
- package/dist/160/liquidityProvider/assetTransferred.cjs +14 -0
- package/dist/160/liquidityProvider/assetTransferred.d.cts +31 -0
- package/dist/160/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +85 -0
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +9 -9
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +89 -0
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +6 -6
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +533 -0
- package/dist/160/polkadotIngressEgress/depositBoosted.cjs +20 -0
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +119 -0
- package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/160/polkadotIngressEgress/depositFinalised.cjs +18 -0
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +113 -0
- package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/160/solanaBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/160/solanaBroadcaster/broadcastSuccess.d.cts +18 -0
- package/dist/160/solanaBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.cts +143 -0
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
- package/dist/160/solanaChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/160/solanaChainTracking/chainStateUpdated.d.cts +41 -0
- package/dist/160/solanaElections/allVotesCleared.cjs +8 -0
- package/dist/160/solanaElections/allVotesCleared.d.cts +6 -0
- package/dist/160/solanaElections/allVotesNotCleared.cjs +8 -0
- package/dist/160/solanaElections/allVotesNotCleared.d.cts +6 -0
- package/dist/160/solanaElections/corruptStorage.cjs +8 -0
- package/dist/160/solanaElections/corruptStorage.d.cts +6 -0
- package/dist/160/solanaElections/uninitialized.cjs +8 -0
- package/dist/160/solanaElections/uninitialized.d.cts +6 -0
- package/dist/160/solanaIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/160/solanaIngressEgress/assetEgressStatusChanged.d.cts +25 -0
- package/dist/160/solanaIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +45 -0
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/160/solanaIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/160/solanaIngressEgress/boostPoolCreated.d.cts +39 -0
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +533 -0
- package/dist/160/solanaIngressEgress/depositBoosted.cjs +19 -0
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +116 -0
- package/dist/160/solanaIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.cjs +17 -0
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +110 -0
- package/dist/160/solanaIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/160/solanaIngressEgress/depositIgnored.cjs +14 -0
- package/dist/160/solanaIngressEgress/depositIgnored.d.cts +41 -0
- package/dist/160/solanaIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +264 -0
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +31 -0
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/160/solanaIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/160/solanaIngressEgress/minimumDepositSet.d.cts +25 -0
- package/dist/160/solanaIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.cts +48 -0
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/160/solanaIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +31 -0
- package/dist/160/solanaThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/160/solanaThresholdSigner/thresholdSignatureRequest.d.cts +108 -0
- package/dist/160/swapping/batchSwapFailed.cjs +13 -0
- package/dist/160/swapping/batchSwapFailed.d.cts +38 -0
- package/dist/160/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/160/swapping/ccmFailed.cjs +14 -0
- package/dist/160/swapping/ccmFailed.d.cts +312 -0
- package/dist/160/swapping/ccmFailed.d.mts +4 -4
- package/dist/160/swapping/maxSwapRequestDurationSet.cjs +8 -0
- package/dist/160/swapping/maxSwapRequestDurationSet.d.cts +12 -0
- package/dist/160/swapping/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/160/swapping/maxSwapRetryDurationSet.d.cts +12 -0
- package/dist/160/swapping/maximumSwapAmountSet.cjs +12 -0
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +25 -0
- package/dist/160/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/160/swapping/refundEgressIgnored.cjs +14 -0
- package/dist/160/swapping/refundEgressIgnored.d.cts +248 -0
- package/dist/160/swapping/refundEgressIgnored.d.mts +7 -7
- package/dist/160/swapping/refundEgressScheduled.cjs +15 -0
- package/dist/160/swapping/refundEgressScheduled.d.cts +44 -0
- package/dist/160/swapping/refundEgressScheduled.d.mts +7 -7
- package/dist/160/swapping/swapAmountConfiscated.cjs +14 -0
- package/dist/160/swapping/swapAmountConfiscated.d.cts +31 -0
- package/dist/160/swapping/swapAmountConfiscated.d.mts +7 -7
- package/dist/160/swapping/swapDepositAddressReady.cjs +23 -0
- package/dist/160/swapping/swapDepositAddressReady.d.cts +291 -0
- package/dist/160/swapping/swapDepositAddressReady.d.mts +14 -14
- package/dist/160/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/160/swapping/swapEgressIgnored.d.cts +248 -0
- package/dist/160/swapping/swapEgressIgnored.d.mts +7 -7
- package/dist/160/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/160/swapping/swapEgressScheduled.d.cts +44 -0
- package/dist/160/swapping/swapEgressScheduled.d.mts +7 -7
- package/dist/160/swapping/swapExecuted.cjs +19 -0
- package/dist/160/swapping/swapExecuted.d.cts +56 -0
- package/dist/160/swapping/swapExecuted.d.mts +13 -13
- package/dist/160/swapping/swapRequestCompleted.cjs +9 -0
- package/dist/160/swapping/swapRequestCompleted.d.cts +12 -0
- package/dist/160/swapping/swapRequested.cjs +18 -0
- package/dist/160/swapping/swapRequested.d.cts +604 -0
- package/dist/160/swapping/swapRequested.d.mts +14 -14
- package/dist/160/swapping/swapScheduled.cjs +15 -0
- package/dist/160/swapping/swapScheduled.d.cts +34 -0
- package/dist/160/swapping/swapScheduled.d.mts +6 -6
- package/dist/160/swapping/withdrawalRequested.cjs +15 -0
- package/dist/160/swapping/withdrawalRequested.d.cts +89 -0
- package/dist/160/swapping/withdrawalRequested.d.mts +6 -6
- package/dist/170/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/170/arbitrumBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/170/arbitrumBroadcaster/palletConfigUpdated.d.cts +27 -0
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +15 -0
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.mts +2 -2
- package/dist/170/arbitrumIngressEgress/ccmFailed.cjs +14 -0
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +312 -0
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.cjs +12 -0
- package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.d.cts +47 -0
- package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.cjs +9 -0
- package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
- package/dist/170/arbitrumIngressEgress/depositIgnored.cjs +15 -0
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +54 -0
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.cjs +12 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +25 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.mts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.cjs +9 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.d.cts +22 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.d.cts +15 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
- package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.d.cts +39 -0
- package/dist/170/bitcoinBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/170/bitcoinBroadcaster/palletConfigUpdated.d.cts +27 -0
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +15 -0
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.mts +2 -2
- package/dist/170/bitcoinIngressEgress/ccmFailed.cjs +14 -0
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +312 -0
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.cjs +12 -0
- package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.d.cts +47 -0
- package/dist/170/bitcoinIngressEgress/depositBoosted.cjs +20 -0
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +343 -0
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +30 -30
- package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.cjs +9 -0
- package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
- package/dist/170/bitcoinIngressEgress/depositFinalised.cjs +18 -0
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +337 -0
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +26 -26
- package/dist/170/bitcoinIngressEgress/depositIgnored.cjs +15 -0
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +268 -0
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +30 -30
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +565 -0
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +56 -56
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.cjs +12 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +144 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +6 -6
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.cjs +9 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +141 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.d.cts +15 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
- package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
- package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.cjs +9 -0
- package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.d.cts +57 -0
- package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.d.cts +27 -0
- package/dist/170/common.cjs +477 -0
- package/dist/170/common.d.cts +2447 -0
- package/dist/170/common.d.mts +148 -148
- package/dist/170/ethereumBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/170/ethereumBroadcaster/palletConfigUpdated.d.cts +27 -0
- package/dist/170/ethereumIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +15 -0
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.mts +2 -2
- package/dist/170/ethereumIngressEgress/ccmFailed.cjs +14 -0
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +312 -0
- package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.cjs +12 -0
- package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.d.cts +47 -0
- package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.cjs +9 -0
- package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
- package/dist/170/ethereumIngressEgress/depositIgnored.cjs +15 -0
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +54 -0
- package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.cjs +12 -0
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +25 -0
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.mts +2 -2
- package/dist/170/ethereumIngressEgress/transactionRejectionFailed.cjs +9 -0
- package/dist/170/ethereumIngressEgress/transactionRejectionFailed.d.cts +22 -0
- package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.d.cts +15 -0
- package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
- package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
- package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
- package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.d.cts +39 -0
- package/dist/170/evmThresholdSigner/palletConfigUpdated.cjs +9 -0
- package/dist/170/evmThresholdSigner/palletConfigUpdated.d.cts +57 -0
- package/dist/170/polkadotBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/170/polkadotBroadcaster/palletConfigUpdated.d.cts +27 -0
- package/dist/170/polkadotIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +15 -0
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.mts +2 -2
- package/dist/170/polkadotIngressEgress/ccmFailed.cjs +14 -0
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +312 -0
- package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.cjs +12 -0
- package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.d.cts +47 -0
- package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.cjs +8 -0
- package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
- package/dist/170/polkadotIngressEgress/depositIgnored.cjs +15 -0
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +44 -0
- package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.cjs +11 -0
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +15 -0
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.mts +2 -2
- package/dist/170/polkadotIngressEgress/transactionRejectionFailed.cjs +8 -0
- package/dist/170/polkadotIngressEgress/transactionRejectionFailed.d.cts +12 -0
- package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.d.cts +30 -0
- package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
- package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.d.cts +33 -0
- package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
- package/dist/170/polkadotThresholdSigner/palletConfigUpdated.cjs +9 -0
- package/dist/170/polkadotThresholdSigner/palletConfigUpdated.d.cts +57 -0
- package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.d.cts +12 -0
- package/dist/170/reputation/offencePenalty.cjs +13 -0
- package/dist/170/reputation/offencePenalty.d.cts +125 -0
- package/dist/170/reputation/offencePenalty.d.mts +4 -4
- package/dist/170/reputation/penaltyUpdated.cjs +13 -0
- package/dist/170/reputation/penaltyUpdated.d.cts +155 -0
- package/dist/170/reputation/penaltyUpdated.d.mts +4 -4
- package/dist/170/solanaBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/170/solanaBroadcaster/palletConfigUpdated.d.cts +27 -0
- package/dist/170/solanaBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/170/solanaBroadcaster/transactionBroadcastRequest.d.cts +31 -0
- package/dist/170/solanaIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +15 -0
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.mts +2 -2
- package/dist/170/solanaIngressEgress/ccmFailed.cjs +14 -0
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +312 -0
- package/dist/170/solanaIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/solanaIngressEgress/ccmFallbackScheduled.cjs +12 -0
- package/dist/170/solanaIngressEgress/ccmFallbackScheduled.d.cts +47 -0
- package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.cjs +9 -0
- package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
- package/dist/170/solanaIngressEgress/depositIgnored.cjs +14 -0
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +41 -0
- package/dist/170/solanaIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/solanaIngressEgress/transactionRejectedByBroker.cjs +8 -0
- package/dist/170/solanaIngressEgress/transactionRejectedByBroker.d.cts +12 -0
- package/dist/170/solanaIngressEgress/transactionRejectionFailed.cjs +8 -0
- package/dist/170/solanaIngressEgress/transactionRejectionFailed.d.cts +6 -0
- package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.d.cts +15 -0
- package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
- package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
- package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
- package/dist/170/solanaThresholdSigner/palletConfigUpdated.cjs +9 -0
- package/dist/170/solanaThresholdSigner/palletConfigUpdated.d.cts +57 -0
- package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.d.cts +12 -0
- package/dist/170/swapping/minimumChunkSizeSet.cjs +12 -0
- package/dist/170/swapping/minimumChunkSizeSet.d.cts +25 -0
- package/dist/170/swapping/minimumChunkSizeSet.d.mts +6 -6
- package/dist/170/swapping/swapRequested.cjs +18 -0
- package/dist/170/swapping/swapRequested.d.cts +713 -0
- package/dist/170/swapping/swapRequested.d.mts +53 -53
- package/dist/170/validator/previousRotationStillPending.cjs +8 -0
- package/dist/170/validator/previousRotationStillPending.d.cts +6 -0
- package/dist/180/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/180/arbitrumChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/180/arbitrumChainTracking/chainStateUpdated.d.cts +48 -0
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +533 -0
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.mts +24 -24
- package/dist/180/arbitrumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +145 -0
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/180/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +1370 -0
- package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +68 -68
- package/dist/180/arbitrumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +139 -0
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/arbitrumIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/arbitrumIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
- package/dist/180/arbitrumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/180/arbitrumIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/180/arbitrumIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/180/arbitrumIngressEgress/unknownAffiliate.d.cts +15 -0
- package/dist/180/arbitrumIngressEgress/unknownBroker.cjs +9 -0
- package/dist/180/arbitrumIngressEgress/unknownBroker.d.cts +12 -0
- package/dist/180/arbitrumIngressEgress/witnessSafetyMarginSet.cjs +9 -0
- package/dist/180/arbitrumIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +533 -0
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.mts +24 -24
- package/dist/180/bitcoinIngressEgress/depositBoosted.cjs +22 -0
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +359 -0
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +22 -22
- package/dist/180/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +2279 -0
- package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +114 -114
- package/dist/180/bitcoinIngressEgress/depositFinalised.cjs +20 -0
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +353 -0
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/bitcoinIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/bitcoinIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +161 -0
- package/dist/180/bitcoinIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/180/bitcoinIngressEgress/unknownAffiliate.d.cts +15 -0
- package/dist/180/bitcoinIngressEgress/unknownBroker.cjs +9 -0
- package/dist/180/bitcoinIngressEgress/unknownBroker.d.cts +12 -0
- package/dist/180/bitcoinIngressEgress/witnessSafetyMarginSet.cjs +9 -0
- package/dist/180/bitcoinIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
- package/dist/180/common.cjs +837 -0
- package/dist/180/common.d.cts +12253 -0
- package/dist/180/common.d.mts +466 -466
- package/dist/180/environment/solanaGovCallDispatched.cjs +12 -0
- package/dist/180/environment/solanaGovCallDispatched.d.cts +70 -0
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +533 -0
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.mts +24 -24
- package/dist/180/ethereumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +145 -0
- package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/180/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +1370 -0
- package/dist/180/ethereumIngressEgress/depositFailed.d.mts +68 -68
- package/dist/180/ethereumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +139 -0
- package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/ethereumIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/ethereumIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
- package/dist/180/ethereumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/180/ethereumIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/180/ethereumIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/180/ethereumIngressEgress/unknownAffiliate.d.cts +15 -0
- package/dist/180/ethereumIngressEgress/unknownBroker.cjs +9 -0
- package/dist/180/ethereumIngressEgress/unknownBroker.d.cts +12 -0
- package/dist/180/ethereumIngressEgress/witnessSafetyMarginSet.cjs +9 -0
- package/dist/180/ethereumIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +533 -0
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.mts +24 -24
- package/dist/180/polkadotIngressEgress/depositBoosted.cjs +22 -0
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +135 -0
- package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/180/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +1361 -0
- package/dist/180/polkadotIngressEgress/depositFailed.d.mts +71 -71
- package/dist/180/polkadotIngressEgress/depositFinalised.cjs +20 -0
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +129 -0
- package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/polkadotIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/polkadotIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
- package/dist/180/polkadotIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/180/polkadotIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/180/polkadotIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/180/polkadotIngressEgress/unknownAffiliate.d.cts +15 -0
- package/dist/180/polkadotIngressEgress/unknownBroker.cjs +9 -0
- package/dist/180/polkadotIngressEgress/unknownBroker.d.cts +12 -0
- package/dist/180/polkadotIngressEgress/witnessSafetyMarginSet.cjs +8 -0
- package/dist/180/polkadotIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
- package/dist/180/solanaBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/180/solanaBroadcaster/transactionBroadcastRequest.d.cts +36 -0
- package/dist/180/solanaElections/unknownElection.cjs +9 -0
- package/dist/180/solanaElections/unknownElection.d.cts +48 -0
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +533 -0
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.mts +24 -24
- package/dist/180/solanaIngressEgress/depositBoosted.cjs +21 -0
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +132 -0
- package/dist/180/solanaIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/180/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +1320 -0
- package/dist/180/solanaIngressEgress/depositFailed.d.mts +59 -59
- package/dist/180/solanaIngressEgress/depositFinalised.cjs +19 -0
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +126 -0
- package/dist/180/solanaIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +20 -20
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/solanaIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/solanaIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
- package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.d.cts +15 -0
- package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.d.cts +18 -0
- package/dist/180/solanaIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/180/solanaIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/180/solanaIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/180/solanaIngressEgress/unknownAffiliate.d.cts +15 -0
- package/dist/180/solanaIngressEgress/unknownBroker.cjs +9 -0
- package/dist/180/solanaIngressEgress/unknownBroker.d.cts +12 -0
- package/dist/180/solanaIngressEgress/witnessSafetyMarginSet.cjs +9 -0
- package/dist/180/solanaIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
- package/dist/180/swapping/affiliateRegistration.cjs +14 -0
- package/dist/180/swapping/affiliateRegistration.d.cts +21 -0
- package/dist/180/swapping/brokerBondSet.cjs +9 -0
- package/dist/180/swapping/brokerBondSet.d.cts +12 -0
- package/dist/180/swapping/minimumNetworkFeeSet.cjs +9 -0
- package/dist/180/swapping/minimumNetworkFeeSet.d.cts +12 -0
- package/dist/180/swapping/privateBrokerChannelClosed.cjs +12 -0
- package/dist/180/swapping/privateBrokerChannelClosed.d.cts +15 -0
- package/dist/180/swapping/privateBrokerChannelClosed.d.mts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.cjs +12 -0
- package/dist/180/swapping/privateBrokerChannelOpened.d.cts +15 -0
- package/dist/180/swapping/privateBrokerChannelOpened.d.mts +2 -2
- package/dist/180/swapping/refundEgressScheduled.cjs +15 -0
- package/dist/180/swapping/refundEgressScheduled.d.cts +54 -0
- package/dist/180/swapping/refundEgressScheduled.d.mts +14 -14
- package/dist/180/swapping/swapDepositAddressReady.cjs +24 -0
- package/dist/180/swapping/swapDepositAddressReady.d.cts +294 -0
- package/dist/180/swapping/swapDepositAddressReady.d.mts +32 -32
- package/dist/180/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/180/swapping/swapEgressScheduled.d.cts +54 -0
- package/dist/180/swapping/swapEgressScheduled.d.mts +14 -14
- package/dist/180/swapping/swapRequested.cjs +19 -0
- package/dist/180/swapping/swapRequested.d.cts +679 -0
- package/dist/180/swapping/swapRequested.d.mts +20 -20
- package/dist/180/swapping/swapScheduled.cjs +15 -0
- package/dist/180/swapping/swapScheduled.d.cts +34 -0
- package/dist/180/swapping/withdrawalRequested.cjs +16 -0
- package/dist/180/swapping/withdrawalRequested.d.cts +92 -0
- package/dist/180/swapping/withdrawalRequested.d.mts +6 -6
- package/dist/190/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/190/arbitrumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/arbitrumIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +543 -0
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.mts +57 -57
- package/dist/190/arbitrumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +194 -0
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/190/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +1355 -0
- package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +160 -160
- package/dist/190/arbitrumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +188 -0
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/assetBalances/accountCredited.cjs +14 -0
- package/dist/190/assetBalances/accountCredited.d.cts +31 -0
- package/dist/190/assetBalances/accountDebited.cjs +14 -0
- package/dist/190/assetBalances/accountDebited.d.cts +31 -0
- package/dist/190/assetBalances/refundScheduled.cjs +13 -0
- package/dist/190/assetBalances/refundScheduled.d.cts +251 -0
- package/dist/190/assetBalances/refundScheduled.d.mts +56 -56
- package/dist/190/assetBalances/refundSkipped.cjs +13 -0
- package/dist/190/assetBalances/refundSkipped.d.cts +468 -0
- package/dist/190/assetBalances/refundSkipped.d.mts +70 -70
- package/dist/190/assetBalances/vaultDeficitDetected.cjs +13 -0
- package/dist/190/assetBalances/vaultDeficitDetected.d.cts +28 -0
- package/dist/190/assethubBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/190/assethubBroadcaster/broadcastAborted.d.cts +12 -0
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +333 -0
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
- package/dist/190/assethubBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/190/assethubBroadcaster/broadcastRetryScheduled.d.cts +15 -0
- package/dist/190/assethubBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/190/assethubBroadcaster/broadcastSuccess.d.cts +33 -0
- package/dist/190/assethubBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/190/assethubBroadcaster/broadcastTimeout.d.cts +12 -0
- package/dist/190/assethubBroadcaster/callResigned.cjs +8 -0
- package/dist/190/assethubBroadcaster/callResigned.d.cts +12 -0
- package/dist/190/assethubBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/190/assethubBroadcaster/palletConfigUpdated.d.cts +27 -0
- package/dist/190/assethubBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/190/assethubBroadcaster/thresholdSignatureInvalid.d.cts +12 -0
- package/dist/190/assethubBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/190/assethubBroadcaster/transactionBroadcastRequest.d.cts +31 -0
- package/dist/190/assethubBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/190/assethubBroadcaster/transactionFeeDeficitRecorded.d.cts +15 -0
- package/dist/190/assethubBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/190/assethubBroadcaster/transactionFeeDeficitRefused.d.cts +12 -0
- package/dist/190/assethubChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/190/assethubChainTracking/chainStateUpdated.d.cts +75 -0
- package/dist/190/assethubChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/190/assethubChainTracking/feeMultiplierUpdated.d.cts +12 -0
- package/dist/190/assethubIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/190/assethubIngressEgress/assetEgressStatusChanged.d.cts +25 -0
- package/dist/190/assethubIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/assethubIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/190/assethubIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/190/assethubIngressEgress/boostFundsAdded.d.cts +45 -0
- package/dist/190/assethubIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/190/assethubIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/190/assethubIngressEgress/boostPoolCreated.d.cts +39 -0
- package/dist/190/assethubIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.cts +15 -0
- package/dist/190/assethubIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/190/assethubIngressEgress/ccmBroadcastFailed.d.cts +12 -0
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +543 -0
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.mts +57 -57
- package/dist/190/assethubIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/190/assethubIngressEgress/channelOpeningFeePaid.d.cts +12 -0
- package/dist/190/assethubIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/190/assethubIngressEgress/channelOpeningFeeSet.d.cts +12 -0
- package/dist/190/assethubIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/assethubIngressEgress/depositBoosted.d.cts +184 -0
- package/dist/190/assethubIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/190/assethubIngressEgress/depositChannelLifetimeSet.cjs +8 -0
- package/dist/190/assethubIngressEgress/depositChannelLifetimeSet.d.cts +12 -0
- package/dist/190/assethubIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +1346 -0
- package/dist/190/assethubIngressEgress/depositFailed.d.mts +160 -160
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/190/assethubIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/assethubIngressEgress/depositFinalised.d.cts +178 -0
- package/dist/190/assethubIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/190/assethubIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/190/assethubIngressEgress/failedForeignChainCallExpired.d.cts +12 -0
- package/dist/190/assethubIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/190/assethubIngressEgress/failedForeignChainCallResigned.d.cts +15 -0
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/assethubIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/190/assethubIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
- package/dist/190/assethubIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/190/assethubIngressEgress/minimumDepositSet.d.cts +25 -0
- package/dist/190/assethubIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/190/assethubIngressEgress/networkFeeDeductionFromBoostSet.d.cts +12 -0
- package/dist/190/assethubIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/190/assethubIngressEgress/stoppedBoosting.d.cts +48 -0
- package/dist/190/assethubIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.cjs +11 -0
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +15 -0
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.mts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectionFailed.cjs +8 -0
- package/dist/190/assethubIngressEgress/transactionRejectionFailed.d.cts +12 -0
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.cts +30 -0
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.cts +33 -0
- package/dist/190/assethubIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/assethubIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/190/assethubIngressEgress/unknownAffiliate.d.cts +15 -0
- package/dist/190/assethubIngressEgress/unknownBroker.cjs +9 -0
- package/dist/190/assethubIngressEgress/unknownBroker.d.cts +12 -0
- package/dist/190/assethubIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/190/assethubIngressEgress/utxoConsolidation.d.cts +12 -0
- package/dist/190/assethubIngressEgress/witnessSafetyMarginSet.cjs +8 -0
- package/dist/190/assethubIngressEgress/witnessSafetyMarginSet.d.cts +12 -0
- package/dist/190/assethubVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/190/assethubVault/activationTxFailedAwaitingGovernance.d.cts +12 -0
- package/dist/190/assethubVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/190/assethubVault/awaitingGovernanceActivation.d.cts +12 -0
- package/dist/190/assethubVault/chainInitialized.cjs +8 -0
- package/dist/190/assethubVault/chainInitialized.d.cts +6 -0
- package/dist/190/assethubVault/vaultActivationCompleted.cjs +8 -0
- package/dist/190/assethubVault/vaultActivationCompleted.d.cts +6 -0
- package/dist/190/assethubVault/vaultRotatedExternally.cjs +7 -0
- package/dist/190/assethubVault/vaultRotatedExternally.d.cts +6 -0
- package/dist/190/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/bitcoinIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.cts +543 -0
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.mts +57 -57
- package/dist/190/bitcoinIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +408 -0
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +38 -38
- package/dist/190/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +2264 -0
- package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +290 -290
- package/dist/190/bitcoinIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +402 -0
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +32 -32
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +161 -0
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +22 -22
- package/dist/190/common.cjs +1330 -0
- package/dist/190/common.d.cts +18203 -0
- package/dist/190/common.d.mts +482 -482
- package/dist/190/emissions/networkFeeBurned.cjs +12 -0
- package/dist/190/emissions/networkFeeBurned.d.cts +25 -0
- package/dist/190/emissions/networkFeeBurned.d.mts +2 -2
- package/dist/190/environment/assethubVaultAccountSet.cjs +9 -0
- package/dist/190/environment/assethubVaultAccountSet.d.cts +12 -0
- package/dist/190/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +1278 -0
- package/dist/190/environment/runtimeSafeModeUpdated.d.mts +40 -40
- package/dist/190/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/ethereumIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +543 -0
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.mts +57 -57
- package/dist/190/ethereumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +194 -0
- package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/190/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/ethereumIngressEgress/depositFailed.d.cts +1355 -0
- package/dist/190/ethereumIngressEgress/depositFailed.d.mts +160 -160
- package/dist/190/ethereumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +188 -0
- package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/flip/palletConfigUpdated.cjs +9 -0
- package/dist/190/flip/palletConfigUpdated.d.cts +84 -0
- package/dist/190/flip/palletConfigUpdated.d.mts +8 -8
- package/dist/190/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/190/liquidityPools/assetSwapped.d.cts +41 -0
- package/dist/190/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +99 -0
- package/dist/190/liquidityPools/limitOrderUpdated.d.mts +10 -10
- package/dist/190/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/190/liquidityPools/newPoolCreated.d.cts +41 -0
- package/dist/190/liquidityPools/orderDeletionFailed.cjs +9 -0
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +127 -0
- package/dist/190/liquidityPools/palletConfigUpdated.cjs +9 -0
- package/dist/190/liquidityPools/palletConfigUpdated.d.cts +44 -0
- package/dist/190/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/190/liquidityPools/poolFeeSet.d.cts +38 -0
- package/dist/190/liquidityPools/priceImpactLimitSet.cjs +12 -0
- package/dist/190/liquidityPools/priceImpactLimitSet.d.cts +46 -0
- package/dist/190/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +209 -0
- package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +16 -16
- package/dist/190/liquidityProvider/assetTransferred.cjs +14 -0
- package/dist/190/liquidityProvider/assetTransferred.d.cts +31 -0
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +91 -0
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +6 -6
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +251 -0
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +54 -54
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +95 -0
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
- package/dist/190/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/polkadotIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +543 -0
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.mts +57 -57
- package/dist/190/polkadotIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +184 -0
- package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/190/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +1346 -0
- package/dist/190/polkadotIngressEgress/depositFailed.d.mts +160 -160
- package/dist/190/polkadotIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +178 -0
- package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/reputation/offencePenalty.cjs +13 -0
- package/dist/190/reputation/offencePenalty.d.cts +125 -0
- package/dist/190/reputation/offencePenalty.d.mts +4 -4
- package/dist/190/reputation/penaltyUpdated.cjs +13 -0
- package/dist/190/reputation/penaltyUpdated.d.cts +155 -0
- package/dist/190/reputation/penaltyUpdated.d.mts +4 -4
- package/dist/190/solanaIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/solanaIngressEgress/batchBroadcastRequested.d.cts +25 -0
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +25 -0
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +543 -0
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.mts +57 -57
- package/dist/190/solanaIngressEgress/depositBoosted.cjs +21 -0
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +181 -0
- package/dist/190/solanaIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/190/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +1305 -0
- package/dist/190/solanaIngressEgress/depositFailed.d.mts +160 -160
- package/dist/190/solanaIngressEgress/depositFinalised.cjs +19 -0
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +175 -0
- package/dist/190/solanaIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +560 -0
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/solanaIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.cts +314 -0
- package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.mts +10 -10
- package/dist/190/swapping/batchSwapFailed.cjs +13 -0
- package/dist/190/swapping/batchSwapFailed.d.cts +38 -0
- package/dist/190/swapping/creditedOnChain.cjs +14 -0
- package/dist/190/swapping/creditedOnChain.d.cts +31 -0
- package/dist/190/swapping/palletConfigUpdated.cjs +9 -0
- package/dist/190/swapping/palletConfigUpdated.d.cts +196 -0
- package/dist/190/swapping/refundEgressIgnored.cjs +14 -0
- package/dist/190/swapping/refundEgressIgnored.d.cts +248 -0
- package/dist/190/swapping/refundEgressIgnored.d.mts +24 -24
- package/dist/190/swapping/refundEgressScheduled.cjs +15 -0
- package/dist/190/swapping/refundEgressScheduled.d.cts +54 -0
- package/dist/190/swapping/refundEgressScheduled.d.mts +4 -4
- package/dist/190/swapping/refundedOnChain.cjs +14 -0
- package/dist/190/swapping/refundedOnChain.d.cts +31 -0
- package/dist/190/swapping/swapAmountConfiscated.cjs +14 -0
- package/dist/190/swapping/swapAmountConfiscated.d.cts +31 -0
- package/dist/190/swapping/swapDepositAddressReady.cjs +24 -0
- package/dist/190/swapping/swapDepositAddressReady.d.cts +315 -0
- package/dist/190/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/190/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/190/swapping/swapEgressIgnored.d.cts +248 -0
- package/dist/190/swapping/swapEgressIgnored.d.mts +24 -24
- package/dist/190/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/190/swapping/swapEgressScheduled.d.cts +54 -0
- package/dist/190/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/190/swapping/swapExecuted.cjs +19 -0
- package/dist/190/swapping/swapExecuted.d.cts +56 -0
- package/dist/190/swapping/swapExecuted.d.mts +2 -2
- package/dist/190/swapping/swapRequested.cjs +19 -0
- package/dist/190/swapping/swapRequested.d.cts +900 -0
- package/dist/190/swapping/swapRequested.d.mts +74 -74
- package/dist/190/swapping/vaultSwapMinimumBrokerFeeSet.cjs +12 -0
- package/dist/190/swapping/vaultSwapMinimumBrokerFeeSet.d.cts +15 -0
- package/dist/190/swapping/withdrawalRequested.cjs +16 -0
- package/dist/190/swapping/withdrawalRequested.d.cts +98 -0
- package/dist/190/swapping/withdrawalRequested.d.mts +4 -4
- package/dist/190/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
- package/dist/190/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +25 -0
- package/dist/190/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
- package/dist/190/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +25 -0
- package/dist/190/tokenholderGovernance/proposalEnacted.cjs +9 -0
- package/dist/190/tokenholderGovernance/proposalEnacted.d.cts +54 -0
- package/dist/190/tokenholderGovernance/proposalEnacted.d.mts +8 -8
- package/dist/190/tokenholderGovernance/proposalPassed.cjs +9 -0
- package/dist/190/tokenholderGovernance/proposalPassed.d.cts +54 -0
- package/dist/190/tokenholderGovernance/proposalPassed.d.mts +8 -8
- package/dist/190/tokenholderGovernance/proposalRejected.cjs +9 -0
- package/dist/190/tokenholderGovernance/proposalRejected.d.cts +54 -0
- package/dist/190/tokenholderGovernance/proposalRejected.d.mts +8 -8
- package/dist/190/tokenholderGovernance/proposalSubmitted.cjs +9 -0
- package/dist/190/tokenholderGovernance/proposalSubmitted.d.cts +54 -0
- package/dist/190/tokenholderGovernance/proposalSubmitted.d.mts +8 -8
- package/dist/190/tradingStrategy/fundsAddedToStrategy.cjs +12 -0
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +25 -0
- package/dist/190/tradingStrategy/palletConfigUpdated.cjs +9 -0
- package/dist/190/tradingStrategy/palletConfigUpdated.d.cts +108 -0
- package/dist/190/tradingStrategy/strategyClosed.cjs +9 -0
- package/dist/190/tradingStrategy/strategyClosed.d.cts +12 -0
- package/dist/190/tradingStrategy/strategyDeployed.cjs +13 -0
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +50 -0
- package/dist/200/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/200/arbitrumBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/arbitrumBroadcaster/historicalBroadcastRequested.d.cts +18 -0
- package/dist/200/assethubBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/assethubBroadcaster/historicalBroadcastRequested.d.cts +18 -0
- package/dist/200/bitcoinBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/bitcoinBroadcaster/historicalBroadcastRequested.d.cts +18 -0
- package/dist/200/bitcoinThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
- package/dist/200/bitcoinThresholdSigner/maxRetriesReachedForRequest.d.cts +12 -0
- package/dist/200/common.cjs +616 -0
- package/dist/200/common.d.cts +11087 -0
- package/dist/200/common.d.mts +42 -42
- package/dist/200/environment/batchCompleted.cjs +8 -0
- package/dist/200/environment/batchCompleted.d.cts +6 -0
- package/dist/200/environment/nonNativeSignedCall.cjs +8 -0
- package/dist/200/environment/nonNativeSignedCall.d.cts +6 -0
- package/dist/200/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/200/environment/runtimeSafeModeUpdated.d.cts +1929 -0
- package/dist/200/ethereumBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/ethereumBroadcaster/historicalBroadcastRequested.d.cts +18 -0
- package/dist/200/evmThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
- package/dist/200/evmThresholdSigner/maxRetriesReachedForRequest.d.cts +12 -0
- package/dist/200/funding/funded.cjs +14 -0
- package/dist/200/funding/funded.d.cts +88 -0
- package/dist/200/lendingPools/collateralAdded.cjs +13 -0
- package/dist/200/lendingPools/collateralAdded.d.cts +38 -0
- package/dist/200/lendingPools/collateralRemoved.cjs +12 -0
- package/dist/200/lendingPools/collateralRemoved.d.cts +25 -0
- package/dist/200/lendingPools/collateralTopupAssetUpdated.cjs +12 -0
- package/dist/200/lendingPools/collateralTopupAssetUpdated.d.cts +25 -0
- package/dist/200/lendingPools/interestTaken.cjs +15 -0
- package/dist/200/lendingPools/interestTaken.d.cts +24 -0
- package/dist/200/lendingPools/lendingFundsAdded.cjs +13 -0
- package/dist/200/lendingPools/lendingFundsAdded.d.cts +28 -0
- package/dist/200/lendingPools/lendingFundsAdded.d.mts +2 -2
- package/dist/200/lendingPools/lendingFundsRemoved.cjs +13 -0
- package/dist/200/lendingPools/lendingFundsRemoved.d.cts +28 -0
- package/dist/200/lendingPools/lendingFundsRemoved.d.mts +2 -2
- package/dist/200/lendingPools/lendingNetworkFeeSwapInitiated.cjs +9 -0
- package/dist/200/lendingPools/lendingNetworkFeeSwapInitiated.d.cts +12 -0
- package/dist/200/lendingPools/lendingPoolCreated.cjs +9 -0
- package/dist/200/lendingPools/lendingPoolCreated.d.cts +22 -0
- package/dist/200/lendingPools/liquidationCompleted.cjs +12 -0
- package/dist/200/lendingPools/liquidationCompleted.d.cts +25 -0
- package/dist/200/lendingPools/liquidationFeeTaken.cjs +14 -0
- package/dist/200/lendingPools/liquidationFeeTaken.d.cts +21 -0
- package/dist/200/lendingPools/liquidationInitiated.cjs +13 -0
- package/dist/200/lendingPools/liquidationInitiated.d.cts +28 -0
- package/dist/200/lendingPools/loanCreated.cjs +14 -0
- package/dist/200/lendingPools/loanCreated.d.cts +31 -0
- package/dist/200/lendingPools/loanCreated.d.mts +2 -2
- package/dist/200/lendingPools/loanRepaid.cjs +12 -0
- package/dist/200/lendingPools/loanRepaid.d.cts +15 -0
- package/dist/200/lendingPools/loanSettled.cjs +13 -0
- package/dist/200/lendingPools/loanSettled.d.cts +18 -0
- package/dist/200/lendingPools/loanUpdated.cjs +12 -0
- package/dist/200/lendingPools/loanUpdated.d.cts +15 -0
- package/dist/200/lendingPools/originationFeeTaken.cjs +14 -0
- package/dist/200/lendingPools/originationFeeTaken.d.cts +21 -0
- package/dist/200/lendingPools/palletConfigUpdated.cjs +9 -0
- package/dist/200/lendingPools/palletConfigUpdated.d.cts +388 -0
- package/dist/200/lendingPools/whitelistUpdated.cjs +9 -0
- package/dist/200/lendingPools/whitelistUpdated.d.cts +67 -0
- package/dist/200/polkadotBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/polkadotBroadcaster/historicalBroadcastRequested.d.cts +18 -0
- package/dist/200/polkadotThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
- package/dist/200/polkadotThresholdSigner/maxRetriesReachedForRequest.d.cts +12 -0
- package/dist/200/solanaBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/solanaBroadcaster/historicalBroadcastRequested.d.cts +18 -0
- package/dist/200/solanaThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
- package/dist/200/solanaThresholdSigner/maxRetriesReachedForRequest.d.cts +12 -0
- package/dist/200/swapping/accountCreationDepositAddressReady.cjs +19 -0
- package/dist/200/swapping/accountCreationDepositAddressReady.d.cts +148 -0
- package/dist/200/swapping/accountCreationDepositAddressReady.d.mts +11 -11
- package/dist/200/swapping/swapAborted.cjs +12 -0
- package/dist/200/swapping/swapAborted.d.cts +25 -0
- package/dist/200/swapping/swapAborted.d.mts +2 -2
- package/dist/200/swapping/swapRequestCompleted.cjs +12 -0
- package/dist/200/swapping/swapRequestCompleted.d.cts +25 -0
- package/dist/200/swapping/swapRequested.cjs +19 -0
- package/dist/200/swapping/swapRequested.d.cts +3993 -0
- package/dist/200/swapping/swapRequested.d.mts +38 -38
- package/dist/200/swapping/swapRescheduled.cjs +13 -0
- package/dist/200/swapping/swapRescheduled.d.cts +28 -0
- package/dist/200/swapping/swapRescheduled.d.mts +2 -2
- package/dist/210/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/210/arbitrumIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/210/arbitrumIngressEgress/assetEgressStatusChanged.d.cts +25 -0
- package/dist/210/arbitrumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +204 -0
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +14 -14
- package/dist/210/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +1427 -0
- package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +16 -16
- package/dist/210/arbitrumIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/210/arbitrumIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/210/arbitrumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +198 -0
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +10 -10
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
- package/dist/210/arbitrumIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/210/arbitrumIngressEgress/invalidCcmRefunded.d.cts +28 -0
- package/dist/210/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/210/arbitrumIngressEgress/palletConfigUpdated.d.cts +151 -0
- package/dist/210/arbitrumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/210/arbitrumIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/210/assetBalances/accountCredited.cjs +14 -0
- package/dist/210/assetBalances/accountCredited.d.cts +31 -0
- package/dist/210/assetBalances/accountCredited.d.mts +8 -8
- package/dist/210/assetBalances/accountDebited.cjs +14 -0
- package/dist/210/assetBalances/accountDebited.d.cts +31 -0
- package/dist/210/assetBalances/accountDebited.d.mts +8 -8
- package/dist/210/assethubIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/assethubIngressEgress/depositFailed.d.cts +1418 -0
- package/dist/210/assethubIngressEgress/depositFailed.d.mts +58 -58
- package/dist/210/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +2336 -0
- package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +61 -61
- package/dist/210/common.cjs +1375 -0
- package/dist/210/common.d.cts +26272 -0
- package/dist/210/common.d.mts +690 -690
- package/dist/210/environment/addedNewArbAsset.cjs +9 -0
- package/dist/210/environment/addedNewArbAsset.d.cts +14 -0
- package/dist/210/environment/addedNewEthAsset.cjs +9 -0
- package/dist/210/environment/addedNewEthAsset.d.cts +14 -0
- package/dist/210/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/210/environment/runtimeSafeModeUpdated.d.cts +1929 -0
- package/dist/210/environment/runtimeSafeModeUpdated.d.mts +98 -98
- package/dist/210/environment/updatedArbAsset.cjs +9 -0
- package/dist/210/environment/updatedArbAsset.d.cts +14 -0
- package/dist/210/environment/updatedEthAsset.cjs +9 -0
- package/dist/210/environment/updatedEthAsset.d.cts +14 -0
- package/dist/210/ethereumIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/210/ethereumIngressEgress/assetEgressStatusChanged.d.cts +25 -0
- package/dist/210/ethereumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +204 -0
- package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +14 -14
- package/dist/210/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/ethereumIngressEgress/depositFailed.d.cts +1427 -0
- package/dist/210/ethereumIngressEgress/depositFailed.d.mts +55 -55
- package/dist/210/ethereumIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/210/ethereumIngressEgress/depositFetchesScheduled.d.cts +25 -0
- package/dist/210/ethereumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +198 -0
- package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +10 -10
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +44 -0
- package/dist/210/ethereumIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/210/ethereumIngressEgress/invalidCcmRefunded.d.cts +28 -0
- package/dist/210/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/210/ethereumIngressEgress/palletConfigUpdated.d.cts +151 -0
- package/dist/210/ethereumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/210/ethereumIngressEgress/transferFallbackRequested.d.cts +66 -0
- package/dist/210/funding/funded.cjs +14 -0
- package/dist/210/funding/funded.d.cts +88 -0
- package/dist/210/funding/funded.d.mts +8 -8
- package/dist/210/governance/newGovernanceCouncil.cjs +9 -0
- package/dist/210/governance/newGovernanceCouncil.d.cts +27 -0
- package/dist/210/lendingPools/boostFundsAdded.cjs +13 -0
- package/dist/210/lendingPools/boostFundsAdded.d.cts +45 -0
- package/dist/210/lendingPools/boostFundsAdded.d.mts +12 -12
- package/dist/210/lendingPools/boostPoolCreated.cjs +9 -0
- package/dist/210/lendingPools/boostPoolCreated.d.cts +39 -0
- package/dist/210/lendingPools/boostPoolCreated.d.mts +8 -8
- package/dist/210/lendingPools/collateralAdded.cjs +13 -0
- package/dist/210/lendingPools/collateralAdded.d.cts +68 -0
- package/dist/210/lendingPools/collateralAdded.d.mts +6 -6
- package/dist/210/lendingPools/collateralRemoved.cjs +12 -0
- package/dist/210/lendingPools/collateralRemoved.d.cts +25 -0
- package/dist/210/lendingPools/collateralRemoved.d.mts +6 -6
- package/dist/210/lendingPools/collateralTopupAssetUpdated.cjs +12 -0
- package/dist/210/lendingPools/collateralTopupAssetUpdated.d.cts +25 -0
- package/dist/210/lendingPools/collateralTopupAssetUpdated.d.mts +6 -6
- package/dist/210/lendingPools/lendingFundsAdded.cjs +13 -0
- package/dist/210/lendingPools/lendingFundsAdded.d.cts +28 -0
- package/dist/210/lendingPools/lendingFundsAdded.d.mts +6 -6
- package/dist/210/lendingPools/lendingFundsRemoved.cjs +13 -0
- package/dist/210/lendingPools/lendingFundsRemoved.d.cts +28 -0
- package/dist/210/lendingPools/lendingFundsRemoved.d.mts +6 -6
- package/dist/210/lendingPools/lendingPoolCreated.cjs +9 -0
- package/dist/210/lendingPools/lendingPoolCreated.d.cts +22 -0
- package/dist/210/lendingPools/lendingPoolCreated.d.mts +6 -6
- package/dist/210/lendingPools/loanCreated.cjs +14 -0
- package/dist/210/lendingPools/loanCreated.d.cts +31 -0
- package/dist/210/lendingPools/loanCreated.d.mts +6 -6
- package/dist/210/lendingPools/loanRepaid.cjs +13 -0
- package/dist/210/lendingPools/loanRepaid.d.cts +43 -0
- package/dist/210/lendingPools/palletConfigUpdated.cjs +9 -0
- package/dist/210/lendingPools/palletConfigUpdated.d.cts +388 -0
- package/dist/210/lendingPools/palletConfigUpdated.d.mts +8 -8
- package/dist/210/lendingPools/stoppedBoosting.cjs +14 -0
- package/dist/210/lendingPools/stoppedBoosting.d.cts +48 -0
- package/dist/210/lendingPools/stoppedBoosting.d.mts +10 -10
- package/dist/210/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/210/liquidityPools/assetSwapped.d.cts +41 -0
- package/dist/210/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/210/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/210/liquidityPools/limitOrderUpdated.d.cts +99 -0
- package/dist/210/liquidityPools/limitOrderUpdated.d.mts +12 -12
- package/dist/210/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/210/liquidityPools/newPoolCreated.d.cts +41 -0
- package/dist/210/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/210/liquidityPools/orderDeletionFailed.cjs +9 -0
- package/dist/210/liquidityPools/orderDeletionFailed.d.cts +127 -0
- package/dist/210/liquidityPools/orderDeletionFailed.d.mts +32 -32
- package/dist/210/liquidityPools/palletConfigUpdated.cjs +9 -0
- package/dist/210/liquidityPools/palletConfigUpdated.d.cts +44 -0
- package/dist/210/liquidityPools/palletConfigUpdated.d.mts +8 -8
- package/dist/210/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/210/liquidityPools/poolFeeSet.d.cts +38 -0
- package/dist/210/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/210/liquidityPools/priceImpactLimitSet.cjs +12 -0
- package/dist/210/liquidityPools/priceImpactLimitSet.d.cts +46 -0
- package/dist/210/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +209 -0
- package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +24 -24
- package/dist/210/liquidityProvider/assetTransferred.cjs +14 -0
- package/dist/210/liquidityProvider/assetTransferred.d.cts +31 -0
- package/dist/210/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +91 -0
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +10 -10
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +95 -0
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
- package/dist/210/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/polkadotIngressEgress/depositFailed.d.cts +1418 -0
- package/dist/210/polkadotIngressEgress/depositFailed.d.mts +58 -58
- package/dist/210/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/solanaIngressEgress/depositFailed.d.cts +1499 -0
- package/dist/210/solanaIngressEgress/depositFailed.d.mts +55 -55
- package/dist/210/swapping/accountCreationDepositAddressReady.cjs +19 -0
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +148 -0
- package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +16 -16
- package/dist/210/swapping/batchSwapFailed.cjs +13 -0
- package/dist/210/swapping/batchSwapFailed.d.cts +38 -0
- package/dist/210/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/210/swapping/creditedOnChain.cjs +14 -0
- package/dist/210/swapping/creditedOnChain.d.cts +31 -0
- package/dist/210/swapping/creditedOnChain.d.mts +8 -8
- package/dist/210/swapping/palletConfigUpdated.cjs +9 -0
- package/dist/210/swapping/palletConfigUpdated.d.cts +255 -0
- package/dist/210/swapping/palletConfigUpdated.d.mts +32 -32
- package/dist/210/swapping/refundEgressIgnored.cjs +14 -0
- package/dist/210/swapping/refundEgressIgnored.d.cts +248 -0
- package/dist/210/swapping/refundEgressIgnored.d.mts +8 -8
- package/dist/210/swapping/refundEgressScheduled.cjs +16 -0
- package/dist/210/swapping/refundEgressScheduled.d.cts +57 -0
- package/dist/210/swapping/refundEgressScheduled.d.mts +15 -15
- package/dist/210/swapping/refundedOnChain.cjs +15 -0
- package/dist/210/swapping/refundedOnChain.d.cts +34 -0
- package/dist/210/swapping/refundedOnChain.d.mts +8 -8
- package/dist/210/swapping/swapAmountConfiscated.cjs +14 -0
- package/dist/210/swapping/swapAmountConfiscated.d.cts +31 -0
- package/dist/210/swapping/swapAmountConfiscated.d.mts +6 -6
- package/dist/210/swapping/swapDepositAddressReady.cjs +24 -0
- package/dist/210/swapping/swapDepositAddressReady.d.cts +695 -0
- package/dist/210/swapping/swapDepositAddressReady.d.mts +18 -18
- package/dist/210/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/210/swapping/swapEgressIgnored.d.cts +248 -0
- package/dist/210/swapping/swapEgressIgnored.d.mts +8 -8
- package/dist/210/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/210/swapping/swapEgressScheduled.d.cts +54 -0
- package/dist/210/swapping/swapEgressScheduled.d.mts +14 -14
- package/dist/210/swapping/swapExecuted.cjs +20 -0
- package/dist/210/swapping/swapExecuted.d.cts +59 -0
- package/dist/210/swapping/swapExecuted.d.mts +16 -16
- package/dist/210/swapping/swapRequested.cjs +19 -0
- package/dist/210/swapping/swapRequested.d.cts +3993 -0
- package/dist/210/swapping/swapRequested.d.mts +28 -28
- package/dist/210/swapping/withdrawalRequested.cjs +16 -0
- package/dist/210/swapping/withdrawalRequested.d.cts +98 -0
- package/dist/210/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/210/tradingStrategy/fundsAddedToStrategy.cjs +12 -0
- package/dist/210/tradingStrategy/fundsAddedToStrategy.d.cts +25 -0
- package/dist/210/tradingStrategy/fundsAddedToStrategy.d.mts +6 -6
- package/dist/210/tradingStrategy/palletConfigUpdated.cjs +9 -0
- package/dist/210/tradingStrategy/palletConfigUpdated.d.cts +108 -0
- package/dist/210/tradingStrategy/palletConfigUpdated.d.mts +24 -24
- package/dist/210/tradingStrategy/strategyDeployed.cjs +13 -0
- package/dist/210/tradingStrategy/strategyDeployed.d.cts +134 -0
- package/dist/210/tradingStrategy/strategyDeployed.d.mts +24 -24
- package/dist/CodeGenerator.cjs +187 -0
- package/dist/EventHandler.cjs +15 -0
- package/dist/EventHandler.d.cts +27 -0
- package/dist/EventHandler.d.mts +28 -0
- package/dist/EventHandler.mjs +14 -0
- package/dist/HandlerMap.cjs +65 -0
- package/dist/HandlerMap.d.cts +24 -0
- package/dist/HandlerMap.d.mts +24 -0
- package/dist/HandlerMap.mjs +62 -0
- package/dist/Parser.cjs +122 -0
- package/dist/Processor.cjs +215 -0
- package/dist/Processor.d.cts +42 -0
- package/dist/Processor.d.mts +42 -0
- package/dist/Processor.mjs +211 -0
- package/dist/_virtual/_@oxc-project_runtime@0.110.0/helpers/decorate.cjs +11 -0
- package/dist/_virtual/_@oxc-project_runtime@0.110.0/helpers/decorate.mjs +10 -0
- package/dist/_virtual/rolldown_runtime.cjs +45 -0
- package/dist/generate.cjs +44 -0
- package/dist/generate.d.cts +3 -0
- package/dist/index.cjs +8 -0
- package/dist/index.d.cts +4 -0
- package/dist/index.d.mts +4 -0
- package/dist/index.mjs +5 -0
- package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/Client.cjs +76 -0
- package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/HttpClient.cjs +35 -0
- package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/WsClient.cjs +4 -0
- package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/common.cjs +44 -0
- package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/index.cjs +2 -0
- package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/parsers.cjs +484 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/_shortw_utils.cjs +22 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/curve.cjs +324 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/hash-to-curve.cjs +167 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/modular.cjs +394 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/weierstrass.cjs +1195 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/secp256k1.cjs +119 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/utils.cjs +203 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_blake.cjs +267 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_md.cjs +136 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_u64.cjs +65 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/blake2.cjs +335 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/blake2b.cjs +13 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/cryptoNode.cjs +16 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/hmac.cjs +83 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/sha2.cjs +254 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/sha3.cjs +207 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/utils.cjs +207 -0
- package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/genesis.cjs +91 -0
- package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/icons.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/ledger.cjs +57 -0
- package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/testnets.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/interfaces.cjs +41 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Array.cjs +152 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Base.cjs +106 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Int.cjs +197 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Compact.cjs +157 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/DoNotConstruct.cjs +100 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Enum.cjs +322 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Int.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Null.cjs +82 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Option.cjs +196 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Result.cjs +65 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Tuple.cjs +101 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/UInt.cjs +28 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Vec.cjs +104 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/VecFixed.cjs +67 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BTreeMap.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BTreeSet.cjs +190 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BitVec.cjs +98 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Bytes.cjs +61 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/HashMap.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Map.cjs +197 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/OptionBool.cjs +61 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Range.cjs +43 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/RangeInclusive.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Type.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/U8aFixed.cjs +44 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/WrapperKeepOpaque.cjs +102 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/WrapperOpaque.cjs +24 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Bool.cjs +107 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Float.cjs +107 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Json.cjs +120 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Raw.cjs +140 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Set.cjs +196 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Struct.cjs +233 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Text.cjs +138 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/F32.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/F64.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I128.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I16.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I256.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I32.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I64.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I8.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/ISize.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U128.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U16.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U256.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U32.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U64.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U8.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/USize.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareArray.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareMap.cjs +23 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareSet.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/decodeU8a.cjs +107 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/sanitize.cjs +180 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/sortValues.cjs +70 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/toConstructors.cjs +38 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/typesToMap.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/util.cjs +9 -0
- package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/create/class.cjs +147 -0
- package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/create/type.cjs +47 -0
- package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/types/types.cjs +36 -0
- package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/encodeTypes.cjs +101 -0
- package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/getTypeDef.cjs +250 -0
- package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/typeSplit.cjs +48 -0
- package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/xcm.cjs +23 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/create/lazy.cjs +12 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/create/registry.cjs +378 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/ethereum/AccountId.cjs +68 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/ethereum/LookupSource.cjs +80 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/Extrinsic.cjs +320 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicEra.cjs +208 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicPayload.cjs +163 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicPayloadUnknown.cjs +17 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicUnknown.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/SignerPayload.cjs +131 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/constants.cjs +28 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/emptyCheck.cjs +9 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/index.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/polkadot.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/shell.cjs +7 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/statemint.cjs +12 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/substrate.cjs +51 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/util.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/Extrinsic.cjs +79 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/ExtrinsicPayload.cjs +95 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/ExtrinsicSignature.cjs +158 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/Extrinsic.cjs +88 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/ExtrinsicPayload.cjs +92 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/ExtrinsicSignature.cjs +155 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/GeneralExtrinsic.cjs +139 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/AccountId.cjs +84 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/AccountIndex.cjs +99 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Block.cjs +43 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Call.cjs +180 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/ChainProperties.cjs +56 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/ConsensusEngineId.cjs +94 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Event.cjs +149 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/LookupSource.cjs +88 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/MultiAddress.cjs +54 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Vote.cjs +91 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/index.types.cjs +136 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/alias.cjs +66 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assetConversion/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assetConversion/runtime.cjs +65 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assets/definitions.cjs +53 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assets/runtime.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/attestations/definitions.cjs +23 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/aura/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/aura/runtime.cjs +20 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/author/definitions.cjs +27 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/author/rpc.cjs +90 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/authorship/definitions.cjs +12 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/definitions.cjs +120 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/rpc.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/runtime.cjs +65 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/balances/definitions.cjs +50 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/definitions.cjs +60 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/rpc.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/runtime.cjs +92 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/benchmark/definitions.cjs +73 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/benchmark/runtime.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/blockbuilder/definitions.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/blockbuilder/runtime.cjs +98 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/bridges/definitions.cjs +88 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/chain/definitions.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/chain/rpc.cjs +79 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/childstate/definitions.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/childstate/rpc.cjs +137 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/claims/definitions.cjs +9 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/collective/definitions.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/consensus/definitions.cjs +12 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/definitions.cjs +412 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/rpc.cjs +85 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/runtime.cjs +175 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contractsAbi/definitions.cjs +326 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/crowdloan/definitions.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/cumulus/definitions.cjs +37 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/cumulus/runtime.cjs +39 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/definitions.cjs +167 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/democracy/definitions.cjs +98 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dev/definitions.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dev/rpc.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/discovery/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/discovery/runtime.cjs +13 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dryRunApi/definitions.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dryRunApi/runtime.cjs +65 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/elections/definitions.cjs +35 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/engine/definitions.cjs +24 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/engine/rpc.cjs +38 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/definitions.cjs +382 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/rpc.cjs +448 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/runtime.cjs +320 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/evm/definitions.cjs +89 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/extrinsics/definitions.cjs +36 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/finality/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/finality/runtime.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/fungibles/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/fungibles/runtime.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genericAsset/definitions.cjs +25 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genesisBuilder/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genesisBuilder/runtime.cjs +23 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/gilt/definitions.cjs +27 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/definitions.cjs +128 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/rpc.cjs +30 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/runtime.cjs +48 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/identity/definitions.cjs +71 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/imOnline/definitions.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/lottery/definitions.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/definitions.cjs +69 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/hashers.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/runtime.cjs +32 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v10.cjs +57 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v11.cjs +58 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v12.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v13.cjs +60 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v14.cjs +84 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v15.cjs +59 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v16.cjs +116 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v9.cjs +79 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mixnet/definitions.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mixnet/runtime.cjs +36 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/definitions.cjs +49 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/rpc.cjs +57 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/runtime.cjs +145 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nfts/definitions.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nfts/runtime.cjs +98 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nimbus/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nimbus/runtime.cjs +62 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nompools/definitions.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nompools/runtime.cjs +40 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/definitions.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/rpc.cjs +50 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/runtime.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offences/definitions.cjs +20 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlOracle/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlOracle/runtime.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlTokens/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlTokens/runtime.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/definitions.cjs +523 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/hrmp.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/runtime.cjs +360 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/slots.cjs +95 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/definitions.cjs +34 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/rpc.cjs +35 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/runtime.cjs +145 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/poll/definitions.cjs +9 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/pow/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/pow/runtime.cjs +23 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/proxy/definitions.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/purchase/definitions.cjs +25 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/recovery/definitions.cjs +21 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/rpc/definitions.cjs +13 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/rpc/rpc.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/runtime/definitions.cjs +201 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/runtime/runtime.cjs +94 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/definitions.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/v0.cjs +73 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/v1.cjs +58 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scheduler/definitions.cjs +28 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/session/definitions.cjs +41 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/session/runtime.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/society/definitions.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/staking/definitions.cjs +293 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/staking/runtime.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/state/definitions.cjs +85 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/state/rpc.cjs +383 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/statement/definitions.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/statement/runtime.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/support/definitions.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/syncstate/definitions.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/syncstate/rpc.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/definitions.cjs +287 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/rpc.cjs +133 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/runtime.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/treasury/definitions.cjs +61 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txpayment/definitions.cjs +9 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txqueue/definitions.cjs +25 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txqueue/runtime.cjs +53 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/uniques/definitions.cjs +47 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/utility/definitions.cjs +20 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/vesting/definitions.cjs +13 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/definitions.cjs +154 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v0.cjs +205 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v1.cjs +195 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v2.cjs +254 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v3.cjs +344 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v4.cjs +250 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v5.cjs +271 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmPaymentApi/definitions.cjs +17 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmPaymentApi/runtime.cjs +37 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmRuntimeApi/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmRuntimeApi/runtime.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/MagicNumber.cjs +13 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/Metadata.cjs +37 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/MetadataVersioned.cjs +139 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/PortableRegistry/PortableRegistry.cjs +684 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/constants/index.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/events/index.cjs +8 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/extrinsics/createUnchecked.cjs +28 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/extrinsics/index.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/util.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/extractTypes.cjs +53 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/flattenUniq.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/getSiName.cjs +9 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/getUniqTypes.cjs +33 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/toCallsOnly.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/validateTypes.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v10/toV11.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v11/toV12.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v12/toV13.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v13/toV14.cjs +240 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v14/toV15.cjs +25 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v15/toV16.cjs +96 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v16/toLatest.cjs +12 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v9/toV10.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/versions.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/primitive/Data.cjs +101 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/primitive/StorageKey.cjs +165 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/util/storage.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/checksum.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/decode.cjs +25 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/defaults.cjs +28 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/encode.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/sshash.cjs +12 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/base32/helpers.cjs +32 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/base58/bs58.cjs +35 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/blake2/asU8a.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/bn.cjs +9 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/encode.cjs +28 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/isAddress.cjs +12 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/isChecksum.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/helpers.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/keccak/asU8a.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/secp256k1/expand.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/assert.cjs +41 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/bn.cjs +13 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/consts.cjs +46 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toBn.cjs +30 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toHex.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toU8a.cjs +34 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/addLength.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/fromU8a.cjs +57 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/stripLength.cjs +23 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/toU8a.cjs +38 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/float/toU8a.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatBalance.cjs +55 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatDate.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatDecimal.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatNumber.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/getSeparator.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/si.cjs +109 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/has.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/stripPrefix.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/toBn.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/toU8a.cjs +41 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/ascii.cjs +33 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/bigInt.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/bn.cjs +24 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/boolean.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/buffer.cjs +25 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/codec.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/function.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/helpers.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/hex.cjs +27 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/null.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/number.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/object.cjs +23 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/string.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/toBigInt.cjs +7 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/toBn.cjs +7 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/u8a.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/undefined.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/utf8.cjs +72 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/lazy.cjs +37 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/logger.cjs +90 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/noop.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/object/property.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/object/spread.cjs +28 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/string/camelCase.cjs +51 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/string/toU8a.cjs +24 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/stringify.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/concat.cjs +49 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/eq.cjs +34 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toBn.cjs +48 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toFloat.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toHex.cjs +43 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toNumber.cjs +33 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toString.cjs +24 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toU8a.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/bridge.cjs +162 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/init.cjs +37 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/wbg.cjs +65 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-init@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1__02e742fd5476f0471e29709e28965abf/node_modules/@polkadot/wasm-crypto-init/wasm.cjs +13 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-wasm@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-crypto-wasm/bundle.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-wasm@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-crypto-wasm/cjs/bytes.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-crypto@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_66de4b6310fb21b1adaa456362dbc346/node_modules/@polkadot/wasm-crypto/bundle.cjs +49 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-crypto@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_66de4b6310fb21b1adaa456362dbc346/node_modules/@polkadot/wasm-crypto/init.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-util/base64.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-util/fflate.cjs +287 -0
- package/dist/node_modules/.pnpm/@polkadot_x-bigint@14.0.1/node_modules/@polkadot/x-bigint/index.cjs +20 -0
- package/dist/node_modules/.pnpm/@polkadot_x-global@14.0.1/node_modules/@polkadot/x-global/index.cjs +20 -0
- package/dist/node_modules/.pnpm/@polkadot_x-randomvalues@14.0.1_@polkadot_util@14.0.1_@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1_/node_modules/@polkadot/x-randomvalues/node.cjs +13 -0
- package/dist/node_modules/.pnpm/@polkadot_x-textdecoder@14.0.1/node_modules/@polkadot/x-textdecoder/node.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_x-textencoder@14.0.1/node_modules/@polkadot/x-textencoder/node.cjs +19 -0
- package/dist/node_modules/.pnpm/@scure_base@1.2.6/node_modules/@scure/base/lib/esm/index.cjs +537 -0
- package/dist/node_modules/.pnpm/@substrate_ss58-registry@1.51.0/node_modules/@substrate/ss58-registry/esm/index.cjs +1364 -0
- package/dist/node_modules/.pnpm/bn.js@5.2.2/node_modules/bn.js/lib/bn.cjs +2550 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/doc.cjs +1049 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/index.cjs +14559 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/acorn.cjs +4971 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/angular.cjs +3954 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/babel.cjs +9881 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/estree.cjs +7271 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/flow.cjs +52915 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/glimmer.cjs +7546 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/graphql.cjs +1947 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/html.cjs +7041 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/markdown.cjs +6882 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/meriyah.cjs +7593 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/postcss.cjs +6780 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/typescript.cjs +22937 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/yaml.cjs +5273 -0
- package/dist/packages/chainspec/src/BaseCodeGenerator.cjs +151 -0
- package/dist/packages/chainspec/src/BaseParser.cjs +212 -0
- package/dist/packages/chainspec/src/Compiler.cjs +56 -0
- package/dist/packages/chainspec/src/SpecVersion.cjs +35 -0
- package/dist/packages/chainspec/src/cache.cjs +102 -0
- package/dist/packages/chainspec/src/utils.cjs +104 -0
- package/dist/types.cjs +0 -0
- package/dist/types.d.cts +112 -0
- package/dist/types.d.mts +112 -0
- package/dist/types.mjs +1 -0
- package/dist/utils.cjs +6 -0
- package/dist/utils.d.cts +4 -0
- package/dist/utils.d.mts +4 -0
- package/dist/utils.mjs +5 -0
- package/package.json +9 -1
package/dist/210/common.d.mts
CHANGED
|
@@ -113,11 +113,11 @@ declare const palletCfTradingStrategyPalletSafeMode: z.ZodObject<{
|
|
|
113
113
|
declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
|
|
114
114
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
115
115
|
}, "strip", z.ZodTypeAny, {
|
|
116
|
-
__kind: "
|
|
116
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
117
117
|
}, {
|
|
118
|
-
__kind: "
|
|
119
|
-
}>, "
|
|
120
|
-
__kind: "
|
|
118
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
119
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
120
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
121
121
|
}>;
|
|
122
122
|
declare const cfTraitsSafeModeSafeModeSet: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
123
123
|
__kind: z.ZodLiteral<"Green">;
|
|
@@ -136,19 +136,19 @@ declare const cfTraitsSafeModeSafeModeSet: z.ZodDiscriminatedUnion<"__kind", [z.
|
|
|
136
136
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
137
137
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
138
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
|
-
__kind: "
|
|
139
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
140
140
|
}, {
|
|
141
|
-
__kind: "
|
|
142
|
-
}>, "
|
|
143
|
-
__kind: "
|
|
141
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
142
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
143
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
144
144
|
}>, "many">;
|
|
145
145
|
}, "strip", z.ZodTypeAny, {
|
|
146
146
|
__kind: "Amber";
|
|
147
|
-
value: ("
|
|
147
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
148
148
|
}, {
|
|
149
149
|
__kind: "Amber";
|
|
150
150
|
value: {
|
|
151
|
-
__kind: "
|
|
151
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
152
152
|
}[];
|
|
153
153
|
}>]>;
|
|
154
154
|
declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
@@ -171,19 +171,19 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
171
171
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
172
172
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
173
173
|
}, "strip", z.ZodTypeAny, {
|
|
174
|
-
__kind: "
|
|
174
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
175
175
|
}, {
|
|
176
|
-
__kind: "
|
|
177
|
-
}>, "
|
|
178
|
-
__kind: "
|
|
176
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
177
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
178
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
179
179
|
}>, "many">;
|
|
180
180
|
}, "strip", z.ZodTypeAny, {
|
|
181
181
|
__kind: "Amber";
|
|
182
|
-
value: ("
|
|
182
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
183
183
|
}, {
|
|
184
184
|
__kind: "Amber";
|
|
185
185
|
value: {
|
|
186
|
-
__kind: "
|
|
186
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
187
187
|
}[];
|
|
188
188
|
}>]>;
|
|
189
189
|
addLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -203,19 +203,19 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
203
203
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
204
204
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
205
205
|
}, "strip", z.ZodTypeAny, {
|
|
206
|
-
__kind: "
|
|
206
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
207
207
|
}, {
|
|
208
|
-
__kind: "
|
|
209
|
-
}>, "
|
|
210
|
-
__kind: "
|
|
208
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
209
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
210
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
211
211
|
}>, "many">;
|
|
212
212
|
}, "strip", z.ZodTypeAny, {
|
|
213
213
|
__kind: "Amber";
|
|
214
|
-
value: ("
|
|
214
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
215
215
|
}, {
|
|
216
216
|
__kind: "Amber";
|
|
217
217
|
value: {
|
|
218
|
-
__kind: "
|
|
218
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
219
219
|
}[];
|
|
220
220
|
}>]>;
|
|
221
221
|
withdrawLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -235,19 +235,19 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
235
235
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
236
236
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
237
237
|
}, "strip", z.ZodTypeAny, {
|
|
238
|
-
__kind: "
|
|
238
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
239
239
|
}, {
|
|
240
|
-
__kind: "
|
|
241
|
-
}>, "
|
|
242
|
-
__kind: "
|
|
240
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
241
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
242
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
243
243
|
}>, "many">;
|
|
244
244
|
}, "strip", z.ZodTypeAny, {
|
|
245
245
|
__kind: "Amber";
|
|
246
|
-
value: ("
|
|
246
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
247
247
|
}, {
|
|
248
248
|
__kind: "Amber";
|
|
249
249
|
value: {
|
|
250
|
-
__kind: "
|
|
250
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
251
251
|
}[];
|
|
252
252
|
}>]>;
|
|
253
253
|
addCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -267,19 +267,19 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
267
267
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
268
268
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
269
269
|
}, "strip", z.ZodTypeAny, {
|
|
270
|
-
__kind: "
|
|
270
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
271
271
|
}, {
|
|
272
|
-
__kind: "
|
|
273
|
-
}>, "
|
|
274
|
-
__kind: "
|
|
272
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
273
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
274
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
275
275
|
}>, "many">;
|
|
276
276
|
}, "strip", z.ZodTypeAny, {
|
|
277
277
|
__kind: "Amber";
|
|
278
|
-
value: ("
|
|
278
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
279
279
|
}, {
|
|
280
280
|
__kind: "Amber";
|
|
281
281
|
value: {
|
|
282
|
-
__kind: "
|
|
282
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
283
283
|
}[];
|
|
284
284
|
}>]>;
|
|
285
285
|
removeCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -299,19 +299,19 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
299
299
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
300
300
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
301
301
|
}, "strip", z.ZodTypeAny, {
|
|
302
|
-
__kind: "
|
|
302
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
303
303
|
}, {
|
|
304
|
-
__kind: "
|
|
305
|
-
}>, "
|
|
306
|
-
__kind: "
|
|
304
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
305
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
306
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
307
307
|
}>, "many">;
|
|
308
308
|
}, "strip", z.ZodTypeAny, {
|
|
309
309
|
__kind: "Amber";
|
|
310
|
-
value: ("
|
|
310
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
311
311
|
}, {
|
|
312
312
|
__kind: "Amber";
|
|
313
313
|
value: {
|
|
314
|
-
__kind: "
|
|
314
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
315
315
|
}[];
|
|
316
316
|
}>]>;
|
|
317
317
|
liquidationsEnabled: z.ZodBoolean;
|
|
@@ -324,7 +324,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
324
324
|
__kind: "Red";
|
|
325
325
|
} | {
|
|
326
326
|
__kind: "Amber";
|
|
327
|
-
value: ("
|
|
327
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
328
328
|
};
|
|
329
329
|
addLenderFunds: {
|
|
330
330
|
__kind: "Green";
|
|
@@ -332,7 +332,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
332
332
|
__kind: "Red";
|
|
333
333
|
} | {
|
|
334
334
|
__kind: "Amber";
|
|
335
|
-
value: ("
|
|
335
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
336
336
|
};
|
|
337
337
|
withdrawLenderFunds: {
|
|
338
338
|
__kind: "Green";
|
|
@@ -340,7 +340,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
340
340
|
__kind: "Red";
|
|
341
341
|
} | {
|
|
342
342
|
__kind: "Amber";
|
|
343
|
-
value: ("
|
|
343
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
344
344
|
};
|
|
345
345
|
addCollateral: {
|
|
346
346
|
__kind: "Green";
|
|
@@ -348,7 +348,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
348
348
|
__kind: "Red";
|
|
349
349
|
} | {
|
|
350
350
|
__kind: "Amber";
|
|
351
|
-
value: ("
|
|
351
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
352
352
|
};
|
|
353
353
|
removeCollateral: {
|
|
354
354
|
__kind: "Green";
|
|
@@ -356,7 +356,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
356
356
|
__kind: "Red";
|
|
357
357
|
} | {
|
|
358
358
|
__kind: "Amber";
|
|
359
|
-
value: ("
|
|
359
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
360
360
|
};
|
|
361
361
|
liquidationsEnabled: boolean;
|
|
362
362
|
}, {
|
|
@@ -369,7 +369,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
369
369
|
} | {
|
|
370
370
|
__kind: "Amber";
|
|
371
371
|
value: {
|
|
372
|
-
__kind: "
|
|
372
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
373
373
|
}[];
|
|
374
374
|
};
|
|
375
375
|
addLenderFunds: {
|
|
@@ -379,7 +379,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
379
379
|
} | {
|
|
380
380
|
__kind: "Amber";
|
|
381
381
|
value: {
|
|
382
|
-
__kind: "
|
|
382
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
383
383
|
}[];
|
|
384
384
|
};
|
|
385
385
|
withdrawLenderFunds: {
|
|
@@ -389,7 +389,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
389
389
|
} | {
|
|
390
390
|
__kind: "Amber";
|
|
391
391
|
value: {
|
|
392
|
-
__kind: "
|
|
392
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
393
393
|
}[];
|
|
394
394
|
};
|
|
395
395
|
addCollateral: {
|
|
@@ -399,7 +399,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
399
399
|
} | {
|
|
400
400
|
__kind: "Amber";
|
|
401
401
|
value: {
|
|
402
|
-
__kind: "
|
|
402
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
403
403
|
}[];
|
|
404
404
|
};
|
|
405
405
|
removeCollateral: {
|
|
@@ -409,7 +409,7 @@ declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
|
|
|
409
409
|
} | {
|
|
410
410
|
__kind: "Amber";
|
|
411
411
|
value: {
|
|
412
|
-
__kind: "
|
|
412
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
413
413
|
}[];
|
|
414
414
|
};
|
|
415
415
|
liquidationsEnabled: boolean;
|
|
@@ -472,9 +472,9 @@ declare const stateChainRuntimeSafeModeWitnesserCallPermission: z.ZodObject<{
|
|
|
472
472
|
assethubIngressEgress: z.ZodBoolean;
|
|
473
473
|
assethubVault: z.ZodBoolean;
|
|
474
474
|
}, "strip", z.ZodTypeAny, {
|
|
475
|
+
governance: boolean;
|
|
475
476
|
funding: boolean;
|
|
476
477
|
swapping: boolean;
|
|
477
|
-
governance: boolean;
|
|
478
478
|
ethereumBroadcast: boolean;
|
|
479
479
|
ethereumChainTracking: boolean;
|
|
480
480
|
ethereumIngressEgress: boolean;
|
|
@@ -498,9 +498,9 @@ declare const stateChainRuntimeSafeModeWitnesserCallPermission: z.ZodObject<{
|
|
|
498
498
|
assethubIngressEgress: boolean;
|
|
499
499
|
assethubVault: boolean;
|
|
500
500
|
}, {
|
|
501
|
+
governance: boolean;
|
|
501
502
|
funding: boolean;
|
|
502
503
|
swapping: boolean;
|
|
503
|
-
governance: boolean;
|
|
504
504
|
ethereumBroadcast: boolean;
|
|
505
505
|
ethereumChainTracking: boolean;
|
|
506
506
|
ethereumIngressEgress: boolean;
|
|
@@ -565,9 +565,9 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
|
|
|
565
565
|
assethubIngressEgress: z.ZodBoolean;
|
|
566
566
|
assethubVault: z.ZodBoolean;
|
|
567
567
|
}, "strip", z.ZodTypeAny, {
|
|
568
|
+
governance: boolean;
|
|
568
569
|
funding: boolean;
|
|
569
570
|
swapping: boolean;
|
|
570
|
-
governance: boolean;
|
|
571
571
|
ethereumBroadcast: boolean;
|
|
572
572
|
ethereumChainTracking: boolean;
|
|
573
573
|
ethereumIngressEgress: boolean;
|
|
@@ -591,9 +591,9 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
|
|
|
591
591
|
assethubIngressEgress: boolean;
|
|
592
592
|
assethubVault: boolean;
|
|
593
593
|
}, {
|
|
594
|
+
governance: boolean;
|
|
594
595
|
funding: boolean;
|
|
595
596
|
swapping: boolean;
|
|
596
|
-
governance: boolean;
|
|
597
597
|
ethereumBroadcast: boolean;
|
|
598
598
|
ethereumChainTracking: boolean;
|
|
599
599
|
ethereumIngressEgress: boolean;
|
|
@@ -620,9 +620,9 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
|
|
|
620
620
|
}, "strip", z.ZodTypeAny, {
|
|
621
621
|
__kind: "CodeAmber";
|
|
622
622
|
value: {
|
|
623
|
+
governance: boolean;
|
|
623
624
|
funding: boolean;
|
|
624
625
|
swapping: boolean;
|
|
625
|
-
governance: boolean;
|
|
626
626
|
ethereumBroadcast: boolean;
|
|
627
627
|
ethereumChainTracking: boolean;
|
|
628
628
|
ethereumIngressEgress: boolean;
|
|
@@ -649,9 +649,9 @@ declare const palletCfWitnesserPalletSafeMode: z.ZodDiscriminatedUnion<"__kind",
|
|
|
649
649
|
}, {
|
|
650
650
|
__kind: "CodeAmber";
|
|
651
651
|
value: {
|
|
652
|
+
governance: boolean;
|
|
652
653
|
funding: boolean;
|
|
653
654
|
swapping: boolean;
|
|
654
|
-
governance: boolean;
|
|
655
655
|
ethereumBroadcast: boolean;
|
|
656
656
|
ethereumChainTracking: boolean;
|
|
657
657
|
ethereumIngressEgress: boolean;
|
|
@@ -799,19 +799,19 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
799
799
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
800
800
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
801
801
|
}, "strip", z.ZodTypeAny, {
|
|
802
|
-
__kind: "
|
|
802
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
803
803
|
}, {
|
|
804
|
-
__kind: "
|
|
805
|
-
}>, "
|
|
806
|
-
__kind: "
|
|
804
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
805
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
806
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
807
807
|
}>, "many">;
|
|
808
808
|
}, "strip", z.ZodTypeAny, {
|
|
809
809
|
__kind: "Amber";
|
|
810
|
-
value: ("
|
|
810
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
811
811
|
}, {
|
|
812
812
|
__kind: "Amber";
|
|
813
813
|
value: {
|
|
814
|
-
__kind: "
|
|
814
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
815
815
|
}[];
|
|
816
816
|
}>]>;
|
|
817
817
|
addLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -831,19 +831,19 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
831
831
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
832
832
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
833
833
|
}, "strip", z.ZodTypeAny, {
|
|
834
|
-
__kind: "
|
|
834
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
835
835
|
}, {
|
|
836
|
-
__kind: "
|
|
837
|
-
}>, "
|
|
838
|
-
__kind: "
|
|
836
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
837
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
838
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
839
839
|
}>, "many">;
|
|
840
840
|
}, "strip", z.ZodTypeAny, {
|
|
841
841
|
__kind: "Amber";
|
|
842
|
-
value: ("
|
|
842
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
843
843
|
}, {
|
|
844
844
|
__kind: "Amber";
|
|
845
845
|
value: {
|
|
846
|
-
__kind: "
|
|
846
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
847
847
|
}[];
|
|
848
848
|
}>]>;
|
|
849
849
|
withdrawLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -863,19 +863,19 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
863
863
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
864
864
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
865
865
|
}, "strip", z.ZodTypeAny, {
|
|
866
|
-
__kind: "
|
|
866
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
867
867
|
}, {
|
|
868
|
-
__kind: "
|
|
869
|
-
}>, "
|
|
870
|
-
__kind: "
|
|
868
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
869
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
870
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
871
871
|
}>, "many">;
|
|
872
872
|
}, "strip", z.ZodTypeAny, {
|
|
873
873
|
__kind: "Amber";
|
|
874
|
-
value: ("
|
|
874
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
875
875
|
}, {
|
|
876
876
|
__kind: "Amber";
|
|
877
877
|
value: {
|
|
878
|
-
__kind: "
|
|
878
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
879
879
|
}[];
|
|
880
880
|
}>]>;
|
|
881
881
|
addCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -895,19 +895,19 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
895
895
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
896
896
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
897
897
|
}, "strip", z.ZodTypeAny, {
|
|
898
|
-
__kind: "
|
|
898
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
899
899
|
}, {
|
|
900
|
-
__kind: "
|
|
901
|
-
}>, "
|
|
902
|
-
__kind: "
|
|
900
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
901
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
902
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
903
903
|
}>, "many">;
|
|
904
904
|
}, "strip", z.ZodTypeAny, {
|
|
905
905
|
__kind: "Amber";
|
|
906
|
-
value: ("
|
|
906
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
907
907
|
}, {
|
|
908
908
|
__kind: "Amber";
|
|
909
909
|
value: {
|
|
910
|
-
__kind: "
|
|
910
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
911
911
|
}[];
|
|
912
912
|
}>]>;
|
|
913
913
|
removeCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -927,19 +927,19 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
927
927
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
928
928
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
929
929
|
}, "strip", z.ZodTypeAny, {
|
|
930
|
-
__kind: "
|
|
930
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
931
931
|
}, {
|
|
932
|
-
__kind: "
|
|
933
|
-
}>, "
|
|
934
|
-
__kind: "
|
|
932
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
933
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
934
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
935
935
|
}>, "many">;
|
|
936
936
|
}, "strip", z.ZodTypeAny, {
|
|
937
937
|
__kind: "Amber";
|
|
938
|
-
value: ("
|
|
938
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
939
939
|
}, {
|
|
940
940
|
__kind: "Amber";
|
|
941
941
|
value: {
|
|
942
|
-
__kind: "
|
|
942
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
943
943
|
}[];
|
|
944
944
|
}>]>;
|
|
945
945
|
liquidationsEnabled: z.ZodBoolean;
|
|
@@ -952,7 +952,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
952
952
|
__kind: "Red";
|
|
953
953
|
} | {
|
|
954
954
|
__kind: "Amber";
|
|
955
|
-
value: ("
|
|
955
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
956
956
|
};
|
|
957
957
|
addLenderFunds: {
|
|
958
958
|
__kind: "Green";
|
|
@@ -960,7 +960,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
960
960
|
__kind: "Red";
|
|
961
961
|
} | {
|
|
962
962
|
__kind: "Amber";
|
|
963
|
-
value: ("
|
|
963
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
964
964
|
};
|
|
965
965
|
withdrawLenderFunds: {
|
|
966
966
|
__kind: "Green";
|
|
@@ -968,7 +968,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
968
968
|
__kind: "Red";
|
|
969
969
|
} | {
|
|
970
970
|
__kind: "Amber";
|
|
971
|
-
value: ("
|
|
971
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
972
972
|
};
|
|
973
973
|
addCollateral: {
|
|
974
974
|
__kind: "Green";
|
|
@@ -976,7 +976,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
976
976
|
__kind: "Red";
|
|
977
977
|
} | {
|
|
978
978
|
__kind: "Amber";
|
|
979
|
-
value: ("
|
|
979
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
980
980
|
};
|
|
981
981
|
removeCollateral: {
|
|
982
982
|
__kind: "Green";
|
|
@@ -984,7 +984,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
984
984
|
__kind: "Red";
|
|
985
985
|
} | {
|
|
986
986
|
__kind: "Amber";
|
|
987
|
-
value: ("
|
|
987
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
988
988
|
};
|
|
989
989
|
liquidationsEnabled: boolean;
|
|
990
990
|
}, {
|
|
@@ -997,7 +997,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
997
997
|
} | {
|
|
998
998
|
__kind: "Amber";
|
|
999
999
|
value: {
|
|
1000
|
-
__kind: "
|
|
1000
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1001
1001
|
}[];
|
|
1002
1002
|
};
|
|
1003
1003
|
addLenderFunds: {
|
|
@@ -1007,7 +1007,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1007
1007
|
} | {
|
|
1008
1008
|
__kind: "Amber";
|
|
1009
1009
|
value: {
|
|
1010
|
-
__kind: "
|
|
1010
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1011
1011
|
}[];
|
|
1012
1012
|
};
|
|
1013
1013
|
withdrawLenderFunds: {
|
|
@@ -1017,7 +1017,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1017
1017
|
} | {
|
|
1018
1018
|
__kind: "Amber";
|
|
1019
1019
|
value: {
|
|
1020
|
-
__kind: "
|
|
1020
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1021
1021
|
}[];
|
|
1022
1022
|
};
|
|
1023
1023
|
addCollateral: {
|
|
@@ -1027,7 +1027,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1027
1027
|
} | {
|
|
1028
1028
|
__kind: "Amber";
|
|
1029
1029
|
value: {
|
|
1030
|
-
__kind: "
|
|
1030
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1031
1031
|
}[];
|
|
1032
1032
|
};
|
|
1033
1033
|
removeCollateral: {
|
|
@@ -1037,7 +1037,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1037
1037
|
} | {
|
|
1038
1038
|
__kind: "Amber";
|
|
1039
1039
|
value: {
|
|
1040
|
-
__kind: "
|
|
1040
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1041
1041
|
}[];
|
|
1042
1042
|
};
|
|
1043
1043
|
liquidationsEnabled: boolean;
|
|
@@ -1185,9 +1185,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1185
1185
|
assethubIngressEgress: z.ZodBoolean;
|
|
1186
1186
|
assethubVault: z.ZodBoolean;
|
|
1187
1187
|
}, "strip", z.ZodTypeAny, {
|
|
1188
|
+
governance: boolean;
|
|
1188
1189
|
funding: boolean;
|
|
1189
1190
|
swapping: boolean;
|
|
1190
|
-
governance: boolean;
|
|
1191
1191
|
ethereumBroadcast: boolean;
|
|
1192
1192
|
ethereumChainTracking: boolean;
|
|
1193
1193
|
ethereumIngressEgress: boolean;
|
|
@@ -1211,9 +1211,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1211
1211
|
assethubIngressEgress: boolean;
|
|
1212
1212
|
assethubVault: boolean;
|
|
1213
1213
|
}, {
|
|
1214
|
+
governance: boolean;
|
|
1214
1215
|
funding: boolean;
|
|
1215
1216
|
swapping: boolean;
|
|
1216
|
-
governance: boolean;
|
|
1217
1217
|
ethereumBroadcast: boolean;
|
|
1218
1218
|
ethereumChainTracking: boolean;
|
|
1219
1219
|
ethereumIngressEgress: boolean;
|
|
@@ -1240,9 +1240,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1240
1240
|
}, "strip", z.ZodTypeAny, {
|
|
1241
1241
|
__kind: "CodeAmber";
|
|
1242
1242
|
value: {
|
|
1243
|
+
governance: boolean;
|
|
1243
1244
|
funding: boolean;
|
|
1244
1245
|
swapping: boolean;
|
|
1245
|
-
governance: boolean;
|
|
1246
1246
|
ethereumBroadcast: boolean;
|
|
1247
1247
|
ethereumChainTracking: boolean;
|
|
1248
1248
|
ethereumIngressEgress: boolean;
|
|
@@ -1269,9 +1269,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1269
1269
|
}, {
|
|
1270
1270
|
__kind: "CodeAmber";
|
|
1271
1271
|
value: {
|
|
1272
|
+
governance: boolean;
|
|
1272
1273
|
funding: boolean;
|
|
1273
1274
|
swapping: boolean;
|
|
1274
|
-
governance: boolean;
|
|
1275
1275
|
ethereumBroadcast: boolean;
|
|
1276
1276
|
ethereumChainTracking: boolean;
|
|
1277
1277
|
ethereumIngressEgress: boolean;
|
|
@@ -1400,9 +1400,6 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1400
1400
|
oraclePriceElections: boolean;
|
|
1401
1401
|
}>;
|
|
1402
1402
|
}, "strip", z.ZodTypeAny, {
|
|
1403
|
-
emissions: {
|
|
1404
|
-
emissionsSyncEnabled: boolean;
|
|
1405
|
-
};
|
|
1406
1403
|
funding: {
|
|
1407
1404
|
redeemEnabled: boolean;
|
|
1408
1405
|
};
|
|
@@ -1412,6 +1409,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1412
1409
|
brokerRegistrationEnabled: boolean;
|
|
1413
1410
|
depositEnabled: boolean;
|
|
1414
1411
|
};
|
|
1412
|
+
emissions: {
|
|
1413
|
+
emissionsSyncEnabled: boolean;
|
|
1414
|
+
};
|
|
1415
1415
|
liquidityProvider: {
|
|
1416
1416
|
depositEnabled: boolean;
|
|
1417
1417
|
withdrawalEnabled: boolean;
|
|
@@ -1440,7 +1440,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1440
1440
|
__kind: "Red";
|
|
1441
1441
|
} | {
|
|
1442
1442
|
__kind: "Amber";
|
|
1443
|
-
value: ("
|
|
1443
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
1444
1444
|
};
|
|
1445
1445
|
addLenderFunds: {
|
|
1446
1446
|
__kind: "Green";
|
|
@@ -1448,7 +1448,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1448
1448
|
__kind: "Red";
|
|
1449
1449
|
} | {
|
|
1450
1450
|
__kind: "Amber";
|
|
1451
|
-
value: ("
|
|
1451
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
1452
1452
|
};
|
|
1453
1453
|
withdrawLenderFunds: {
|
|
1454
1454
|
__kind: "Green";
|
|
@@ -1456,7 +1456,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1456
1456
|
__kind: "Red";
|
|
1457
1457
|
} | {
|
|
1458
1458
|
__kind: "Amber";
|
|
1459
|
-
value: ("
|
|
1459
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
1460
1460
|
};
|
|
1461
1461
|
addCollateral: {
|
|
1462
1462
|
__kind: "Green";
|
|
@@ -1464,7 +1464,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1464
1464
|
__kind: "Red";
|
|
1465
1465
|
} | {
|
|
1466
1466
|
__kind: "Amber";
|
|
1467
|
-
value: ("
|
|
1467
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
1468
1468
|
};
|
|
1469
1469
|
removeCollateral: {
|
|
1470
1470
|
__kind: "Green";
|
|
@@ -1472,7 +1472,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1472
1472
|
__kind: "Red";
|
|
1473
1473
|
} | {
|
|
1474
1474
|
__kind: "Amber";
|
|
1475
|
-
value: ("
|
|
1475
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
1476
1476
|
};
|
|
1477
1477
|
liquidationsEnabled: boolean;
|
|
1478
1478
|
};
|
|
@@ -1525,9 +1525,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1525
1525
|
} | {
|
|
1526
1526
|
__kind: "CodeAmber";
|
|
1527
1527
|
value: {
|
|
1528
|
+
governance: boolean;
|
|
1528
1529
|
funding: boolean;
|
|
1529
1530
|
swapping: boolean;
|
|
1530
|
-
governance: boolean;
|
|
1531
1531
|
ethereumBroadcast: boolean;
|
|
1532
1532
|
ethereumChainTracking: boolean;
|
|
1533
1533
|
ethereumIngressEgress: boolean;
|
|
@@ -1592,9 +1592,6 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1592
1592
|
oraclePriceElections: boolean;
|
|
1593
1593
|
};
|
|
1594
1594
|
}, {
|
|
1595
|
-
emissions: {
|
|
1596
|
-
emissionsSyncEnabled: boolean;
|
|
1597
|
-
};
|
|
1598
1595
|
funding: {
|
|
1599
1596
|
redeemEnabled: boolean;
|
|
1600
1597
|
};
|
|
@@ -1604,6 +1601,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1604
1601
|
brokerRegistrationEnabled: boolean;
|
|
1605
1602
|
depositEnabled: boolean;
|
|
1606
1603
|
};
|
|
1604
|
+
emissions: {
|
|
1605
|
+
emissionsSyncEnabled: boolean;
|
|
1606
|
+
};
|
|
1607
1607
|
liquidityProvider: {
|
|
1608
1608
|
depositEnabled: boolean;
|
|
1609
1609
|
withdrawalEnabled: boolean;
|
|
@@ -1633,7 +1633,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1633
1633
|
} | {
|
|
1634
1634
|
__kind: "Amber";
|
|
1635
1635
|
value: {
|
|
1636
|
-
__kind: "
|
|
1636
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1637
1637
|
}[];
|
|
1638
1638
|
};
|
|
1639
1639
|
addLenderFunds: {
|
|
@@ -1643,7 +1643,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1643
1643
|
} | {
|
|
1644
1644
|
__kind: "Amber";
|
|
1645
1645
|
value: {
|
|
1646
|
-
__kind: "
|
|
1646
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1647
1647
|
}[];
|
|
1648
1648
|
};
|
|
1649
1649
|
withdrawLenderFunds: {
|
|
@@ -1653,7 +1653,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1653
1653
|
} | {
|
|
1654
1654
|
__kind: "Amber";
|
|
1655
1655
|
value: {
|
|
1656
|
-
__kind: "
|
|
1656
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1657
1657
|
}[];
|
|
1658
1658
|
};
|
|
1659
1659
|
addCollateral: {
|
|
@@ -1663,7 +1663,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1663
1663
|
} | {
|
|
1664
1664
|
__kind: "Amber";
|
|
1665
1665
|
value: {
|
|
1666
|
-
__kind: "
|
|
1666
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1667
1667
|
}[];
|
|
1668
1668
|
};
|
|
1669
1669
|
removeCollateral: {
|
|
@@ -1673,7 +1673,7 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1673
1673
|
} | {
|
|
1674
1674
|
__kind: "Amber";
|
|
1675
1675
|
value: {
|
|
1676
|
-
__kind: "
|
|
1676
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1677
1677
|
}[];
|
|
1678
1678
|
};
|
|
1679
1679
|
liquidationsEnabled: boolean;
|
|
@@ -1727,9 +1727,9 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
|
|
|
1727
1727
|
} | {
|
|
1728
1728
|
__kind: "CodeAmber";
|
|
1729
1729
|
value: {
|
|
1730
|
+
governance: boolean;
|
|
1730
1731
|
funding: boolean;
|
|
1731
1732
|
swapping: boolean;
|
|
1732
|
-
governance: boolean;
|
|
1733
1733
|
ethereumBroadcast: boolean;
|
|
1734
1734
|
ethereumChainTracking: boolean;
|
|
1735
1735
|
ethereumIngressEgress: boolean;
|
|
@@ -1908,19 +1908,19 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1908
1908
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1909
1909
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
1910
1910
|
}, "strip", z.ZodTypeAny, {
|
|
1911
|
-
__kind: "
|
|
1911
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1912
1912
|
}, {
|
|
1913
|
-
__kind: "
|
|
1914
|
-
}>, "
|
|
1915
|
-
__kind: "
|
|
1913
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1914
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
1915
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1916
1916
|
}>, "many">;
|
|
1917
1917
|
}, "strip", z.ZodTypeAny, {
|
|
1918
1918
|
__kind: "Amber";
|
|
1919
|
-
value: ("
|
|
1919
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
1920
1920
|
}, {
|
|
1921
1921
|
__kind: "Amber";
|
|
1922
1922
|
value: {
|
|
1923
|
-
__kind: "
|
|
1923
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1924
1924
|
}[];
|
|
1925
1925
|
}>]>;
|
|
1926
1926
|
addLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -1940,19 +1940,19 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1940
1940
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1941
1941
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
1942
1942
|
}, "strip", z.ZodTypeAny, {
|
|
1943
|
-
__kind: "
|
|
1943
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1944
1944
|
}, {
|
|
1945
|
-
__kind: "
|
|
1946
|
-
}>, "
|
|
1947
|
-
__kind: "
|
|
1945
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1946
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
1947
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1948
1948
|
}>, "many">;
|
|
1949
1949
|
}, "strip", z.ZodTypeAny, {
|
|
1950
1950
|
__kind: "Amber";
|
|
1951
|
-
value: ("
|
|
1951
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
1952
1952
|
}, {
|
|
1953
1953
|
__kind: "Amber";
|
|
1954
1954
|
value: {
|
|
1955
|
-
__kind: "
|
|
1955
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1956
1956
|
}[];
|
|
1957
1957
|
}>]>;
|
|
1958
1958
|
withdrawLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -1972,19 +1972,19 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
1972
1972
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
1973
1973
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
1974
1974
|
}, "strip", z.ZodTypeAny, {
|
|
1975
|
-
__kind: "
|
|
1975
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1976
1976
|
}, {
|
|
1977
|
-
__kind: "
|
|
1978
|
-
}>, "
|
|
1979
|
-
__kind: "
|
|
1977
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1978
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
1979
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1980
1980
|
}>, "many">;
|
|
1981
1981
|
}, "strip", z.ZodTypeAny, {
|
|
1982
1982
|
__kind: "Amber";
|
|
1983
|
-
value: ("
|
|
1983
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
1984
1984
|
}, {
|
|
1985
1985
|
__kind: "Amber";
|
|
1986
1986
|
value: {
|
|
1987
|
-
__kind: "
|
|
1987
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1988
1988
|
}[];
|
|
1989
1989
|
}>]>;
|
|
1990
1990
|
addCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -2004,19 +2004,19 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2004
2004
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
2005
2005
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
2006
2006
|
}, "strip", z.ZodTypeAny, {
|
|
2007
|
-
__kind: "
|
|
2007
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
2008
2008
|
}, {
|
|
2009
|
-
__kind: "
|
|
2010
|
-
}>, "
|
|
2011
|
-
__kind: "
|
|
2009
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
2010
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
2011
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
2012
2012
|
}>, "many">;
|
|
2013
2013
|
}, "strip", z.ZodTypeAny, {
|
|
2014
2014
|
__kind: "Amber";
|
|
2015
|
-
value: ("
|
|
2015
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
2016
2016
|
}, {
|
|
2017
2017
|
__kind: "Amber";
|
|
2018
2018
|
value: {
|
|
2019
|
-
__kind: "
|
|
2019
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
2020
2020
|
}[];
|
|
2021
2021
|
}>]>;
|
|
2022
2022
|
removeCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -2036,19 +2036,19 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2036
2036
|
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
2037
2037
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
2038
2038
|
}, "strip", z.ZodTypeAny, {
|
|
2039
|
-
__kind: "
|
|
2039
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
2040
2040
|
}, {
|
|
2041
|
-
__kind: "
|
|
2042
|
-
}>, "
|
|
2043
|
-
__kind: "
|
|
2041
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
2042
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
2043
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
2044
2044
|
}>, "many">;
|
|
2045
2045
|
}, "strip", z.ZodTypeAny, {
|
|
2046
2046
|
__kind: "Amber";
|
|
2047
|
-
value: ("
|
|
2047
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
2048
2048
|
}, {
|
|
2049
2049
|
__kind: "Amber";
|
|
2050
2050
|
value: {
|
|
2051
|
-
__kind: "
|
|
2051
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
2052
2052
|
}[];
|
|
2053
2053
|
}>]>;
|
|
2054
2054
|
liquidationsEnabled: z.ZodBoolean;
|
|
@@ -2061,7 +2061,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2061
2061
|
__kind: "Red";
|
|
2062
2062
|
} | {
|
|
2063
2063
|
__kind: "Amber";
|
|
2064
|
-
value: ("
|
|
2064
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
2065
2065
|
};
|
|
2066
2066
|
addLenderFunds: {
|
|
2067
2067
|
__kind: "Green";
|
|
@@ -2069,7 +2069,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2069
2069
|
__kind: "Red";
|
|
2070
2070
|
} | {
|
|
2071
2071
|
__kind: "Amber";
|
|
2072
|
-
value: ("
|
|
2072
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
2073
2073
|
};
|
|
2074
2074
|
withdrawLenderFunds: {
|
|
2075
2075
|
__kind: "Green";
|
|
@@ -2077,7 +2077,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2077
2077
|
__kind: "Red";
|
|
2078
2078
|
} | {
|
|
2079
2079
|
__kind: "Amber";
|
|
2080
|
-
value: ("
|
|
2080
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
2081
2081
|
};
|
|
2082
2082
|
addCollateral: {
|
|
2083
2083
|
__kind: "Green";
|
|
@@ -2085,7 +2085,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2085
2085
|
__kind: "Red";
|
|
2086
2086
|
} | {
|
|
2087
2087
|
__kind: "Amber";
|
|
2088
|
-
value: ("
|
|
2088
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
2089
2089
|
};
|
|
2090
2090
|
removeCollateral: {
|
|
2091
2091
|
__kind: "Green";
|
|
@@ -2093,7 +2093,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2093
2093
|
__kind: "Red";
|
|
2094
2094
|
} | {
|
|
2095
2095
|
__kind: "Amber";
|
|
2096
|
-
value: ("
|
|
2096
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
2097
2097
|
};
|
|
2098
2098
|
liquidationsEnabled: boolean;
|
|
2099
2099
|
}, {
|
|
@@ -2106,7 +2106,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2106
2106
|
} | {
|
|
2107
2107
|
__kind: "Amber";
|
|
2108
2108
|
value: {
|
|
2109
|
-
__kind: "
|
|
2109
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
2110
2110
|
}[];
|
|
2111
2111
|
};
|
|
2112
2112
|
addLenderFunds: {
|
|
@@ -2116,7 +2116,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2116
2116
|
} | {
|
|
2117
2117
|
__kind: "Amber";
|
|
2118
2118
|
value: {
|
|
2119
|
-
__kind: "
|
|
2119
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
2120
2120
|
}[];
|
|
2121
2121
|
};
|
|
2122
2122
|
withdrawLenderFunds: {
|
|
@@ -2126,7 +2126,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2126
2126
|
} | {
|
|
2127
2127
|
__kind: "Amber";
|
|
2128
2128
|
value: {
|
|
2129
|
-
__kind: "
|
|
2129
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
2130
2130
|
}[];
|
|
2131
2131
|
};
|
|
2132
2132
|
addCollateral: {
|
|
@@ -2136,7 +2136,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2136
2136
|
} | {
|
|
2137
2137
|
__kind: "Amber";
|
|
2138
2138
|
value: {
|
|
2139
|
-
__kind: "
|
|
2139
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
2140
2140
|
}[];
|
|
2141
2141
|
};
|
|
2142
2142
|
removeCollateral: {
|
|
@@ -2146,7 +2146,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2146
2146
|
} | {
|
|
2147
2147
|
__kind: "Amber";
|
|
2148
2148
|
value: {
|
|
2149
|
-
__kind: "
|
|
2149
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
2150
2150
|
}[];
|
|
2151
2151
|
};
|
|
2152
2152
|
liquidationsEnabled: boolean;
|
|
@@ -2294,9 +2294,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2294
2294
|
assethubIngressEgress: z.ZodBoolean;
|
|
2295
2295
|
assethubVault: z.ZodBoolean;
|
|
2296
2296
|
}, "strip", z.ZodTypeAny, {
|
|
2297
|
+
governance: boolean;
|
|
2297
2298
|
funding: boolean;
|
|
2298
2299
|
swapping: boolean;
|
|
2299
|
-
governance: boolean;
|
|
2300
2300
|
ethereumBroadcast: boolean;
|
|
2301
2301
|
ethereumChainTracking: boolean;
|
|
2302
2302
|
ethereumIngressEgress: boolean;
|
|
@@ -2320,9 +2320,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2320
2320
|
assethubIngressEgress: boolean;
|
|
2321
2321
|
assethubVault: boolean;
|
|
2322
2322
|
}, {
|
|
2323
|
+
governance: boolean;
|
|
2323
2324
|
funding: boolean;
|
|
2324
2325
|
swapping: boolean;
|
|
2325
|
-
governance: boolean;
|
|
2326
2326
|
ethereumBroadcast: boolean;
|
|
2327
2327
|
ethereumChainTracking: boolean;
|
|
2328
2328
|
ethereumIngressEgress: boolean;
|
|
@@ -2349,9 +2349,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2349
2349
|
}, "strip", z.ZodTypeAny, {
|
|
2350
2350
|
__kind: "CodeAmber";
|
|
2351
2351
|
value: {
|
|
2352
|
+
governance: boolean;
|
|
2352
2353
|
funding: boolean;
|
|
2353
2354
|
swapping: boolean;
|
|
2354
|
-
governance: boolean;
|
|
2355
2355
|
ethereumBroadcast: boolean;
|
|
2356
2356
|
ethereumChainTracking: boolean;
|
|
2357
2357
|
ethereumIngressEgress: boolean;
|
|
@@ -2378,9 +2378,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2378
2378
|
}, {
|
|
2379
2379
|
__kind: "CodeAmber";
|
|
2380
2380
|
value: {
|
|
2381
|
+
governance: boolean;
|
|
2381
2382
|
funding: boolean;
|
|
2382
2383
|
swapping: boolean;
|
|
2383
|
-
governance: boolean;
|
|
2384
2384
|
ethereumBroadcast: boolean;
|
|
2385
2385
|
ethereumChainTracking: boolean;
|
|
2386
2386
|
ethereumIngressEgress: boolean;
|
|
@@ -2509,9 +2509,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2509
2509
|
oraclePriceElections: boolean;
|
|
2510
2510
|
}>;
|
|
2511
2511
|
}, "strip", z.ZodTypeAny, {
|
|
2512
|
-
emissions: {
|
|
2513
|
-
emissionsSyncEnabled: boolean;
|
|
2514
|
-
};
|
|
2515
2512
|
funding: {
|
|
2516
2513
|
redeemEnabled: boolean;
|
|
2517
2514
|
};
|
|
@@ -2521,6 +2518,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2521
2518
|
brokerRegistrationEnabled: boolean;
|
|
2522
2519
|
depositEnabled: boolean;
|
|
2523
2520
|
};
|
|
2521
|
+
emissions: {
|
|
2522
|
+
emissionsSyncEnabled: boolean;
|
|
2523
|
+
};
|
|
2524
2524
|
liquidityProvider: {
|
|
2525
2525
|
depositEnabled: boolean;
|
|
2526
2526
|
withdrawalEnabled: boolean;
|
|
@@ -2549,7 +2549,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2549
2549
|
__kind: "Red";
|
|
2550
2550
|
} | {
|
|
2551
2551
|
__kind: "Amber";
|
|
2552
|
-
value: ("
|
|
2552
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
2553
2553
|
};
|
|
2554
2554
|
addLenderFunds: {
|
|
2555
2555
|
__kind: "Green";
|
|
@@ -2557,7 +2557,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2557
2557
|
__kind: "Red";
|
|
2558
2558
|
} | {
|
|
2559
2559
|
__kind: "Amber";
|
|
2560
|
-
value: ("
|
|
2560
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
2561
2561
|
};
|
|
2562
2562
|
withdrawLenderFunds: {
|
|
2563
2563
|
__kind: "Green";
|
|
@@ -2565,7 +2565,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2565
2565
|
__kind: "Red";
|
|
2566
2566
|
} | {
|
|
2567
2567
|
__kind: "Amber";
|
|
2568
|
-
value: ("
|
|
2568
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
2569
2569
|
};
|
|
2570
2570
|
addCollateral: {
|
|
2571
2571
|
__kind: "Green";
|
|
@@ -2573,7 +2573,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2573
2573
|
__kind: "Red";
|
|
2574
2574
|
} | {
|
|
2575
2575
|
__kind: "Amber";
|
|
2576
|
-
value: ("
|
|
2576
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
2577
2577
|
};
|
|
2578
2578
|
removeCollateral: {
|
|
2579
2579
|
__kind: "Green";
|
|
@@ -2581,7 +2581,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2581
2581
|
__kind: "Red";
|
|
2582
2582
|
} | {
|
|
2583
2583
|
__kind: "Amber";
|
|
2584
|
-
value: ("
|
|
2584
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
2585
2585
|
};
|
|
2586
2586
|
liquidationsEnabled: boolean;
|
|
2587
2587
|
};
|
|
@@ -2634,9 +2634,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2634
2634
|
} | {
|
|
2635
2635
|
__kind: "CodeAmber";
|
|
2636
2636
|
value: {
|
|
2637
|
+
governance: boolean;
|
|
2637
2638
|
funding: boolean;
|
|
2638
2639
|
swapping: boolean;
|
|
2639
|
-
governance: boolean;
|
|
2640
2640
|
ethereumBroadcast: boolean;
|
|
2641
2641
|
ethereumChainTracking: boolean;
|
|
2642
2642
|
ethereumIngressEgress: boolean;
|
|
@@ -2701,9 +2701,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2701
2701
|
oraclePriceElections: boolean;
|
|
2702
2702
|
};
|
|
2703
2703
|
}, {
|
|
2704
|
-
emissions: {
|
|
2705
|
-
emissionsSyncEnabled: boolean;
|
|
2706
|
-
};
|
|
2707
2704
|
funding: {
|
|
2708
2705
|
redeemEnabled: boolean;
|
|
2709
2706
|
};
|
|
@@ -2713,6 +2710,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2713
2710
|
brokerRegistrationEnabled: boolean;
|
|
2714
2711
|
depositEnabled: boolean;
|
|
2715
2712
|
};
|
|
2713
|
+
emissions: {
|
|
2714
|
+
emissionsSyncEnabled: boolean;
|
|
2715
|
+
};
|
|
2716
2716
|
liquidityProvider: {
|
|
2717
2717
|
depositEnabled: boolean;
|
|
2718
2718
|
withdrawalEnabled: boolean;
|
|
@@ -2742,7 +2742,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2742
2742
|
} | {
|
|
2743
2743
|
__kind: "Amber";
|
|
2744
2744
|
value: {
|
|
2745
|
-
__kind: "
|
|
2745
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
2746
2746
|
}[];
|
|
2747
2747
|
};
|
|
2748
2748
|
addLenderFunds: {
|
|
@@ -2752,7 +2752,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2752
2752
|
} | {
|
|
2753
2753
|
__kind: "Amber";
|
|
2754
2754
|
value: {
|
|
2755
|
-
__kind: "
|
|
2755
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
2756
2756
|
}[];
|
|
2757
2757
|
};
|
|
2758
2758
|
withdrawLenderFunds: {
|
|
@@ -2762,7 +2762,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2762
2762
|
} | {
|
|
2763
2763
|
__kind: "Amber";
|
|
2764
2764
|
value: {
|
|
2765
|
-
__kind: "
|
|
2765
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
2766
2766
|
}[];
|
|
2767
2767
|
};
|
|
2768
2768
|
addCollateral: {
|
|
@@ -2772,7 +2772,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2772
2772
|
} | {
|
|
2773
2773
|
__kind: "Amber";
|
|
2774
2774
|
value: {
|
|
2775
|
-
__kind: "
|
|
2775
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
2776
2776
|
}[];
|
|
2777
2777
|
};
|
|
2778
2778
|
removeCollateral: {
|
|
@@ -2782,7 +2782,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2782
2782
|
} | {
|
|
2783
2783
|
__kind: "Amber";
|
|
2784
2784
|
value: {
|
|
2785
|
-
__kind: "
|
|
2785
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
2786
2786
|
}[];
|
|
2787
2787
|
};
|
|
2788
2788
|
liquidationsEnabled: boolean;
|
|
@@ -2836,9 +2836,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2836
2836
|
} | {
|
|
2837
2837
|
__kind: "CodeAmber";
|
|
2838
2838
|
value: {
|
|
2839
|
+
governance: boolean;
|
|
2839
2840
|
funding: boolean;
|
|
2840
2841
|
swapping: boolean;
|
|
2841
|
-
governance: boolean;
|
|
2842
2842
|
ethereumBroadcast: boolean;
|
|
2843
2843
|
ethereumChainTracking: boolean;
|
|
2844
2844
|
ethereumIngressEgress: boolean;
|
|
@@ -2906,9 +2906,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2906
2906
|
}, "strip", z.ZodTypeAny, {
|
|
2907
2907
|
__kind: "CodeAmber";
|
|
2908
2908
|
value: {
|
|
2909
|
-
emissions: {
|
|
2910
|
-
emissionsSyncEnabled: boolean;
|
|
2911
|
-
};
|
|
2912
2909
|
funding: {
|
|
2913
2910
|
redeemEnabled: boolean;
|
|
2914
2911
|
};
|
|
@@ -2918,6 +2915,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2918
2915
|
brokerRegistrationEnabled: boolean;
|
|
2919
2916
|
depositEnabled: boolean;
|
|
2920
2917
|
};
|
|
2918
|
+
emissions: {
|
|
2919
|
+
emissionsSyncEnabled: boolean;
|
|
2920
|
+
};
|
|
2921
2921
|
liquidityProvider: {
|
|
2922
2922
|
depositEnabled: boolean;
|
|
2923
2923
|
withdrawalEnabled: boolean;
|
|
@@ -2946,7 +2946,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2946
2946
|
__kind: "Red";
|
|
2947
2947
|
} | {
|
|
2948
2948
|
__kind: "Amber";
|
|
2949
|
-
value: ("
|
|
2949
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
2950
2950
|
};
|
|
2951
2951
|
addLenderFunds: {
|
|
2952
2952
|
__kind: "Green";
|
|
@@ -2954,7 +2954,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2954
2954
|
__kind: "Red";
|
|
2955
2955
|
} | {
|
|
2956
2956
|
__kind: "Amber";
|
|
2957
|
-
value: ("
|
|
2957
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
2958
2958
|
};
|
|
2959
2959
|
withdrawLenderFunds: {
|
|
2960
2960
|
__kind: "Green";
|
|
@@ -2962,7 +2962,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2962
2962
|
__kind: "Red";
|
|
2963
2963
|
} | {
|
|
2964
2964
|
__kind: "Amber";
|
|
2965
|
-
value: ("
|
|
2965
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
2966
2966
|
};
|
|
2967
2967
|
addCollateral: {
|
|
2968
2968
|
__kind: "Green";
|
|
@@ -2970,7 +2970,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2970
2970
|
__kind: "Red";
|
|
2971
2971
|
} | {
|
|
2972
2972
|
__kind: "Amber";
|
|
2973
|
-
value: ("
|
|
2973
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
2974
2974
|
};
|
|
2975
2975
|
removeCollateral: {
|
|
2976
2976
|
__kind: "Green";
|
|
@@ -2978,7 +2978,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
2978
2978
|
__kind: "Red";
|
|
2979
2979
|
} | {
|
|
2980
2980
|
__kind: "Amber";
|
|
2981
|
-
value: ("
|
|
2981
|
+
value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt")[];
|
|
2982
2982
|
};
|
|
2983
2983
|
liquidationsEnabled: boolean;
|
|
2984
2984
|
};
|
|
@@ -3031,9 +3031,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
3031
3031
|
} | {
|
|
3032
3032
|
__kind: "CodeAmber";
|
|
3033
3033
|
value: {
|
|
3034
|
+
governance: boolean;
|
|
3034
3035
|
funding: boolean;
|
|
3035
3036
|
swapping: boolean;
|
|
3036
|
-
governance: boolean;
|
|
3037
3037
|
ethereumBroadcast: boolean;
|
|
3038
3038
|
ethereumChainTracking: boolean;
|
|
3039
3039
|
ethereumIngressEgress: boolean;
|
|
@@ -3101,9 +3101,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
3101
3101
|
}, {
|
|
3102
3102
|
__kind: "CodeAmber";
|
|
3103
3103
|
value: {
|
|
3104
|
-
emissions: {
|
|
3105
|
-
emissionsSyncEnabled: boolean;
|
|
3106
|
-
};
|
|
3107
3104
|
funding: {
|
|
3108
3105
|
redeemEnabled: boolean;
|
|
3109
3106
|
};
|
|
@@ -3113,6 +3110,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
3113
3110
|
brokerRegistrationEnabled: boolean;
|
|
3114
3111
|
depositEnabled: boolean;
|
|
3115
3112
|
};
|
|
3113
|
+
emissions: {
|
|
3114
|
+
emissionsSyncEnabled: boolean;
|
|
3115
|
+
};
|
|
3116
3116
|
liquidityProvider: {
|
|
3117
3117
|
depositEnabled: boolean;
|
|
3118
3118
|
withdrawalEnabled: boolean;
|
|
@@ -3142,7 +3142,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
3142
3142
|
} | {
|
|
3143
3143
|
__kind: "Amber";
|
|
3144
3144
|
value: {
|
|
3145
|
-
__kind: "
|
|
3145
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
3146
3146
|
}[];
|
|
3147
3147
|
};
|
|
3148
3148
|
addLenderFunds: {
|
|
@@ -3152,7 +3152,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
3152
3152
|
} | {
|
|
3153
3153
|
__kind: "Amber";
|
|
3154
3154
|
value: {
|
|
3155
|
-
__kind: "
|
|
3155
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
3156
3156
|
}[];
|
|
3157
3157
|
};
|
|
3158
3158
|
withdrawLenderFunds: {
|
|
@@ -3162,7 +3162,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
3162
3162
|
} | {
|
|
3163
3163
|
__kind: "Amber";
|
|
3164
3164
|
value: {
|
|
3165
|
-
__kind: "
|
|
3165
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
3166
3166
|
}[];
|
|
3167
3167
|
};
|
|
3168
3168
|
addCollateral: {
|
|
@@ -3172,7 +3172,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
3172
3172
|
} | {
|
|
3173
3173
|
__kind: "Amber";
|
|
3174
3174
|
value: {
|
|
3175
|
-
__kind: "
|
|
3175
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
3176
3176
|
}[];
|
|
3177
3177
|
};
|
|
3178
3178
|
removeCollateral: {
|
|
@@ -3182,7 +3182,7 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
3182
3182
|
} | {
|
|
3183
3183
|
__kind: "Amber";
|
|
3184
3184
|
value: {
|
|
3185
|
-
__kind: "
|
|
3185
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
3186
3186
|
}[];
|
|
3187
3187
|
};
|
|
3188
3188
|
liquidationsEnabled: boolean;
|
|
@@ -3236,9 +3236,9 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
|
|
|
3236
3236
|
} | {
|
|
3237
3237
|
__kind: "CodeAmber";
|
|
3238
3238
|
value: {
|
|
3239
|
+
governance: boolean;
|
|
3239
3240
|
funding: boolean;
|
|
3240
3241
|
swapping: boolean;
|
|
3241
|
-
governance: boolean;
|
|
3242
3242
|
ethereumBroadcast: boolean;
|
|
3243
3243
|
ethereumChainTracking: boolean;
|
|
3244
3244
|
ethereumIngressEgress: boolean;
|
|
@@ -3334,20 +3334,20 @@ declare const cfTraitsFundingSource: z.ZodDiscriminatedUnion<"__kind", [z.ZodObj
|
|
|
3334
3334
|
asset: z.ZodEffects<z.ZodObject<{
|
|
3335
3335
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
3336
3336
|
}, "strip", z.ZodTypeAny, {
|
|
3337
|
-
__kind: "
|
|
3337
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
3338
3338
|
}, {
|
|
3339
|
-
__kind: "
|
|
3340
|
-
}>, "
|
|
3341
|
-
__kind: "
|
|
3339
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
3340
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
3341
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
3342
3342
|
}>;
|
|
3343
3343
|
}, "strip", z.ZodTypeAny, {
|
|
3344
3344
|
__kind: "InitialFunding";
|
|
3345
|
-
asset: "
|
|
3345
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
3346
3346
|
channelId?: bigint | null | undefined;
|
|
3347
3347
|
}, {
|
|
3348
3348
|
__kind: "InitialFunding";
|
|
3349
3349
|
asset: {
|
|
3350
|
-
__kind: "
|
|
3350
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
3351
3351
|
};
|
|
3352
3352
|
channelId?: string | number | null | undefined;
|
|
3353
3353
|
}>]>;
|
|
@@ -3497,6 +3497,8 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
3497
3497
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3498
3498
|
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
3499
3499
|
}, "strip", z.ZodTypeAny, {
|
|
3500
|
+
__kind: "DepositChannel";
|
|
3501
|
+
channelId: bigint;
|
|
3500
3502
|
depositAddress: {
|
|
3501
3503
|
readonly chain: "Ethereum";
|
|
3502
3504
|
readonly address: `0x${string}`;
|
|
@@ -3516,17 +3518,15 @@ declare const cfChainsSwapOrigin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject
|
|
|
3516
3518
|
readonly chain: "Assethub";
|
|
3517
3519
|
readonly address: string;
|
|
3518
3520
|
};
|
|
3519
|
-
__kind: "DepositChannel";
|
|
3520
|
-
channelId: bigint;
|
|
3521
3521
|
depositBlockHeight: bigint;
|
|
3522
3522
|
brokerId: `cF${string}`;
|
|
3523
3523
|
}, {
|
|
3524
|
+
__kind: "DepositChannel";
|
|
3525
|
+
channelId: string | number;
|
|
3524
3526
|
depositAddress: {
|
|
3525
3527
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
3526
3528
|
value: string;
|
|
3527
3529
|
};
|
|
3528
|
-
__kind: "DepositChannel";
|
|
3529
|
-
channelId: string | number;
|
|
3530
3530
|
depositBlockHeight: string | number;
|
|
3531
3531
|
brokerId: string;
|
|
3532
3532
|
}>, z.ZodObject<{
|
|
@@ -10982,21 +10982,21 @@ declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kin
|
|
|
10982
10982
|
asset: z.ZodEffects<z.ZodObject<{
|
|
10983
10983
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
10984
10984
|
}, "strip", z.ZodTypeAny, {
|
|
10985
|
-
__kind: "
|
|
10985
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
10986
10986
|
}, {
|
|
10987
|
-
__kind: "
|
|
10988
|
-
}>, "
|
|
10989
|
-
__kind: "
|
|
10987
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
10988
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
10989
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
10990
10990
|
}>;
|
|
10991
10991
|
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>>>;
|
|
10992
10992
|
}, "strip", z.ZodTypeAny, {
|
|
10993
10993
|
__kind: "MaximumSwapAmount";
|
|
10994
|
-
asset: "
|
|
10994
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
10995
10995
|
amount?: bigint | null | undefined;
|
|
10996
10996
|
}, {
|
|
10997
10997
|
__kind: "MaximumSwapAmount";
|
|
10998
10998
|
asset: {
|
|
10999
|
-
__kind: "
|
|
10999
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11000
11000
|
};
|
|
11001
11001
|
amount?: string | number | null | undefined;
|
|
11002
11002
|
}>, z.ZodObject<{
|
|
@@ -11040,21 +11040,21 @@ declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kin
|
|
|
11040
11040
|
asset: z.ZodEffects<z.ZodObject<{
|
|
11041
11041
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
11042
11042
|
}, "strip", z.ZodTypeAny, {
|
|
11043
|
-
__kind: "
|
|
11043
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11044
11044
|
}, {
|
|
11045
|
-
__kind: "
|
|
11046
|
-
}>, "
|
|
11047
|
-
__kind: "
|
|
11045
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11046
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
11047
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11048
11048
|
}>;
|
|
11049
11049
|
size_: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
11050
11050
|
}, "strip", z.ZodTypeAny, {
|
|
11051
11051
|
__kind: "SetMinimumChunkSize";
|
|
11052
|
-
asset: "
|
|
11052
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11053
11053
|
size_: bigint;
|
|
11054
11054
|
}, {
|
|
11055
11055
|
__kind: "SetMinimumChunkSize";
|
|
11056
11056
|
asset: {
|
|
11057
|
-
__kind: "
|
|
11057
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11058
11058
|
};
|
|
11059
11059
|
size_: string | number;
|
|
11060
11060
|
}>, z.ZodObject<{
|
|
@@ -11095,21 +11095,21 @@ declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kin
|
|
|
11095
11095
|
asset: z.ZodEffects<z.ZodObject<{
|
|
11096
11096
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
11097
11097
|
}, "strip", z.ZodTypeAny, {
|
|
11098
|
-
__kind: "
|
|
11098
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11099
11099
|
}, {
|
|
11100
|
-
__kind: "
|
|
11101
|
-
}>, "
|
|
11102
|
-
__kind: "
|
|
11100
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11101
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
11102
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11103
11103
|
}>;
|
|
11104
11104
|
rate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11105
11105
|
}, "strip", z.ZodTypeAny, {
|
|
11106
11106
|
__kind: "SetNetworkFeeForAsset";
|
|
11107
|
-
asset: "
|
|
11107
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11108
11108
|
rate?: number | null | undefined;
|
|
11109
11109
|
}, {
|
|
11110
11110
|
__kind: "SetNetworkFeeForAsset";
|
|
11111
11111
|
asset: {
|
|
11112
|
-
__kind: "
|
|
11112
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11113
11113
|
};
|
|
11114
11114
|
rate?: number | null | undefined;
|
|
11115
11115
|
}>, z.ZodObject<{
|
|
@@ -11117,21 +11117,21 @@ declare const palletCfSwappingPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kin
|
|
|
11117
11117
|
asset: z.ZodEffects<z.ZodObject<{
|
|
11118
11118
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
11119
11119
|
}, "strip", z.ZodTypeAny, {
|
|
11120
|
-
__kind: "
|
|
11120
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11121
11121
|
}, {
|
|
11122
|
-
__kind: "
|
|
11123
|
-
}>, "
|
|
11124
|
-
__kind: "
|
|
11122
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11123
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
11124
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11125
11125
|
}>;
|
|
11126
11126
|
rate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11127
11127
|
}, "strip", z.ZodTypeAny, {
|
|
11128
11128
|
__kind: "SetInternalSwapNetworkFeeForAsset";
|
|
11129
|
-
asset: "
|
|
11129
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11130
11130
|
rate?: number | null | undefined;
|
|
11131
11131
|
}, {
|
|
11132
11132
|
__kind: "SetInternalSwapNetworkFeeForAsset";
|
|
11133
11133
|
asset: {
|
|
11134
|
-
__kind: "
|
|
11134
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11135
11135
|
};
|
|
11136
11136
|
rate?: number | null | undefined;
|
|
11137
11137
|
}>]>;
|
|
@@ -11216,15 +11216,15 @@ declare const palletCfEthereumIngressEgressDepositAction: z.ZodDiscriminatedUnio
|
|
|
11216
11216
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
11217
11217
|
}, "strip", z.ZodTypeAny, {
|
|
11218
11218
|
__kind: "Refund";
|
|
11219
|
-
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
11220
11219
|
amount: bigint;
|
|
11220
|
+
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
11221
11221
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
11222
11222
|
}, {
|
|
11223
11223
|
__kind: "Refund";
|
|
11224
|
+
amount: string | number;
|
|
11224
11225
|
reason: {
|
|
11225
11226
|
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
11226
11227
|
};
|
|
11227
|
-
amount: string | number;
|
|
11228
11228
|
egressId?: [{
|
|
11229
11229
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
11230
11230
|
}, string | number] | null | undefined;
|
|
@@ -11515,21 +11515,21 @@ declare const palletCfEthereumIngressEgressDepositWitnessEthereum: z.ZodObject<{
|
|
|
11515
11515
|
txHashes?: string[] | null | undefined;
|
|
11516
11516
|
}>;
|
|
11517
11517
|
}, "strip", z.ZodTypeAny, {
|
|
11518
|
-
depositAddress: `0x${string}`;
|
|
11519
11518
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
11519
|
+
depositAddress: `0x${string}`;
|
|
11520
|
+
amount: bigint;
|
|
11520
11521
|
depositDetails: {
|
|
11521
11522
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
11522
11523
|
};
|
|
11523
|
-
amount: bigint;
|
|
11524
11524
|
}, {
|
|
11525
|
-
depositAddress: string;
|
|
11526
11525
|
asset: {
|
|
11527
11526
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
11528
11527
|
};
|
|
11528
|
+
depositAddress: string;
|
|
11529
|
+
amount: string | number;
|
|
11529
11530
|
depositDetails: {
|
|
11530
11531
|
txHashes?: string[] | null | undefined;
|
|
11531
11532
|
};
|
|
11532
|
-
amount: string | number;
|
|
11533
11533
|
}>;
|
|
11534
11534
|
declare const cfEthereumChainCcmDepositMetadata: z.ZodObject<{
|
|
11535
11535
|
channelMetadata: z.ZodObject<{
|
|
@@ -11869,11 +11869,11 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
11869
11869
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
11870
11870
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
11871
11871
|
}, "strip", z.ZodTypeAny, {
|
|
11872
|
-
__kind: "
|
|
11872
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11873
11873
|
}, {
|
|
11874
|
-
__kind: "
|
|
11875
|
-
}>, "
|
|
11876
|
-
__kind: "
|
|
11874
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11875
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
11876
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11877
11877
|
}>;
|
|
11878
11878
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
11879
11879
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -12247,7 +12247,9 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
12247
12247
|
depositDetails: {
|
|
12248
12248
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
12249
12249
|
};
|
|
12250
|
-
|
|
12250
|
+
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
12251
|
+
depositAmount: bigint;
|
|
12252
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
12251
12253
|
destinationAddress: {
|
|
12252
12254
|
readonly chain: "Ethereum";
|
|
12253
12255
|
readonly address: `0x${string}`;
|
|
@@ -12268,9 +12270,6 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
12268
12270
|
readonly address: string;
|
|
12269
12271
|
};
|
|
12270
12272
|
txId: `0x${string}`;
|
|
12271
|
-
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
12272
|
-
depositAmount: bigint;
|
|
12273
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
12274
12273
|
affiliateFees: {
|
|
12275
12274
|
account: number;
|
|
12276
12275
|
bps: number;
|
|
@@ -12286,8 +12285,9 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
12286
12285
|
} | null | undefined;
|
|
12287
12286
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
12288
12287
|
};
|
|
12289
|
-
|
|
12288
|
+
boostFee: number;
|
|
12290
12289
|
channelId?: bigint | null | undefined;
|
|
12290
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
12291
12291
|
depositMetadata?: {
|
|
12292
12292
|
channelMetadata: {
|
|
12293
12293
|
message: `0x${string}`;
|
|
@@ -12346,19 +12346,18 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
12346
12346
|
depositDetails: {
|
|
12347
12347
|
txHashes?: string[] | null | undefined;
|
|
12348
12348
|
};
|
|
12349
|
-
boostFee: number;
|
|
12350
|
-
destinationAddress: {
|
|
12351
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
12352
|
-
value: string;
|
|
12353
|
-
};
|
|
12354
|
-
txId: string;
|
|
12355
12349
|
inputAsset: {
|
|
12356
12350
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
12357
12351
|
};
|
|
12358
12352
|
depositAmount: string | number;
|
|
12359
12353
|
outputAsset: {
|
|
12360
|
-
__kind: "
|
|
12354
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
12355
|
+
};
|
|
12356
|
+
destinationAddress: {
|
|
12357
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
12358
|
+
value: string;
|
|
12361
12359
|
};
|
|
12360
|
+
txId: string;
|
|
12362
12361
|
affiliateFees: {
|
|
12363
12362
|
account: number;
|
|
12364
12363
|
bps: number;
|
|
@@ -12374,8 +12373,9 @@ declare const palletCfEthereumIngressEgressVaultDepositWitnessEthereum: z.ZodObj
|
|
|
12374
12373
|
} | null | undefined;
|
|
12375
12374
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
12376
12375
|
};
|
|
12377
|
-
|
|
12376
|
+
boostFee: number;
|
|
12378
12377
|
channelId?: string | number | null | undefined;
|
|
12378
|
+
depositAddress?: string | null | undefined;
|
|
12379
12379
|
depositMetadata?: {
|
|
12380
12380
|
channelMetadata: {
|
|
12381
12381
|
message: string;
|
|
@@ -12455,43 +12455,43 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
12455
12455
|
txHashes?: string[] | null | undefined;
|
|
12456
12456
|
}>;
|
|
12457
12457
|
}, "strip", z.ZodTypeAny, {
|
|
12458
|
-
depositAddress: `0x${string}`;
|
|
12459
12458
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
12459
|
+
depositAddress: `0x${string}`;
|
|
12460
|
+
amount: bigint;
|
|
12460
12461
|
depositDetails: {
|
|
12461
12462
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
12462
12463
|
};
|
|
12463
|
-
amount: bigint;
|
|
12464
12464
|
}, {
|
|
12465
|
-
depositAddress: string;
|
|
12466
12465
|
asset: {
|
|
12467
12466
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
12468
12467
|
};
|
|
12468
|
+
depositAddress: string;
|
|
12469
|
+
amount: string | number;
|
|
12469
12470
|
depositDetails: {
|
|
12470
12471
|
txHashes?: string[] | null | undefined;
|
|
12471
12472
|
};
|
|
12472
|
-
amount: string | number;
|
|
12473
12473
|
}>;
|
|
12474
12474
|
}, "strip", z.ZodTypeAny, {
|
|
12475
12475
|
__kind: "DepositFailedDepositChannelVariantEthereum";
|
|
12476
12476
|
depositWitness: {
|
|
12477
|
-
depositAddress: `0x${string}`;
|
|
12478
12477
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
12478
|
+
depositAddress: `0x${string}`;
|
|
12479
|
+
amount: bigint;
|
|
12479
12480
|
depositDetails: {
|
|
12480
12481
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
12481
12482
|
};
|
|
12482
|
-
amount: bigint;
|
|
12483
12483
|
};
|
|
12484
12484
|
}, {
|
|
12485
12485
|
__kind: "DepositFailedDepositChannelVariantEthereum";
|
|
12486
12486
|
depositWitness: {
|
|
12487
|
-
depositAddress: string;
|
|
12488
12487
|
asset: {
|
|
12489
12488
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
12490
12489
|
};
|
|
12490
|
+
depositAddress: string;
|
|
12491
|
+
amount: string | number;
|
|
12491
12492
|
depositDetails: {
|
|
12492
12493
|
txHashes?: string[] | null | undefined;
|
|
12493
12494
|
};
|
|
12494
|
-
amount: string | number;
|
|
12495
12495
|
};
|
|
12496
12496
|
}>, z.ZodObject<{
|
|
12497
12497
|
__kind: z.ZodLiteral<"DepositFailedVaultVariantEthereum">;
|
|
@@ -12518,11 +12518,11 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
12518
12518
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
12519
12519
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
12520
12520
|
}, "strip", z.ZodTypeAny, {
|
|
12521
|
-
__kind: "
|
|
12521
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
12522
12522
|
}, {
|
|
12523
|
-
__kind: "
|
|
12524
|
-
}>, "
|
|
12525
|
-
__kind: "
|
|
12523
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
12524
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
12525
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
12526
12526
|
}>;
|
|
12527
12527
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
12528
12528
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -12896,7 +12896,9 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
12896
12896
|
depositDetails: {
|
|
12897
12897
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
12898
12898
|
};
|
|
12899
|
-
|
|
12899
|
+
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
12900
|
+
depositAmount: bigint;
|
|
12901
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
12900
12902
|
destinationAddress: {
|
|
12901
12903
|
readonly chain: "Ethereum";
|
|
12902
12904
|
readonly address: `0x${string}`;
|
|
@@ -12917,9 +12919,6 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
12917
12919
|
readonly address: string;
|
|
12918
12920
|
};
|
|
12919
12921
|
txId: `0x${string}`;
|
|
12920
|
-
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
12921
|
-
depositAmount: bigint;
|
|
12922
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
12923
12922
|
affiliateFees: {
|
|
12924
12923
|
account: number;
|
|
12925
12924
|
bps: number;
|
|
@@ -12935,8 +12934,9 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
12935
12934
|
} | null | undefined;
|
|
12936
12935
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
12937
12936
|
};
|
|
12938
|
-
|
|
12937
|
+
boostFee: number;
|
|
12939
12938
|
channelId?: bigint | null | undefined;
|
|
12939
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
12940
12940
|
depositMetadata?: {
|
|
12941
12941
|
channelMetadata: {
|
|
12942
12942
|
message: `0x${string}`;
|
|
@@ -12995,19 +12995,18 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
12995
12995
|
depositDetails: {
|
|
12996
12996
|
txHashes?: string[] | null | undefined;
|
|
12997
12997
|
};
|
|
12998
|
-
boostFee: number;
|
|
12999
|
-
destinationAddress: {
|
|
13000
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
13001
|
-
value: string;
|
|
13002
|
-
};
|
|
13003
|
-
txId: string;
|
|
13004
12998
|
inputAsset: {
|
|
13005
12999
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
13006
13000
|
};
|
|
13007
13001
|
depositAmount: string | number;
|
|
13008
13002
|
outputAsset: {
|
|
13009
|
-
__kind: "
|
|
13003
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
13004
|
+
};
|
|
13005
|
+
destinationAddress: {
|
|
13006
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
13007
|
+
value: string;
|
|
13010
13008
|
};
|
|
13009
|
+
txId: string;
|
|
13011
13010
|
affiliateFees: {
|
|
13012
13011
|
account: number;
|
|
13013
13012
|
bps: number;
|
|
@@ -13023,8 +13022,9 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
13023
13022
|
} | null | undefined;
|
|
13024
13023
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
13025
13024
|
};
|
|
13026
|
-
|
|
13025
|
+
boostFee: number;
|
|
13027
13026
|
channelId?: string | number | null | undefined;
|
|
13027
|
+
depositAddress?: string | null | undefined;
|
|
13028
13028
|
depositMetadata?: {
|
|
13029
13029
|
channelMetadata: {
|
|
13030
13030
|
message: string;
|
|
@@ -13088,7 +13088,9 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
13088
13088
|
depositDetails: {
|
|
13089
13089
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
13090
13090
|
};
|
|
13091
|
-
|
|
13091
|
+
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
13092
|
+
depositAmount: bigint;
|
|
13093
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
13092
13094
|
destinationAddress: {
|
|
13093
13095
|
readonly chain: "Ethereum";
|
|
13094
13096
|
readonly address: `0x${string}`;
|
|
@@ -13109,9 +13111,6 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
13109
13111
|
readonly address: string;
|
|
13110
13112
|
};
|
|
13111
13113
|
txId: `0x${string}`;
|
|
13112
|
-
inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
13113
|
-
depositAmount: bigint;
|
|
13114
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
13115
13114
|
affiliateFees: {
|
|
13116
13115
|
account: number;
|
|
13117
13116
|
bps: number;
|
|
@@ -13127,8 +13126,9 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
13127
13126
|
} | null | undefined;
|
|
13128
13127
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
13129
13128
|
};
|
|
13130
|
-
|
|
13129
|
+
boostFee: number;
|
|
13131
13130
|
channelId?: bigint | null | undefined;
|
|
13131
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
13132
13132
|
depositMetadata?: {
|
|
13133
13133
|
channelMetadata: {
|
|
13134
13134
|
message: `0x${string}`;
|
|
@@ -13190,19 +13190,18 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
13190
13190
|
depositDetails: {
|
|
13191
13191
|
txHashes?: string[] | null | undefined;
|
|
13192
13192
|
};
|
|
13193
|
-
boostFee: number;
|
|
13194
|
-
destinationAddress: {
|
|
13195
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
13196
|
-
value: string;
|
|
13197
|
-
};
|
|
13198
|
-
txId: string;
|
|
13199
13193
|
inputAsset: {
|
|
13200
13194
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc";
|
|
13201
13195
|
};
|
|
13202
13196
|
depositAmount: string | number;
|
|
13203
13197
|
outputAsset: {
|
|
13204
|
-
__kind: "
|
|
13198
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
13199
|
+
};
|
|
13200
|
+
destinationAddress: {
|
|
13201
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
13202
|
+
value: string;
|
|
13205
13203
|
};
|
|
13204
|
+
txId: string;
|
|
13206
13205
|
affiliateFees: {
|
|
13207
13206
|
account: number;
|
|
13208
13207
|
bps: number;
|
|
@@ -13218,8 +13217,9 @@ declare const palletCfEthereumIngressEgressDepositFailedDetailsEthereum: z.ZodDi
|
|
|
13218
13217
|
} | null | undefined;
|
|
13219
13218
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
13220
13219
|
};
|
|
13221
|
-
|
|
13220
|
+
boostFee: number;
|
|
13222
13221
|
channelId?: string | number | null | undefined;
|
|
13222
|
+
depositAddress?: string | null | undefined;
|
|
13223
13223
|
depositMetadata?: {
|
|
13224
13224
|
channelMetadata: {
|
|
13225
13225
|
message: string;
|
|
@@ -13674,17 +13674,17 @@ declare const palletCfPolkadotIngressEgressDepositWitnessPolkadot: z.ZodObject<{
|
|
|
13674
13674
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
13675
13675
|
depositDetails: z.ZodNumber;
|
|
13676
13676
|
}, "strip", z.ZodTypeAny, {
|
|
13677
|
-
depositAddress: `0x${string}`;
|
|
13678
13677
|
asset: "Dot";
|
|
13679
|
-
|
|
13678
|
+
depositAddress: `0x${string}`;
|
|
13680
13679
|
amount: bigint;
|
|
13680
|
+
depositDetails: number;
|
|
13681
13681
|
}, {
|
|
13682
|
-
depositAddress: string;
|
|
13683
13682
|
asset: {
|
|
13684
13683
|
__kind: "Dot";
|
|
13685
13684
|
};
|
|
13686
|
-
|
|
13685
|
+
depositAddress: string;
|
|
13687
13686
|
amount: string | number;
|
|
13687
|
+
depositDetails: number;
|
|
13688
13688
|
}>;
|
|
13689
13689
|
declare const cfPolkadotChainCcmDepositMetadata: z.ZodObject<{
|
|
13690
13690
|
channelMetadata: z.ZodObject<{
|
|
@@ -14008,11 +14008,11 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
14008
14008
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
14009
14009
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
14010
14010
|
}, "strip", z.ZodTypeAny, {
|
|
14011
|
-
__kind: "
|
|
14011
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
14012
14012
|
}, {
|
|
14013
|
-
__kind: "
|
|
14014
|
-
}>, "
|
|
14015
|
-
__kind: "
|
|
14013
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
14014
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
14015
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
14016
14016
|
}>;
|
|
14017
14017
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
14018
14018
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -14393,7 +14393,9 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
14393
14393
|
boostFee: z.ZodNumber;
|
|
14394
14394
|
}, "strip", z.ZodTypeAny, {
|
|
14395
14395
|
depositDetails: number;
|
|
14396
|
-
|
|
14396
|
+
inputAsset: "Dot";
|
|
14397
|
+
depositAmount: bigint;
|
|
14398
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
14397
14399
|
destinationAddress: {
|
|
14398
14400
|
readonly chain: "Ethereum";
|
|
14399
14401
|
readonly address: `0x${string}`;
|
|
@@ -14417,9 +14419,6 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
14417
14419
|
blockNumber: number;
|
|
14418
14420
|
extrinsicIndex: number;
|
|
14419
14421
|
};
|
|
14420
|
-
inputAsset: "Dot";
|
|
14421
|
-
depositAmount: bigint;
|
|
14422
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
14423
14422
|
affiliateFees: {
|
|
14424
14423
|
account: number;
|
|
14425
14424
|
bps: number;
|
|
@@ -14435,8 +14434,9 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
14435
14434
|
} | null | undefined;
|
|
14436
14435
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
14437
14436
|
};
|
|
14438
|
-
|
|
14437
|
+
boostFee: number;
|
|
14439
14438
|
channelId?: bigint | null | undefined;
|
|
14439
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
14440
14440
|
depositMetadata?: {
|
|
14441
14441
|
channelMetadata: {
|
|
14442
14442
|
message: `0x${string}`;
|
|
@@ -14493,7 +14493,13 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
14493
14493
|
} | null | undefined;
|
|
14494
14494
|
}, {
|
|
14495
14495
|
depositDetails: number;
|
|
14496
|
-
|
|
14496
|
+
inputAsset: {
|
|
14497
|
+
__kind: "Dot";
|
|
14498
|
+
};
|
|
14499
|
+
depositAmount: string | number;
|
|
14500
|
+
outputAsset: {
|
|
14501
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
14502
|
+
};
|
|
14497
14503
|
destinationAddress: {
|
|
14498
14504
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
14499
14505
|
value: string;
|
|
@@ -14502,13 +14508,6 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
14502
14508
|
blockNumber: number;
|
|
14503
14509
|
extrinsicIndex: number;
|
|
14504
14510
|
};
|
|
14505
|
-
inputAsset: {
|
|
14506
|
-
__kind: "Dot";
|
|
14507
|
-
};
|
|
14508
|
-
depositAmount: string | number;
|
|
14509
|
-
outputAsset: {
|
|
14510
|
-
__kind: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
14511
|
-
};
|
|
14512
14511
|
affiliateFees: {
|
|
14513
14512
|
account: number;
|
|
14514
14513
|
bps: number;
|
|
@@ -14524,8 +14523,9 @@ declare const palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot: z.ZodObj
|
|
|
14524
14523
|
} | null | undefined;
|
|
14525
14524
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
14526
14525
|
};
|
|
14527
|
-
|
|
14526
|
+
boostFee: number;
|
|
14528
14527
|
channelId?: string | number | null | undefined;
|
|
14528
|
+
depositAddress?: string | null | undefined;
|
|
14529
14529
|
depositMetadata?: {
|
|
14530
14530
|
channelMetadata: {
|
|
14531
14531
|
message: string;
|
|
@@ -14599,35 +14599,35 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
14599
14599
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
14600
14600
|
depositDetails: z.ZodNumber;
|
|
14601
14601
|
}, "strip", z.ZodTypeAny, {
|
|
14602
|
-
depositAddress: `0x${string}`;
|
|
14603
14602
|
asset: "Dot";
|
|
14604
|
-
|
|
14603
|
+
depositAddress: `0x${string}`;
|
|
14605
14604
|
amount: bigint;
|
|
14605
|
+
depositDetails: number;
|
|
14606
14606
|
}, {
|
|
14607
|
-
depositAddress: string;
|
|
14608
14607
|
asset: {
|
|
14609
14608
|
__kind: "Dot";
|
|
14610
14609
|
};
|
|
14611
|
-
|
|
14610
|
+
depositAddress: string;
|
|
14612
14611
|
amount: string | number;
|
|
14612
|
+
depositDetails: number;
|
|
14613
14613
|
}>;
|
|
14614
14614
|
}, "strip", z.ZodTypeAny, {
|
|
14615
14615
|
__kind: "DepositFailedDepositChannelVariantPolkadot";
|
|
14616
14616
|
depositWitness: {
|
|
14617
|
-
depositAddress: `0x${string}`;
|
|
14618
14617
|
asset: "Dot";
|
|
14619
|
-
|
|
14618
|
+
depositAddress: `0x${string}`;
|
|
14620
14619
|
amount: bigint;
|
|
14620
|
+
depositDetails: number;
|
|
14621
14621
|
};
|
|
14622
14622
|
}, {
|
|
14623
14623
|
__kind: "DepositFailedDepositChannelVariantPolkadot";
|
|
14624
14624
|
depositWitness: {
|
|
14625
|
-
depositAddress: string;
|
|
14626
14625
|
asset: {
|
|
14627
14626
|
__kind: "Dot";
|
|
14628
14627
|
};
|
|
14629
|
-
|
|
14628
|
+
depositAddress: string;
|
|
14630
14629
|
amount: string | number;
|
|
14630
|
+
depositDetails: number;
|
|
14631
14631
|
};
|
|
14632
14632
|
}>, z.ZodObject<{
|
|
14633
14633
|
__kind: z.ZodLiteral<"DepositFailedVaultVariantPolkadot">;
|
|
@@ -14648,11 +14648,11 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
14648
14648
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
14649
14649
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
14650
14650
|
}, "strip", z.ZodTypeAny, {
|
|
14651
|
-
__kind: "
|
|
14651
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
14652
14652
|
}, {
|
|
14653
|
-
__kind: "
|
|
14654
|
-
}>, "
|
|
14655
|
-
__kind: "
|
|
14653
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
14654
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
14655
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
14656
14656
|
}>;
|
|
14657
14657
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
14658
14658
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -15033,7 +15033,9 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
15033
15033
|
boostFee: z.ZodNumber;
|
|
15034
15034
|
}, "strip", z.ZodTypeAny, {
|
|
15035
15035
|
depositDetails: number;
|
|
15036
|
-
|
|
15036
|
+
inputAsset: "Dot";
|
|
15037
|
+
depositAmount: bigint;
|
|
15038
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
15037
15039
|
destinationAddress: {
|
|
15038
15040
|
readonly chain: "Ethereum";
|
|
15039
15041
|
readonly address: `0x${string}`;
|
|
@@ -15057,9 +15059,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
15057
15059
|
blockNumber: number;
|
|
15058
15060
|
extrinsicIndex: number;
|
|
15059
15061
|
};
|
|
15060
|
-
inputAsset: "Dot";
|
|
15061
|
-
depositAmount: bigint;
|
|
15062
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
15063
15062
|
affiliateFees: {
|
|
15064
15063
|
account: number;
|
|
15065
15064
|
bps: number;
|
|
@@ -15075,8 +15074,9 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
15075
15074
|
} | null | undefined;
|
|
15076
15075
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
15077
15076
|
};
|
|
15078
|
-
|
|
15077
|
+
boostFee: number;
|
|
15079
15078
|
channelId?: bigint | null | undefined;
|
|
15079
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
15080
15080
|
depositMetadata?: {
|
|
15081
15081
|
channelMetadata: {
|
|
15082
15082
|
message: `0x${string}`;
|
|
@@ -15133,7 +15133,13 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
15133
15133
|
} | null | undefined;
|
|
15134
15134
|
}, {
|
|
15135
15135
|
depositDetails: number;
|
|
15136
|
-
|
|
15136
|
+
inputAsset: {
|
|
15137
|
+
__kind: "Dot";
|
|
15138
|
+
};
|
|
15139
|
+
depositAmount: string | number;
|
|
15140
|
+
outputAsset: {
|
|
15141
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
15142
|
+
};
|
|
15137
15143
|
destinationAddress: {
|
|
15138
15144
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
15139
15145
|
value: string;
|
|
@@ -15142,13 +15148,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
15142
15148
|
blockNumber: number;
|
|
15143
15149
|
extrinsicIndex: number;
|
|
15144
15150
|
};
|
|
15145
|
-
inputAsset: {
|
|
15146
|
-
__kind: "Dot";
|
|
15147
|
-
};
|
|
15148
|
-
depositAmount: string | number;
|
|
15149
|
-
outputAsset: {
|
|
15150
|
-
__kind: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
15151
|
-
};
|
|
15152
15151
|
affiliateFees: {
|
|
15153
15152
|
account: number;
|
|
15154
15153
|
bps: number;
|
|
@@ -15164,8 +15163,9 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
15164
15163
|
} | null | undefined;
|
|
15165
15164
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
15166
15165
|
};
|
|
15167
|
-
|
|
15166
|
+
boostFee: number;
|
|
15168
15167
|
channelId?: string | number | null | undefined;
|
|
15168
|
+
depositAddress?: string | null | undefined;
|
|
15169
15169
|
depositMetadata?: {
|
|
15170
15170
|
channelMetadata: {
|
|
15171
15171
|
message: string;
|
|
@@ -15227,7 +15227,9 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
15227
15227
|
__kind: "DepositFailedVaultVariantPolkadot";
|
|
15228
15228
|
vaultWitness: {
|
|
15229
15229
|
depositDetails: number;
|
|
15230
|
-
|
|
15230
|
+
inputAsset: "Dot";
|
|
15231
|
+
depositAmount: bigint;
|
|
15232
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
15231
15233
|
destinationAddress: {
|
|
15232
15234
|
readonly chain: "Ethereum";
|
|
15233
15235
|
readonly address: `0x${string}`;
|
|
@@ -15251,9 +15253,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
15251
15253
|
blockNumber: number;
|
|
15252
15254
|
extrinsicIndex: number;
|
|
15253
15255
|
};
|
|
15254
|
-
inputAsset: "Dot";
|
|
15255
|
-
depositAmount: bigint;
|
|
15256
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
15257
15256
|
affiliateFees: {
|
|
15258
15257
|
account: number;
|
|
15259
15258
|
bps: number;
|
|
@@ -15269,8 +15268,9 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
15269
15268
|
} | null | undefined;
|
|
15270
15269
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
15271
15270
|
};
|
|
15272
|
-
|
|
15271
|
+
boostFee: number;
|
|
15273
15272
|
channelId?: bigint | null | undefined;
|
|
15273
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
15274
15274
|
depositMetadata?: {
|
|
15275
15275
|
channelMetadata: {
|
|
15276
15276
|
message: `0x${string}`;
|
|
@@ -15330,7 +15330,13 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
15330
15330
|
__kind: "DepositFailedVaultVariantPolkadot";
|
|
15331
15331
|
vaultWitness: {
|
|
15332
15332
|
depositDetails: number;
|
|
15333
|
-
|
|
15333
|
+
inputAsset: {
|
|
15334
|
+
__kind: "Dot";
|
|
15335
|
+
};
|
|
15336
|
+
depositAmount: string | number;
|
|
15337
|
+
outputAsset: {
|
|
15338
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
15339
|
+
};
|
|
15334
15340
|
destinationAddress: {
|
|
15335
15341
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
15336
15342
|
value: string;
|
|
@@ -15339,13 +15345,6 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
15339
15345
|
blockNumber: number;
|
|
15340
15346
|
extrinsicIndex: number;
|
|
15341
15347
|
};
|
|
15342
|
-
inputAsset: {
|
|
15343
|
-
__kind: "Dot";
|
|
15344
|
-
};
|
|
15345
|
-
depositAmount: string | number;
|
|
15346
|
-
outputAsset: {
|
|
15347
|
-
__kind: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
15348
|
-
};
|
|
15349
15348
|
affiliateFees: {
|
|
15350
15349
|
account: number;
|
|
15351
15350
|
bps: number;
|
|
@@ -15361,8 +15360,9 @@ declare const palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot: z.ZodDi
|
|
|
15361
15360
|
} | null | undefined;
|
|
15362
15361
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
15363
15362
|
};
|
|
15364
|
-
|
|
15363
|
+
boostFee: number;
|
|
15365
15364
|
channelId?: string | number | null | undefined;
|
|
15365
|
+
depositAddress?: string | null | undefined;
|
|
15366
15366
|
depositMetadata?: {
|
|
15367
15367
|
channelMetadata: {
|
|
15368
15368
|
message: string;
|
|
@@ -16035,6 +16035,7 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
16035
16035
|
};
|
|
16036
16036
|
}>;
|
|
16037
16037
|
}, "strip", z.ZodTypeAny, {
|
|
16038
|
+
asset: "Btc";
|
|
16038
16039
|
depositAddress: {
|
|
16039
16040
|
__kind: "P2PKH";
|
|
16040
16041
|
value: `0x${string}`;
|
|
@@ -16055,7 +16056,7 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
16055
16056
|
version: number;
|
|
16056
16057
|
program: `0x${string}`;
|
|
16057
16058
|
};
|
|
16058
|
-
|
|
16059
|
+
amount: bigint;
|
|
16059
16060
|
depositDetails: {
|
|
16060
16061
|
depositAddress: {
|
|
16061
16062
|
pubkeyX: `0x${string}`;
|
|
@@ -16074,8 +16075,10 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
16074
16075
|
vout: number;
|
|
16075
16076
|
};
|
|
16076
16077
|
};
|
|
16077
|
-
amount: bigint;
|
|
16078
16078
|
}, {
|
|
16079
|
+
asset: {
|
|
16080
|
+
__kind: "Btc";
|
|
16081
|
+
};
|
|
16079
16082
|
depositAddress: {
|
|
16080
16083
|
__kind: "P2PKH";
|
|
16081
16084
|
value: string;
|
|
@@ -16096,9 +16099,7 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
16096
16099
|
version: number;
|
|
16097
16100
|
program: string;
|
|
16098
16101
|
};
|
|
16099
|
-
|
|
16100
|
-
__kind: "Btc";
|
|
16101
|
-
};
|
|
16102
|
+
amount: string | number;
|
|
16102
16103
|
depositDetails: {
|
|
16103
16104
|
depositAddress: {
|
|
16104
16105
|
pubkeyX: string;
|
|
@@ -16117,7 +16118,6 @@ declare const palletCfBitcoinIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
|
16117
16118
|
vout: number;
|
|
16118
16119
|
};
|
|
16119
16120
|
};
|
|
16120
|
-
amount: string | number;
|
|
16121
16121
|
}>;
|
|
16122
16122
|
declare const cfBitcoinChainCcmDepositMetadata: z.ZodObject<{
|
|
16123
16123
|
channelMetadata: z.ZodObject<{
|
|
@@ -16688,11 +16688,11 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
16688
16688
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
16689
16689
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
16690
16690
|
}, "strip", z.ZodTypeAny, {
|
|
16691
|
-
__kind: "
|
|
16691
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
16692
16692
|
}, {
|
|
16693
|
-
__kind: "
|
|
16694
|
-
}>, "
|
|
16695
|
-
__kind: "
|
|
16693
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
16694
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
16695
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
16696
16696
|
}>;
|
|
16697
16697
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
16698
16698
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -17176,7 +17176,9 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
17176
17176
|
vout: number;
|
|
17177
17177
|
};
|
|
17178
17178
|
};
|
|
17179
|
-
|
|
17179
|
+
inputAsset: "Btc";
|
|
17180
|
+
depositAmount: bigint;
|
|
17181
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
17180
17182
|
destinationAddress: {
|
|
17181
17183
|
readonly chain: "Ethereum";
|
|
17182
17184
|
readonly address: `0x${string}`;
|
|
@@ -17197,9 +17199,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
17197
17199
|
readonly address: string;
|
|
17198
17200
|
};
|
|
17199
17201
|
txId: `0x${string}`;
|
|
17200
|
-
inputAsset: "Btc";
|
|
17201
|
-
depositAmount: bigint;
|
|
17202
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
17203
17202
|
affiliateFees: {
|
|
17204
17203
|
account: number;
|
|
17205
17204
|
bps: number;
|
|
@@ -17234,6 +17233,8 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
17234
17233
|
} | null | undefined;
|
|
17235
17234
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
17236
17235
|
};
|
|
17236
|
+
boostFee: number;
|
|
17237
|
+
channelId?: bigint | null | undefined;
|
|
17237
17238
|
depositAddress?: {
|
|
17238
17239
|
__kind: "P2PKH";
|
|
17239
17240
|
value: `0x${string}`;
|
|
@@ -17254,7 +17255,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
17254
17255
|
version: number;
|
|
17255
17256
|
program: `0x${string}`;
|
|
17256
17257
|
} | null | undefined;
|
|
17257
|
-
channelId?: bigint | null | undefined;
|
|
17258
17258
|
depositMetadata?: {
|
|
17259
17259
|
channelMetadata: {
|
|
17260
17260
|
message: `0x${string}`;
|
|
@@ -17328,19 +17328,18 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
17328
17328
|
vout: number;
|
|
17329
17329
|
};
|
|
17330
17330
|
};
|
|
17331
|
-
boostFee: number;
|
|
17332
|
-
destinationAddress: {
|
|
17333
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
17334
|
-
value: string;
|
|
17335
|
-
};
|
|
17336
|
-
txId: string;
|
|
17337
17331
|
inputAsset: {
|
|
17338
17332
|
__kind: "Btc";
|
|
17339
17333
|
};
|
|
17340
17334
|
depositAmount: string | number;
|
|
17341
17335
|
outputAsset: {
|
|
17342
|
-
__kind: "
|
|
17336
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
17343
17337
|
};
|
|
17338
|
+
destinationAddress: {
|
|
17339
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
17340
|
+
value: string;
|
|
17341
|
+
};
|
|
17342
|
+
txId: string;
|
|
17344
17343
|
affiliateFees: {
|
|
17345
17344
|
account: number;
|
|
17346
17345
|
bps: number;
|
|
@@ -17375,6 +17374,8 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
17375
17374
|
} | null | undefined;
|
|
17376
17375
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
17377
17376
|
};
|
|
17377
|
+
boostFee: number;
|
|
17378
|
+
channelId?: string | number | null | undefined;
|
|
17378
17379
|
depositAddress?: {
|
|
17379
17380
|
__kind: "P2PKH";
|
|
17380
17381
|
value: string;
|
|
@@ -17395,7 +17396,6 @@ declare const palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin: z.ZodObjec
|
|
|
17395
17396
|
version: number;
|
|
17396
17397
|
program: string;
|
|
17397
17398
|
} | null | undefined;
|
|
17398
|
-
channelId?: string | number | null | undefined;
|
|
17399
17399
|
depositMetadata?: {
|
|
17400
17400
|
channelMetadata: {
|
|
17401
17401
|
message: string;
|
|
@@ -17621,6 +17621,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
17621
17621
|
};
|
|
17622
17622
|
}>;
|
|
17623
17623
|
}, "strip", z.ZodTypeAny, {
|
|
17624
|
+
asset: "Btc";
|
|
17624
17625
|
depositAddress: {
|
|
17625
17626
|
__kind: "P2PKH";
|
|
17626
17627
|
value: `0x${string}`;
|
|
@@ -17641,7 +17642,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
17641
17642
|
version: number;
|
|
17642
17643
|
program: `0x${string}`;
|
|
17643
17644
|
};
|
|
17644
|
-
|
|
17645
|
+
amount: bigint;
|
|
17645
17646
|
depositDetails: {
|
|
17646
17647
|
depositAddress: {
|
|
17647
17648
|
pubkeyX: `0x${string}`;
|
|
@@ -17660,8 +17661,10 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
17660
17661
|
vout: number;
|
|
17661
17662
|
};
|
|
17662
17663
|
};
|
|
17663
|
-
amount: bigint;
|
|
17664
17664
|
}, {
|
|
17665
|
+
asset: {
|
|
17666
|
+
__kind: "Btc";
|
|
17667
|
+
};
|
|
17665
17668
|
depositAddress: {
|
|
17666
17669
|
__kind: "P2PKH";
|
|
17667
17670
|
value: string;
|
|
@@ -17682,9 +17685,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
17682
17685
|
version: number;
|
|
17683
17686
|
program: string;
|
|
17684
17687
|
};
|
|
17685
|
-
|
|
17686
|
-
__kind: "Btc";
|
|
17687
|
-
};
|
|
17688
|
+
amount: string | number;
|
|
17688
17689
|
depositDetails: {
|
|
17689
17690
|
depositAddress: {
|
|
17690
17691
|
pubkeyX: string;
|
|
@@ -17703,11 +17704,11 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
17703
17704
|
vout: number;
|
|
17704
17705
|
};
|
|
17705
17706
|
};
|
|
17706
|
-
amount: string | number;
|
|
17707
17707
|
}>;
|
|
17708
17708
|
}, "strip", z.ZodTypeAny, {
|
|
17709
17709
|
__kind: "DepositFailedDepositChannelVariantBitcoin";
|
|
17710
17710
|
depositWitness: {
|
|
17711
|
+
asset: "Btc";
|
|
17711
17712
|
depositAddress: {
|
|
17712
17713
|
__kind: "P2PKH";
|
|
17713
17714
|
value: `0x${string}`;
|
|
@@ -17728,7 +17729,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
17728
17729
|
version: number;
|
|
17729
17730
|
program: `0x${string}`;
|
|
17730
17731
|
};
|
|
17731
|
-
|
|
17732
|
+
amount: bigint;
|
|
17732
17733
|
depositDetails: {
|
|
17733
17734
|
depositAddress: {
|
|
17734
17735
|
pubkeyX: `0x${string}`;
|
|
@@ -17747,11 +17748,13 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
17747
17748
|
vout: number;
|
|
17748
17749
|
};
|
|
17749
17750
|
};
|
|
17750
|
-
amount: bigint;
|
|
17751
17751
|
};
|
|
17752
17752
|
}, {
|
|
17753
17753
|
__kind: "DepositFailedDepositChannelVariantBitcoin";
|
|
17754
17754
|
depositWitness: {
|
|
17755
|
+
asset: {
|
|
17756
|
+
__kind: "Btc";
|
|
17757
|
+
};
|
|
17755
17758
|
depositAddress: {
|
|
17756
17759
|
__kind: "P2PKH";
|
|
17757
17760
|
value: string;
|
|
@@ -17772,9 +17775,7 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
17772
17775
|
version: number;
|
|
17773
17776
|
program: string;
|
|
17774
17777
|
};
|
|
17775
|
-
|
|
17776
|
-
__kind: "Btc";
|
|
17777
|
-
};
|
|
17778
|
+
amount: string | number;
|
|
17778
17779
|
depositDetails: {
|
|
17779
17780
|
depositAddress: {
|
|
17780
17781
|
pubkeyX: string;
|
|
@@ -17793,7 +17794,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
17793
17794
|
vout: number;
|
|
17794
17795
|
};
|
|
17795
17796
|
};
|
|
17796
|
-
amount: string | number;
|
|
17797
17797
|
};
|
|
17798
17798
|
}>, z.ZodObject<{
|
|
17799
17799
|
__kind: z.ZodLiteral<"DepositFailedVaultVariantBitcoin">;
|
|
@@ -17966,11 +17966,11 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
17966
17966
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
17967
17967
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
17968
17968
|
}, "strip", z.ZodTypeAny, {
|
|
17969
|
-
__kind: "
|
|
17969
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
17970
17970
|
}, {
|
|
17971
|
-
__kind: "
|
|
17972
|
-
}>, "
|
|
17973
|
-
__kind: "
|
|
17971
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
17972
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
17973
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
17974
17974
|
}>;
|
|
17975
17975
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
17976
17976
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -18454,7 +18454,9 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
18454
18454
|
vout: number;
|
|
18455
18455
|
};
|
|
18456
18456
|
};
|
|
18457
|
-
|
|
18457
|
+
inputAsset: "Btc";
|
|
18458
|
+
depositAmount: bigint;
|
|
18459
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
18458
18460
|
destinationAddress: {
|
|
18459
18461
|
readonly chain: "Ethereum";
|
|
18460
18462
|
readonly address: `0x${string}`;
|
|
@@ -18475,9 +18477,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
18475
18477
|
readonly address: string;
|
|
18476
18478
|
};
|
|
18477
18479
|
txId: `0x${string}`;
|
|
18478
|
-
inputAsset: "Btc";
|
|
18479
|
-
depositAmount: bigint;
|
|
18480
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
18481
18480
|
affiliateFees: {
|
|
18482
18481
|
account: number;
|
|
18483
18482
|
bps: number;
|
|
@@ -18512,6 +18511,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
18512
18511
|
} | null | undefined;
|
|
18513
18512
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
18514
18513
|
};
|
|
18514
|
+
boostFee: number;
|
|
18515
|
+
channelId?: bigint | null | undefined;
|
|
18515
18516
|
depositAddress?: {
|
|
18516
18517
|
__kind: "P2PKH";
|
|
18517
18518
|
value: `0x${string}`;
|
|
@@ -18532,7 +18533,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
18532
18533
|
version: number;
|
|
18533
18534
|
program: `0x${string}`;
|
|
18534
18535
|
} | null | undefined;
|
|
18535
|
-
channelId?: bigint | null | undefined;
|
|
18536
18536
|
depositMetadata?: {
|
|
18537
18537
|
channelMetadata: {
|
|
18538
18538
|
message: `0x${string}`;
|
|
@@ -18606,19 +18606,18 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
18606
18606
|
vout: number;
|
|
18607
18607
|
};
|
|
18608
18608
|
};
|
|
18609
|
-
boostFee: number;
|
|
18610
|
-
destinationAddress: {
|
|
18611
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
18612
|
-
value: string;
|
|
18613
|
-
};
|
|
18614
|
-
txId: string;
|
|
18615
18609
|
inputAsset: {
|
|
18616
18610
|
__kind: "Btc";
|
|
18617
18611
|
};
|
|
18618
18612
|
depositAmount: string | number;
|
|
18619
18613
|
outputAsset: {
|
|
18620
|
-
__kind: "
|
|
18614
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
18615
|
+
};
|
|
18616
|
+
destinationAddress: {
|
|
18617
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
18618
|
+
value: string;
|
|
18621
18619
|
};
|
|
18620
|
+
txId: string;
|
|
18622
18621
|
affiliateFees: {
|
|
18623
18622
|
account: number;
|
|
18624
18623
|
bps: number;
|
|
@@ -18653,6 +18652,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
18653
18652
|
} | null | undefined;
|
|
18654
18653
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
18655
18654
|
};
|
|
18655
|
+
boostFee: number;
|
|
18656
|
+
channelId?: string | number | null | undefined;
|
|
18656
18657
|
depositAddress?: {
|
|
18657
18658
|
__kind: "P2PKH";
|
|
18658
18659
|
value: string;
|
|
@@ -18673,7 +18674,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
18673
18674
|
version: number;
|
|
18674
18675
|
program: string;
|
|
18675
18676
|
} | null | undefined;
|
|
18676
|
-
channelId?: string | number | null | undefined;
|
|
18677
18677
|
depositMetadata?: {
|
|
18678
18678
|
channelMetadata: {
|
|
18679
18679
|
message: string;
|
|
@@ -18752,7 +18752,9 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
18752
18752
|
vout: number;
|
|
18753
18753
|
};
|
|
18754
18754
|
};
|
|
18755
|
-
|
|
18755
|
+
inputAsset: "Btc";
|
|
18756
|
+
depositAmount: bigint;
|
|
18757
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
18756
18758
|
destinationAddress: {
|
|
18757
18759
|
readonly chain: "Ethereum";
|
|
18758
18760
|
readonly address: `0x${string}`;
|
|
@@ -18773,9 +18775,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
18773
18775
|
readonly address: string;
|
|
18774
18776
|
};
|
|
18775
18777
|
txId: `0x${string}`;
|
|
18776
|
-
inputAsset: "Btc";
|
|
18777
|
-
depositAmount: bigint;
|
|
18778
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
18779
18778
|
affiliateFees: {
|
|
18780
18779
|
account: number;
|
|
18781
18780
|
bps: number;
|
|
@@ -18810,6 +18809,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
18810
18809
|
} | null | undefined;
|
|
18811
18810
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
18812
18811
|
};
|
|
18812
|
+
boostFee: number;
|
|
18813
|
+
channelId?: bigint | null | undefined;
|
|
18813
18814
|
depositAddress?: {
|
|
18814
18815
|
__kind: "P2PKH";
|
|
18815
18816
|
value: `0x${string}`;
|
|
@@ -18830,7 +18831,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
18830
18831
|
version: number;
|
|
18831
18832
|
program: `0x${string}`;
|
|
18832
18833
|
} | null | undefined;
|
|
18833
|
-
channelId?: bigint | null | undefined;
|
|
18834
18834
|
depositMetadata?: {
|
|
18835
18835
|
channelMetadata: {
|
|
18836
18836
|
message: `0x${string}`;
|
|
@@ -18907,19 +18907,18 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
18907
18907
|
vout: number;
|
|
18908
18908
|
};
|
|
18909
18909
|
};
|
|
18910
|
-
boostFee: number;
|
|
18911
|
-
destinationAddress: {
|
|
18912
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
18913
|
-
value: string;
|
|
18914
|
-
};
|
|
18915
|
-
txId: string;
|
|
18916
18910
|
inputAsset: {
|
|
18917
18911
|
__kind: "Btc";
|
|
18918
18912
|
};
|
|
18919
18913
|
depositAmount: string | number;
|
|
18920
18914
|
outputAsset: {
|
|
18921
|
-
__kind: "
|
|
18915
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
18922
18916
|
};
|
|
18917
|
+
destinationAddress: {
|
|
18918
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
18919
|
+
value: string;
|
|
18920
|
+
};
|
|
18921
|
+
txId: string;
|
|
18923
18922
|
affiliateFees: {
|
|
18924
18923
|
account: number;
|
|
18925
18924
|
bps: number;
|
|
@@ -18954,6 +18953,8 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
18954
18953
|
} | null | undefined;
|
|
18955
18954
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
18956
18955
|
};
|
|
18956
|
+
boostFee: number;
|
|
18957
|
+
channelId?: string | number | null | undefined;
|
|
18957
18958
|
depositAddress?: {
|
|
18958
18959
|
__kind: "P2PKH";
|
|
18959
18960
|
value: string;
|
|
@@ -18974,7 +18975,6 @@ declare const palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin: z.ZodDisc
|
|
|
18974
18975
|
version: number;
|
|
18975
18976
|
program: string;
|
|
18976
18977
|
} | null | undefined;
|
|
18977
|
-
channelId?: string | number | null | undefined;
|
|
18978
18978
|
depositMetadata?: {
|
|
18979
18979
|
channelMetadata: {
|
|
18980
18980
|
message: string;
|
|
@@ -19056,17 +19056,17 @@ declare const palletCfPoolsRangeOrderChange: z.ZodObject<{
|
|
|
19056
19056
|
quote: string | number;
|
|
19057
19057
|
}>;
|
|
19058
19058
|
}, "strip", z.ZodTypeAny, {
|
|
19059
|
+
liquidity: bigint;
|
|
19059
19060
|
amounts: {
|
|
19060
19061
|
base: bigint;
|
|
19061
19062
|
quote: bigint;
|
|
19062
19063
|
};
|
|
19063
|
-
liquidity: bigint;
|
|
19064
19064
|
}, {
|
|
19065
|
+
liquidity: string | number;
|
|
19065
19066
|
amounts: {
|
|
19066
19067
|
base: string | number;
|
|
19067
19068
|
quote: string | number;
|
|
19068
19069
|
};
|
|
19069
|
-
liquidity: string | number;
|
|
19070
19070
|
}>;
|
|
19071
19071
|
declare const cfTraitsLiquidityIncreaseOrDecreaseRangeOrderChange: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
19072
19072
|
__kind: z.ZodLiteral<"Increase">;
|
|
@@ -19083,35 +19083,35 @@ declare const cfTraitsLiquidityIncreaseOrDecreaseRangeOrderChange: z.ZodDiscrimi
|
|
|
19083
19083
|
quote: string | number;
|
|
19084
19084
|
}>;
|
|
19085
19085
|
}, "strip", z.ZodTypeAny, {
|
|
19086
|
+
liquidity: bigint;
|
|
19086
19087
|
amounts: {
|
|
19087
19088
|
base: bigint;
|
|
19088
19089
|
quote: bigint;
|
|
19089
19090
|
};
|
|
19090
|
-
liquidity: bigint;
|
|
19091
19091
|
}, {
|
|
19092
|
+
liquidity: string | number;
|
|
19092
19093
|
amounts: {
|
|
19093
19094
|
base: string | number;
|
|
19094
19095
|
quote: string | number;
|
|
19095
19096
|
};
|
|
19096
|
-
liquidity: string | number;
|
|
19097
19097
|
}>;
|
|
19098
19098
|
}, "strip", z.ZodTypeAny, {
|
|
19099
19099
|
__kind: "Increase";
|
|
19100
19100
|
value: {
|
|
19101
|
+
liquidity: bigint;
|
|
19101
19102
|
amounts: {
|
|
19102
19103
|
base: bigint;
|
|
19103
19104
|
quote: bigint;
|
|
19104
19105
|
};
|
|
19105
|
-
liquidity: bigint;
|
|
19106
19106
|
};
|
|
19107
19107
|
}, {
|
|
19108
19108
|
__kind: "Increase";
|
|
19109
19109
|
value: {
|
|
19110
|
+
liquidity: string | number;
|
|
19110
19111
|
amounts: {
|
|
19111
19112
|
base: string | number;
|
|
19112
19113
|
quote: string | number;
|
|
19113
19114
|
};
|
|
19114
|
-
liquidity: string | number;
|
|
19115
19115
|
};
|
|
19116
19116
|
}>, z.ZodObject<{
|
|
19117
19117
|
__kind: z.ZodLiteral<"Decrease">;
|
|
@@ -19128,35 +19128,35 @@ declare const cfTraitsLiquidityIncreaseOrDecreaseRangeOrderChange: z.ZodDiscrimi
|
|
|
19128
19128
|
quote: string | number;
|
|
19129
19129
|
}>;
|
|
19130
19130
|
}, "strip", z.ZodTypeAny, {
|
|
19131
|
+
liquidity: bigint;
|
|
19131
19132
|
amounts: {
|
|
19132
19133
|
base: bigint;
|
|
19133
19134
|
quote: bigint;
|
|
19134
19135
|
};
|
|
19135
|
-
liquidity: bigint;
|
|
19136
19136
|
}, {
|
|
19137
|
+
liquidity: string | number;
|
|
19137
19138
|
amounts: {
|
|
19138
19139
|
base: string | number;
|
|
19139
19140
|
quote: string | number;
|
|
19140
19141
|
};
|
|
19141
|
-
liquidity: string | number;
|
|
19142
19142
|
}>;
|
|
19143
19143
|
}, "strip", z.ZodTypeAny, {
|
|
19144
19144
|
__kind: "Decrease";
|
|
19145
19145
|
value: {
|
|
19146
|
+
liquidity: bigint;
|
|
19146
19147
|
amounts: {
|
|
19147
19148
|
base: bigint;
|
|
19148
19149
|
quote: bigint;
|
|
19149
19150
|
};
|
|
19150
|
-
liquidity: bigint;
|
|
19151
19151
|
};
|
|
19152
19152
|
}, {
|
|
19153
19153
|
__kind: "Decrease";
|
|
19154
19154
|
value: {
|
|
19155
|
+
liquidity: string | number;
|
|
19155
19156
|
amounts: {
|
|
19156
19157
|
base: string | number;
|
|
19157
19158
|
quote: string | number;
|
|
19158
19159
|
};
|
|
19159
|
-
liquidity: string | number;
|
|
19160
19160
|
};
|
|
19161
19161
|
}>]>;
|
|
19162
19162
|
declare const cfAmmCommonSide: z.ZodEffects<z.ZodObject<{
|
|
@@ -19214,20 +19214,20 @@ declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
|
|
|
19214
19214
|
baseAsset: z.ZodEffects<z.ZodObject<{
|
|
19215
19215
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
19216
19216
|
}, "strip", z.ZodTypeAny, {
|
|
19217
|
-
__kind: "
|
|
19217
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19218
19218
|
}, {
|
|
19219
|
-
__kind: "
|
|
19220
|
-
}>, "
|
|
19221
|
-
__kind: "
|
|
19219
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19220
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
19221
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19222
19222
|
}>;
|
|
19223
19223
|
quoteAsset: z.ZodEffects<z.ZodObject<{
|
|
19224
19224
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
19225
19225
|
}, "strip", z.ZodTypeAny, {
|
|
19226
|
-
__kind: "
|
|
19226
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19227
19227
|
}, {
|
|
19228
|
-
__kind: "
|
|
19229
|
-
}>, "
|
|
19230
|
-
__kind: "
|
|
19228
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19229
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
19230
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19231
19231
|
}>;
|
|
19232
19232
|
side: z.ZodEffects<z.ZodObject<{
|
|
19233
19233
|
__kind: z.ZodEnum<["Buy", "Sell"]>;
|
|
@@ -19242,17 +19242,17 @@ declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
|
|
|
19242
19242
|
}, "strip", z.ZodTypeAny, {
|
|
19243
19243
|
__kind: "Limit";
|
|
19244
19244
|
id: bigint;
|
|
19245
|
-
baseAsset: "
|
|
19246
|
-
quoteAsset: "
|
|
19245
|
+
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19246
|
+
quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19247
19247
|
side: "Buy" | "Sell";
|
|
19248
19248
|
}, {
|
|
19249
19249
|
__kind: "Limit";
|
|
19250
19250
|
id: string | number;
|
|
19251
19251
|
baseAsset: {
|
|
19252
|
-
__kind: "
|
|
19252
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19253
19253
|
};
|
|
19254
19254
|
quoteAsset: {
|
|
19255
|
-
__kind: "
|
|
19255
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19256
19256
|
};
|
|
19257
19257
|
side: {
|
|
19258
19258
|
__kind: "Buy" | "Sell";
|
|
@@ -19262,35 +19262,35 @@ declare const palletCfPoolsCloseOrder: z.ZodDiscriminatedUnion<"__kind", [z.ZodO
|
|
|
19262
19262
|
baseAsset: z.ZodEffects<z.ZodObject<{
|
|
19263
19263
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
19264
19264
|
}, "strip", z.ZodTypeAny, {
|
|
19265
|
-
__kind: "
|
|
19265
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19266
19266
|
}, {
|
|
19267
|
-
__kind: "
|
|
19268
|
-
}>, "
|
|
19269
|
-
__kind: "
|
|
19267
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19268
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
19269
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19270
19270
|
}>;
|
|
19271
19271
|
quoteAsset: z.ZodEffects<z.ZodObject<{
|
|
19272
19272
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
19273
19273
|
}, "strip", z.ZodTypeAny, {
|
|
19274
|
-
__kind: "
|
|
19274
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19275
19275
|
}, {
|
|
19276
|
-
__kind: "
|
|
19277
|
-
}>, "
|
|
19278
|
-
__kind: "
|
|
19276
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19277
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
19278
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19279
19279
|
}>;
|
|
19280
19280
|
id: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
19281
19281
|
}, "strip", z.ZodTypeAny, {
|
|
19282
19282
|
__kind: "Range";
|
|
19283
19283
|
id: bigint;
|
|
19284
|
-
baseAsset: "
|
|
19285
|
-
quoteAsset: "
|
|
19284
|
+
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19285
|
+
quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19286
19286
|
}, {
|
|
19287
19287
|
__kind: "Range";
|
|
19288
19288
|
id: string | number;
|
|
19289
19289
|
baseAsset: {
|
|
19290
|
-
__kind: "
|
|
19290
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19291
19291
|
};
|
|
19292
19292
|
quoteAsset: {
|
|
19293
|
-
__kind: "
|
|
19293
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19294
19294
|
};
|
|
19295
19295
|
}>]>;
|
|
19296
19296
|
declare const palletCfPoolsPalletConfigUpdate: z.ZodObject<{
|
|
@@ -19298,21 +19298,21 @@ declare const palletCfPoolsPalletConfigUpdate: z.ZodObject<{
|
|
|
19298
19298
|
asset: z.ZodEffects<z.ZodObject<{
|
|
19299
19299
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
19300
19300
|
}, "strip", z.ZodTypeAny, {
|
|
19301
|
-
__kind: "
|
|
19301
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19302
19302
|
}, {
|
|
19303
|
-
__kind: "
|
|
19304
|
-
}>, "
|
|
19305
|
-
__kind: "
|
|
19303
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19304
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
19305
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19306
19306
|
}>;
|
|
19307
19307
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
19308
19308
|
}, "strip", z.ZodTypeAny, {
|
|
19309
19309
|
__kind: "LimitOrderAutoSweepingThreshold";
|
|
19310
|
-
asset: "
|
|
19310
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19311
19311
|
amount: bigint;
|
|
19312
19312
|
}, {
|
|
19313
19313
|
__kind: "LimitOrderAutoSweepingThreshold";
|
|
19314
19314
|
asset: {
|
|
19315
|
-
__kind: "
|
|
19315
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19316
19316
|
};
|
|
19317
19317
|
amount: string | number;
|
|
19318
19318
|
}>;
|
|
@@ -19390,15 +19390,15 @@ declare const palletCfArbitrumIngressEgressDepositAction: z.ZodDiscriminatedUnio
|
|
|
19390
19390
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
19391
19391
|
}, "strip", z.ZodTypeAny, {
|
|
19392
19392
|
__kind: "Refund";
|
|
19393
|
-
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
19394
19393
|
amount: bigint;
|
|
19394
|
+
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
19395
19395
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
19396
19396
|
}, {
|
|
19397
19397
|
__kind: "Refund";
|
|
19398
|
+
amount: string | number;
|
|
19398
19399
|
reason: {
|
|
19399
19400
|
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
19400
19401
|
};
|
|
19401
|
-
amount: string | number;
|
|
19402
19402
|
egressId?: [{
|
|
19403
19403
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
19404
19404
|
}, string | number] | null | undefined;
|
|
@@ -19680,21 +19680,21 @@ declare const palletCfArbitrumIngressEgressDepositWitnessArbitrum: z.ZodObject<{
|
|
|
19680
19680
|
txHashes?: string[] | null | undefined;
|
|
19681
19681
|
}>;
|
|
19682
19682
|
}, "strip", z.ZodTypeAny, {
|
|
19683
|
-
depositAddress: `0x${string}`;
|
|
19684
19683
|
asset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
19684
|
+
depositAddress: `0x${string}`;
|
|
19685
|
+
amount: bigint;
|
|
19685
19686
|
depositDetails: {
|
|
19686
19687
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
19687
19688
|
};
|
|
19688
|
-
amount: bigint;
|
|
19689
19689
|
}, {
|
|
19690
|
-
depositAddress: string;
|
|
19691
19690
|
asset: {
|
|
19692
19691
|
__kind: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
19693
19692
|
};
|
|
19693
|
+
depositAddress: string;
|
|
19694
|
+
amount: string | number;
|
|
19694
19695
|
depositDetails: {
|
|
19695
19696
|
txHashes?: string[] | null | undefined;
|
|
19696
19697
|
};
|
|
19697
|
-
amount: string | number;
|
|
19698
19698
|
}>;
|
|
19699
19699
|
declare const cfArbitrumChainCcmDepositMetadata: z.ZodObject<{
|
|
19700
19700
|
channelMetadata: z.ZodObject<{
|
|
@@ -20024,11 +20024,11 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
20024
20024
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
20025
20025
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
20026
20026
|
}, "strip", z.ZodTypeAny, {
|
|
20027
|
-
__kind: "
|
|
20027
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
20028
20028
|
}, {
|
|
20029
|
-
__kind: "
|
|
20030
|
-
}>, "
|
|
20031
|
-
__kind: "
|
|
20029
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
20030
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
20031
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
20032
20032
|
}>;
|
|
20033
20033
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
20034
20034
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -20402,7 +20402,9 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
20402
20402
|
depositDetails: {
|
|
20403
20403
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
20404
20404
|
};
|
|
20405
|
-
|
|
20405
|
+
inputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
20406
|
+
depositAmount: bigint;
|
|
20407
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
20406
20408
|
destinationAddress: {
|
|
20407
20409
|
readonly chain: "Ethereum";
|
|
20408
20410
|
readonly address: `0x${string}`;
|
|
@@ -20423,9 +20425,6 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
20423
20425
|
readonly address: string;
|
|
20424
20426
|
};
|
|
20425
20427
|
txId: `0x${string}`;
|
|
20426
|
-
inputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
20427
|
-
depositAmount: bigint;
|
|
20428
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
20429
20428
|
affiliateFees: {
|
|
20430
20429
|
account: number;
|
|
20431
20430
|
bps: number;
|
|
@@ -20441,8 +20440,9 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
20441
20440
|
} | null | undefined;
|
|
20442
20441
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
20443
20442
|
};
|
|
20444
|
-
|
|
20443
|
+
boostFee: number;
|
|
20445
20444
|
channelId?: bigint | null | undefined;
|
|
20445
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
20446
20446
|
depositMetadata?: {
|
|
20447
20447
|
channelMetadata: {
|
|
20448
20448
|
message: `0x${string}`;
|
|
@@ -20501,19 +20501,18 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
20501
20501
|
depositDetails: {
|
|
20502
20502
|
txHashes?: string[] | null | undefined;
|
|
20503
20503
|
};
|
|
20504
|
-
boostFee: number;
|
|
20505
|
-
destinationAddress: {
|
|
20506
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
20507
|
-
value: string;
|
|
20508
|
-
};
|
|
20509
|
-
txId: string;
|
|
20510
20504
|
inputAsset: {
|
|
20511
20505
|
__kind: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
20512
20506
|
};
|
|
20513
20507
|
depositAmount: string | number;
|
|
20514
20508
|
outputAsset: {
|
|
20515
|
-
__kind: "
|
|
20509
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
20510
|
+
};
|
|
20511
|
+
destinationAddress: {
|
|
20512
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
20513
|
+
value: string;
|
|
20516
20514
|
};
|
|
20515
|
+
txId: string;
|
|
20517
20516
|
affiliateFees: {
|
|
20518
20517
|
account: number;
|
|
20519
20518
|
bps: number;
|
|
@@ -20529,8 +20528,9 @@ declare const palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum: z.ZodObj
|
|
|
20529
20528
|
} | null | undefined;
|
|
20530
20529
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
20531
20530
|
};
|
|
20532
|
-
|
|
20531
|
+
boostFee: number;
|
|
20533
20532
|
channelId?: string | number | null | undefined;
|
|
20533
|
+
depositAddress?: string | null | undefined;
|
|
20534
20534
|
depositMetadata?: {
|
|
20535
20535
|
channelMetadata: {
|
|
20536
20536
|
message: string;
|
|
@@ -20610,43 +20610,43 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
20610
20610
|
txHashes?: string[] | null | undefined;
|
|
20611
20611
|
}>;
|
|
20612
20612
|
}, "strip", z.ZodTypeAny, {
|
|
20613
|
-
depositAddress: `0x${string}`;
|
|
20614
20613
|
asset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
20614
|
+
depositAddress: `0x${string}`;
|
|
20615
|
+
amount: bigint;
|
|
20615
20616
|
depositDetails: {
|
|
20616
20617
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
20617
20618
|
};
|
|
20618
|
-
amount: bigint;
|
|
20619
20619
|
}, {
|
|
20620
|
-
depositAddress: string;
|
|
20621
20620
|
asset: {
|
|
20622
20621
|
__kind: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
20623
20622
|
};
|
|
20623
|
+
depositAddress: string;
|
|
20624
|
+
amount: string | number;
|
|
20624
20625
|
depositDetails: {
|
|
20625
20626
|
txHashes?: string[] | null | undefined;
|
|
20626
20627
|
};
|
|
20627
|
-
amount: string | number;
|
|
20628
20628
|
}>;
|
|
20629
20629
|
}, "strip", z.ZodTypeAny, {
|
|
20630
20630
|
__kind: "DepositFailedDepositChannelVariantArbitrum";
|
|
20631
20631
|
depositWitness: {
|
|
20632
|
-
depositAddress: `0x${string}`;
|
|
20633
20632
|
asset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
20633
|
+
depositAddress: `0x${string}`;
|
|
20634
|
+
amount: bigint;
|
|
20634
20635
|
depositDetails: {
|
|
20635
20636
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
20636
20637
|
};
|
|
20637
|
-
amount: bigint;
|
|
20638
20638
|
};
|
|
20639
20639
|
}, {
|
|
20640
20640
|
__kind: "DepositFailedDepositChannelVariantArbitrum";
|
|
20641
20641
|
depositWitness: {
|
|
20642
|
-
depositAddress: string;
|
|
20643
20642
|
asset: {
|
|
20644
20643
|
__kind: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
20645
20644
|
};
|
|
20645
|
+
depositAddress: string;
|
|
20646
|
+
amount: string | number;
|
|
20646
20647
|
depositDetails: {
|
|
20647
20648
|
txHashes?: string[] | null | undefined;
|
|
20648
20649
|
};
|
|
20649
|
-
amount: string | number;
|
|
20650
20650
|
};
|
|
20651
20651
|
}>, z.ZodObject<{
|
|
20652
20652
|
__kind: z.ZodLiteral<"DepositFailedVaultVariantArbitrum">;
|
|
@@ -20673,11 +20673,11 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
20673
20673
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
20674
20674
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
20675
20675
|
}, "strip", z.ZodTypeAny, {
|
|
20676
|
-
__kind: "
|
|
20676
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
20677
20677
|
}, {
|
|
20678
|
-
__kind: "
|
|
20679
|
-
}>, "
|
|
20680
|
-
__kind: "
|
|
20678
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
20679
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
20680
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
20681
20681
|
}>;
|
|
20682
20682
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
20683
20683
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -21051,7 +21051,9 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
21051
21051
|
depositDetails: {
|
|
21052
21052
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
21053
21053
|
};
|
|
21054
|
-
|
|
21054
|
+
inputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
21055
|
+
depositAmount: bigint;
|
|
21056
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
21055
21057
|
destinationAddress: {
|
|
21056
21058
|
readonly chain: "Ethereum";
|
|
21057
21059
|
readonly address: `0x${string}`;
|
|
@@ -21072,9 +21074,6 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
21072
21074
|
readonly address: string;
|
|
21073
21075
|
};
|
|
21074
21076
|
txId: `0x${string}`;
|
|
21075
|
-
inputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
21076
|
-
depositAmount: bigint;
|
|
21077
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
21078
21077
|
affiliateFees: {
|
|
21079
21078
|
account: number;
|
|
21080
21079
|
bps: number;
|
|
@@ -21090,8 +21089,9 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
21090
21089
|
} | null | undefined;
|
|
21091
21090
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
21092
21091
|
};
|
|
21093
|
-
|
|
21092
|
+
boostFee: number;
|
|
21094
21093
|
channelId?: bigint | null | undefined;
|
|
21094
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
21095
21095
|
depositMetadata?: {
|
|
21096
21096
|
channelMetadata: {
|
|
21097
21097
|
message: `0x${string}`;
|
|
@@ -21150,19 +21150,18 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
21150
21150
|
depositDetails: {
|
|
21151
21151
|
txHashes?: string[] | null | undefined;
|
|
21152
21152
|
};
|
|
21153
|
-
boostFee: number;
|
|
21154
|
-
destinationAddress: {
|
|
21155
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
21156
|
-
value: string;
|
|
21157
|
-
};
|
|
21158
|
-
txId: string;
|
|
21159
21153
|
inputAsset: {
|
|
21160
21154
|
__kind: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
21161
21155
|
};
|
|
21162
21156
|
depositAmount: string | number;
|
|
21163
21157
|
outputAsset: {
|
|
21164
|
-
__kind: "
|
|
21158
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
21165
21159
|
};
|
|
21160
|
+
destinationAddress: {
|
|
21161
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
21162
|
+
value: string;
|
|
21163
|
+
};
|
|
21164
|
+
txId: string;
|
|
21166
21165
|
affiliateFees: {
|
|
21167
21166
|
account: number;
|
|
21168
21167
|
bps: number;
|
|
@@ -21178,8 +21177,9 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
21178
21177
|
} | null | undefined;
|
|
21179
21178
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
21180
21179
|
};
|
|
21181
|
-
|
|
21180
|
+
boostFee: number;
|
|
21182
21181
|
channelId?: string | number | null | undefined;
|
|
21182
|
+
depositAddress?: string | null | undefined;
|
|
21183
21183
|
depositMetadata?: {
|
|
21184
21184
|
channelMetadata: {
|
|
21185
21185
|
message: string;
|
|
@@ -21243,7 +21243,9 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
21243
21243
|
depositDetails: {
|
|
21244
21244
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
21245
21245
|
};
|
|
21246
|
-
|
|
21246
|
+
inputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
21247
|
+
depositAmount: bigint;
|
|
21248
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
21247
21249
|
destinationAddress: {
|
|
21248
21250
|
readonly chain: "Ethereum";
|
|
21249
21251
|
readonly address: `0x${string}`;
|
|
@@ -21264,9 +21266,6 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
21264
21266
|
readonly address: string;
|
|
21265
21267
|
};
|
|
21266
21268
|
txId: `0x${string}`;
|
|
21267
|
-
inputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
21268
|
-
depositAmount: bigint;
|
|
21269
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
21270
21269
|
affiliateFees: {
|
|
21271
21270
|
account: number;
|
|
21272
21271
|
bps: number;
|
|
@@ -21282,8 +21281,9 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
21282
21281
|
} | null | undefined;
|
|
21283
21282
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
21284
21283
|
};
|
|
21285
|
-
|
|
21284
|
+
boostFee: number;
|
|
21286
21285
|
channelId?: bigint | null | undefined;
|
|
21286
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
21287
21287
|
depositMetadata?: {
|
|
21288
21288
|
channelMetadata: {
|
|
21289
21289
|
message: `0x${string}`;
|
|
@@ -21345,19 +21345,18 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
21345
21345
|
depositDetails: {
|
|
21346
21346
|
txHashes?: string[] | null | undefined;
|
|
21347
21347
|
};
|
|
21348
|
-
boostFee: number;
|
|
21349
|
-
destinationAddress: {
|
|
21350
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
21351
|
-
value: string;
|
|
21352
|
-
};
|
|
21353
|
-
txId: string;
|
|
21354
21348
|
inputAsset: {
|
|
21355
21349
|
__kind: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
21356
21350
|
};
|
|
21357
21351
|
depositAmount: string | number;
|
|
21358
21352
|
outputAsset: {
|
|
21359
|
-
__kind: "
|
|
21353
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
21360
21354
|
};
|
|
21355
|
+
destinationAddress: {
|
|
21356
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
21357
|
+
value: string;
|
|
21358
|
+
};
|
|
21359
|
+
txId: string;
|
|
21361
21360
|
affiliateFees: {
|
|
21362
21361
|
account: number;
|
|
21363
21362
|
bps: number;
|
|
@@ -21373,8 +21372,9 @@ declare const palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum: z.ZodDi
|
|
|
21373
21372
|
} | null | undefined;
|
|
21374
21373
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
21375
21374
|
};
|
|
21376
|
-
|
|
21375
|
+
boostFee: number;
|
|
21377
21376
|
channelId?: string | number | null | undefined;
|
|
21377
|
+
depositAddress?: string | null | undefined;
|
|
21378
21378
|
depositMetadata?: {
|
|
21379
21379
|
channelMetadata: {
|
|
21380
21380
|
message: string;
|
|
@@ -21857,8 +21857,9 @@ declare const palletCfSolanaIngressEgressDepositWitnessSolana: z.ZodObject<{
|
|
|
21857
21857
|
value: [string, string | number];
|
|
21858
21858
|
}>]>;
|
|
21859
21859
|
}, "strip", z.ZodTypeAny, {
|
|
21860
|
-
depositAddress: `0x${string}`;
|
|
21861
21860
|
asset: "Sol" | "SolUsdc";
|
|
21861
|
+
depositAddress: `0x${string}`;
|
|
21862
|
+
amount: bigint;
|
|
21862
21863
|
depositDetails: {
|
|
21863
21864
|
__kind: "Channel";
|
|
21864
21865
|
value: `0x${string}`;
|
|
@@ -21866,12 +21867,12 @@ declare const palletCfSolanaIngressEgressDepositWitnessSolana: z.ZodObject<{
|
|
|
21866
21867
|
__kind: "VaultSwapAccount";
|
|
21867
21868
|
value: [`0x${string}`, bigint];
|
|
21868
21869
|
};
|
|
21869
|
-
amount: bigint;
|
|
21870
21870
|
}, {
|
|
21871
|
-
depositAddress: string;
|
|
21872
21871
|
asset: {
|
|
21873
21872
|
__kind: "Sol" | "SolUsdc";
|
|
21874
21873
|
};
|
|
21874
|
+
depositAddress: string;
|
|
21875
|
+
amount: string | number;
|
|
21875
21876
|
depositDetails: {
|
|
21876
21877
|
__kind: "Channel";
|
|
21877
21878
|
value: string;
|
|
@@ -21879,7 +21880,6 @@ declare const palletCfSolanaIngressEgressDepositWitnessSolana: z.ZodObject<{
|
|
|
21879
21880
|
__kind: "VaultSwapAccount";
|
|
21880
21881
|
value: [string, string | number];
|
|
21881
21882
|
};
|
|
21882
|
-
amount: string | number;
|
|
21883
21883
|
}>;
|
|
21884
21884
|
declare const cfSolanaChainCcmDepositMetadata: z.ZodObject<{
|
|
21885
21885
|
channelMetadata: z.ZodObject<{
|
|
@@ -22221,11 +22221,11 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
22221
22221
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
22222
22222
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
22223
22223
|
}, "strip", z.ZodTypeAny, {
|
|
22224
|
-
__kind: "
|
|
22224
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
22225
22225
|
}, {
|
|
22226
|
-
__kind: "
|
|
22227
|
-
}>, "
|
|
22228
|
-
__kind: "
|
|
22226
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
22227
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
22228
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
22229
22229
|
}>;
|
|
22230
22230
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
22231
22231
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -22603,7 +22603,9 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
22603
22603
|
__kind: "VaultSwapAccount";
|
|
22604
22604
|
value: [`0x${string}`, bigint];
|
|
22605
22605
|
};
|
|
22606
|
-
|
|
22606
|
+
inputAsset: "Sol" | "SolUsdc";
|
|
22607
|
+
depositAmount: bigint;
|
|
22608
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
22607
22609
|
destinationAddress: {
|
|
22608
22610
|
readonly chain: "Ethereum";
|
|
22609
22611
|
readonly address: `0x${string}`;
|
|
@@ -22624,9 +22626,6 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
22624
22626
|
readonly address: string;
|
|
22625
22627
|
};
|
|
22626
22628
|
txId: [`0x${string}`, bigint];
|
|
22627
|
-
inputAsset: "Sol" | "SolUsdc";
|
|
22628
|
-
depositAmount: bigint;
|
|
22629
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
22630
22629
|
affiliateFees: {
|
|
22631
22630
|
account: number;
|
|
22632
22631
|
bps: number;
|
|
@@ -22642,8 +22641,9 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
22642
22641
|
} | null | undefined;
|
|
22643
22642
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
22644
22643
|
};
|
|
22645
|
-
|
|
22644
|
+
boostFee: number;
|
|
22646
22645
|
channelId?: bigint | null | undefined;
|
|
22646
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
22647
22647
|
depositMetadata?: {
|
|
22648
22648
|
channelMetadata: {
|
|
22649
22649
|
message: `0x${string}`;
|
|
@@ -22706,19 +22706,18 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
22706
22706
|
__kind: "VaultSwapAccount";
|
|
22707
22707
|
value: [string, string | number];
|
|
22708
22708
|
};
|
|
22709
|
-
boostFee: number;
|
|
22710
|
-
destinationAddress: {
|
|
22711
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
22712
|
-
value: string;
|
|
22713
|
-
};
|
|
22714
|
-
txId: [string, string | number];
|
|
22715
22709
|
inputAsset: {
|
|
22716
22710
|
__kind: "Sol" | "SolUsdc";
|
|
22717
22711
|
};
|
|
22718
22712
|
depositAmount: string | number;
|
|
22719
22713
|
outputAsset: {
|
|
22720
|
-
__kind: "
|
|
22714
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
22721
22715
|
};
|
|
22716
|
+
destinationAddress: {
|
|
22717
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
22718
|
+
value: string;
|
|
22719
|
+
};
|
|
22720
|
+
txId: [string, string | number];
|
|
22722
22721
|
affiliateFees: {
|
|
22723
22722
|
account: number;
|
|
22724
22723
|
bps: number;
|
|
@@ -22734,8 +22733,9 @@ declare const palletCfSolanaIngressEgressVaultDepositWitnessSolana: z.ZodObject<
|
|
|
22734
22733
|
} | null | undefined;
|
|
22735
22734
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
22736
22735
|
};
|
|
22737
|
-
|
|
22736
|
+
boostFee: number;
|
|
22738
22737
|
channelId?: string | number | null | undefined;
|
|
22738
|
+
depositAddress?: string | null | undefined;
|
|
22739
22739
|
depositMetadata?: {
|
|
22740
22740
|
channelMetadata: {
|
|
22741
22741
|
message: string;
|
|
@@ -22827,8 +22827,9 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
22827
22827
|
value: [string, string | number];
|
|
22828
22828
|
}>]>;
|
|
22829
22829
|
}, "strip", z.ZodTypeAny, {
|
|
22830
|
-
depositAddress: `0x${string}`;
|
|
22831
22830
|
asset: "Sol" | "SolUsdc";
|
|
22831
|
+
depositAddress: `0x${string}`;
|
|
22832
|
+
amount: bigint;
|
|
22832
22833
|
depositDetails: {
|
|
22833
22834
|
__kind: "Channel";
|
|
22834
22835
|
value: `0x${string}`;
|
|
@@ -22836,12 +22837,12 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
22836
22837
|
__kind: "VaultSwapAccount";
|
|
22837
22838
|
value: [`0x${string}`, bigint];
|
|
22838
22839
|
};
|
|
22839
|
-
amount: bigint;
|
|
22840
22840
|
}, {
|
|
22841
|
-
depositAddress: string;
|
|
22842
22841
|
asset: {
|
|
22843
22842
|
__kind: "Sol" | "SolUsdc";
|
|
22844
22843
|
};
|
|
22844
|
+
depositAddress: string;
|
|
22845
|
+
amount: string | number;
|
|
22845
22846
|
depositDetails: {
|
|
22846
22847
|
__kind: "Channel";
|
|
22847
22848
|
value: string;
|
|
@@ -22849,13 +22850,13 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
22849
22850
|
__kind: "VaultSwapAccount";
|
|
22850
22851
|
value: [string, string | number];
|
|
22851
22852
|
};
|
|
22852
|
-
amount: string | number;
|
|
22853
22853
|
}>;
|
|
22854
22854
|
}, "strip", z.ZodTypeAny, {
|
|
22855
22855
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
22856
22856
|
depositWitness: {
|
|
22857
|
-
depositAddress: `0x${string}`;
|
|
22858
22857
|
asset: "Sol" | "SolUsdc";
|
|
22858
|
+
depositAddress: `0x${string}`;
|
|
22859
|
+
amount: bigint;
|
|
22859
22860
|
depositDetails: {
|
|
22860
22861
|
__kind: "Channel";
|
|
22861
22862
|
value: `0x${string}`;
|
|
@@ -22863,15 +22864,15 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
22863
22864
|
__kind: "VaultSwapAccount";
|
|
22864
22865
|
value: [`0x${string}`, bigint];
|
|
22865
22866
|
};
|
|
22866
|
-
amount: bigint;
|
|
22867
22867
|
};
|
|
22868
22868
|
}, {
|
|
22869
22869
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
22870
22870
|
depositWitness: {
|
|
22871
|
-
depositAddress: string;
|
|
22872
22871
|
asset: {
|
|
22873
22872
|
__kind: "Sol" | "SolUsdc";
|
|
22874
22873
|
};
|
|
22874
|
+
depositAddress: string;
|
|
22875
|
+
amount: string | number;
|
|
22875
22876
|
depositDetails: {
|
|
22876
22877
|
__kind: "Channel";
|
|
22877
22878
|
value: string;
|
|
@@ -22879,7 +22880,6 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
22879
22880
|
__kind: "VaultSwapAccount";
|
|
22880
22881
|
value: [string, string | number];
|
|
22881
22882
|
};
|
|
22882
|
-
amount: string | number;
|
|
22883
22883
|
};
|
|
22884
22884
|
}>, z.ZodObject<{
|
|
22885
22885
|
__kind: z.ZodLiteral<"DepositFailedVaultVariantSolana">;
|
|
@@ -22918,11 +22918,11 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
22918
22918
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
22919
22919
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
22920
22920
|
}, "strip", z.ZodTypeAny, {
|
|
22921
|
-
__kind: "
|
|
22921
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
22922
22922
|
}, {
|
|
22923
|
-
__kind: "
|
|
22924
|
-
}>, "
|
|
22925
|
-
__kind: "
|
|
22923
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
22924
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
22925
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
22926
22926
|
}>;
|
|
22927
22927
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
22928
22928
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -23300,7 +23300,9 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
23300
23300
|
__kind: "VaultSwapAccount";
|
|
23301
23301
|
value: [`0x${string}`, bigint];
|
|
23302
23302
|
};
|
|
23303
|
-
|
|
23303
|
+
inputAsset: "Sol" | "SolUsdc";
|
|
23304
|
+
depositAmount: bigint;
|
|
23305
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
23304
23306
|
destinationAddress: {
|
|
23305
23307
|
readonly chain: "Ethereum";
|
|
23306
23308
|
readonly address: `0x${string}`;
|
|
@@ -23321,9 +23323,6 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
23321
23323
|
readonly address: string;
|
|
23322
23324
|
};
|
|
23323
23325
|
txId: [`0x${string}`, bigint];
|
|
23324
|
-
inputAsset: "Sol" | "SolUsdc";
|
|
23325
|
-
depositAmount: bigint;
|
|
23326
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
23327
23326
|
affiliateFees: {
|
|
23328
23327
|
account: number;
|
|
23329
23328
|
bps: number;
|
|
@@ -23339,8 +23338,9 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
23339
23338
|
} | null | undefined;
|
|
23340
23339
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
23341
23340
|
};
|
|
23342
|
-
|
|
23341
|
+
boostFee: number;
|
|
23343
23342
|
channelId?: bigint | null | undefined;
|
|
23343
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
23344
23344
|
depositMetadata?: {
|
|
23345
23345
|
channelMetadata: {
|
|
23346
23346
|
message: `0x${string}`;
|
|
@@ -23403,19 +23403,18 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
23403
23403
|
__kind: "VaultSwapAccount";
|
|
23404
23404
|
value: [string, string | number];
|
|
23405
23405
|
};
|
|
23406
|
-
boostFee: number;
|
|
23407
|
-
destinationAddress: {
|
|
23408
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
23409
|
-
value: string;
|
|
23410
|
-
};
|
|
23411
|
-
txId: [string, string | number];
|
|
23412
23406
|
inputAsset: {
|
|
23413
23407
|
__kind: "Sol" | "SolUsdc";
|
|
23414
23408
|
};
|
|
23415
23409
|
depositAmount: string | number;
|
|
23416
23410
|
outputAsset: {
|
|
23417
|
-
__kind: "
|
|
23411
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
23418
23412
|
};
|
|
23413
|
+
destinationAddress: {
|
|
23414
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
23415
|
+
value: string;
|
|
23416
|
+
};
|
|
23417
|
+
txId: [string, string | number];
|
|
23419
23418
|
affiliateFees: {
|
|
23420
23419
|
account: number;
|
|
23421
23420
|
bps: number;
|
|
@@ -23431,8 +23430,9 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
23431
23430
|
} | null | undefined;
|
|
23432
23431
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
23433
23432
|
};
|
|
23434
|
-
|
|
23433
|
+
boostFee: number;
|
|
23435
23434
|
channelId?: string | number | null | undefined;
|
|
23435
|
+
depositAddress?: string | null | undefined;
|
|
23436
23436
|
depositMetadata?: {
|
|
23437
23437
|
channelMetadata: {
|
|
23438
23438
|
message: string;
|
|
@@ -23500,7 +23500,9 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
23500
23500
|
__kind: "VaultSwapAccount";
|
|
23501
23501
|
value: [`0x${string}`, bigint];
|
|
23502
23502
|
};
|
|
23503
|
-
|
|
23503
|
+
inputAsset: "Sol" | "SolUsdc";
|
|
23504
|
+
depositAmount: bigint;
|
|
23505
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
23504
23506
|
destinationAddress: {
|
|
23505
23507
|
readonly chain: "Ethereum";
|
|
23506
23508
|
readonly address: `0x${string}`;
|
|
@@ -23521,9 +23523,6 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
23521
23523
|
readonly address: string;
|
|
23522
23524
|
};
|
|
23523
23525
|
txId: [`0x${string}`, bigint];
|
|
23524
|
-
inputAsset: "Sol" | "SolUsdc";
|
|
23525
|
-
depositAmount: bigint;
|
|
23526
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
23527
23526
|
affiliateFees: {
|
|
23528
23527
|
account: number;
|
|
23529
23528
|
bps: number;
|
|
@@ -23539,8 +23538,9 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
23539
23538
|
} | null | undefined;
|
|
23540
23539
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
23541
23540
|
};
|
|
23542
|
-
|
|
23541
|
+
boostFee: number;
|
|
23543
23542
|
channelId?: bigint | null | undefined;
|
|
23543
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
23544
23544
|
depositMetadata?: {
|
|
23545
23545
|
channelMetadata: {
|
|
23546
23546
|
message: `0x${string}`;
|
|
@@ -23606,19 +23606,18 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
23606
23606
|
__kind: "VaultSwapAccount";
|
|
23607
23607
|
value: [string, string | number];
|
|
23608
23608
|
};
|
|
23609
|
-
boostFee: number;
|
|
23610
|
-
destinationAddress: {
|
|
23611
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
23612
|
-
value: string;
|
|
23613
|
-
};
|
|
23614
|
-
txId: [string, string | number];
|
|
23615
23609
|
inputAsset: {
|
|
23616
23610
|
__kind: "Sol" | "SolUsdc";
|
|
23617
23611
|
};
|
|
23618
23612
|
depositAmount: string | number;
|
|
23619
23613
|
outputAsset: {
|
|
23620
|
-
__kind: "
|
|
23614
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
23621
23615
|
};
|
|
23616
|
+
destinationAddress: {
|
|
23617
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
23618
|
+
value: string;
|
|
23619
|
+
};
|
|
23620
|
+
txId: [string, string | number];
|
|
23622
23621
|
affiliateFees: {
|
|
23623
23622
|
account: number;
|
|
23624
23623
|
bps: number;
|
|
@@ -23634,8 +23633,9 @@ declare const palletCfSolanaIngressEgressDepositFailedDetailsSolana: z.ZodDiscri
|
|
|
23634
23633
|
} | null | undefined;
|
|
23635
23634
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
23636
23635
|
};
|
|
23637
|
-
|
|
23636
|
+
boostFee: number;
|
|
23638
23637
|
channelId?: string | number | null | undefined;
|
|
23638
|
+
depositAddress?: string | null | undefined;
|
|
23639
23639
|
depositMetadata?: {
|
|
23640
23640
|
channelMetadata: {
|
|
23641
23641
|
message: string;
|
|
@@ -23968,17 +23968,17 @@ declare const palletCfAssethubIngressEgressDepositWitnessAssethub: z.ZodObject<{
|
|
|
23968
23968
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
23969
23969
|
depositDetails: z.ZodNumber;
|
|
23970
23970
|
}, "strip", z.ZodTypeAny, {
|
|
23971
|
-
depositAddress: `0x${string}`;
|
|
23972
23971
|
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23973
|
-
|
|
23972
|
+
depositAddress: `0x${string}`;
|
|
23974
23973
|
amount: bigint;
|
|
23974
|
+
depositDetails: number;
|
|
23975
23975
|
}, {
|
|
23976
|
-
depositAddress: string;
|
|
23977
23976
|
asset: {
|
|
23978
23977
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
23979
23978
|
};
|
|
23980
|
-
|
|
23979
|
+
depositAddress: string;
|
|
23981
23980
|
amount: string | number;
|
|
23981
|
+
depositDetails: number;
|
|
23982
23982
|
}>;
|
|
23983
23983
|
declare const cfAssethubChainCcmDepositMetadata: z.ZodObject<{
|
|
23984
23984
|
channelMetadata: z.ZodObject<{
|
|
@@ -24302,11 +24302,11 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
24302
24302
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
24303
24303
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
24304
24304
|
}, "strip", z.ZodTypeAny, {
|
|
24305
|
-
__kind: "
|
|
24305
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
24306
24306
|
}, {
|
|
24307
|
-
__kind: "
|
|
24308
|
-
}>, "
|
|
24309
|
-
__kind: "
|
|
24307
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
24308
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
24309
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
24310
24310
|
}>;
|
|
24311
24311
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
24312
24312
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -24687,7 +24687,9 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
24687
24687
|
boostFee: z.ZodNumber;
|
|
24688
24688
|
}, "strip", z.ZodTypeAny, {
|
|
24689
24689
|
depositDetails: number;
|
|
24690
|
-
|
|
24690
|
+
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
24691
|
+
depositAmount: bigint;
|
|
24692
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
24691
24693
|
destinationAddress: {
|
|
24692
24694
|
readonly chain: "Ethereum";
|
|
24693
24695
|
readonly address: `0x${string}`;
|
|
@@ -24711,9 +24713,6 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
24711
24713
|
blockNumber: number;
|
|
24712
24714
|
extrinsicIndex: number;
|
|
24713
24715
|
};
|
|
24714
|
-
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
24715
|
-
depositAmount: bigint;
|
|
24716
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
24717
24716
|
affiliateFees: {
|
|
24718
24717
|
account: number;
|
|
24719
24718
|
bps: number;
|
|
@@ -24729,8 +24728,9 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
24729
24728
|
} | null | undefined;
|
|
24730
24729
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
24731
24730
|
};
|
|
24732
|
-
|
|
24731
|
+
boostFee: number;
|
|
24733
24732
|
channelId?: bigint | null | undefined;
|
|
24733
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
24734
24734
|
depositMetadata?: {
|
|
24735
24735
|
channelMetadata: {
|
|
24736
24736
|
message: `0x${string}`;
|
|
@@ -24787,7 +24787,13 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
24787
24787
|
} | null | undefined;
|
|
24788
24788
|
}, {
|
|
24789
24789
|
depositDetails: number;
|
|
24790
|
-
|
|
24790
|
+
inputAsset: {
|
|
24791
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
24792
|
+
};
|
|
24793
|
+
depositAmount: string | number;
|
|
24794
|
+
outputAsset: {
|
|
24795
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
24796
|
+
};
|
|
24791
24797
|
destinationAddress: {
|
|
24792
24798
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
24793
24799
|
value: string;
|
|
@@ -24796,13 +24802,6 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
24796
24802
|
blockNumber: number;
|
|
24797
24803
|
extrinsicIndex: number;
|
|
24798
24804
|
};
|
|
24799
|
-
inputAsset: {
|
|
24800
|
-
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
24801
|
-
};
|
|
24802
|
-
depositAmount: string | number;
|
|
24803
|
-
outputAsset: {
|
|
24804
|
-
__kind: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
24805
|
-
};
|
|
24806
24805
|
affiliateFees: {
|
|
24807
24806
|
account: number;
|
|
24808
24807
|
bps: number;
|
|
@@ -24818,8 +24817,9 @@ declare const palletCfAssethubIngressEgressVaultDepositWitnessAssethub: z.ZodObj
|
|
|
24818
24817
|
} | null | undefined;
|
|
24819
24818
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
24820
24819
|
};
|
|
24821
|
-
|
|
24820
|
+
boostFee: number;
|
|
24822
24821
|
channelId?: string | number | null | undefined;
|
|
24822
|
+
depositAddress?: string | null | undefined;
|
|
24823
24823
|
depositMetadata?: {
|
|
24824
24824
|
channelMetadata: {
|
|
24825
24825
|
message: string;
|
|
@@ -24893,35 +24893,35 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
24893
24893
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
24894
24894
|
depositDetails: z.ZodNumber;
|
|
24895
24895
|
}, "strip", z.ZodTypeAny, {
|
|
24896
|
-
depositAddress: `0x${string}`;
|
|
24897
24896
|
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
24898
|
-
|
|
24897
|
+
depositAddress: `0x${string}`;
|
|
24899
24898
|
amount: bigint;
|
|
24899
|
+
depositDetails: number;
|
|
24900
24900
|
}, {
|
|
24901
|
-
depositAddress: string;
|
|
24902
24901
|
asset: {
|
|
24903
24902
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
24904
24903
|
};
|
|
24905
|
-
|
|
24904
|
+
depositAddress: string;
|
|
24906
24905
|
amount: string | number;
|
|
24906
|
+
depositDetails: number;
|
|
24907
24907
|
}>;
|
|
24908
24908
|
}, "strip", z.ZodTypeAny, {
|
|
24909
24909
|
__kind: "DepositFailedDepositChannelVariantAssethub";
|
|
24910
24910
|
depositWitness: {
|
|
24911
|
-
depositAddress: `0x${string}`;
|
|
24912
24911
|
asset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
24913
|
-
|
|
24912
|
+
depositAddress: `0x${string}`;
|
|
24914
24913
|
amount: bigint;
|
|
24914
|
+
depositDetails: number;
|
|
24915
24915
|
};
|
|
24916
24916
|
}, {
|
|
24917
24917
|
__kind: "DepositFailedDepositChannelVariantAssethub";
|
|
24918
24918
|
depositWitness: {
|
|
24919
|
-
depositAddress: string;
|
|
24920
24919
|
asset: {
|
|
24921
24920
|
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
24922
24921
|
};
|
|
24923
|
-
|
|
24922
|
+
depositAddress: string;
|
|
24924
24923
|
amount: string | number;
|
|
24924
|
+
depositDetails: number;
|
|
24925
24925
|
};
|
|
24926
24926
|
}>, z.ZodObject<{
|
|
24927
24927
|
__kind: z.ZodLiteral<"DepositFailedVaultVariantAssethub">;
|
|
@@ -24942,11 +24942,11 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
24942
24942
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
24943
24943
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
24944
24944
|
}, "strip", z.ZodTypeAny, {
|
|
24945
|
-
__kind: "
|
|
24945
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
24946
24946
|
}, {
|
|
24947
|
-
__kind: "
|
|
24948
|
-
}>, "
|
|
24949
|
-
__kind: "
|
|
24947
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
24948
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
24949
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
24950
24950
|
}>;
|
|
24951
24951
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
24952
24952
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -25327,7 +25327,9 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
25327
25327
|
boostFee: z.ZodNumber;
|
|
25328
25328
|
}, "strip", z.ZodTypeAny, {
|
|
25329
25329
|
depositDetails: number;
|
|
25330
|
-
|
|
25330
|
+
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
25331
|
+
depositAmount: bigint;
|
|
25332
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25331
25333
|
destinationAddress: {
|
|
25332
25334
|
readonly chain: "Ethereum";
|
|
25333
25335
|
readonly address: `0x${string}`;
|
|
@@ -25351,9 +25353,6 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
25351
25353
|
blockNumber: number;
|
|
25352
25354
|
extrinsicIndex: number;
|
|
25353
25355
|
};
|
|
25354
|
-
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
25355
|
-
depositAmount: bigint;
|
|
25356
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
25357
25356
|
affiliateFees: {
|
|
25358
25357
|
account: number;
|
|
25359
25358
|
bps: number;
|
|
@@ -25369,8 +25368,9 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
25369
25368
|
} | null | undefined;
|
|
25370
25369
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
25371
25370
|
};
|
|
25372
|
-
|
|
25371
|
+
boostFee: number;
|
|
25373
25372
|
channelId?: bigint | null | undefined;
|
|
25373
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
25374
25374
|
depositMetadata?: {
|
|
25375
25375
|
channelMetadata: {
|
|
25376
25376
|
message: `0x${string}`;
|
|
@@ -25427,7 +25427,13 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
25427
25427
|
} | null | undefined;
|
|
25428
25428
|
}, {
|
|
25429
25429
|
depositDetails: number;
|
|
25430
|
-
|
|
25430
|
+
inputAsset: {
|
|
25431
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
25432
|
+
};
|
|
25433
|
+
depositAmount: string | number;
|
|
25434
|
+
outputAsset: {
|
|
25435
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25436
|
+
};
|
|
25431
25437
|
destinationAddress: {
|
|
25432
25438
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
25433
25439
|
value: string;
|
|
@@ -25436,13 +25442,6 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
25436
25442
|
blockNumber: number;
|
|
25437
25443
|
extrinsicIndex: number;
|
|
25438
25444
|
};
|
|
25439
|
-
inputAsset: {
|
|
25440
|
-
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
25441
|
-
};
|
|
25442
|
-
depositAmount: string | number;
|
|
25443
|
-
outputAsset: {
|
|
25444
|
-
__kind: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
25445
|
-
};
|
|
25446
25445
|
affiliateFees: {
|
|
25447
25446
|
account: number;
|
|
25448
25447
|
bps: number;
|
|
@@ -25458,8 +25457,9 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
25458
25457
|
} | null | undefined;
|
|
25459
25458
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
25460
25459
|
};
|
|
25461
|
-
|
|
25460
|
+
boostFee: number;
|
|
25462
25461
|
channelId?: string | number | null | undefined;
|
|
25462
|
+
depositAddress?: string | null | undefined;
|
|
25463
25463
|
depositMetadata?: {
|
|
25464
25464
|
channelMetadata: {
|
|
25465
25465
|
message: string;
|
|
@@ -25521,7 +25521,9 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
25521
25521
|
__kind: "DepositFailedVaultVariantAssethub";
|
|
25522
25522
|
vaultWitness: {
|
|
25523
25523
|
depositDetails: number;
|
|
25524
|
-
|
|
25524
|
+
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
25525
|
+
depositAmount: bigint;
|
|
25526
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25525
25527
|
destinationAddress: {
|
|
25526
25528
|
readonly chain: "Ethereum";
|
|
25527
25529
|
readonly address: `0x${string}`;
|
|
@@ -25545,9 +25547,6 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
25545
25547
|
blockNumber: number;
|
|
25546
25548
|
extrinsicIndex: number;
|
|
25547
25549
|
};
|
|
25548
|
-
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
25549
|
-
depositAmount: bigint;
|
|
25550
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
25551
25550
|
affiliateFees: {
|
|
25552
25551
|
account: number;
|
|
25553
25552
|
bps: number;
|
|
@@ -25563,8 +25562,9 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
25563
25562
|
} | null | undefined;
|
|
25564
25563
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
25565
25564
|
};
|
|
25566
|
-
|
|
25565
|
+
boostFee: number;
|
|
25567
25566
|
channelId?: bigint | null | undefined;
|
|
25567
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
25568
25568
|
depositMetadata?: {
|
|
25569
25569
|
channelMetadata: {
|
|
25570
25570
|
message: `0x${string}`;
|
|
@@ -25624,7 +25624,13 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
25624
25624
|
__kind: "DepositFailedVaultVariantAssethub";
|
|
25625
25625
|
vaultWitness: {
|
|
25626
25626
|
depositDetails: number;
|
|
25627
|
-
|
|
25627
|
+
inputAsset: {
|
|
25628
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
25629
|
+
};
|
|
25630
|
+
depositAmount: string | number;
|
|
25631
|
+
outputAsset: {
|
|
25632
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25633
|
+
};
|
|
25628
25634
|
destinationAddress: {
|
|
25629
25635
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
25630
25636
|
value: string;
|
|
@@ -25633,13 +25639,6 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
25633
25639
|
blockNumber: number;
|
|
25634
25640
|
extrinsicIndex: number;
|
|
25635
25641
|
};
|
|
25636
|
-
inputAsset: {
|
|
25637
|
-
__kind: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
25638
|
-
};
|
|
25639
|
-
depositAmount: string | number;
|
|
25640
|
-
outputAsset: {
|
|
25641
|
-
__kind: "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc";
|
|
25642
|
-
};
|
|
25643
25642
|
affiliateFees: {
|
|
25644
25643
|
account: number;
|
|
25645
25644
|
bps: number;
|
|
@@ -25655,8 +25654,9 @@ declare const palletCfAssethubIngressEgressDepositFailedDetailsAssethub: z.ZodDi
|
|
|
25655
25654
|
} | null | undefined;
|
|
25656
25655
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
25657
25656
|
};
|
|
25658
|
-
|
|
25657
|
+
boostFee: number;
|
|
25659
25658
|
channelId?: string | number | null | undefined;
|
|
25659
|
+
depositAddress?: string | null | undefined;
|
|
25660
25660
|
depositMetadata?: {
|
|
25661
25661
|
channelMetadata: {
|
|
25662
25662
|
message: string;
|
|
@@ -25721,20 +25721,20 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodDiscriminatedUnion<"_
|
|
|
25721
25721
|
baseAsset: z.ZodEffects<z.ZodObject<{
|
|
25722
25722
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
25723
25723
|
}, "strip", z.ZodTypeAny, {
|
|
25724
|
-
__kind: "
|
|
25724
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25725
25725
|
}, {
|
|
25726
|
-
__kind: "
|
|
25727
|
-
}>, "
|
|
25728
|
-
__kind: "
|
|
25726
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25727
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
25728
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25729
25729
|
}>;
|
|
25730
25730
|
}, "strip", z.ZodTypeAny, {
|
|
25731
25731
|
__kind: "TickZeroCentered";
|
|
25732
|
-
baseAsset: "
|
|
25732
|
+
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25733
25733
|
spreadTick: number;
|
|
25734
25734
|
}, {
|
|
25735
25735
|
__kind: "TickZeroCentered";
|
|
25736
25736
|
baseAsset: {
|
|
25737
|
-
__kind: "
|
|
25737
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25738
25738
|
};
|
|
25739
25739
|
spreadTick: number;
|
|
25740
25740
|
}>, z.ZodObject<{
|
|
@@ -25744,21 +25744,21 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodDiscriminatedUnion<"_
|
|
|
25744
25744
|
baseAsset: z.ZodEffects<z.ZodObject<{
|
|
25745
25745
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
25746
25746
|
}, "strip", z.ZodTypeAny, {
|
|
25747
|
-
__kind: "
|
|
25747
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25748
25748
|
}, {
|
|
25749
|
-
__kind: "
|
|
25750
|
-
}>, "
|
|
25751
|
-
__kind: "
|
|
25749
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25750
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
25751
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25752
25752
|
}>;
|
|
25753
25753
|
}, "strip", z.ZodTypeAny, {
|
|
25754
25754
|
__kind: "SimpleBuySell";
|
|
25755
|
-
baseAsset: "
|
|
25755
|
+
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25756
25756
|
buyTick: number;
|
|
25757
25757
|
sellTick: number;
|
|
25758
25758
|
}, {
|
|
25759
25759
|
__kind: "SimpleBuySell";
|
|
25760
25760
|
baseAsset: {
|
|
25761
|
-
__kind: "
|
|
25761
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25762
25762
|
};
|
|
25763
25763
|
buyTick: number;
|
|
25764
25764
|
sellTick: number;
|
|
@@ -25771,15 +25771,15 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodDiscriminatedUnion<"_
|
|
|
25771
25771
|
baseAsset: z.ZodEffects<z.ZodObject<{
|
|
25772
25772
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
25773
25773
|
}, "strip", z.ZodTypeAny, {
|
|
25774
|
-
__kind: "
|
|
25774
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25775
25775
|
}, {
|
|
25776
|
-
__kind: "
|
|
25777
|
-
}>, "
|
|
25778
|
-
__kind: "
|
|
25776
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25777
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
25778
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25779
25779
|
}>;
|
|
25780
25780
|
}, "strip", z.ZodTypeAny, {
|
|
25781
25781
|
__kind: "InventoryBased";
|
|
25782
|
-
baseAsset: "
|
|
25782
|
+
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25783
25783
|
minBuyTick: number;
|
|
25784
25784
|
maxBuyTick: number;
|
|
25785
25785
|
minSellTick: number;
|
|
@@ -25787,7 +25787,7 @@ declare const palletCfTradingStrategyTradingStrategy: z.ZodDiscriminatedUnion<"_
|
|
|
25787
25787
|
}, {
|
|
25788
25788
|
__kind: "InventoryBased";
|
|
25789
25789
|
baseAsset: {
|
|
25790
|
-
__kind: "
|
|
25790
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25791
25791
|
};
|
|
25792
25792
|
minBuyTick: number;
|
|
25793
25793
|
maxBuyTick: number;
|
|
@@ -25799,21 +25799,21 @@ declare const palletCfTradingStrategyPalletConfigUpdate: z.ZodDiscriminatedUnion
|
|
|
25799
25799
|
asset: z.ZodEffects<z.ZodObject<{
|
|
25800
25800
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
25801
25801
|
}, "strip", z.ZodTypeAny, {
|
|
25802
|
-
__kind: "
|
|
25802
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25803
25803
|
}, {
|
|
25804
|
-
__kind: "
|
|
25805
|
-
}>, "
|
|
25806
|
-
__kind: "
|
|
25804
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25805
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
25806
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25807
25807
|
}>;
|
|
25808
25808
|
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>>>;
|
|
25809
25809
|
}, "strip", z.ZodTypeAny, {
|
|
25810
25810
|
__kind: "MinimumDeploymentAmountForStrategy";
|
|
25811
|
-
asset: "
|
|
25811
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25812
25812
|
amount?: bigint | null | undefined;
|
|
25813
25813
|
}, {
|
|
25814
25814
|
__kind: "MinimumDeploymentAmountForStrategy";
|
|
25815
25815
|
asset: {
|
|
25816
|
-
__kind: "
|
|
25816
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25817
25817
|
};
|
|
25818
25818
|
amount?: string | number | null | undefined;
|
|
25819
25819
|
}>, z.ZodObject<{
|
|
@@ -25821,21 +25821,21 @@ declare const palletCfTradingStrategyPalletConfigUpdate: z.ZodDiscriminatedUnion
|
|
|
25821
25821
|
asset: z.ZodEffects<z.ZodObject<{
|
|
25822
25822
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
25823
25823
|
}, "strip", z.ZodTypeAny, {
|
|
25824
|
-
__kind: "
|
|
25824
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25825
25825
|
}, {
|
|
25826
|
-
__kind: "
|
|
25827
|
-
}>, "
|
|
25828
|
-
__kind: "
|
|
25826
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25827
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
25828
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25829
25829
|
}>;
|
|
25830
25830
|
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>>>;
|
|
25831
25831
|
}, "strip", z.ZodTypeAny, {
|
|
25832
25832
|
__kind: "MinimumAddedFundsToStrategy";
|
|
25833
|
-
asset: "
|
|
25833
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25834
25834
|
amount?: bigint | null | undefined;
|
|
25835
25835
|
}, {
|
|
25836
25836
|
__kind: "MinimumAddedFundsToStrategy";
|
|
25837
25837
|
asset: {
|
|
25838
|
-
__kind: "
|
|
25838
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25839
25839
|
};
|
|
25840
25840
|
amount?: string | number | null | undefined;
|
|
25841
25841
|
}>, z.ZodObject<{
|
|
@@ -25843,21 +25843,21 @@ declare const palletCfTradingStrategyPalletConfigUpdate: z.ZodDiscriminatedUnion
|
|
|
25843
25843
|
asset: z.ZodEffects<z.ZodObject<{
|
|
25844
25844
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
25845
25845
|
}, "strip", z.ZodTypeAny, {
|
|
25846
|
-
__kind: "
|
|
25846
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25847
25847
|
}, {
|
|
25848
|
-
__kind: "
|
|
25849
|
-
}>, "
|
|
25850
|
-
__kind: "
|
|
25848
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25849
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
25850
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25851
25851
|
}>;
|
|
25852
25852
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
25853
25853
|
}, "strip", z.ZodTypeAny, {
|
|
25854
25854
|
__kind: "LimitOrderUpdateThreshold";
|
|
25855
|
-
asset: "
|
|
25855
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25856
25856
|
amount: bigint;
|
|
25857
25857
|
}, {
|
|
25858
25858
|
__kind: "LimitOrderUpdateThreshold";
|
|
25859
25859
|
asset: {
|
|
25860
|
-
__kind: "
|
|
25860
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25861
25861
|
};
|
|
25862
25862
|
amount: string | number;
|
|
25863
25863
|
}>]>;
|
|
@@ -25970,11 +25970,11 @@ declare const palletCfLendingPoolsPalletConfigUpdate: z.ZodDiscriminatedUnion<"_
|
|
|
25970
25970
|
asset: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
|
|
25971
25971
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
25972
25972
|
}, "strip", z.ZodTypeAny, {
|
|
25973
|
-
__kind: "
|
|
25973
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25974
25974
|
}, {
|
|
25975
|
-
__kind: "
|
|
25976
|
-
}>, "
|
|
25977
|
-
__kind: "
|
|
25975
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25976
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
25977
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25978
25978
|
}>>>;
|
|
25979
25979
|
config: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
25980
25980
|
originationFee: z.ZodNumber;
|
|
@@ -26016,7 +26016,7 @@ declare const palletCfLendingPoolsPalletConfigUpdate: z.ZodDiscriminatedUnion<"_
|
|
|
26016
26016
|
}>>>;
|
|
26017
26017
|
}, "strip", z.ZodTypeAny, {
|
|
26018
26018
|
__kind: "SetLendingPoolConfiguration";
|
|
26019
|
-
asset?: "
|
|
26019
|
+
asset?: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | null | undefined;
|
|
26020
26020
|
config?: {
|
|
26021
26021
|
originationFee: number;
|
|
26022
26022
|
liquidationFee: number;
|
|
@@ -26030,7 +26030,7 @@ declare const palletCfLendingPoolsPalletConfigUpdate: z.ZodDiscriminatedUnion<"_
|
|
|
26030
26030
|
}, {
|
|
26031
26031
|
__kind: "SetLendingPoolConfiguration";
|
|
26032
26032
|
asset?: {
|
|
26033
|
-
__kind: "
|
|
26033
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
26034
26034
|
} | null | undefined;
|
|
26035
26035
|
config?: {
|
|
26036
26036
|
originationFee: number;
|
|
@@ -26211,19 +26211,19 @@ declare const palletCfLendingPoolsBoostBoostPoolId: z.ZodObject<{
|
|
|
26211
26211
|
asset: z.ZodEffects<z.ZodObject<{
|
|
26212
26212
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
26213
26213
|
}, "strip", z.ZodTypeAny, {
|
|
26214
|
-
__kind: "
|
|
26214
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
26215
26215
|
}, {
|
|
26216
|
-
__kind: "
|
|
26217
|
-
}>, "
|
|
26218
|
-
__kind: "
|
|
26216
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
26217
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
26218
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
26219
26219
|
}>;
|
|
26220
26220
|
tier: z.ZodNumber;
|
|
26221
26221
|
}, "strip", z.ZodTypeAny, {
|
|
26222
|
-
asset: "
|
|
26222
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
26223
26223
|
tier: number;
|
|
26224
26224
|
}, {
|
|
26225
26225
|
asset: {
|
|
26226
|
-
__kind: "
|
|
26226
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
26227
26227
|
};
|
|
26228
26228
|
tier: number;
|
|
26229
26229
|
}>;
|