@chainflip/processor 2.1.0-alpha.3 → 2.1.0-beta.0
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/bitcoinBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/100/bitcoinBroadcaster/broadcastAttemptTimeout.cjs +9 -0
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/100/bitcoinBroadcaster/broadcastRetryScheduled.cjs +9 -0
- package/dist/100/bitcoinBroadcaster/broadcastSuccess.cjs +12 -0
- package/dist/100/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +11 -0
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +46 -0
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/100/bitcoinChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/100/bitcoinIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +242 -0
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.ts +25 -0
- package/dist/100/bitcoinIngressEgress/depositIgnored.cjs +14 -0
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +141 -0
- package/dist/100/bitcoinIngressEgress/depositReceived.cjs +14 -0
- package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +141 -0
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +423 -0
- package/dist/100/bitcoinIngressEgress/egressScheduled.cjs +14 -0
- package/dist/100/bitcoinIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.cjs +13 -0
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.cjs +11 -0
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.cjs +13 -0
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.ts +18 -0
- package/dist/100/bitcoinThresholdSigner/retryRequested.cjs +12 -0
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.ts +15 -0
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.cjs +11 -0
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.cjs +13 -0
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.ts +336 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.ts +18 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.ts +52 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.ts +15 -0
- package/dist/100/bitcoinVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/100/bitcoinVault/keyHandoverFailure.cjs +9 -0
- package/dist/100/bitcoinVault/keyHandoverFailureReported.cjs +7 -0
- package/dist/100/bitcoinVault/keyHandoverRequest.cjs +17 -0
- package/dist/100/bitcoinVault/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/100/bitcoinVault/keyHandoverSuccess.cjs +9 -0
- package/dist/100/bitcoinVault/keyHandoverSuccessReported.cjs +7 -0
- package/dist/100/bitcoinVault/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/100/bitcoinVault/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/100/bitcoinVault/keygenFailure.cjs +7 -0
- package/dist/100/bitcoinVault/keygenFailureReported.cjs +7 -0
- package/dist/100/bitcoinVault/keygenRequest.cjs +13 -0
- package/dist/100/bitcoinVault/keygenResponseTimeout.cjs +7 -0
- package/dist/100/bitcoinVault/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/bitcoinVault/keygenSuccess.cjs +7 -0
- package/dist/100/bitcoinVault/keygenSuccessReported.cjs +7 -0
- package/dist/100/bitcoinVault/keygenVerificationFailure.cjs +9 -0
- package/dist/100/bitcoinVault/keygenVerificationSuccess.cjs +9 -0
- package/dist/100/bitcoinVault/noKeyHandover.cjs +8 -0
- package/dist/100/bitcoinVault/vaultRotatedExternally.cjs +7 -0
- package/dist/100/bitcoinVault/vaultRotationAborted.cjs +8 -0
- package/dist/100/bitcoinVault/vaultRotationCompleted.cjs +8 -0
- package/dist/100/common.cjs +589 -0
- package/dist/100/common.d.ts +3546 -0
- package/dist/100/emissions/backupNodeInflationEmissionsUpdated.cjs +8 -0
- package/dist/100/emissions/currentAuthorityInflationEmissionsUpdated.cjs +8 -0
- package/dist/100/emissions/supplyUpdateBroadcastRequested.cjs +8 -0
- package/dist/100/emissions/supplyUpdateIntervalUpdated.cjs +8 -0
- package/dist/100/environment/addedNewEthAsset.cjs +9 -0
- package/dist/100/environment/bitcoinBlockNumberSetForVault.cjs +9 -0
- package/dist/100/environment/polkadotVaultAccountSet.cjs +9 -0
- package/dist/100/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +688 -0
- package/dist/100/environment/updatedEthAsset.cjs +9 -0
- package/dist/100/ethereumBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/100/ethereumBroadcaster/broadcastAttemptTimeout.cjs +9 -0
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/100/ethereumBroadcaster/broadcastRetryScheduled.cjs +9 -0
- package/dist/100/ethereumBroadcaster/broadcastSuccess.cjs +12 -0
- package/dist/100/ethereumBroadcaster/thresholdSignatureInvalid.cjs +11 -0
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.ts +91 -0
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/100/ethereumChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/100/ethereumIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/100/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +242 -0
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.ts +25 -0
- package/dist/100/ethereumIngressEgress/depositIgnored.cjs +13 -0
- package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +28 -0
- package/dist/100/ethereumIngressEgress/depositReceived.cjs +13 -0
- package/dist/100/ethereumIngressEgress/depositReceived.d.ts +28 -0
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +264 -0
- package/dist/100/ethereumIngressEgress/egressScheduled.cjs +14 -0
- package/dist/100/ethereumIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/100/ethereumIngressEgress/vaultTransferFailed.cjs +13 -0
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.cjs +11 -0
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.cjs +13 -0
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.ts +18 -0
- package/dist/100/ethereumThresholdSigner/retryRequested.cjs +12 -0
- package/dist/100/ethereumThresholdSigner/retryRequested.d.ts +15 -0
- package/dist/100/ethereumThresholdSigner/signersUnavailable.cjs +11 -0
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.cjs +13 -0
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.ts +336 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.ts +18 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.ts +54 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.ts +15 -0
- package/dist/100/ethereumVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/100/ethereumVault/keyHandoverFailure.cjs +9 -0
- package/dist/100/ethereumVault/keyHandoverFailureReported.cjs +7 -0
- package/dist/100/ethereumVault/keyHandoverRequest.cjs +17 -0
- package/dist/100/ethereumVault/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/100/ethereumVault/keyHandoverSuccess.cjs +9 -0
- package/dist/100/ethereumVault/keyHandoverSuccessReported.cjs +7 -0
- package/dist/100/ethereumVault/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/100/ethereumVault/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/100/ethereumVault/keygenFailure.cjs +7 -0
- package/dist/100/ethereumVault/keygenFailureReported.cjs +7 -0
- package/dist/100/ethereumVault/keygenRequest.cjs +13 -0
- package/dist/100/ethereumVault/keygenResponseTimeout.cjs +7 -0
- package/dist/100/ethereumVault/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/ethereumVault/keygenSuccess.cjs +7 -0
- package/dist/100/ethereumVault/keygenSuccessReported.cjs +7 -0
- package/dist/100/ethereumVault/keygenVerificationFailure.cjs +9 -0
- package/dist/100/ethereumVault/keygenVerificationSuccess.cjs +9 -0
- package/dist/100/ethereumVault/noKeyHandover.cjs +8 -0
- package/dist/100/ethereumVault/vaultRotatedExternally.cjs +7 -0
- package/dist/100/ethereumVault/vaultRotationAborted.cjs +8 -0
- package/dist/100/ethereumVault/vaultRotationCompleted.cjs +8 -0
- package/dist/100/flip/accountReaped.cjs +12 -0
- package/dist/100/flip/remainingImbalance.cjs +12 -0
- package/dist/100/flip/slashingPerformed.cjs +12 -0
- package/dist/100/flip/slashingRateUpdated.cjs +8 -0
- package/dist/100/funding/addedRestrictedAddress.cjs +9 -0
- package/dist/100/funding/boundExecutorAddress.cjs +12 -0
- package/dist/100/funding/boundExecutorAddress.d.ts +15 -0
- package/dist/100/funding/boundRedeemAddress.cjs +12 -0
- package/dist/100/funding/boundRedeemAddress.d.ts +15 -0
- package/dist/100/funding/failedFundingAttempt.cjs +13 -0
- package/dist/100/funding/failedFundingAttempt.d.ts +18 -0
- package/dist/100/funding/funded.cjs +14 -0
- package/dist/100/funding/funded.d.ts +21 -0
- package/dist/100/funding/minimumFundingUpdated.cjs +9 -0
- package/dist/100/funding/redemptionAmountZero.cjs +9 -0
- package/dist/100/funding/redemptionExpired.cjs +9 -0
- package/dist/100/funding/redemptionRequested.cjs +14 -0
- package/dist/100/funding/redemptionRequested.d.ts +21 -0
- package/dist/100/funding/redemptionSettled.cjs +9 -0
- package/dist/100/funding/redemptionTaxAmountUpdated.cjs +9 -0
- package/dist/100/funding/removedRestrictedAddress.cjs +9 -0
- package/dist/100/funding/startedBidding.cjs +9 -0
- package/dist/100/funding/stoppedBidding.cjs +9 -0
- package/dist/100/governance/approved.cjs +8 -0
- package/dist/100/governance/decodeOfCallFailed.cjs +8 -0
- package/dist/100/governance/executed.cjs +8 -0
- package/dist/100/governance/expired.cjs +8 -0
- package/dist/100/governance/failedExecution.cjs +7 -0
- package/dist/100/governance/govKeyCallExecuted.cjs +9 -0
- package/dist/100/governance/govKeyCallExecutionFailed.cjs +12 -0
- package/dist/100/governance/govKeyCallHashWhitelisted.cjs +9 -0
- package/dist/100/governance/proposed.cjs +8 -0
- package/dist/100/grandpa/newAuthorities.cjs +9 -0
- package/dist/100/grandpa/paused.cjs +8 -0
- package/dist/100/grandpa/resumed.cjs +8 -0
- package/dist/100/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/100/liquidityPools/assetSwapped.d.ts +41 -0
- package/dist/100/liquidityPools/limitOrderUpdated.cjs +19 -0
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +86 -0
- package/dist/100/liquidityPools/networkFeeTaken.cjs +9 -0
- package/dist/100/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/100/liquidityPools/newPoolCreated.d.ts +41 -0
- package/dist/100/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/100/liquidityPools/poolFeeSet.d.ts +38 -0
- package/dist/100/liquidityPools/poolStateUpdated.cjs +13 -0
- package/dist/100/liquidityPools/poolStateUpdated.d.ts +38 -0
- package/dist/100/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +209 -0
- package/dist/100/liquidityPools/updatedBuyInterval.cjs +8 -0
- package/dist/100/liquidityProvider/accountCredited.cjs +13 -0
- package/dist/100/liquidityProvider/accountCredited.d.ts +28 -0
- package/dist/100/liquidityProvider/accountDebited.cjs +13 -0
- package/dist/100/liquidityProvider/accountDebited.d.ts +28 -0
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.cjs +15 -0
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +67 -0
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +206 -0
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.cjs +14 -0
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +74 -0
- package/dist/100/polkadotBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/100/polkadotBroadcaster/broadcastAttemptTimeout.cjs +9 -0
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/100/polkadotBroadcaster/broadcastRetryScheduled.cjs +9 -0
- package/dist/100/polkadotBroadcaster/broadcastSuccess.cjs +12 -0
- package/dist/100/polkadotBroadcaster/thresholdSignatureInvalid.cjs +11 -0
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.ts +46 -0
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/100/polkadotChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/100/polkadotIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/100/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +242 -0
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +25 -0
- package/dist/100/polkadotIngressEgress/depositIgnored.cjs +13 -0
- package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +28 -0
- package/dist/100/polkadotIngressEgress/depositReceived.cjs +13 -0
- package/dist/100/polkadotIngressEgress/depositReceived.d.ts +28 -0
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +264 -0
- package/dist/100/polkadotIngressEgress/egressScheduled.cjs +14 -0
- package/dist/100/polkadotIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/100/polkadotIngressEgress/vaultTransferFailed.cjs +13 -0
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.cjs +11 -0
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.cjs +13 -0
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.ts +18 -0
- package/dist/100/polkadotThresholdSigner/retryRequested.cjs +12 -0
- package/dist/100/polkadotThresholdSigner/retryRequested.d.ts +15 -0
- package/dist/100/polkadotThresholdSigner/signersUnavailable.cjs +11 -0
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.cjs +13 -0
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.ts +336 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.ts +18 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.ts +27 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.ts +15 -0
- package/dist/100/polkadotVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/100/polkadotVault/keyHandoverFailure.cjs +9 -0
- package/dist/100/polkadotVault/keyHandoverFailureReported.cjs +7 -0
- package/dist/100/polkadotVault/keyHandoverRequest.cjs +17 -0
- package/dist/100/polkadotVault/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/100/polkadotVault/keyHandoverSuccess.cjs +9 -0
- package/dist/100/polkadotVault/keyHandoverSuccessReported.cjs +7 -0
- package/dist/100/polkadotVault/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/100/polkadotVault/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/100/polkadotVault/keygenFailure.cjs +7 -0
- package/dist/100/polkadotVault/keygenFailureReported.cjs +7 -0
- package/dist/100/polkadotVault/keygenRequest.cjs +13 -0
- package/dist/100/polkadotVault/keygenResponseTimeout.cjs +7 -0
- package/dist/100/polkadotVault/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/polkadotVault/keygenSuccess.cjs +7 -0
- package/dist/100/polkadotVault/keygenSuccessReported.cjs +7 -0
- package/dist/100/polkadotVault/keygenVerificationFailure.cjs +9 -0
- package/dist/100/polkadotVault/keygenVerificationSuccess.cjs +9 -0
- package/dist/100/polkadotVault/noKeyHandover.cjs +8 -0
- package/dist/100/polkadotVault/vaultRotatedExternally.cjs +7 -0
- package/dist/100/polkadotVault/vaultRotationAborted.cjs +8 -0
- package/dist/100/polkadotVault/vaultRotationCompleted.cjs +8 -0
- package/dist/100/reputation/accrualRateUpdated.cjs +11 -0
- package/dist/100/reputation/missedHeartbeatPenaltyUpdated.cjs +8 -0
- package/dist/100/reputation/offencePenalty.cjs +13 -0
- package/dist/100/reputation/penaltyUpdated.cjs +13 -0
- package/dist/100/session/newSession.cjs +8 -0
- package/dist/100/swapping/batchSwapFailed.cjs +13 -0
- package/dist/100/swapping/batchSwapFailed.d.ts +38 -0
- package/dist/100/swapping/ccmDepositReceived.cjs +16 -0
- package/dist/100/swapping/ccmDepositReceived.d.ts +354 -0
- package/dist/100/swapping/ccmEgressScheduled.cjs +12 -0
- package/dist/100/swapping/ccmFailed.cjs +13 -0
- package/dist/100/swapping/ccmFailed.d.ts +355 -0
- package/dist/100/swapping/minimumSwapAmountSet.cjs +12 -0
- package/dist/100/swapping/minimumSwapAmountSet.d.ts +25 -0
- package/dist/100/swapping/swapAmountTooLow.cjs +14 -0
- package/dist/100/swapping/swapAmountTooLow.d.ts +149 -0
- package/dist/100/swapping/swapDepositAddressReady.cjs +18 -0
- package/dist/100/swapping/swapDepositAddressReady.d.ts +139 -0
- package/dist/100/swapping/swapEgressScheduled.cjs +14 -0
- package/dist/100/swapping/swapEgressScheduled.d.ts +41 -0
- package/dist/100/swapping/swapExecuted.cjs +16 -0
- package/dist/100/swapping/swapExecuted.d.ts +47 -0
- package/dist/100/swapping/swapScheduled.cjs +18 -0
- package/dist/100/swapping/swapScheduled.d.ts +450 -0
- package/dist/100/swapping/withdrawalRequested.cjs +13 -0
- package/dist/100/swapping/withdrawalRequested.d.ts +61 -0
- package/dist/100/system/codeUpdated.cjs +8 -0
- package/dist/100/system/extrinsicFailed.cjs +12 -0
- package/dist/100/system/extrinsicSuccess.cjs +9 -0
- package/dist/100/system/killedAccount.cjs +9 -0
- package/dist/100/system/newAccount.cjs +9 -0
- package/dist/100/system/remarked.cjs +12 -0
- package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
- package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.d.ts +25 -0
- package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
- package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.ts +25 -0
- package/dist/100/tokenholderGovernance/proposalEnacted.cjs +9 -0
- package/dist/100/tokenholderGovernance/proposalPassed.cjs +9 -0
- package/dist/100/tokenholderGovernance/proposalRejected.cjs +9 -0
- package/dist/100/tokenholderGovernance/proposalSubmitted.cjs +9 -0
- package/dist/100/transactionPayment/transactionFeePaid.cjs +13 -0
- package/dist/100/validator/auctionCompleted.cjs +9 -0
- package/dist/100/validator/cFEVersionUpdated.cjs +13 -0
- package/dist/100/validator/newEpoch.cjs +8 -0
- package/dist/100/validator/palletConfigUpdated.cjs +9 -0
- package/dist/100/validator/peerIdRegistered.cjs +14 -0
- package/dist/100/validator/peerIdUnregistered.cjs +9 -0
- package/dist/100/validator/rotationAborted.cjs +8 -0
- package/dist/100/validator/rotationPhaseUpdated.cjs +9 -0
- package/dist/100/validator/vanityNameSet.cjs +9 -0
- package/dist/100/witnesser/prewitnessed.cjs +8 -0
- package/dist/100/witnesser/witnessExecutionFailed.cjs +12 -0
- package/dist/102/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/102/accountRoles/accountRoleRegistered.cjs +12 -0
- package/dist/102/common.cjs +91 -0
- package/dist/102/swapping/maximumSwapAmountSet.cjs +12 -0
- package/dist/102/swapping/swapAmountConfiscated.cjs +15 -0
- package/dist/102/validator/palletConfigUpdated.cjs +9 -0
- package/dist/11000/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +971 -0
- package/dist/11000/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +1355 -0
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
- package/dist/11000/arbitrumIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.ts +971 -0
- package/dist/11000/assethubIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/assethubIngressEgress/depositFailed.d.ts +1346 -0
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
- package/dist/11000/assethubIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/bitcoinElections/allVotesCleared.cjs +8 -0
- package/dist/11000/bitcoinElections/allVotesNotCleared.cjs +8 -0
- package/dist/11000/bitcoinElections/corruptStorage.cjs +8 -0
- package/dist/11000/bitcoinElections/electoralEvent.cjs +7 -0
- package/dist/11000/bitcoinElections/uninitialized.cjs +8 -0
- package/dist/11000/bitcoinElections/unknownElection.cjs +9 -0
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.ts +971 -0
- package/dist/11000/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +2264 -0
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.ts +123 -0
- package/dist/11000/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/common.cjs +1289 -0
- package/dist/11000/common.d.ts +21444 -0
- package/dist/11000/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/11000/environment/runtimeSafeModeUpdated.d.ts +1366 -0
- package/dist/11000/environment/solanaGovCallDispatched.cjs +12 -0
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.ts +971 -0
- package/dist/11000/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/ethereumIngressEgress/depositFailed.d.ts +1355 -0
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
- package/dist/11000/ethereumIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/funding/rebalance.cjs +13 -0
- package/dist/11000/lendingPools/boostFundsAdded.cjs +13 -0
- package/dist/11000/lendingPools/boostFundsAdded.d.ts +45 -0
- package/dist/11000/lendingPools/boostPoolCreated.cjs +9 -0
- package/dist/11000/lendingPools/boostPoolCreated.d.ts +39 -0
- package/dist/11000/lendingPools/palletConfigUpdated.cjs +9 -0
- package/dist/11000/lendingPools/stoppedBoosting.cjs +14 -0
- package/dist/11000/lendingPools/stoppedBoosting.d.ts +48 -0
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.ts +971 -0
- package/dist/11000/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +1346 -0
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
- package/dist/11000/polkadotIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/solanaElections/electoralEvent.cjs +8 -0
- package/dist/11000/solanaElections/unknownElection.cjs +9 -0
- package/dist/11000/solanaElections/unknownElection.d.ts +54 -0
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.ts +971 -0
- package/dist/11000/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/solanaIngressEgress/depositFailed.d.ts +1305 -0
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
- package/dist/11000/solanaIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/swapping/palletConfigUpdated.cjs +9 -0
- package/dist/11000/swapping/palletConfigUpdated.d.ts +255 -0
- package/dist/11000/swapping/refundEgressScheduled.cjs +16 -0
- package/dist/11000/swapping/refundEgressScheduled.d.ts +57 -0
- package/dist/11000/swapping/refundedOnChain.cjs +15 -0
- package/dist/11000/swapping/refundedOnChain.d.ts +34 -0
- package/dist/11000/swapping/swapDepositAddressReady.cjs +24 -0
- package/dist/11000/swapping/swapDepositAddressReady.d.ts +657 -0
- package/dist/11000/swapping/swapRequested.cjs +19 -0
- package/dist/11000/swapping/swapRequested.d.ts +1434 -0
- package/dist/11000/tradingStrategy/strategyDeployed.cjs +13 -0
- package/dist/11000/tradingStrategy/strategyDeployed.d.ts +134 -0
- package/dist/11000/validator/palletConfigUpdated.cjs +9 -0
- package/dist/111/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/111/bitcoinBroadcaster/callResigned.cjs +8 -0
- package/dist/111/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +9 -0
- package/dist/111/bitcoinIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/111/bitcoinIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/111/bitcoinIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +126 -0
- package/dist/111/common.cjs +159 -0
- package/dist/111/common.d.ts +457 -0
- package/dist/111/ethereumBroadcaster/callResigned.cjs +8 -0
- package/dist/111/ethereumBroadcaster/thresholdSignatureInvalid.cjs +9 -0
- package/dist/111/ethereumIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/111/ethereumIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/111/ethereumIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.ts +31 -0
- package/dist/111/liquidityPools/limitOrderSetOrUpdateScheduled.cjs +13 -0
- package/dist/111/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/111/liquidityPools/limitOrderUpdated.d.ts +99 -0
- package/dist/111/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/111/liquidityPools/newPoolCreated.d.ts +41 -0
- package/dist/111/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/111/liquidityPools/poolFeeSet.d.ts +38 -0
- package/dist/111/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/111/liquidityPools/rangeOrderUpdated.d.ts +209 -0
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.cjs +13 -0
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchSuccess.cjs +12 -0
- package/dist/111/polkadotBroadcaster/callResigned.cjs +8 -0
- package/dist/111/polkadotBroadcaster/thresholdSignatureInvalid.cjs +9 -0
- package/dist/111/polkadotIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/111/polkadotIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/111/polkadotIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.ts +31 -0
- package/dist/11100/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/11100/accountRoles/accountRoleDeregistered.cjs +12 -0
- package/dist/11100/accountRoles/accountRoleRegistered.cjs +12 -0
- package/dist/11100/accountRoles/subAccountCallExecuted.cjs +13 -0
- package/dist/11100/accountRoles/subAccountCreated.cjs +13 -0
- package/dist/11100/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.ts +1417 -0
- package/dist/11100/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/assethubIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +1408 -0
- package/dist/11100/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +2326 -0
- package/dist/11100/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/common.cjs +1246 -0
- package/dist/11100/common.d.ts +24514 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.d.ts +1516 -0
- package/dist/11100/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +1417 -0
- package/dist/11100/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/flip/bondUpdated.cjs +12 -0
- package/dist/11100/flip/flipMinted.cjs +12 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.cjs +13 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.cjs +14 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +625 -0
- package/dist/11100/funding/sCCallExecuted.cjs +13 -0
- package/dist/11100/genericElections/allVotesCleared.cjs +8 -0
- package/dist/11100/genericElections/allVotesNotCleared.cjs +8 -0
- package/dist/11100/genericElections/corruptStorage.cjs +8 -0
- package/dist/11100/genericElections/electoralEvent.cjs +7 -0
- package/dist/11100/genericElections/uninitialized.cjs +8 -0
- package/dist/11100/genericElections/unknownElection.cjs +9 -0
- package/dist/11100/lendingPools/collateralAdded.cjs +13 -0
- package/dist/11100/lendingPools/collateralRemoved.cjs +13 -0
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.cjs +12 -0
- package/dist/11100/lendingPools/lendingFundsAdded.cjs +13 -0
- package/dist/11100/lendingPools/lendingFundsAdded.d.ts +28 -0
- package/dist/11100/lendingPools/lendingFundsRemoved.cjs +13 -0
- package/dist/11100/lendingPools/lendingPoolCreated.cjs +9 -0
- package/dist/11100/lendingPools/liquidationInitiated.cjs +13 -0
- package/dist/11100/lendingPools/loanCreated.cjs +15 -0
- package/dist/11100/lendingPools/loanCreated.d.ts +34 -0
- package/dist/11100/lendingPools/loanRepaid.cjs +13 -0
- package/dist/11100/lendingPools/loanSettled.cjs +12 -0
- package/dist/11100/lendingPools/loanUpdated.cjs +13 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.d.ts +1408 -0
- package/dist/11100/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/solanaIngressEgress/depositFailed.d.ts +1367 -0
- package/dist/11100/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/swapping/swapAborted.cjs +12 -0
- package/dist/11100/swapping/swapDepositAddressReady.cjs +24 -0
- package/dist/11100/swapping/swapExecuted.cjs +20 -0
- package/dist/11100/swapping/swapExecuted.d.ts +59 -0
- package/dist/11100/swapping/swapRequested.cjs +19 -0
- package/dist/11100/swapping/swapRequested.d.ts +3022 -0
- package/dist/11100/swapping/swapRescheduled.cjs +13 -0
- package/dist/11100/validator/delegated.cjs +13 -0
- package/dist/11100/validator/delegatorAllowed.cjs +12 -0
- package/dist/11100/validator/delegatorBlocked.cjs +12 -0
- package/dist/11100/validator/maxBidUpdated.cjs +12 -0
- package/dist/11100/validator/operatorAcceptedByValidator.cjs +12 -0
- package/dist/11100/validator/operatorSettingsUpdated.cjs +12 -0
- package/dist/11100/validator/palletConfigUpdated.cjs +9 -0
- package/dist/11100/validator/rotationPhaseUpdated.cjs +9 -0
- package/dist/11100/validator/unDelegationFinalized.cjs +12 -0
- package/dist/11100/validator/undelegated.cjs +13 -0
- package/dist/11100/validator/validatorClaimed.cjs +12 -0
- package/dist/11100/validator/validatorRemovedFromOperator.cjs +12 -0
- package/dist/11200/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/arbitrumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.ts +204 -0
- package/dist/11200/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.ts +1427 -0
- package/dist/11200/arbitrumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.ts +198 -0
- package/dist/11200/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/assethubIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/assethubIngressEgress/depositBoosted.d.ts +194 -0
- package/dist/11200/assethubIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/assethubIngressEgress/depositFailed.d.ts +1418 -0
- package/dist/11200/assethubIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/assethubIngressEgress/depositFinalised.d.ts +188 -0
- package/dist/11200/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.ts +110 -0
- package/dist/11200/bitcoinIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.ts +418 -0
- package/dist/11200/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.ts +2336 -0
- package/dist/11200/bitcoinIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.ts +412 -0
- package/dist/11200/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/common.cjs +1388 -0
- package/dist/11200/common.d.ts +23978 -0
- package/dist/11200/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/11200/environment/runtimeSafeModeUpdated.d.ts +1391 -0
- package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/ethereumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.ts +204 -0
- package/dist/11200/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/ethereumIngressEgress/depositFailed.d.ts +1427 -0
- package/dist/11200/ethereumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.ts +198 -0
- package/dist/11200/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/polkadotIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.ts +194 -0
- package/dist/11200/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/polkadotIngressEgress/depositFailed.d.ts +1418 -0
- package/dist/11200/polkadotIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.ts +188 -0
- package/dist/11200/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/solanaIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/solanaIngressEgress/depositBoosted.d.ts +224 -0
- package/dist/11200/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/solanaIngressEgress/depositFailed.d.ts +1499 -0
- package/dist/11200/solanaIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/solanaIngressEgress/depositFinalised.d.ts +218 -0
- package/dist/11200/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.cjs +12 -0
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.ts +45 -0
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.cjs +9 -0
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.ts +42 -0
- package/dist/11200/swapping/swapAborted.cjs +12 -0
- package/dist/11200/swapping/swapRequested.cjs +19 -0
- package/dist/11200/swapping/swapRequested.d.ts +2922 -0
- package/dist/11200/swapping/swapRescheduled.cjs +13 -0
- package/dist/11200/validator/operatorSettingsUpdated.cjs +12 -0
- package/dist/11200/validator/palletConfigUpdated.cjs +9 -0
- package/dist/120/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/120/bitcoinBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/120/bitcoinBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/120/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/120/bitcoinBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/120/bitcoinChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/120/bitcoinIngressEgress/depositIgnored.cjs +15 -0
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +154 -0
- package/dist/120/bitcoinIngressEgress/depositReceived.cjs +16 -0
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +207 -0
- package/dist/120/bitcoinIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/120/common.cjs +284 -0
- package/dist/120/emissions/backupRewardsDistributed.cjs +12 -0
- package/dist/120/emissions/flipBurnSkipped.cjs +9 -0
- package/dist/120/emissions/networkFeeBurned.cjs +12 -0
- package/dist/120/environment/utxoConsolidationParametersUpdated.cjs +9 -0
- package/dist/120/ethereumBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/120/ethereumBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/120/ethereumBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/120/ethereumBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/120/ethereumIngressEgress/depositIgnored.cjs +14 -0
- package/dist/120/ethereumIngressEgress/depositReceived.cjs +15 -0
- package/dist/120/ethereumIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/120/liquidityProvider/liquidityDepositCredited.cjs +13 -0
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +77 -0
- package/dist/120/polkadotBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/120/polkadotBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/120/polkadotBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/120/polkadotBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/120/polkadotIngressEgress/depositIgnored.cjs +14 -0
- package/dist/120/polkadotIngressEgress/depositReceived.cjs +15 -0
- package/dist/120/polkadotIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/120/swapping/ccmFailed.cjs +13 -0
- package/dist/120/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/120/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/120/swapping/swapExecuted.cjs +18 -0
- package/dist/120/swapping/withdrawalRequested.cjs +14 -0
- package/dist/120/swapping/withdrawalRequested.d.ts +64 -0
- package/dist/131/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/131/bitcoinBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/131/bitcoinChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/131/bitcoinIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/131/bitcoinIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/131/bitcoinIngressEgress/depositIgnored.cjs +15 -0
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.ts +154 -0
- package/dist/131/bitcoinIngressEgress/depositReceived.cjs +16 -0
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverFailure.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverFailureReported.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverRequest.cjs +17 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverSuccess.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keyRotationCompleted.cjs +8 -0
- package/dist/131/bitcoinThresholdSigner/keygenFailure.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keygenFailureReported.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keygenRequest.cjs +13 -0
- package/dist/131/bitcoinThresholdSigner/keygenResponseTimeout.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/131/bitcoinThresholdSigner/keygenSuccess.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keygenSuccessReported.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keygenVerificationSuccess.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/noKeyHandover.cjs +8 -0
- package/dist/131/bitcoinVault/vaultActivationCompleted.cjs +8 -0
- package/dist/131/common.cjs +439 -0
- package/dist/131/common.d.ts +2831 -0
- package/dist/131/environment/addedNewEthAsset.cjs +9 -0
- package/dist/131/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/131/environment/runtimeSafeModeUpdated.d.ts +688 -0
- package/dist/131/environment/updatedEthAsset.cjs +9 -0
- package/dist/131/ethereumBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/131/ethereumChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/131/ethereumIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/131/ethereumIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/131/ethereumIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.ts +25 -0
- package/dist/131/ethereumIngressEgress/depositIgnored.cjs +14 -0
- package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +41 -0
- package/dist/131/ethereumIngressEgress/depositReceived.cjs +15 -0
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/131/ethereumIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/131/ethereumIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.ts +31 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverFailure.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverFailureReported.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverRequest.cjs +17 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverSuccess.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keyRotationCompleted.cjs +8 -0
- package/dist/131/ethereumThresholdSigner/keygenFailure.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keygenFailureReported.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keygenRequest.cjs +13 -0
- package/dist/131/ethereumThresholdSigner/keygenResponseTimeout.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/131/ethereumThresholdSigner/keygenSuccess.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keygenSuccessReported.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keygenVerificationSuccess.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/noKeyHandover.cjs +8 -0
- package/dist/131/ethereumVault/vaultActivationCompleted.cjs +8 -0
- package/dist/131/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/131/liquidityPools/assetSwapped.d.ts +41 -0
- package/dist/131/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +99 -0
- package/dist/131/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/131/liquidityPools/newPoolCreated.d.ts +41 -0
- package/dist/131/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/131/liquidityPools/poolFeeSet.d.ts +38 -0
- package/dist/131/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +209 -0
- package/dist/131/liquidityProvider/accountCredited.cjs +13 -0
- package/dist/131/liquidityProvider/accountCredited.d.ts +28 -0
- package/dist/131/liquidityProvider/accountDebited.cjs +13 -0
- package/dist/131/liquidityProvider/accountDebited.d.ts +28 -0
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +73 -0
- package/dist/131/liquidityProvider/liquidityDepositCredited.cjs +13 -0
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.ts +28 -0
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.ts +77 -0
- package/dist/131/polkadotBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/131/polkadotChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/131/polkadotIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/131/polkadotIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverFailure.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverFailureReported.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverRequest.cjs +17 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverSuccess.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keyRotationCompleted.cjs +8 -0
- package/dist/131/polkadotThresholdSigner/keygenFailure.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keygenFailureReported.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keygenRequest.cjs +13 -0
- package/dist/131/polkadotThresholdSigner/keygenResponseTimeout.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/131/polkadotThresholdSigner/keygenSuccess.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keygenSuccessReported.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keygenVerificationSuccess.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/noKeyHandover.cjs +8 -0
- package/dist/131/polkadotVault/vaultActivationCompleted.cjs +8 -0
- package/dist/131/reputation/offencePenalty.cjs +13 -0
- package/dist/131/reputation/penaltyUpdated.cjs +13 -0
- package/dist/131/swapping/batchSwapFailed.cjs +13 -0
- package/dist/131/swapping/batchSwapFailed.d.ts +38 -0
- package/dist/131/swapping/ccmFailed.cjs +14 -0
- package/dist/131/swapping/ccmFailed.d.ts +443 -0
- package/dist/131/swapping/maximumSwapAmountSet.cjs +12 -0
- package/dist/131/swapping/maximumSwapAmountSet.d.ts +25 -0
- package/dist/131/swapping/swapAmountConfiscated.cjs +15 -0
- package/dist/131/swapping/swapAmountConfiscated.d.ts +44 -0
- package/dist/131/swapping/swapDepositAddressReady.cjs +20 -0
- package/dist/131/swapping/swapDepositAddressReady.d.ts +145 -0
- package/dist/131/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/131/swapping/swapEgressIgnored.d.ts +248 -0
- package/dist/131/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/131/swapping/swapEgressScheduled.d.ts +44 -0
- package/dist/131/swapping/swapExecuted.cjs +18 -0
- package/dist/131/swapping/swapExecuted.d.ts +53 -0
- package/dist/131/swapping/swapScheduled.cjs +19 -0
- package/dist/131/swapping/swapScheduled.d.ts +463 -0
- package/dist/131/swapping/withdrawalRequested.cjs +15 -0
- package/dist/131/swapping/withdrawalRequested.d.ts +77 -0
- package/dist/131/system/upgradeAuthorized.cjs +12 -0
- package/dist/131/witnesser/prewitnessExecutionFailed.cjs +12 -0
- package/dist/141/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/141/accountRoles/accountRoleDeregistered.cjs +12 -0
- package/dist/141/accountRoles/vanityNameSet.cjs +12 -0
- package/dist/141/arbitrumBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/141/arbitrumBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/141/arbitrumBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/141/arbitrumBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/141/arbitrumBroadcaster/callResigned.cjs +8 -0
- package/dist/141/arbitrumBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.ts +76 -0
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/141/arbitrumChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/141/arbitrumChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/141/arbitrumIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.ts +45 -0
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/141/arbitrumIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/141/arbitrumIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/141/arbitrumIngressEgress/depositBoosted.cjs +18 -0
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +118 -0
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +25 -0
- package/dist/141/arbitrumIngressEgress/depositFinalised.cjs +16 -0
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +112 -0
- package/dist/141/arbitrumIngressEgress/depositIgnored.cjs +14 -0
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +41 -0
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +264 -0
- package/dist/141/arbitrumIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/141/arbitrumIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +31 -0
- package/dist/141/arbitrumIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +31 -0
- package/dist/141/arbitrumIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/141/arbitrumVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/141/arbitrumVault/chainInitialized.cjs +8 -0
- package/dist/141/arbitrumVault/vaultActivationCompleted.cjs +8 -0
- package/dist/141/arbitrumVault/vaultRotatedExternally.cjs +7 -0
- package/dist/141/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +45 -0
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/141/bitcoinIngressEgress/depositBoosted.cjs +19 -0
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +231 -0
- package/dist/141/bitcoinIngressEgress/depositFinalised.cjs +17 -0
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +225 -0
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +31 -0
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/141/bitcoinVault/chainInitialized.cjs +8 -0
- package/dist/141/common.cjs +603 -0
- package/dist/141/common.d.ts +4035 -0
- package/dist/141/emissions/networkFeeBurned.cjs +12 -0
- package/dist/141/environment/addedNewArbAsset.cjs +9 -0
- package/dist/141/environment/arbitrumInitialized.cjs +8 -0
- package/dist/141/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/141/environment/staleUtxosDiscarded.cjs +9 -0
- package/dist/141/environment/staleUtxosDiscarded.d.ts +141 -0
- package/dist/141/environment/updatedArbAsset.cjs +9 -0
- package/dist/141/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/141/ethereumIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +45 -0
- package/dist/141/ethereumIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/141/ethereumIngressEgress/depositBoosted.cjs +18 -0
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +118 -0
- package/dist/141/ethereumIngressEgress/depositFinalised.cjs +16 -0
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +112 -0
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +31 -0
- package/dist/141/ethereumIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/141/ethereumVault/chainInitialized.cjs +8 -0
- package/dist/141/evmThresholdSigner/failureReportProcessed.cjs +13 -0
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +18 -0
- package/dist/141/evmThresholdSigner/keyHandoverFailure.cjs +9 -0
- package/dist/141/evmThresholdSigner/keyHandoverFailureReported.cjs +7 -0
- package/dist/141/evmThresholdSigner/keyHandoverRequest.cjs +17 -0
- package/dist/141/evmThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/141/evmThresholdSigner/keyHandoverSuccess.cjs +9 -0
- package/dist/141/evmThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
- package/dist/141/evmThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/141/evmThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/141/evmThresholdSigner/keyRotationCompleted.cjs +8 -0
- package/dist/141/evmThresholdSigner/keygenFailure.cjs +7 -0
- package/dist/141/evmThresholdSigner/keygenFailureReported.cjs +7 -0
- package/dist/141/evmThresholdSigner/keygenRequest.cjs +13 -0
- package/dist/141/evmThresholdSigner/keygenResponseTimeout.cjs +7 -0
- package/dist/141/evmThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/141/evmThresholdSigner/keygenSuccess.cjs +7 -0
- package/dist/141/evmThresholdSigner/keygenSuccessReported.cjs +7 -0
- package/dist/141/evmThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/141/evmThresholdSigner/keygenVerificationSuccess.cjs +9 -0
- package/dist/141/evmThresholdSigner/noKeyHandover.cjs +8 -0
- package/dist/141/evmThresholdSigner/retryRequested.cjs +12 -0
- package/dist/141/evmThresholdSigner/retryRequested.d.ts +15 -0
- package/dist/141/evmThresholdSigner/signersUnavailable.cjs +11 -0
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.cjs +13 -0
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +336 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +18 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +54 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +15 -0
- package/dist/141/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/141/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +99 -0
- package/dist/141/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/141/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/141/liquidityPools/priceImpactLimitSet.cjs +12 -0
- package/dist/141/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +209 -0
- package/dist/141/liquidityProvider/accountCredited.cjs +13 -0
- package/dist/141/liquidityProvider/accountDebited.cjs +13 -0
- package/dist/141/liquidityProvider/assetTransferred.cjs +14 -0
- package/dist/141/liquidityProvider/assetTransferred.d.ts +31 -0
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +79 -0
- package/dist/141/liquidityProvider/liquidityDepositCredited.cjs +13 -0
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +221 -0
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.ts +83 -0
- package/dist/141/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/141/polkadotIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +45 -0
- package/dist/141/polkadotIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/141/polkadotIngressEgress/depositBoosted.cjs +18 -0
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +118 -0
- package/dist/141/polkadotIngressEgress/depositFinalised.cjs +16 -0
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +112 -0
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +31 -0
- package/dist/141/polkadotIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/141/polkadotVault/chainInitialized.cjs +8 -0
- package/dist/141/swapping/batchSwapFailed.cjs +13 -0
- package/dist/141/swapping/batchSwapFailed.d.ts +38 -0
- package/dist/141/swapping/ccmDepositReceived.cjs +16 -0
- package/dist/141/swapping/ccmEgressScheduled.cjs +12 -0
- package/dist/141/swapping/ccmFailed.cjs +14 -0
- package/dist/141/swapping/ccmFailed.d.ts +479 -0
- package/dist/141/swapping/maximumSwapAmountSet.cjs +12 -0
- package/dist/141/swapping/swapAmountConfiscated.cjs +15 -0
- package/dist/141/swapping/swapDepositAddressReady.cjs +21 -0
- package/dist/141/swapping/swapDepositAddressReady.d.ts +175 -0
- package/dist/141/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/141/swapping/swapEgressIgnored.d.ts +248 -0
- package/dist/141/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/141/swapping/swapEgressScheduled.d.ts +44 -0
- package/dist/141/swapping/swapExecuted.cjs +19 -0
- package/dist/141/swapping/swapExecuted.d.ts +376 -0
- package/dist/141/swapping/swapScheduled.cjs +20 -0
- package/dist/141/swapping/swapScheduled.d.ts +512 -0
- package/dist/141/swapping/withdrawalRequested.cjs +15 -0
- package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
- package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
- package/dist/141/tokenholderGovernance/proposalEnacted.cjs +9 -0
- package/dist/141/tokenholderGovernance/proposalPassed.cjs +9 -0
- package/dist/141/tokenholderGovernance/proposalRejected.cjs +9 -0
- package/dist/141/tokenholderGovernance/proposalSubmitted.cjs +9 -0
- package/dist/141/validator/rotationPhaseUpdated.cjs +9 -0
- package/dist/141/validator/startedBidding.cjs +9 -0
- package/dist/141/validator/stoppedBidding.cjs +9 -0
- package/dist/141/witnesser/callDispatched.cjs +9 -0
- package/dist/141/witnesser/reportedWitnessingFailures.cjs +13 -0
- package/dist/150/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/150/arbitrumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +25 -0
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +242 -0
- package/dist/150/arbitrumIngressEgress/depositBoosted.cjs +20 -0
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +134 -0
- package/dist/150/arbitrumIngressEgress/depositFinalised.cjs +18 -0
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +128 -0
- package/dist/150/arbitrumIngressEgress/depositIgnored.cjs +15 -0
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.ts +54 -0
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +283 -0
- package/dist/150/arbitrumIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/assetBalances/refundScheduled.cjs +13 -0
- package/dist/150/assetBalances/refundScheduled.d.ts +236 -0
- package/dist/150/assetBalances/refundSkipped.cjs +13 -0
- package/dist/150/assetBalances/refundSkipped.d.ts +453 -0
- package/dist/150/assetBalances/vaultDeficitDetected.cjs +13 -0
- package/dist/150/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.d.ts +25 -0
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +242 -0
- package/dist/150/bitcoinIngressEgress/depositBoosted.cjs +20 -0
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +234 -0
- package/dist/150/bitcoinIngressEgress/depositFinalised.cjs +18 -0
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +228 -0
- package/dist/150/bitcoinIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/common.cjs +586 -0
- package/dist/150/common.d.ts +4085 -0
- package/dist/150/emissions/networkFeeBurned.cjs +12 -0
- package/dist/150/emissions/networkFeeBurned.d.ts +25 -0
- package/dist/150/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/150/environment/runtimeSafeModeUpdated.d.ts +1127 -0
- package/dist/150/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.ts +25 -0
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +242 -0
- package/dist/150/ethereumIngressEgress/depositBoosted.cjs +20 -0
- package/dist/150/ethereumIngressEgress/depositBoosted.d.ts +134 -0
- package/dist/150/ethereumIngressEgress/depositFinalised.cjs +18 -0
- package/dist/150/ethereumIngressEgress/depositFinalised.d.ts +128 -0
- package/dist/150/ethereumIngressEgress/depositIgnored.cjs +15 -0
- package/dist/150/ethereumIngressEgress/depositIgnored.d.ts +54 -0
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.ts +283 -0
- package/dist/150/ethereumIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/150/liquidityPools/assetSwapped.d.ts +41 -0
- package/dist/150/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +99 -0
- package/dist/150/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/150/liquidityPools/newPoolCreated.d.ts +41 -0
- package/dist/150/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/150/liquidityPools/poolFeeSet.d.ts +38 -0
- package/dist/150/liquidityPools/priceImpactLimitSet.cjs +12 -0
- package/dist/150/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +209 -0
- package/dist/150/liquidityProvider/accountCredited.cjs +13 -0
- package/dist/150/liquidityProvider/accountCredited.d.ts +28 -0
- package/dist/150/liquidityProvider/accountDebited.cjs +13 -0
- package/dist/150/liquidityProvider/accountDebited.d.ts +28 -0
- package/dist/150/liquidityProvider/assetTransferred.cjs +14 -0
- package/dist/150/liquidityProvider/assetTransferred.d.ts +31 -0
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +85 -0
- package/dist/150/liquidityProvider/liquidityDepositCredited.cjs +13 -0
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +28 -0
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +236 -0
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.ts +89 -0
- package/dist/150/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.ts +25 -0
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +242 -0
- package/dist/150/polkadotIngressEgress/depositBoosted.cjs +20 -0
- package/dist/150/polkadotIngressEgress/depositBoosted.d.ts +124 -0
- package/dist/150/polkadotIngressEgress/depositFinalised.cjs +18 -0
- package/dist/150/polkadotIngressEgress/depositFinalised.d.ts +118 -0
- package/dist/150/polkadotIngressEgress/depositIgnored.cjs +15 -0
- package/dist/150/polkadotIngressEgress/depositIgnored.d.ts +44 -0
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.ts +269 -0
- package/dist/150/polkadotIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/solanaBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.ts +333 -0
- package/dist/150/solanaBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/150/solanaBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/150/solanaBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/150/solanaBroadcaster/callResigned.cjs +8 -0
- package/dist/150/solanaBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.cjs +13 -0
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.ts +18 -0
- package/dist/150/solanaBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/150/solanaBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/150/solanaChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/150/solanaChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/150/solanaIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/150/solanaIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/150/solanaIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/150/solanaIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/150/solanaIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/150/solanaIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/150/solanaIngressEgress/ccmBroadcastRequested.d.ts +25 -0
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +242 -0
- package/dist/150/solanaIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/150/solanaIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/150/solanaIngressEgress/depositBoosted.cjs +19 -0
- package/dist/150/solanaIngressEgress/depositBoosted.d.ts +121 -0
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/150/solanaIngressEgress/depositFinalised.cjs +17 -0
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +115 -0
- package/dist/150/solanaIngressEgress/depositIgnored.cjs +14 -0
- package/dist/150/solanaIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +264 -0
- package/dist/150/solanaIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/150/solanaIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +370 -0
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/150/solanaIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/solanaIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/150/solanaIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/150/solanaIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/150/solanaIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/150/solanaThresholdSigner/failureReportProcessed.cjs +13 -0
- package/dist/150/solanaThresholdSigner/keyHandoverFailure.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keyHandoverFailureReported.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keyHandoverRequest.cjs +17 -0
- package/dist/150/solanaThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keyHandoverSuccess.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keyRotationCompleted.cjs +8 -0
- package/dist/150/solanaThresholdSigner/keygenFailure.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keygenFailureReported.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keygenRequest.cjs +13 -0
- package/dist/150/solanaThresholdSigner/keygenResponseTimeout.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/150/solanaThresholdSigner/keygenSuccess.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keygenSuccessReported.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keygenVerificationSuccess.cjs +9 -0
- package/dist/150/solanaThresholdSigner/noKeyHandover.cjs +8 -0
- package/dist/150/solanaThresholdSigner/retryRequested.cjs +12 -0
- package/dist/150/solanaThresholdSigner/signersUnavailable.cjs +11 -0
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.cjs +13 -0
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +336 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.cjs +15 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
- package/dist/150/solanaVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/150/solanaVault/chainInitialized.cjs +8 -0
- package/dist/150/solanaVault/vaultActivationCompleted.cjs +8 -0
- package/dist/150/solanaVault/vaultRotatedExternally.cjs +7 -0
- package/dist/150/swapping/batchSwapFailed.cjs +13 -0
- package/dist/150/swapping/batchSwapFailed.d.ts +38 -0
- package/dist/150/swapping/buyIntervalSet.cjs +8 -0
- package/dist/150/swapping/ccmDepositReceived.cjs +16 -0
- package/dist/150/swapping/ccmDepositReceived.d.ts +408 -0
- package/dist/150/swapping/ccmEgressScheduled.cjs +12 -0
- package/dist/150/swapping/ccmFailed.cjs +14 -0
- package/dist/150/swapping/ccmFailed.d.ts +515 -0
- package/dist/150/swapping/maximumSwapAmountSet.cjs +12 -0
- package/dist/150/swapping/maximumSwapAmountSet.d.ts +25 -0
- package/dist/150/swapping/networkFeeTaken.cjs +12 -0
- package/dist/150/swapping/refundEgressIgnored.cjs +14 -0
- package/dist/150/swapping/refundEgressIgnored.d.ts +248 -0
- package/dist/150/swapping/refundEgressScheduled.cjs +15 -0
- package/dist/150/swapping/refundEgressScheduled.d.ts +44 -0
- package/dist/150/swapping/swapAmountConfiscated.cjs +15 -0
- package/dist/150/swapping/swapAmountConfiscated.d.ts +44 -0
- package/dist/150/swapping/swapDepositAddressReady.cjs +22 -0
- package/dist/150/swapping/swapDepositAddressReady.d.ts +273 -0
- package/dist/150/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/150/swapping/swapEgressIgnored.d.ts +248 -0
- package/dist/150/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/150/swapping/swapEgressScheduled.d.ts +44 -0
- package/dist/150/swapping/swapExecuted.cjs +19 -0
- package/dist/150/swapping/swapExecuted.d.ts +397 -0
- package/dist/150/swapping/swapRescheduled.cjs +12 -0
- package/dist/150/swapping/swapRetryDelaySet.cjs +8 -0
- package/dist/150/swapping/swapScheduled.cjs +20 -0
- package/dist/150/swapping/swapScheduled.d.ts +548 -0
- package/dist/150/swapping/withdrawalRequested.cjs +15 -0
- package/dist/150/swapping/withdrawalRequested.d.ts +89 -0
- package/dist/150/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
- package/dist/150/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
- package/dist/150/tokenholderGovernance/proposalEnacted.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalEnacted.d.ts +54 -0
- package/dist/150/tokenholderGovernance/proposalPassed.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalPassed.d.ts +54 -0
- package/dist/150/tokenholderGovernance/proposalRejected.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalRejected.d.ts +54 -0
- package/dist/150/tokenholderGovernance/proposalSubmitted.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.ts +54 -0
- package/dist/160/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/160/arbitrumIngressEgress/depositBoosted.cjs +20 -0
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +129 -0
- package/dist/160/arbitrumIngressEgress/depositFinalised.cjs +18 -0
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +123 -0
- package/dist/160/assetBalances/accountCredited.cjs +14 -0
- package/dist/160/assetBalances/accountCredited.d.ts +31 -0
- package/dist/160/assetBalances/accountDebited.cjs +14 -0
- package/dist/160/assetBalances/accountDebited.d.ts +31 -0
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/160/bitcoinIngressEgress/depositBoosted.cjs +20 -0
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +229 -0
- package/dist/160/bitcoinIngressEgress/depositFinalised.cjs +18 -0
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +223 -0
- package/dist/160/common.cjs +602 -0
- package/dist/160/common.d.ts +3828 -0
- package/dist/160/environment/durableNonceSetForAccount.cjs +12 -0
- package/dist/160/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/160/environment/solanaInitialized.cjs +8 -0
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/160/ethereumIngressEgress/depositBoosted.cjs +20 -0
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +129 -0
- package/dist/160/ethereumIngressEgress/depositFinalised.cjs +18 -0
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +123 -0
- package/dist/160/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/160/liquidityPools/assetSwapped.d.ts +41 -0
- package/dist/160/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/160/liquidityPools/limitOrderUpdated.d.ts +99 -0
- package/dist/160/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/160/liquidityPools/newPoolCreated.d.ts +41 -0
- package/dist/160/liquidityPools/orderDeletionFailed.cjs +9 -0
- package/dist/160/liquidityPools/orderDeletionFailed.d.ts +127 -0
- package/dist/160/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/160/liquidityPools/poolFeeSet.d.ts +38 -0
- package/dist/160/liquidityPools/priceImpactLimitSet.cjs +12 -0
- package/dist/160/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +209 -0
- package/dist/160/liquidityProvider/assetTransferred.cjs +14 -0
- package/dist/160/liquidityProvider/assetTransferred.d.ts +31 -0
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +85 -0
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +89 -0
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/160/polkadotIngressEgress/depositBoosted.cjs +20 -0
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +119 -0
- package/dist/160/polkadotIngressEgress/depositFinalised.cjs +18 -0
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +113 -0
- package/dist/160/solanaBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/160/solanaBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/160/solanaChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/160/solanaElections/allVotesCleared.cjs +8 -0
- package/dist/160/solanaElections/allVotesNotCleared.cjs +8 -0
- package/dist/160/solanaElections/corruptStorage.cjs +8 -0
- package/dist/160/solanaElections/uninitialized.cjs +8 -0
- package/dist/160/solanaIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/160/solanaIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/160/solanaIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/160/solanaIngressEgress/depositBoosted.cjs +19 -0
- package/dist/160/solanaIngressEgress/depositBoosted.d.ts +116 -0
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.ts +25 -0
- package/dist/160/solanaIngressEgress/depositFinalised.cjs +17 -0
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +110 -0
- package/dist/160/solanaIngressEgress/depositIgnored.cjs +14 -0
- package/dist/160/solanaIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.ts +31 -0
- package/dist/160/solanaIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/160/solanaIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/160/solanaIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.ts +31 -0
- package/dist/160/solanaThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/160/swapping/batchSwapFailed.cjs +13 -0
- package/dist/160/swapping/batchSwapFailed.d.ts +38 -0
- package/dist/160/swapping/ccmFailed.cjs +14 -0
- package/dist/160/swapping/ccmFailed.d.ts +312 -0
- package/dist/160/swapping/maxSwapRequestDurationSet.cjs +8 -0
- package/dist/160/swapping/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/160/swapping/maximumSwapAmountSet.cjs +12 -0
- package/dist/160/swapping/maximumSwapAmountSet.d.ts +25 -0
- package/dist/160/swapping/refundEgressIgnored.cjs +14 -0
- package/dist/160/swapping/refundEgressIgnored.d.ts +248 -0
- package/dist/160/swapping/refundEgressScheduled.cjs +15 -0
- package/dist/160/swapping/refundEgressScheduled.d.ts +44 -0
- package/dist/160/swapping/swapAmountConfiscated.cjs +14 -0
- package/dist/160/swapping/swapAmountConfiscated.d.ts +31 -0
- package/dist/160/swapping/swapDepositAddressReady.cjs +23 -0
- package/dist/160/swapping/swapDepositAddressReady.d.ts +291 -0
- package/dist/160/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/160/swapping/swapEgressIgnored.d.ts +248 -0
- package/dist/160/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/160/swapping/swapEgressScheduled.d.ts +44 -0
- package/dist/160/swapping/swapExecuted.cjs +19 -0
- package/dist/160/swapping/swapExecuted.d.ts +56 -0
- package/dist/160/swapping/swapRequestCompleted.cjs +9 -0
- package/dist/160/swapping/swapRequested.cjs +18 -0
- package/dist/160/swapping/swapRequested.d.ts +604 -0
- package/dist/160/swapping/swapScheduled.cjs +15 -0
- package/dist/160/swapping/swapScheduled.d.ts +34 -0
- package/dist/160/swapping/withdrawalRequested.cjs +15 -0
- package/dist/160/swapping/withdrawalRequested.d.ts +89 -0
- package/dist/170/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/170/arbitrumBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.ts +15 -0
- package/dist/170/arbitrumIngressEgress/ccmFailed.cjs +14 -0
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +312 -0
- package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.cjs +12 -0
- package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.cjs +9 -0
- package/dist/170/arbitrumIngressEgress/depositIgnored.cjs +15 -0
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +54 -0
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.cjs +12 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.cjs +9 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/170/bitcoinBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.ts +15 -0
- package/dist/170/bitcoinIngressEgress/ccmFailed.cjs +14 -0
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +312 -0
- package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.cjs +12 -0
- package/dist/170/bitcoinIngressEgress/depositBoosted.cjs +20 -0
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +343 -0
- package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.cjs +9 -0
- package/dist/170/bitcoinIngressEgress/depositFinalised.cjs +18 -0
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +337 -0
- package/dist/170/bitcoinIngressEgress/depositIgnored.cjs +15 -0
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +268 -0
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +565 -0
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.cjs +12 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +144 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.cjs +9 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.ts +141 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.cjs +9 -0
- package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/170/common.cjs +477 -0
- package/dist/170/common.d.ts +2447 -0
- package/dist/170/ethereumBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/170/ethereumIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.ts +15 -0
- package/dist/170/ethereumIngressEgress/ccmFailed.cjs +14 -0
- package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +312 -0
- package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.cjs +12 -0
- package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.cjs +9 -0
- package/dist/170/ethereumIngressEgress/depositIgnored.cjs +15 -0
- package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +54 -0
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.cjs +12 -0
- package/dist/170/ethereumIngressEgress/transactionRejectionFailed.cjs +9 -0
- package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/170/evmThresholdSigner/palletConfigUpdated.cjs +9 -0
- package/dist/170/polkadotBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/170/polkadotIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.ts +15 -0
- package/dist/170/polkadotIngressEgress/ccmFailed.cjs +14 -0
- package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +312 -0
- package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.cjs +12 -0
- package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.cjs +8 -0
- package/dist/170/polkadotIngressEgress/depositIgnored.cjs +15 -0
- package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +44 -0
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.cjs +11 -0
- package/dist/170/polkadotIngressEgress/transactionRejectionFailed.cjs +8 -0
- package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/170/polkadotThresholdSigner/palletConfigUpdated.cjs +9 -0
- package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/170/reputation/offencePenalty.cjs +13 -0
- package/dist/170/reputation/penaltyUpdated.cjs +13 -0
- package/dist/170/solanaBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/170/solanaBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/170/solanaIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +15 -0
- package/dist/170/solanaIngressEgress/ccmFailed.cjs +14 -0
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +312 -0
- package/dist/170/solanaIngressEgress/ccmFallbackScheduled.cjs +12 -0
- package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.cjs +9 -0
- package/dist/170/solanaIngressEgress/depositIgnored.cjs +14 -0
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +41 -0
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/solanaIngressEgress/transactionRejectedByBroker.cjs +8 -0
- package/dist/170/solanaIngressEgress/transactionRejectionFailed.cjs +8 -0
- package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/170/solanaThresholdSigner/palletConfigUpdated.cjs +9 -0
- package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/170/swapping/minimumChunkSizeSet.cjs +12 -0
- package/dist/170/swapping/minimumChunkSizeSet.d.ts +25 -0
- package/dist/170/swapping/swapRequested.cjs +18 -0
- package/dist/170/swapping/swapRequested.d.ts +713 -0
- package/dist/170/validator/previousRotationStillPending.cjs +8 -0
- package/dist/180/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/180/arbitrumChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +533 -0
- package/dist/180/arbitrumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +145 -0
- package/dist/180/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +1370 -0
- package/dist/180/arbitrumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/180/arbitrumIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/arbitrumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/180/arbitrumIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/180/arbitrumIngressEgress/unknownBroker.cjs +9 -0
- package/dist/180/arbitrumIngressEgress/witnessSafetyMarginSet.cjs +9 -0
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +533 -0
- package/dist/180/bitcoinIngressEgress/depositBoosted.cjs +22 -0
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +359 -0
- package/dist/180/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +2279 -0
- package/dist/180/bitcoinIngressEgress/depositFinalised.cjs +20 -0
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +353 -0
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/180/bitcoinIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/180/bitcoinIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/180/bitcoinIngressEgress/unknownBroker.cjs +9 -0
- package/dist/180/bitcoinIngressEgress/witnessSafetyMarginSet.cjs +9 -0
- package/dist/180/common.cjs +837 -0
- package/dist/180/common.d.ts +12253 -0
- package/dist/180/environment/solanaGovCallDispatched.cjs +12 -0
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +533 -0
- package/dist/180/ethereumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +145 -0
- package/dist/180/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +1370 -0
- package/dist/180/ethereumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/180/ethereumIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/ethereumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/180/ethereumIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/180/ethereumIngressEgress/unknownBroker.cjs +9 -0
- package/dist/180/ethereumIngressEgress/witnessSafetyMarginSet.cjs +9 -0
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +533 -0
- package/dist/180/polkadotIngressEgress/depositBoosted.cjs +22 -0
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +135 -0
- package/dist/180/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +1361 -0
- package/dist/180/polkadotIngressEgress/depositFinalised.cjs +20 -0
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/180/polkadotIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/polkadotIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/180/polkadotIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/180/polkadotIngressEgress/unknownBroker.cjs +9 -0
- package/dist/180/polkadotIngressEgress/witnessSafetyMarginSet.cjs +8 -0
- package/dist/180/solanaBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/180/solanaElections/unknownElection.cjs +9 -0
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +533 -0
- package/dist/180/solanaIngressEgress/depositBoosted.cjs +21 -0
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +132 -0
- package/dist/180/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +1320 -0
- package/dist/180/solanaIngressEgress/depositFinalised.cjs +19 -0
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/180/solanaIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/180/solanaIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/180/solanaIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/180/solanaIngressEgress/unknownBroker.cjs +9 -0
- package/dist/180/solanaIngressEgress/witnessSafetyMarginSet.cjs +9 -0
- package/dist/180/swapping/affiliateRegistration.cjs +14 -0
- package/dist/180/swapping/brokerBondSet.cjs +9 -0
- package/dist/180/swapping/minimumNetworkFeeSet.cjs +9 -0
- package/dist/180/swapping/privateBrokerChannelClosed.cjs +12 -0
- package/dist/180/swapping/privateBrokerChannelOpened.cjs +12 -0
- package/dist/180/swapping/refundEgressScheduled.cjs +15 -0
- package/dist/180/swapping/refundEgressScheduled.d.ts +54 -0
- package/dist/180/swapping/swapDepositAddressReady.cjs +24 -0
- package/dist/180/swapping/swapDepositAddressReady.d.ts +294 -0
- package/dist/180/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/180/swapping/swapEgressScheduled.d.ts +54 -0
- package/dist/180/swapping/swapRequested.cjs +19 -0
- package/dist/180/swapping/swapRequested.d.ts +679 -0
- package/dist/180/swapping/swapScheduled.cjs +15 -0
- package/dist/180/swapping/withdrawalRequested.cjs +16 -0
- package/dist/180/swapping/withdrawalRequested.d.ts +92 -0
- package/dist/190/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/190/arbitrumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +543 -0
- package/dist/190/arbitrumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +194 -0
- package/dist/190/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +1355 -0
- package/dist/190/arbitrumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +188 -0
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.ts +66 -0
- package/dist/190/assetBalances/accountCredited.cjs +14 -0
- package/dist/190/assetBalances/accountCredited.d.ts +31 -0
- package/dist/190/assetBalances/accountDebited.cjs +14 -0
- package/dist/190/assetBalances/accountDebited.d.ts +31 -0
- package/dist/190/assetBalances/refundScheduled.cjs +13 -0
- package/dist/190/assetBalances/refundScheduled.d.ts +251 -0
- package/dist/190/assetBalances/refundSkipped.cjs +13 -0
- package/dist/190/assetBalances/refundSkipped.d.ts +468 -0
- package/dist/190/assetBalances/vaultDeficitDetected.cjs +13 -0
- package/dist/190/assethubBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +333 -0
- package/dist/190/assethubBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/190/assethubBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/190/assethubBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/190/assethubBroadcaster/callResigned.cjs +8 -0
- package/dist/190/assethubBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/190/assethubBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/190/assethubBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/190/assethubBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/190/assethubBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/190/assethubChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/190/assethubChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/190/assethubIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/190/assethubIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/assethubIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/190/assethubIngressEgress/boostFundsAdded.d.ts +45 -0
- package/dist/190/assethubIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/190/assethubIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/190/assethubIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.ts +543 -0
- package/dist/190/assethubIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/190/assethubIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/190/assethubIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/assethubIngressEgress/depositBoosted.d.ts +184 -0
- package/dist/190/assethubIngressEgress/depositChannelLifetimeSet.cjs +8 -0
- package/dist/190/assethubIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/assethubIngressEgress/depositFailed.d.ts +1346 -0
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/190/assethubIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/assethubIngressEgress/depositFinalised.d.ts +178 -0
- package/dist/190/assethubIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/190/assethubIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
- package/dist/190/assethubIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/190/assethubIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/190/assethubIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/190/assethubIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/190/assethubIngressEgress/stoppedBoosting.d.ts +48 -0
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.cjs +11 -0
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.ts +15 -0
- package/dist/190/assethubIngressEgress/transactionRejectionFailed.cjs +8 -0
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.ts +30 -0
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.ts +33 -0
- package/dist/190/assethubIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.ts +66 -0
- package/dist/190/assethubIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/190/assethubIngressEgress/unknownBroker.cjs +9 -0
- package/dist/190/assethubIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/190/assethubIngressEgress/witnessSafetyMarginSet.cjs +8 -0
- package/dist/190/assethubVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/190/assethubVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/190/assethubVault/chainInitialized.cjs +8 -0
- package/dist/190/assethubVault/vaultActivationCompleted.cjs +8 -0
- package/dist/190/assethubVault/vaultRotatedExternally.cjs +7 -0
- package/dist/190/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.ts +543 -0
- package/dist/190/bitcoinIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.ts +408 -0
- package/dist/190/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/bitcoinIngressEgress/depositFailed.d.ts +2264 -0
- package/dist/190/bitcoinIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.ts +402 -0
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.ts +161 -0
- package/dist/190/common.cjs +1330 -0
- package/dist/190/common.d.ts +18203 -0
- package/dist/190/emissions/networkFeeBurned.cjs +12 -0
- package/dist/190/emissions/networkFeeBurned.d.ts +25 -0
- package/dist/190/environment/assethubVaultAccountSet.cjs +9 -0
- package/dist/190/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/190/environment/runtimeSafeModeUpdated.d.ts +1278 -0
- package/dist/190/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.ts +543 -0
- package/dist/190/ethereumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/ethereumIngressEgress/depositBoosted.d.ts +194 -0
- package/dist/190/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/ethereumIngressEgress/depositFailed.d.ts +1355 -0
- package/dist/190/ethereumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/ethereumIngressEgress/depositFinalised.d.ts +188 -0
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.ts +66 -0
- package/dist/190/flip/palletConfigUpdated.cjs +9 -0
- package/dist/190/flip/palletConfigUpdated.d.ts +84 -0
- package/dist/190/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/190/liquidityPools/assetSwapped.d.ts +41 -0
- package/dist/190/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/190/liquidityPools/limitOrderUpdated.d.ts +99 -0
- package/dist/190/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/190/liquidityPools/newPoolCreated.d.ts +41 -0
- package/dist/190/liquidityPools/orderDeletionFailed.cjs +9 -0
- package/dist/190/liquidityPools/orderDeletionFailed.d.ts +127 -0
- package/dist/190/liquidityPools/palletConfigUpdated.cjs +9 -0
- package/dist/190/liquidityPools/palletConfigUpdated.d.ts +44 -0
- package/dist/190/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/190/liquidityPools/poolFeeSet.d.ts +38 -0
- package/dist/190/liquidityPools/priceImpactLimitSet.cjs +12 -0
- package/dist/190/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/190/liquidityPools/rangeOrderUpdated.d.ts +209 -0
- package/dist/190/liquidityProvider/assetTransferred.cjs +14 -0
- package/dist/190/liquidityProvider/assetTransferred.d.ts +31 -0
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.ts +91 -0
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.ts +251 -0
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.ts +95 -0
- package/dist/190/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.ts +543 -0
- package/dist/190/polkadotIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/polkadotIngressEgress/depositBoosted.d.ts +184 -0
- package/dist/190/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/polkadotIngressEgress/depositFailed.d.ts +1346 -0
- package/dist/190/polkadotIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/polkadotIngressEgress/depositFinalised.d.ts +178 -0
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.ts +66 -0
- package/dist/190/reputation/offencePenalty.cjs +13 -0
- package/dist/190/reputation/offencePenalty.d.ts +125 -0
- package/dist/190/reputation/penaltyUpdated.cjs +13 -0
- package/dist/190/reputation/penaltyUpdated.d.ts +155 -0
- package/dist/190/solanaIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +543 -0
- package/dist/190/solanaIngressEgress/depositBoosted.cjs +21 -0
- package/dist/190/solanaIngressEgress/depositBoosted.d.ts +181 -0
- package/dist/190/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/solanaIngressEgress/depositFailed.d.ts +1305 -0
- package/dist/190/solanaIngressEgress/depositFinalised.cjs +19 -0
- package/dist/190/solanaIngressEgress/depositFinalised.d.ts +175 -0
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
- package/dist/190/solanaIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.ts +66 -0
- package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.ts +314 -0
- package/dist/190/swapping/batchSwapFailed.cjs +13 -0
- package/dist/190/swapping/batchSwapFailed.d.ts +38 -0
- package/dist/190/swapping/creditedOnChain.cjs +14 -0
- package/dist/190/swapping/creditedOnChain.d.ts +31 -0
- package/dist/190/swapping/palletConfigUpdated.cjs +9 -0
- package/dist/190/swapping/palletConfigUpdated.d.ts +196 -0
- package/dist/190/swapping/refundEgressIgnored.cjs +14 -0
- package/dist/190/swapping/refundEgressIgnored.d.ts +248 -0
- package/dist/190/swapping/refundEgressScheduled.cjs +15 -0
- package/dist/190/swapping/refundEgressScheduled.d.ts +54 -0
- package/dist/190/swapping/refundedOnChain.cjs +14 -0
- package/dist/190/swapping/refundedOnChain.d.ts +31 -0
- package/dist/190/swapping/swapAmountConfiscated.cjs +14 -0
- package/dist/190/swapping/swapAmountConfiscated.d.ts +31 -0
- package/dist/190/swapping/swapDepositAddressReady.cjs +24 -0
- package/dist/190/swapping/swapDepositAddressReady.d.ts +315 -0
- package/dist/190/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/190/swapping/swapEgressIgnored.d.ts +248 -0
- package/dist/190/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/190/swapping/swapEgressScheduled.d.ts +54 -0
- package/dist/190/swapping/swapExecuted.cjs +19 -0
- package/dist/190/swapping/swapExecuted.d.ts +56 -0
- package/dist/190/swapping/swapRequested.cjs +19 -0
- package/dist/190/swapping/swapRequested.d.ts +900 -0
- package/dist/190/swapping/vaultSwapMinimumBrokerFeeSet.cjs +12 -0
- package/dist/190/swapping/withdrawalRequested.cjs +16 -0
- package/dist/190/swapping/withdrawalRequested.d.ts +98 -0
- package/dist/190/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
- package/dist/190/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
- package/dist/190/tokenholderGovernance/proposalEnacted.cjs +9 -0
- package/dist/190/tokenholderGovernance/proposalEnacted.d.ts +54 -0
- package/dist/190/tokenholderGovernance/proposalPassed.cjs +9 -0
- package/dist/190/tokenholderGovernance/proposalPassed.d.ts +54 -0
- package/dist/190/tokenholderGovernance/proposalRejected.cjs +9 -0
- package/dist/190/tokenholderGovernance/proposalRejected.d.ts +54 -0
- package/dist/190/tokenholderGovernance/proposalSubmitted.cjs +9 -0
- package/dist/190/tokenholderGovernance/proposalSubmitted.d.ts +54 -0
- package/dist/190/tradingStrategy/fundsAddedToStrategy.cjs +12 -0
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.ts +25 -0
- package/dist/190/tradingStrategy/palletConfigUpdated.cjs +9 -0
- package/dist/190/tradingStrategy/palletConfigUpdated.d.ts +108 -0
- package/dist/190/tradingStrategy/strategyClosed.cjs +9 -0
- package/dist/190/tradingStrategy/strategyDeployed.cjs +13 -0
- package/dist/190/tradingStrategy/strategyDeployed.d.ts +50 -0
- package/dist/200/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/200/arbitrumBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/assethubBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/bitcoinBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/bitcoinThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
- package/dist/200/common.cjs +616 -0
- package/dist/200/common.d.ts +11087 -0
- package/dist/200/environment/batchCompleted.cjs +8 -0
- package/dist/200/environment/nonNativeSignedCall.cjs +8 -0
- package/dist/200/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/200/ethereumBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/evmThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
- package/dist/200/funding/funded.cjs +14 -0
- package/dist/200/lendingPools/collateralAdded.cjs +13 -0
- package/dist/200/lendingPools/collateralRemoved.cjs +12 -0
- package/dist/200/lendingPools/collateralTopupAssetUpdated.cjs +12 -0
- package/dist/200/lendingPools/interestTaken.cjs +15 -0
- package/dist/200/lendingPools/lendingFundsAdded.cjs +13 -0
- package/dist/200/lendingPools/lendingFundsRemoved.cjs +13 -0
- package/dist/200/lendingPools/lendingNetworkFeeSwapInitiated.cjs +9 -0
- package/dist/200/lendingPools/lendingPoolCreated.cjs +9 -0
- package/dist/200/lendingPools/liquidationCompleted.cjs +12 -0
- package/dist/200/lendingPools/liquidationFeeTaken.cjs +14 -0
- package/dist/200/lendingPools/liquidationInitiated.cjs +13 -0
- package/dist/200/lendingPools/loanCreated.cjs +14 -0
- package/dist/200/lendingPools/loanCreated.d.ts +31 -0
- package/dist/200/lendingPools/loanRepaid.cjs +12 -0
- package/dist/200/lendingPools/loanSettled.cjs +13 -0
- package/dist/200/lendingPools/loanUpdated.cjs +12 -0
- package/dist/200/lendingPools/originationFeeTaken.cjs +14 -0
- package/dist/200/lendingPools/palletConfigUpdated.cjs +9 -0
- package/dist/200/lendingPools/whitelistUpdated.cjs +9 -0
- package/dist/200/polkadotBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/polkadotThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
- package/dist/200/solanaBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/solanaThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
- package/dist/200/swapping/accountCreationDepositAddressReady.cjs +19 -0
- package/dist/200/swapping/accountCreationDepositAddressReady.d.ts +148 -0
- package/dist/200/swapping/swapAborted.cjs +12 -0
- package/dist/200/swapping/swapRequestCompleted.cjs +12 -0
- package/dist/200/swapping/swapRequested.cjs +19 -0
- package/dist/200/swapping/swapRequested.d.ts +3993 -0
- package/dist/200/swapping/swapRescheduled.cjs +13 -0
- package/dist/210/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/210/arbitrumElections/allVotesCleared.cjs +8 -0
- package/dist/210/arbitrumElections/allVotesCleared.d.ts +6 -0
- package/dist/210/arbitrumElections/allVotesCleared.mjs +7 -0
- package/dist/210/arbitrumElections/allVotesNotCleared.cjs +8 -0
- package/dist/210/arbitrumElections/allVotesNotCleared.d.ts +6 -0
- package/dist/210/arbitrumElections/allVotesNotCleared.mjs +7 -0
- package/dist/210/arbitrumElections/corruptStorage.cjs +8 -0
- package/dist/210/arbitrumElections/corruptStorage.d.ts +6 -0
- package/dist/210/arbitrumElections/corruptStorage.mjs +7 -0
- package/dist/210/arbitrumElections/electoralEvent.cjs +7 -0
- package/dist/210/arbitrumElections/electoralEvent.d.ts +58 -0
- package/dist/210/arbitrumElections/electoralEvent.mjs +7 -0
- package/dist/210/arbitrumElections/uninitialized.cjs +8 -0
- package/dist/210/arbitrumElections/uninitialized.d.ts +6 -0
- package/dist/210/arbitrumElections/uninitialized.mjs +7 -0
- package/dist/210/arbitrumElections/unknownElection.cjs +9 -0
- package/dist/210/arbitrumElections/unknownElection.d.ts +14 -0
- package/dist/210/arbitrumElections/unknownElection.mjs +8 -0
- package/dist/210/arbitrumIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/210/arbitrumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/210/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/arbitrumIngressEgress/depositFailed.d.ts +1427 -0
- package/dist/210/arbitrumIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/210/arbitrumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/210/arbitrumIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/210/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/210/arbitrumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/210/assetBalances/accountCredited.cjs +14 -0
- package/dist/210/assetBalances/accountCredited.d.ts +31 -0
- package/dist/210/assetBalances/accountDebited.cjs +14 -0
- package/dist/210/assetBalances/accountDebited.d.ts +31 -0
- package/dist/210/assethubIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/assethubIngressEgress/depositFailed.d.ts +1418 -0
- package/dist/210/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/bitcoinIngressEgress/depositFailed.d.ts +2336 -0
- package/dist/210/common.cjs +1509 -0
- package/dist/210/common.d.ts +26736 -0
- package/dist/210/common.mjs +135 -13
- package/dist/210/environment/addedNewArbAsset.cjs +9 -0
- package/dist/210/environment/addedNewEthAsset.cjs +9 -0
- package/dist/210/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/210/environment/runtimeSafeModeUpdated.d.ts +1997 -0
- package/dist/210/environment/updatedArbAsset.cjs +9 -0
- package/dist/210/environment/updatedEthAsset.cjs +9 -0
- package/dist/210/ethereumElections/allVotesCleared.cjs +8 -0
- package/dist/210/ethereumElections/allVotesCleared.d.ts +6 -0
- package/dist/210/ethereumElections/allVotesCleared.mjs +7 -0
- package/dist/210/ethereumElections/allVotesNotCleared.cjs +8 -0
- package/dist/210/ethereumElections/allVotesNotCleared.d.ts +6 -0
- package/dist/210/ethereumElections/allVotesNotCleared.mjs +7 -0
- package/dist/210/ethereumElections/corruptStorage.cjs +8 -0
- package/dist/210/ethereumElections/corruptStorage.d.ts +6 -0
- package/dist/210/ethereumElections/corruptStorage.mjs +7 -0
- package/dist/210/ethereumElections/electoralEvent.cjs +7 -0
- package/dist/210/ethereumElections/electoralEvent.d.ts +30 -0
- package/dist/210/ethereumElections/electoralEvent.mjs +7 -0
- package/dist/210/ethereumElections/uninitialized.cjs +8 -0
- package/dist/210/ethereumElections/uninitialized.d.ts +6 -0
- package/dist/210/ethereumElections/uninitialized.mjs +7 -0
- package/dist/210/ethereumElections/unknownElection.cjs +9 -0
- package/dist/210/ethereumElections/unknownElection.d.ts +14 -0
- package/dist/210/ethereumElections/unknownElection.mjs +8 -0
- package/dist/210/ethereumIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/210/ethereumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/210/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/ethereumIngressEgress/depositFailed.d.ts +1427 -0
- package/dist/210/ethereumIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/210/ethereumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/210/ethereumIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/210/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/210/ethereumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/210/funding/funded.cjs +14 -0
- package/dist/210/funding/funded.d.ts +88 -0
- package/dist/210/governance/newGovernanceCouncil.cjs +9 -0
- package/dist/210/lendingPools/boostFundsAdded.cjs +13 -0
- package/dist/210/lendingPools/boostFundsAdded.d.ts +45 -0
- package/dist/210/lendingPools/boostPoolCreated.cjs +9 -0
- package/dist/210/lendingPools/boostPoolCreated.d.ts +39 -0
- package/dist/210/lendingPools/collateralAdded.cjs +13 -0
- package/dist/210/lendingPools/collateralAdded.d.ts +68 -0
- package/dist/210/lendingPools/collateralRemoved.cjs +12 -0
- package/dist/210/lendingPools/collateralRemoved.d.ts +25 -0
- package/dist/210/lendingPools/collateralTopupAssetUpdated.cjs +12 -0
- package/dist/210/lendingPools/collateralTopupAssetUpdated.d.ts +25 -0
- package/dist/210/lendingPools/lendingFundsAdded.cjs +13 -0
- package/dist/210/lendingPools/lendingFundsAdded.d.ts +28 -0
- package/dist/210/lendingPools/lendingFundsRemoved.cjs +13 -0
- package/dist/210/lendingPools/lendingFundsRemoved.d.ts +28 -0
- package/dist/210/lendingPools/lendingPoolCreated.cjs +9 -0
- package/dist/210/lendingPools/lendingPoolCreated.d.ts +22 -0
- package/dist/210/lendingPools/loanCreated.cjs +14 -0
- package/dist/210/lendingPools/loanCreated.d.ts +31 -0
- package/dist/210/lendingPools/loanRepaid.cjs +13 -0
- package/dist/210/lendingPools/palletConfigUpdated.cjs +9 -0
- package/dist/210/lendingPools/palletConfigUpdated.d.ts +423 -0
- package/dist/210/lendingPools/stoppedBoosting.cjs +14 -0
- package/dist/210/lendingPools/stoppedBoosting.d.ts +48 -0
- package/dist/210/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/210/liquidityPools/assetSwapped.d.ts +41 -0
- package/dist/210/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/210/liquidityPools/limitOrderUpdated.d.ts +99 -0
- package/dist/210/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/210/liquidityPools/newPoolCreated.d.ts +41 -0
- package/dist/210/liquidityPools/orderDeletionFailed.cjs +9 -0
- package/dist/210/liquidityPools/orderDeletionFailed.d.ts +127 -0
- package/dist/210/liquidityPools/palletConfigUpdated.cjs +9 -0
- package/dist/210/liquidityPools/palletConfigUpdated.d.ts +44 -0
- package/dist/210/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/210/liquidityPools/poolFeeSet.d.ts +38 -0
- package/dist/210/liquidityPools/priceImpactLimitSet.cjs +12 -0
- package/dist/210/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/210/liquidityPools/rangeOrderUpdated.d.ts +209 -0
- package/dist/210/liquidityProvider/assetTransferred.cjs +14 -0
- package/dist/210/liquidityProvider/assetTransferred.d.ts +31 -0
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.ts +91 -0
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.ts +95 -0
- package/dist/210/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/polkadotIngressEgress/depositFailed.d.ts +1418 -0
- package/dist/210/solanaIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/210/solanaIngressEgress/assetEgressStatusChanged.d.ts +25 -0
- package/dist/210/solanaIngressEgress/assetEgressStatusChanged.mjs +11 -0
- package/dist/210/solanaIngressEgress/depositBoosted.cjs +22 -0
- package/dist/210/solanaIngressEgress/depositBoosted.d.ts +224 -0
- package/dist/210/solanaIngressEgress/depositBoosted.mjs +21 -0
- package/dist/210/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/solanaIngressEgress/depositFailed.d.ts +1499 -0
- package/dist/210/solanaIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/210/solanaIngressEgress/depositFetchesScheduled.d.ts +25 -0
- package/dist/210/solanaIngressEgress/depositFetchesScheduled.mjs +11 -0
- package/dist/210/solanaIngressEgress/depositFinalised.cjs +20 -0
- package/dist/210/solanaIngressEgress/depositFinalised.d.ts +218 -0
- package/dist/210/solanaIngressEgress/depositFinalised.mjs +19 -0
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.ts +44 -0
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.mjs +14 -0
- package/dist/210/solanaIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/210/solanaIngressEgress/invalidCcmRefunded.d.ts +28 -0
- package/dist/210/solanaIngressEgress/invalidCcmRefunded.mjs +12 -0
- package/dist/210/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/210/solanaIngressEgress/palletConfigUpdated.d.ts +151 -0
- package/dist/210/solanaIngressEgress/palletConfigUpdated.mjs +8 -0
- package/dist/210/solanaIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/210/solanaIngressEgress/transferFallbackRequested.d.ts +66 -0
- package/dist/210/solanaIngressEgress/transferFallbackRequested.mjs +14 -0
- package/dist/210/swapping/accountCreationDepositAddressReady.cjs +19 -0
- package/dist/210/swapping/accountCreationDepositAddressReady.d.ts +148 -0
- package/dist/210/swapping/batchSwapFailed.cjs +13 -0
- package/dist/210/swapping/batchSwapFailed.d.ts +38 -0
- package/dist/210/swapping/boundBrokerWithdrawalAddress.cjs +12 -0
- package/dist/210/swapping/boundBrokerWithdrawalAddress.d.ts +15 -0
- package/dist/210/swapping/boundBrokerWithdrawalAddress.mjs +11 -0
- package/dist/210/swapping/creditedOnChain.cjs +14 -0
- package/dist/210/swapping/creditedOnChain.d.ts +31 -0
- package/dist/210/swapping/palletConfigUpdated.cjs +9 -0
- package/dist/210/swapping/palletConfigUpdated.d.ts +255 -0
- package/dist/210/swapping/refundEgressIgnored.cjs +14 -0
- package/dist/210/swapping/refundEgressIgnored.d.ts +248 -0
- package/dist/210/swapping/refundEgressScheduled.cjs +16 -0
- package/dist/210/swapping/refundEgressScheduled.d.ts +57 -0
- package/dist/210/swapping/refundedOnChain.cjs +15 -0
- package/dist/210/swapping/refundedOnChain.d.ts +34 -0
- package/dist/210/swapping/swapAmountConfiscated.cjs +14 -0
- package/dist/210/swapping/swapAmountConfiscated.d.ts +31 -0
- package/dist/210/swapping/swapDepositAddressReady.cjs +24 -0
- package/dist/210/swapping/swapDepositAddressReady.d.ts +695 -0
- package/dist/210/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/210/swapping/swapEgressIgnored.d.ts +248 -0
- package/dist/210/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/210/swapping/swapEgressScheduled.d.ts +54 -0
- package/dist/210/swapping/swapExecuted.cjs +20 -0
- package/dist/210/swapping/swapExecuted.d.ts +59 -0
- package/dist/210/swapping/swapRequested.cjs +19 -0
- package/dist/210/swapping/swapRequested.d.ts +3993 -0
- package/dist/210/swapping/withdrawalRequested.cjs +16 -0
- package/dist/210/swapping/withdrawalRequested.d.ts +98 -0
- package/dist/210/tradingStrategy/fundsAddedToStrategy.cjs +12 -0
- package/dist/210/tradingStrategy/fundsAddedToStrategy.d.ts +25 -0
- package/dist/210/tradingStrategy/palletConfigUpdated.cjs +9 -0
- package/dist/210/tradingStrategy/palletConfigUpdated.d.ts +108 -0
- package/dist/210/tradingStrategy/strategyDeployed.cjs +13 -0
- package/dist/210/tradingStrategy/strategyDeployed.d.ts +134 -0
- package/dist/CodeGenerator.cjs +187 -0
- package/dist/EventHandler.cjs +15 -0
- package/dist/EventHandler.d.ts +28 -0
- package/dist/EventHandler.mjs +14 -0
- package/dist/HandlerMap.cjs +65 -0
- package/dist/HandlerMap.d.ts +24 -0
- package/dist/HandlerMap.mjs +62 -0
- package/dist/Parser.cjs +122 -0
- package/dist/Processor.cjs +215 -0
- package/dist/Processor.d.ts +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/index.cjs +8 -0
- package/dist/index.d.ts +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.ts +112 -0
- package/dist/types.mjs +1 -0
- package/dist/utils.cjs +6 -0
- package/dist/utils.d.ts +4 -0
- package/dist/utils.mjs +5 -0
- package/package.json +11 -3
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +0 -46
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +0 -242
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.mts +0 -25
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +0 -141
- package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +0 -141
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +0 -423
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.mts +0 -18
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.mts +0 -15
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +0 -336
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.mts +0 -18
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.mts +0 -52
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.mts +0 -15
- package/dist/100/common.d.mts +0 -3546
- package/dist/100/environment/runtimeSafeModeUpdated.d.mts +0 -688
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.mts +0 -91
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +0 -242
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.mts +0 -25
- package/dist/100/ethereumIngressEgress/depositIgnored.d.mts +0 -28
- package/dist/100/ethereumIngressEgress/depositReceived.d.mts +0 -28
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +0 -264
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.mts +0 -18
- package/dist/100/ethereumThresholdSigner/retryRequested.d.mts +0 -15
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +0 -336
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.mts +0 -18
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.mts +0 -54
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.mts +0 -15
- package/dist/100/funding/boundExecutorAddress.d.mts +0 -15
- package/dist/100/funding/boundRedeemAddress.d.mts +0 -15
- package/dist/100/funding/failedFundingAttempt.d.mts +0 -18
- package/dist/100/funding/funded.d.mts +0 -21
- package/dist/100/funding/redemptionRequested.d.mts +0 -21
- package/dist/100/liquidityPools/assetSwapped.d.mts +0 -41
- package/dist/100/liquidityPools/limitOrderUpdated.d.mts +0 -86
- package/dist/100/liquidityPools/newPoolCreated.d.mts +0 -41
- package/dist/100/liquidityPools/poolFeeSet.d.mts +0 -38
- package/dist/100/liquidityPools/poolStateUpdated.d.mts +0 -38
- package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +0 -209
- package/dist/100/liquidityProvider/accountCredited.d.mts +0 -28
- package/dist/100/liquidityProvider/accountDebited.d.mts +0 -28
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -67
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +0 -206
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -74
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.mts +0 -46
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +0 -242
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.mts +0 -25
- package/dist/100/polkadotIngressEgress/depositIgnored.d.mts +0 -28
- package/dist/100/polkadotIngressEgress/depositReceived.d.mts +0 -28
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +0 -264
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.mts +0 -18
- package/dist/100/polkadotThresholdSigner/retryRequested.d.mts +0 -15
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +0 -336
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.mts +0 -18
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.mts +0 -27
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.mts +0 -15
- package/dist/100/swapping/batchSwapFailed.d.mts +0 -38
- package/dist/100/swapping/ccmDepositReceived.d.mts +0 -354
- package/dist/100/swapping/ccmFailed.d.mts +0 -355
- package/dist/100/swapping/minimumSwapAmountSet.d.mts +0 -25
- package/dist/100/swapping/swapAmountTooLow.d.mts +0 -149
- package/dist/100/swapping/swapDepositAddressReady.d.mts +0 -139
- package/dist/100/swapping/swapEgressScheduled.d.mts +0 -41
- package/dist/100/swapping/swapExecuted.d.mts +0 -47
- package/dist/100/swapping/swapScheduled.d.mts +0 -450
- package/dist/100/swapping/withdrawalRequested.d.mts +0 -61
- package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.d.mts +0 -25
- package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.mts +0 -25
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +0 -971
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +0 -1355
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +0 -971
- package/dist/11000/assethubIngressEgress/depositFailed.d.mts +0 -1346
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +0 -971
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +0 -2264
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.mts +0 -123
- package/dist/11000/common.d.mts +0 -21444
- package/dist/11000/environment/runtimeSafeModeUpdated.d.mts +0 -1366
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +0 -971
- package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +0 -1355
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
- package/dist/11000/lendingPools/boostFundsAdded.d.mts +0 -45
- package/dist/11000/lendingPools/boostPoolCreated.d.mts +0 -39
- package/dist/11000/lendingPools/stoppedBoosting.d.mts +0 -48
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +0 -971
- package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +0 -1346
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
- package/dist/11000/solanaElections/unknownElection.d.mts +0 -54
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +0 -971
- package/dist/11000/solanaIngressEgress/depositFailed.d.mts +0 -1305
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
- package/dist/11000/swapping/palletConfigUpdated.d.mts +0 -255
- package/dist/11000/swapping/refundEgressScheduled.d.mts +0 -57
- package/dist/11000/swapping/refundedOnChain.d.mts +0 -34
- package/dist/11000/swapping/swapDepositAddressReady.d.mts +0 -657
- package/dist/11000/swapping/swapRequested.d.mts +0 -1434
- package/dist/11000/tradingStrategy/strategyDeployed.d.mts +0 -134
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.mts +0 -126
- package/dist/111/common.d.mts +0 -457
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.mts +0 -31
- package/dist/111/liquidityPools/limitOrderUpdated.d.mts +0 -99
- package/dist/111/liquidityPools/newPoolCreated.d.mts +0 -41
- package/dist/111/liquidityPools/poolFeeSet.d.mts +0 -38
- package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +0 -209
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.mts +0 -31
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +0 -1417
- package/dist/11100/assethubIngressEgress/depositFailed.d.mts +0 -1408
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +0 -2326
- package/dist/11100/common.d.mts +0 -24514
- package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +0 -1516
- package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +0 -1417
- package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +0 -625
- package/dist/11100/lendingPools/lendingFundsAdded.d.mts +0 -28
- package/dist/11100/lendingPools/loanCreated.d.mts +0 -34
- package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +0 -1408
- package/dist/11100/solanaIngressEgress/depositFailed.d.mts +0 -1367
- package/dist/11100/swapping/swapExecuted.d.mts +0 -59
- package/dist/11100/swapping/swapRequested.d.mts +0 -3022
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +0 -204
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +0 -1427
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +0 -198
- package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +0 -194
- package/dist/11200/assethubIngressEgress/depositFailed.d.mts +0 -1418
- package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +0 -188
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +0 -110
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +0 -418
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +0 -2336
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +0 -412
- package/dist/11200/common.d.mts +0 -23978
- package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +0 -1391
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +0 -204
- package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +0 -1427
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +0 -198
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +0 -194
- package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +0 -1418
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +0 -188
- package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +0 -224
- package/dist/11200/solanaIngressEgress/depositFailed.d.mts +0 -1499
- package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +0 -218
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +0 -45
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +0 -42
- package/dist/11200/swapping/swapRequested.d.mts +0 -2922
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +0 -154
- package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +0 -207
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -77
- package/dist/120/swapping/withdrawalRequested.d.mts +0 -64
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.mts +0 -154
- package/dist/131/common.d.mts +0 -2831
- package/dist/131/environment/runtimeSafeModeUpdated.d.mts +0 -688
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +0 -25
- package/dist/131/ethereumIngressEgress/depositIgnored.d.mts +0 -41
- package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.mts +0 -31
- package/dist/131/liquidityPools/assetSwapped.d.mts +0 -41
- package/dist/131/liquidityPools/limitOrderUpdated.d.mts +0 -99
- package/dist/131/liquidityPools/newPoolCreated.d.mts +0 -41
- package/dist/131/liquidityPools/poolFeeSet.d.mts +0 -38
- package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +0 -209
- package/dist/131/liquidityProvider/accountCredited.d.mts +0 -28
- package/dist/131/liquidityProvider/accountDebited.d.mts +0 -28
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -73
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +0 -28
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -77
- package/dist/131/swapping/batchSwapFailed.d.mts +0 -38
- package/dist/131/swapping/ccmFailed.d.mts +0 -443
- package/dist/131/swapping/maximumSwapAmountSet.d.mts +0 -25
- package/dist/131/swapping/swapAmountConfiscated.d.mts +0 -44
- package/dist/131/swapping/swapDepositAddressReady.d.mts +0 -145
- package/dist/131/swapping/swapEgressIgnored.d.mts +0 -248
- package/dist/131/swapping/swapEgressScheduled.d.mts +0 -44
- package/dist/131/swapping/swapExecuted.d.mts +0 -53
- package/dist/131/swapping/swapScheduled.d.mts +0 -463
- package/dist/131/swapping/withdrawalRequested.d.mts +0 -77
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.mts +0 -76
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.mts +0 -45
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +0 -118
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +0 -25
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +0 -112
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +0 -41
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +0 -264
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +0 -31
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +0 -31
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.mts +0 -45
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +0 -231
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +0 -225
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +0 -31
- package/dist/141/common.d.mts +0 -4035
- package/dist/141/environment/staleUtxosDiscarded.d.mts +0 -141
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.mts +0 -45
- package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +0 -118
- package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +0 -112
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +0 -31
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.mts +0 -18
- package/dist/141/evmThresholdSigner/retryRequested.d.mts +0 -15
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +0 -336
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.mts +0 -18
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.mts +0 -54
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.mts +0 -15
- package/dist/141/liquidityPools/limitOrderUpdated.d.mts +0 -99
- package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +0 -209
- package/dist/141/liquidityProvider/assetTransferred.d.mts +0 -31
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -79
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +0 -221
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -83
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.mts +0 -45
- package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +0 -118
- package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +0 -112
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +0 -31
- package/dist/141/swapping/batchSwapFailed.d.mts +0 -38
- package/dist/141/swapping/ccmFailed.d.mts +0 -479
- package/dist/141/swapping/swapDepositAddressReady.d.mts +0 -175
- package/dist/141/swapping/swapEgressIgnored.d.mts +0 -248
- package/dist/141/swapping/swapEgressScheduled.d.mts +0 -44
- package/dist/141/swapping/swapExecuted.d.mts +0 -376
- package/dist/141/swapping/swapScheduled.d.mts +0 -512
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +0 -25
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.mts +0 -242
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +0 -134
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +0 -128
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +0 -54
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +0 -283
- package/dist/150/assetBalances/refundScheduled.d.mts +0 -236
- package/dist/150/assetBalances/refundSkipped.d.mts +0 -453
- package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +0 -25
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.mts +0 -242
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +0 -234
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +0 -228
- package/dist/150/common.d.mts +0 -4085
- package/dist/150/emissions/networkFeeBurned.d.mts +0 -25
- package/dist/150/environment/runtimeSafeModeUpdated.d.mts +0 -1127
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.mts +0 -25
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.mts +0 -242
- package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +0 -134
- package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +0 -128
- package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +0 -54
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +0 -283
- package/dist/150/liquidityPools/assetSwapped.d.mts +0 -41
- package/dist/150/liquidityPools/limitOrderUpdated.d.mts +0 -99
- package/dist/150/liquidityPools/newPoolCreated.d.mts +0 -41
- package/dist/150/liquidityPools/poolFeeSet.d.mts +0 -38
- package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +0 -209
- package/dist/150/liquidityProvider/accountCredited.d.mts +0 -28
- package/dist/150/liquidityProvider/accountDebited.d.mts +0 -28
- package/dist/150/liquidityProvider/assetTransferred.d.mts +0 -31
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -85
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +0 -28
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.mts +0 -236
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -89
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.mts +0 -25
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.mts +0 -242
- package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +0 -124
- package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +0 -118
- package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +0 -44
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +0 -269
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.mts +0 -333
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.mts +0 -18
- package/dist/150/solanaIngressEgress/ccmBroadcastRequested.d.mts +0 -25
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.mts +0 -242
- package/dist/150/solanaIngressEgress/depositBoosted.d.mts +0 -121
- package/dist/150/solanaIngressEgress/depositFinalised.d.mts +0 -115
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.mts +0 -264
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +0 -370
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +0 -336
- package/dist/150/swapping/batchSwapFailed.d.mts +0 -38
- package/dist/150/swapping/ccmDepositReceived.d.mts +0 -408
- package/dist/150/swapping/ccmFailed.d.mts +0 -515
- package/dist/150/swapping/maximumSwapAmountSet.d.mts +0 -25
- package/dist/150/swapping/refundEgressIgnored.d.mts +0 -248
- package/dist/150/swapping/refundEgressScheduled.d.mts +0 -44
- package/dist/150/swapping/swapAmountConfiscated.d.mts +0 -44
- package/dist/150/swapping/swapDepositAddressReady.d.mts +0 -273
- package/dist/150/swapping/swapEgressIgnored.d.mts +0 -248
- package/dist/150/swapping/swapEgressScheduled.d.mts +0 -44
- package/dist/150/swapping/swapExecuted.d.mts +0 -397
- package/dist/150/swapping/swapScheduled.d.mts +0 -548
- package/dist/150/swapping/withdrawalRequested.d.mts +0 -89
- package/dist/150/tokenholderGovernance/proposalEnacted.d.mts +0 -54
- package/dist/150/tokenholderGovernance/proposalPassed.d.mts +0 -54
- package/dist/150/tokenholderGovernance/proposalRejected.d.mts +0 -54
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.mts +0 -54
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +0 -129
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +0 -123
- package/dist/160/assetBalances/accountCredited.d.mts +0 -31
- package/dist/160/assetBalances/accountDebited.d.mts +0 -31
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +0 -229
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +0 -223
- package/dist/160/common.d.mts +0 -3828
- package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +0 -129
- package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +0 -123
- package/dist/160/liquidityPools/assetSwapped.d.mts +0 -41
- package/dist/160/liquidityPools/limitOrderUpdated.d.mts +0 -99
- package/dist/160/liquidityPools/newPoolCreated.d.mts +0 -41
- package/dist/160/liquidityPools/orderDeletionFailed.d.mts +0 -127
- package/dist/160/liquidityPools/poolFeeSet.d.mts +0 -38
- package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +0 -209
- package/dist/160/liquidityProvider/assetTransferred.d.mts +0 -31
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -85
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -89
- package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +0 -119
- package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +0 -113
- package/dist/160/solanaIngressEgress/depositBoosted.d.mts +0 -116
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.mts +0 -25
- package/dist/160/solanaIngressEgress/depositFinalised.d.mts +0 -110
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.mts +0 -31
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.mts +0 -31
- package/dist/160/swapping/batchSwapFailed.d.mts +0 -38
- package/dist/160/swapping/ccmFailed.d.mts +0 -312
- package/dist/160/swapping/maximumSwapAmountSet.d.mts +0 -25
- package/dist/160/swapping/refundEgressIgnored.d.mts +0 -248
- package/dist/160/swapping/refundEgressScheduled.d.mts +0 -44
- package/dist/160/swapping/swapAmountConfiscated.d.mts +0 -31
- package/dist/160/swapping/swapDepositAddressReady.d.mts +0 -291
- package/dist/160/swapping/swapEgressIgnored.d.mts +0 -248
- package/dist/160/swapping/swapEgressScheduled.d.mts +0 -44
- package/dist/160/swapping/swapExecuted.d.mts +0 -56
- package/dist/160/swapping/swapRequested.d.mts +0 -604
- package/dist/160/swapping/swapScheduled.d.mts +0 -34
- package/dist/160/swapping/withdrawalRequested.d.mts +0 -89
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.mts +0 -15
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +0 -312
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +0 -54
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.mts +0 -15
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +0 -312
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +0 -343
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +0 -337
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +0 -268
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +0 -565
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +0 -144
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +0 -141
- package/dist/170/common.d.mts +0 -2447
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.mts +0 -15
- package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +0 -312
- package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +0 -54
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.mts +0 -15
- package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +0 -312
- package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +0 -44
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.mts +0 -15
- package/dist/170/solanaIngressEgress/ccmFailed.d.mts +0 -312
- package/dist/170/solanaIngressEgress/depositIgnored.d.mts +0 -41
- package/dist/170/swapping/minimumChunkSizeSet.d.mts +0 -25
- package/dist/170/swapping/swapRequested.d.mts +0 -713
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.mts +0 -533
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +0 -145
- package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +0 -1370
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.mts +0 -533
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +0 -359
- package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +0 -2279
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +0 -353
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
- package/dist/180/common.d.mts +0 -12253
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.mts +0 -533
- package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +0 -145
- package/dist/180/ethereumIngressEgress/depositFailed.d.mts +0 -1370
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.mts +0 -533
- package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +0 -135
- package/dist/180/polkadotIngressEgress/depositFailed.d.mts +0 -1361
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.mts +0 -533
- package/dist/180/solanaIngressEgress/depositBoosted.d.mts +0 -132
- package/dist/180/solanaIngressEgress/depositFailed.d.mts +0 -1320
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
- package/dist/180/swapping/refundEgressScheduled.d.mts +0 -54
- package/dist/180/swapping/swapDepositAddressReady.d.mts +0 -294
- package/dist/180/swapping/swapEgressScheduled.d.mts +0 -54
- package/dist/180/swapping/swapRequested.d.mts +0 -679
- package/dist/180/swapping/withdrawalRequested.d.mts +0 -92
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.mts +0 -543
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +0 -194
- package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +0 -1355
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +0 -188
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +0 -66
- package/dist/190/assetBalances/accountCredited.d.mts +0 -31
- package/dist/190/assetBalances/accountDebited.d.mts +0 -31
- package/dist/190/assetBalances/refundScheduled.d.mts +0 -251
- package/dist/190/assetBalances/refundSkipped.d.mts +0 -468
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.mts +0 -333
- package/dist/190/assethubIngressEgress/boostFundsAdded.d.mts +0 -45
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.mts +0 -543
- package/dist/190/assethubIngressEgress/depositBoosted.d.mts +0 -184
- package/dist/190/assethubIngressEgress/depositFailed.d.mts +0 -1346
- package/dist/190/assethubIngressEgress/depositFinalised.d.mts +0 -178
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
- package/dist/190/assethubIngressEgress/stoppedBoosting.d.mts +0 -48
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.mts +0 -15
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.mts +0 -30
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.mts +0 -33
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +0 -66
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.mts +0 -543
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +0 -408
- package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +0 -2264
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +0 -402
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +0 -161
- package/dist/190/common.d.mts +0 -18203
- package/dist/190/emissions/networkFeeBurned.d.mts +0 -25
- package/dist/190/environment/runtimeSafeModeUpdated.d.mts +0 -1278
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.mts +0 -543
- package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +0 -194
- package/dist/190/ethereumIngressEgress/depositFailed.d.mts +0 -1355
- package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +0 -188
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +0 -66
- package/dist/190/flip/palletConfigUpdated.d.mts +0 -84
- package/dist/190/liquidityPools/assetSwapped.d.mts +0 -41
- package/dist/190/liquidityPools/limitOrderUpdated.d.mts +0 -99
- package/dist/190/liquidityPools/newPoolCreated.d.mts +0 -41
- package/dist/190/liquidityPools/orderDeletionFailed.d.mts +0 -127
- package/dist/190/liquidityPools/palletConfigUpdated.d.mts +0 -44
- package/dist/190/liquidityPools/poolFeeSet.d.mts +0 -38
- package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +0 -209
- package/dist/190/liquidityProvider/assetTransferred.d.mts +0 -31
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -91
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +0 -251
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -95
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.mts +0 -543
- package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +0 -184
- package/dist/190/polkadotIngressEgress/depositFailed.d.mts +0 -1346
- package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +0 -178
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +0 -66
- package/dist/190/reputation/offencePenalty.d.mts +0 -125
- package/dist/190/reputation/penaltyUpdated.d.mts +0 -155
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.mts +0 -543
- package/dist/190/solanaIngressEgress/depositBoosted.d.mts +0 -181
- package/dist/190/solanaIngressEgress/depositFailed.d.mts +0 -1305
- package/dist/190/solanaIngressEgress/depositFinalised.d.mts +0 -175
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +0 -66
- package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.mts +0 -314
- package/dist/190/swapping/batchSwapFailed.d.mts +0 -38
- package/dist/190/swapping/creditedOnChain.d.mts +0 -31
- package/dist/190/swapping/palletConfigUpdated.d.mts +0 -196
- package/dist/190/swapping/refundEgressIgnored.d.mts +0 -248
- package/dist/190/swapping/refundEgressScheduled.d.mts +0 -54
- package/dist/190/swapping/refundedOnChain.d.mts +0 -31
- package/dist/190/swapping/swapAmountConfiscated.d.mts +0 -31
- package/dist/190/swapping/swapDepositAddressReady.d.mts +0 -315
- package/dist/190/swapping/swapEgressIgnored.d.mts +0 -248
- package/dist/190/swapping/swapEgressScheduled.d.mts +0 -54
- package/dist/190/swapping/swapExecuted.d.mts +0 -56
- package/dist/190/swapping/swapRequested.d.mts +0 -900
- package/dist/190/swapping/withdrawalRequested.d.mts +0 -98
- package/dist/190/tokenholderGovernance/proposalEnacted.d.mts +0 -54
- package/dist/190/tokenholderGovernance/proposalPassed.d.mts +0 -54
- package/dist/190/tokenholderGovernance/proposalRejected.d.mts +0 -54
- package/dist/190/tokenholderGovernance/proposalSubmitted.d.mts +0 -54
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.mts +0 -25
- package/dist/190/tradingStrategy/palletConfigUpdated.d.mts +0 -108
- package/dist/190/tradingStrategy/strategyDeployed.d.mts +0 -50
- package/dist/200/common.d.mts +0 -11087
- package/dist/200/lendingPools/loanCreated.d.mts +0 -31
- package/dist/200/swapping/accountCreationDepositAddressReady.d.mts +0 -148
- package/dist/200/swapping/swapRequested.d.mts +0 -3993
- package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +0 -1427
- package/dist/210/assetBalances/accountCredited.d.mts +0 -31
- package/dist/210/assetBalances/accountDebited.d.mts +0 -31
- package/dist/210/assethubIngressEgress/depositFailed.d.mts +0 -1418
- package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +0 -2336
- package/dist/210/common.d.mts +0 -26272
- package/dist/210/environment/runtimeSafeModeUpdated.d.mts +0 -1929
- package/dist/210/ethereumIngressEgress/depositFailed.d.mts +0 -1427
- package/dist/210/funding/funded.d.mts +0 -88
- package/dist/210/lendingPools/boostFundsAdded.d.mts +0 -45
- package/dist/210/lendingPools/boostPoolCreated.d.mts +0 -39
- package/dist/210/lendingPools/collateralAdded.d.mts +0 -68
- package/dist/210/lendingPools/collateralRemoved.d.mts +0 -25
- package/dist/210/lendingPools/collateralTopupAssetUpdated.d.mts +0 -25
- package/dist/210/lendingPools/lendingFundsAdded.d.mts +0 -28
- package/dist/210/lendingPools/lendingFundsRemoved.d.mts +0 -28
- package/dist/210/lendingPools/lendingPoolCreated.d.mts +0 -22
- package/dist/210/lendingPools/loanCreated.d.mts +0 -31
- package/dist/210/lendingPools/palletConfigUpdated.d.mts +0 -388
- package/dist/210/lendingPools/stoppedBoosting.d.mts +0 -48
- package/dist/210/liquidityPools/assetSwapped.d.mts +0 -41
- package/dist/210/liquidityPools/limitOrderUpdated.d.mts +0 -99
- package/dist/210/liquidityPools/newPoolCreated.d.mts +0 -41
- package/dist/210/liquidityPools/orderDeletionFailed.d.mts +0 -127
- package/dist/210/liquidityPools/palletConfigUpdated.d.mts +0 -44
- package/dist/210/liquidityPools/poolFeeSet.d.mts +0 -38
- package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +0 -209
- package/dist/210/liquidityProvider/assetTransferred.d.mts +0 -31
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -91
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -95
- package/dist/210/polkadotIngressEgress/depositFailed.d.mts +0 -1418
- package/dist/210/solanaIngressEgress/depositFailed.d.mts +0 -1499
- package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +0 -148
- package/dist/210/swapping/batchSwapFailed.d.mts +0 -38
- package/dist/210/swapping/creditedOnChain.d.mts +0 -31
- package/dist/210/swapping/palletConfigUpdated.d.mts +0 -255
- package/dist/210/swapping/refundEgressIgnored.d.mts +0 -248
- package/dist/210/swapping/refundEgressScheduled.d.mts +0 -57
- package/dist/210/swapping/refundedOnChain.d.mts +0 -34
- package/dist/210/swapping/swapAmountConfiscated.d.mts +0 -31
- package/dist/210/swapping/swapDepositAddressReady.d.mts +0 -695
- package/dist/210/swapping/swapEgressIgnored.d.mts +0 -248
- package/dist/210/swapping/swapEgressScheduled.d.mts +0 -54
- package/dist/210/swapping/swapExecuted.d.mts +0 -59
- package/dist/210/swapping/swapRequested.d.mts +0 -3993
- package/dist/210/swapping/withdrawalRequested.d.mts +0 -98
- package/dist/210/tradingStrategy/fundsAddedToStrategy.d.mts +0 -25
- package/dist/210/tradingStrategy/palletConfigUpdated.d.mts +0 -108
- package/dist/210/tradingStrategy/strategyDeployed.d.mts +0 -134
- /package/dist/100/accountRoles/{accountRoleRegistered.d.mts → accountRoleRegistered.d.ts} +0 -0
- /package/dist/100/bitcoinBroadcaster/{broadcastAborted.d.mts → broadcastAborted.d.ts} +0 -0
- /package/dist/100/bitcoinBroadcaster/{broadcastAttemptTimeout.d.mts → broadcastAttemptTimeout.d.ts} +0 -0
- /package/dist/100/bitcoinBroadcaster/{broadcastCallbackExecuted.d.mts → broadcastCallbackExecuted.d.ts} +0 -0
- /package/dist/100/bitcoinBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
- /package/dist/100/bitcoinBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
- /package/dist/100/bitcoinBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/100/bitcoinBroadcaster/{transactionFeeDeficitRecorded.d.mts → transactionFeeDeficitRecorded.d.ts} +0 -0
- /package/dist/100/bitcoinBroadcaster/{transactionFeeDeficitRefused.d.mts → transactionFeeDeficitRefused.d.ts} +0 -0
- /package/dist/100/bitcoinChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
- /package/dist/100/bitcoinIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
- /package/dist/100/bitcoinIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/100/bitcoinIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/100/bitcoinIngressEgress/{egressScheduled.d.mts → egressScheduled.d.ts} +0 -0
- /package/dist/100/bitcoinIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
- /package/dist/100/bitcoinIngressEgress/{vaultTransferFailed.d.mts → vaultTransferFailed.d.ts} +0 -0
- /package/dist/100/bitcoinThresholdSigner/{currentKeyUnavailable.d.mts → currentKeyUnavailable.d.ts} +0 -0
- /package/dist/100/bitcoinThresholdSigner/{signersUnavailable.d.mts → signersUnavailable.d.ts} +0 -0
- /package/dist/100/bitcoinThresholdSigner/{thresholdSignatureResponseTimeoutUpdated.d.mts → thresholdSignatureResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{awaitingGovernanceActivation.d.mts → awaitingGovernanceActivation.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{vaultRotatedExternally.d.mts → vaultRotatedExternally.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{vaultRotationAborted.d.mts → vaultRotationAborted.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{vaultRotationCompleted.d.mts → vaultRotationCompleted.d.ts} +0 -0
- /package/dist/100/emissions/{backupNodeInflationEmissionsUpdated.d.mts → backupNodeInflationEmissionsUpdated.d.ts} +0 -0
- /package/dist/100/emissions/{currentAuthorityInflationEmissionsUpdated.d.mts → currentAuthorityInflationEmissionsUpdated.d.ts} +0 -0
- /package/dist/100/emissions/{supplyUpdateBroadcastRequested.d.mts → supplyUpdateBroadcastRequested.d.ts} +0 -0
- /package/dist/100/emissions/{supplyUpdateIntervalUpdated.d.mts → supplyUpdateIntervalUpdated.d.ts} +0 -0
- /package/dist/100/environment/{addedNewEthAsset.d.mts → addedNewEthAsset.d.ts} +0 -0
- /package/dist/100/environment/{bitcoinBlockNumberSetForVault.d.mts → bitcoinBlockNumberSetForVault.d.ts} +0 -0
- /package/dist/100/environment/{polkadotVaultAccountSet.d.mts → polkadotVaultAccountSet.d.ts} +0 -0
- /package/dist/100/environment/{updatedEthAsset.d.mts → updatedEthAsset.d.ts} +0 -0
- /package/dist/100/ethereumBroadcaster/{broadcastAborted.d.mts → broadcastAborted.d.ts} +0 -0
- /package/dist/100/ethereumBroadcaster/{broadcastAttemptTimeout.d.mts → broadcastAttemptTimeout.d.ts} +0 -0
- /package/dist/100/ethereumBroadcaster/{broadcastCallbackExecuted.d.mts → broadcastCallbackExecuted.d.ts} +0 -0
- /package/dist/100/ethereumBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
- /package/dist/100/ethereumBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
- /package/dist/100/ethereumBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/100/ethereumBroadcaster/{transactionFeeDeficitRecorded.d.mts → transactionFeeDeficitRecorded.d.ts} +0 -0
- /package/dist/100/ethereumBroadcaster/{transactionFeeDeficitRefused.d.mts → transactionFeeDeficitRefused.d.ts} +0 -0
- /package/dist/100/ethereumChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
- /package/dist/100/ethereumIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
- /package/dist/100/ethereumIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/100/ethereumIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/100/ethereumIngressEgress/{egressScheduled.d.mts → egressScheduled.d.ts} +0 -0
- /package/dist/100/ethereumIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
- /package/dist/100/ethereumIngressEgress/{vaultTransferFailed.d.mts → vaultTransferFailed.d.ts} +0 -0
- /package/dist/100/ethereumThresholdSigner/{currentKeyUnavailable.d.mts → currentKeyUnavailable.d.ts} +0 -0
- /package/dist/100/ethereumThresholdSigner/{signersUnavailable.d.mts → signersUnavailable.d.ts} +0 -0
- /package/dist/100/ethereumThresholdSigner/{thresholdSignatureResponseTimeoutUpdated.d.mts → thresholdSignatureResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/100/ethereumVault/{awaitingGovernanceActivation.d.mts → awaitingGovernanceActivation.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
- /package/dist/100/ethereumVault/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
- /package/dist/100/ethereumVault/{vaultRotatedExternally.d.mts → vaultRotatedExternally.d.ts} +0 -0
- /package/dist/100/ethereumVault/{vaultRotationAborted.d.mts → vaultRotationAborted.d.ts} +0 -0
- /package/dist/100/ethereumVault/{vaultRotationCompleted.d.mts → vaultRotationCompleted.d.ts} +0 -0
- /package/dist/100/flip/{accountReaped.d.mts → accountReaped.d.ts} +0 -0
- /package/dist/100/flip/{remainingImbalance.d.mts → remainingImbalance.d.ts} +0 -0
- /package/dist/100/flip/{slashingPerformed.d.mts → slashingPerformed.d.ts} +0 -0
- /package/dist/100/flip/{slashingRateUpdated.d.mts → slashingRateUpdated.d.ts} +0 -0
- /package/dist/100/funding/{addedRestrictedAddress.d.mts → addedRestrictedAddress.d.ts} +0 -0
- /package/dist/100/funding/{minimumFundingUpdated.d.mts → minimumFundingUpdated.d.ts} +0 -0
- /package/dist/100/funding/{redemptionAmountZero.d.mts → redemptionAmountZero.d.ts} +0 -0
- /package/dist/100/funding/{redemptionExpired.d.mts → redemptionExpired.d.ts} +0 -0
- /package/dist/100/funding/{redemptionSettled.d.mts → redemptionSettled.d.ts} +0 -0
- /package/dist/100/funding/{redemptionTaxAmountUpdated.d.mts → redemptionTaxAmountUpdated.d.ts} +0 -0
- /package/dist/100/funding/{removedRestrictedAddress.d.mts → removedRestrictedAddress.d.ts} +0 -0
- /package/dist/100/funding/{startedBidding.d.mts → startedBidding.d.ts} +0 -0
- /package/dist/100/funding/{stoppedBidding.d.mts → stoppedBidding.d.ts} +0 -0
- /package/dist/100/governance/{approved.d.mts → approved.d.ts} +0 -0
- /package/dist/100/governance/{decodeOfCallFailed.d.mts → decodeOfCallFailed.d.ts} +0 -0
- /package/dist/100/governance/{executed.d.mts → executed.d.ts} +0 -0
- /package/dist/100/governance/{expired.d.mts → expired.d.ts} +0 -0
- /package/dist/100/governance/{failedExecution.d.mts → failedExecution.d.ts} +0 -0
- /package/dist/100/governance/{govKeyCallExecuted.d.mts → govKeyCallExecuted.d.ts} +0 -0
- /package/dist/100/governance/{govKeyCallExecutionFailed.d.mts → govKeyCallExecutionFailed.d.ts} +0 -0
- /package/dist/100/governance/{govKeyCallHashWhitelisted.d.mts → govKeyCallHashWhitelisted.d.ts} +0 -0
- /package/dist/100/governance/{proposed.d.mts → proposed.d.ts} +0 -0
- /package/dist/100/grandpa/{newAuthorities.d.mts → newAuthorities.d.ts} +0 -0
- /package/dist/100/grandpa/{paused.d.mts → paused.d.ts} +0 -0
- /package/dist/100/grandpa/{resumed.d.mts → resumed.d.ts} +0 -0
- /package/dist/100/liquidityPools/{networkFeeTaken.d.mts → networkFeeTaken.d.ts} +0 -0
- /package/dist/100/liquidityPools/{updatedBuyInterval.d.mts → updatedBuyInterval.d.ts} +0 -0
- /package/dist/100/polkadotBroadcaster/{broadcastAborted.d.mts → broadcastAborted.d.ts} +0 -0
- /package/dist/100/polkadotBroadcaster/{broadcastAttemptTimeout.d.mts → broadcastAttemptTimeout.d.ts} +0 -0
- /package/dist/100/polkadotBroadcaster/{broadcastCallbackExecuted.d.mts → broadcastCallbackExecuted.d.ts} +0 -0
- /package/dist/100/polkadotBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
- /package/dist/100/polkadotBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
- /package/dist/100/polkadotBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/100/polkadotBroadcaster/{transactionFeeDeficitRecorded.d.mts → transactionFeeDeficitRecorded.d.ts} +0 -0
- /package/dist/100/polkadotBroadcaster/{transactionFeeDeficitRefused.d.mts → transactionFeeDeficitRefused.d.ts} +0 -0
- /package/dist/100/polkadotChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
- /package/dist/100/polkadotIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
- /package/dist/100/polkadotIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/100/polkadotIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/100/polkadotIngressEgress/{egressScheduled.d.mts → egressScheduled.d.ts} +0 -0
- /package/dist/100/polkadotIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
- /package/dist/100/polkadotIngressEgress/{vaultTransferFailed.d.mts → vaultTransferFailed.d.ts} +0 -0
- /package/dist/100/polkadotThresholdSigner/{currentKeyUnavailable.d.mts → currentKeyUnavailable.d.ts} +0 -0
- /package/dist/100/polkadotThresholdSigner/{signersUnavailable.d.mts → signersUnavailable.d.ts} +0 -0
- /package/dist/100/polkadotThresholdSigner/{thresholdSignatureResponseTimeoutUpdated.d.mts → thresholdSignatureResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/100/polkadotVault/{awaitingGovernanceActivation.d.mts → awaitingGovernanceActivation.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
- /package/dist/100/polkadotVault/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
- /package/dist/100/polkadotVault/{vaultRotatedExternally.d.mts → vaultRotatedExternally.d.ts} +0 -0
- /package/dist/100/polkadotVault/{vaultRotationAborted.d.mts → vaultRotationAborted.d.ts} +0 -0
- /package/dist/100/polkadotVault/{vaultRotationCompleted.d.mts → vaultRotationCompleted.d.ts} +0 -0
- /package/dist/100/reputation/{accrualRateUpdated.d.mts → accrualRateUpdated.d.ts} +0 -0
- /package/dist/100/reputation/{missedHeartbeatPenaltyUpdated.d.mts → missedHeartbeatPenaltyUpdated.d.ts} +0 -0
- /package/dist/100/reputation/{offencePenalty.d.mts → offencePenalty.d.ts} +0 -0
- /package/dist/100/reputation/{penaltyUpdated.d.mts → penaltyUpdated.d.ts} +0 -0
- /package/dist/100/session/{newSession.d.mts → newSession.d.ts} +0 -0
- /package/dist/100/swapping/{ccmEgressScheduled.d.mts → ccmEgressScheduled.d.ts} +0 -0
- /package/dist/100/system/{codeUpdated.d.mts → codeUpdated.d.ts} +0 -0
- /package/dist/100/system/{extrinsicFailed.d.mts → extrinsicFailed.d.ts} +0 -0
- /package/dist/100/system/{extrinsicSuccess.d.mts → extrinsicSuccess.d.ts} +0 -0
- /package/dist/100/system/{killedAccount.d.mts → killedAccount.d.ts} +0 -0
- /package/dist/100/system/{newAccount.d.mts → newAccount.d.ts} +0 -0
- /package/dist/100/system/{remarked.d.mts → remarked.d.ts} +0 -0
- /package/dist/100/tokenholderGovernance/{proposalEnacted.d.mts → proposalEnacted.d.ts} +0 -0
- /package/dist/100/tokenholderGovernance/{proposalPassed.d.mts → proposalPassed.d.ts} +0 -0
- /package/dist/100/tokenholderGovernance/{proposalRejected.d.mts → proposalRejected.d.ts} +0 -0
- /package/dist/100/tokenholderGovernance/{proposalSubmitted.d.mts → proposalSubmitted.d.ts} +0 -0
- /package/dist/100/transactionPayment/{transactionFeePaid.d.mts → transactionFeePaid.d.ts} +0 -0
- /package/dist/100/validator/{auctionCompleted.d.mts → auctionCompleted.d.ts} +0 -0
- /package/dist/100/validator/{cFEVersionUpdated.d.mts → cFEVersionUpdated.d.ts} +0 -0
- /package/dist/100/validator/{newEpoch.d.mts → newEpoch.d.ts} +0 -0
- /package/dist/100/validator/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/100/validator/{peerIdRegistered.d.mts → peerIdRegistered.d.ts} +0 -0
- /package/dist/100/validator/{peerIdUnregistered.d.mts → peerIdUnregistered.d.ts} +0 -0
- /package/dist/100/validator/{rotationAborted.d.mts → rotationAborted.d.ts} +0 -0
- /package/dist/100/validator/{rotationPhaseUpdated.d.mts → rotationPhaseUpdated.d.ts} +0 -0
- /package/dist/100/validator/{vanityNameSet.d.mts → vanityNameSet.d.ts} +0 -0
- /package/dist/100/witnesser/{prewitnessed.d.mts → prewitnessed.d.ts} +0 -0
- /package/dist/100/witnesser/{witnessExecutionFailed.d.mts → witnessExecutionFailed.d.ts} +0 -0
- /package/dist/102/accountRoles/{accountRoleRegistered.d.mts → accountRoleRegistered.d.ts} +0 -0
- /package/dist/102/{common.d.mts → common.d.ts} +0 -0
- /package/dist/102/swapping/{maximumSwapAmountSet.d.mts → maximumSwapAmountSet.d.ts} +0 -0
- /package/dist/102/swapping/{swapAmountConfiscated.d.mts → swapAmountConfiscated.d.ts} +0 -0
- /package/dist/102/validator/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11000/arbitrumIngressEgress/{invalidCcmRefunded.d.mts → invalidCcmRefunded.d.ts} +0 -0
- /package/dist/11000/arbitrumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11000/assethubIngressEgress/{invalidCcmRefunded.d.mts → invalidCcmRefunded.d.ts} +0 -0
- /package/dist/11000/assethubIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11000/bitcoinElections/{allVotesCleared.d.mts → allVotesCleared.d.ts} +0 -0
- /package/dist/11000/bitcoinElections/{allVotesNotCleared.d.mts → allVotesNotCleared.d.ts} +0 -0
- /package/dist/11000/bitcoinElections/{corruptStorage.d.mts → corruptStorage.d.ts} +0 -0
- /package/dist/11000/bitcoinElections/{electoralEvent.d.mts → electoralEvent.d.ts} +0 -0
- /package/dist/11000/bitcoinElections/{uninitialized.d.mts → uninitialized.d.ts} +0 -0
- /package/dist/11000/bitcoinElections/{unknownElection.d.mts → unknownElection.d.ts} +0 -0
- /package/dist/11000/bitcoinIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11000/environment/{solanaGovCallDispatched.d.mts → solanaGovCallDispatched.d.ts} +0 -0
- /package/dist/11000/ethereumIngressEgress/{invalidCcmRefunded.d.mts → invalidCcmRefunded.d.ts} +0 -0
- /package/dist/11000/ethereumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11000/funding/{rebalance.d.mts → rebalance.d.ts} +0 -0
- /package/dist/11000/lendingPools/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11000/polkadotIngressEgress/{invalidCcmRefunded.d.mts → invalidCcmRefunded.d.ts} +0 -0
- /package/dist/11000/polkadotIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11000/solanaElections/{electoralEvent.d.mts → electoralEvent.d.ts} +0 -0
- /package/dist/11000/solanaIngressEgress/{invalidCcmRefunded.d.mts → invalidCcmRefunded.d.ts} +0 -0
- /package/dist/11000/solanaIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11000/validator/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/111/bitcoinBroadcaster/{callResigned.d.mts → callResigned.d.ts} +0 -0
- /package/dist/111/bitcoinBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/111/bitcoinIngressEgress/{ccmBroadcastFailed.d.mts → ccmBroadcastFailed.d.ts} +0 -0
- /package/dist/111/bitcoinIngressEgress/{failedForeignChainCallExpired.d.mts → failedForeignChainCallExpired.d.ts} +0 -0
- /package/dist/111/bitcoinIngressEgress/{failedForeignChainCallResigned.d.mts → failedForeignChainCallResigned.d.ts} +0 -0
- /package/dist/111/ethereumBroadcaster/{callResigned.d.mts → callResigned.d.ts} +0 -0
- /package/dist/111/ethereumBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/111/ethereumIngressEgress/{ccmBroadcastFailed.d.mts → ccmBroadcastFailed.d.ts} +0 -0
- /package/dist/111/ethereumIngressEgress/{failedForeignChainCallExpired.d.mts → failedForeignChainCallExpired.d.ts} +0 -0
- /package/dist/111/ethereumIngressEgress/{failedForeignChainCallResigned.d.mts → failedForeignChainCallResigned.d.ts} +0 -0
- /package/dist/111/liquidityPools/{limitOrderSetOrUpdateScheduled.d.mts → limitOrderSetOrUpdateScheduled.d.ts} +0 -0
- /package/dist/111/liquidityPools/{scheduledLimitOrderUpdateDispatchFailure.d.mts → scheduledLimitOrderUpdateDispatchFailure.d.ts} +0 -0
- /package/dist/111/liquidityPools/{scheduledLimitOrderUpdateDispatchSuccess.d.mts → scheduledLimitOrderUpdateDispatchSuccess.d.ts} +0 -0
- /package/dist/111/polkadotBroadcaster/{callResigned.d.mts → callResigned.d.ts} +0 -0
- /package/dist/111/polkadotBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/111/polkadotIngressEgress/{ccmBroadcastFailed.d.mts → ccmBroadcastFailed.d.ts} +0 -0
- /package/dist/111/polkadotIngressEgress/{failedForeignChainCallExpired.d.mts → failedForeignChainCallExpired.d.ts} +0 -0
- /package/dist/111/polkadotIngressEgress/{failedForeignChainCallResigned.d.mts → failedForeignChainCallResigned.d.ts} +0 -0
- /package/dist/11100/accountRoles/{accountRoleDeregistered.d.mts → accountRoleDeregistered.d.ts} +0 -0
- /package/dist/11100/accountRoles/{accountRoleRegistered.d.mts → accountRoleRegistered.d.ts} +0 -0
- /package/dist/11100/accountRoles/{subAccountCallExecuted.d.mts → subAccountCallExecuted.d.ts} +0 -0
- /package/dist/11100/accountRoles/{subAccountCreated.d.mts → subAccountCreated.d.ts} +0 -0
- /package/dist/11100/arbitrumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11100/assethubIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11100/bitcoinIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11100/ethereumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11100/flip/{bondUpdated.d.mts → bondUpdated.d.ts} +0 -0
- /package/dist/11100/flip/{flipMinted.d.mts → flipMinted.d.ts} +0 -0
- /package/dist/11100/funding/{sCCallCannotBeDecoded.d.mts → sCCallCannotBeDecoded.d.ts} +0 -0
- /package/dist/11100/funding/{sCCallExecuted.d.mts → sCCallExecuted.d.ts} +0 -0
- /package/dist/11100/genericElections/{allVotesCleared.d.mts → allVotesCleared.d.ts} +0 -0
- /package/dist/11100/genericElections/{allVotesNotCleared.d.mts → allVotesNotCleared.d.ts} +0 -0
- /package/dist/11100/genericElections/{corruptStorage.d.mts → corruptStorage.d.ts} +0 -0
- /package/dist/11100/genericElections/{electoralEvent.d.mts → electoralEvent.d.ts} +0 -0
- /package/dist/11100/genericElections/{uninitialized.d.mts → uninitialized.d.ts} +0 -0
- /package/dist/11100/genericElections/{unknownElection.d.mts → unknownElection.d.ts} +0 -0
- /package/dist/11100/lendingPools/{collateralAdded.d.mts → collateralAdded.d.ts} +0 -0
- /package/dist/11100/lendingPools/{collateralRemoved.d.mts → collateralRemoved.d.ts} +0 -0
- /package/dist/11100/lendingPools/{lendingFeeCollectionInitiated.d.mts → lendingFeeCollectionInitiated.d.ts} +0 -0
- /package/dist/11100/lendingPools/{lendingFundsRemoved.d.mts → lendingFundsRemoved.d.ts} +0 -0
- /package/dist/11100/lendingPools/{lendingPoolCreated.d.mts → lendingPoolCreated.d.ts} +0 -0
- /package/dist/11100/lendingPools/{liquidationInitiated.d.mts → liquidationInitiated.d.ts} +0 -0
- /package/dist/11100/lendingPools/{loanRepaid.d.mts → loanRepaid.d.ts} +0 -0
- /package/dist/11100/lendingPools/{loanSettled.d.mts → loanSettled.d.ts} +0 -0
- /package/dist/11100/lendingPools/{loanUpdated.d.mts → loanUpdated.d.ts} +0 -0
- /package/dist/11100/polkadotIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11100/solanaIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11100/swapping/{swapAborted.d.mts → swapAborted.d.ts} +0 -0
- /package/dist/11100/swapping/{swapDepositAddressReady.d.mts → swapDepositAddressReady.d.ts} +0 -0
- /package/dist/11100/swapping/{swapRescheduled.d.mts → swapRescheduled.d.ts} +0 -0
- /package/dist/11100/validator/{delegated.d.mts → delegated.d.ts} +0 -0
- /package/dist/11100/validator/{delegatorAllowed.d.mts → delegatorAllowed.d.ts} +0 -0
- /package/dist/11100/validator/{delegatorBlocked.d.mts → delegatorBlocked.d.ts} +0 -0
- /package/dist/11100/validator/{maxBidUpdated.d.mts → maxBidUpdated.d.ts} +0 -0
- /package/dist/11100/validator/{operatorAcceptedByValidator.d.mts → operatorAcceptedByValidator.d.ts} +0 -0
- /package/dist/11100/validator/{operatorSettingsUpdated.d.mts → operatorSettingsUpdated.d.ts} +0 -0
- /package/dist/11100/validator/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11100/validator/{rotationPhaseUpdated.d.mts → rotationPhaseUpdated.d.ts} +0 -0
- /package/dist/11100/validator/{unDelegationFinalized.d.mts → unDelegationFinalized.d.ts} +0 -0
- /package/dist/11100/validator/{undelegated.d.mts → undelegated.d.ts} +0 -0
- /package/dist/11100/validator/{validatorClaimed.d.mts → validatorClaimed.d.ts} +0 -0
- /package/dist/11100/validator/{validatorRemovedFromOperator.d.mts → validatorRemovedFromOperator.d.ts} +0 -0
- /package/dist/11200/arbitrumIngressEgress/{channelRejectionRequestReceived.d.mts → channelRejectionRequestReceived.d.ts} +0 -0
- /package/dist/11200/arbitrumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11200/assethubIngressEgress/{channelRejectionRequestReceived.d.mts → channelRejectionRequestReceived.d.ts} +0 -0
- /package/dist/11200/assethubIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11200/bitcoinIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11200/ethereumIngressEgress/{channelRejectionRequestReceived.d.mts → channelRejectionRequestReceived.d.ts} +0 -0
- /package/dist/11200/ethereumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11200/polkadotIngressEgress/{channelRejectionRequestReceived.d.mts → channelRejectionRequestReceived.d.ts} +0 -0
- /package/dist/11200/polkadotIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11200/solanaIngressEgress/{channelRejectionRequestReceived.d.mts → channelRejectionRequestReceived.d.ts} +0 -0
- /package/dist/11200/solanaIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11200/swapping/{swapAborted.d.mts → swapAborted.d.ts} +0 -0
- /package/dist/11200/swapping/{swapRescheduled.d.mts → swapRescheduled.d.ts} +0 -0
- /package/dist/11200/validator/{operatorSettingsUpdated.d.mts → operatorSettingsUpdated.d.ts} +0 -0
- /package/dist/11200/validator/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/120/bitcoinBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
- /package/dist/120/bitcoinBroadcaster/{broadcastTimeout.d.mts → broadcastTimeout.d.ts} +0 -0
- /package/dist/120/bitcoinBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/120/bitcoinBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
- /package/dist/120/bitcoinChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
- /package/dist/120/bitcoinIngressEgress/{utxoConsolidation.d.mts → utxoConsolidation.d.ts} +0 -0
- /package/dist/120/{common.d.mts → common.d.ts} +0 -0
- /package/dist/120/emissions/{backupRewardsDistributed.d.mts → backupRewardsDistributed.d.ts} +0 -0
- /package/dist/120/emissions/{flipBurnSkipped.d.mts → flipBurnSkipped.d.ts} +0 -0
- /package/dist/120/emissions/{networkFeeBurned.d.mts → networkFeeBurned.d.ts} +0 -0
- /package/dist/120/environment/{utxoConsolidationParametersUpdated.d.mts → utxoConsolidationParametersUpdated.d.ts} +0 -0
- /package/dist/120/ethereumBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
- /package/dist/120/ethereumBroadcaster/{broadcastTimeout.d.mts → broadcastTimeout.d.ts} +0 -0
- /package/dist/120/ethereumBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/120/ethereumBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
- /package/dist/120/ethereumIngressEgress/{depositIgnored.d.mts → depositIgnored.d.ts} +0 -0
- /package/dist/120/ethereumIngressEgress/{depositReceived.d.mts → depositReceived.d.ts} +0 -0
- /package/dist/120/ethereumIngressEgress/{utxoConsolidation.d.mts → utxoConsolidation.d.ts} +0 -0
- /package/dist/120/liquidityProvider/{liquidityDepositCredited.d.mts → liquidityDepositCredited.d.ts} +0 -0
- /package/dist/120/polkadotBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
- /package/dist/120/polkadotBroadcaster/{broadcastTimeout.d.mts → broadcastTimeout.d.ts} +0 -0
- /package/dist/120/polkadotBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/120/polkadotBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
- /package/dist/120/polkadotIngressEgress/{depositIgnored.d.mts → depositIgnored.d.ts} +0 -0
- /package/dist/120/polkadotIngressEgress/{depositReceived.d.mts → depositReceived.d.ts} +0 -0
- /package/dist/120/polkadotIngressEgress/{utxoConsolidation.d.mts → utxoConsolidation.d.ts} +0 -0
- /package/dist/120/swapping/{ccmFailed.d.mts → ccmFailed.d.ts} +0 -0
- /package/dist/120/swapping/{swapEgressIgnored.d.mts → swapEgressIgnored.d.ts} +0 -0
- /package/dist/120/swapping/{swapEgressScheduled.d.mts → swapEgressScheduled.d.ts} +0 -0
- /package/dist/120/swapping/{swapExecuted.d.mts → swapExecuted.d.ts} +0 -0
- /package/dist/131/bitcoinBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
- /package/dist/131/bitcoinBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
- /package/dist/131/bitcoinChainTracking/{feeMultiplierUpdated.d.mts → feeMultiplierUpdated.d.ts} +0 -0
- /package/dist/131/bitcoinIngressEgress/{channelOpeningFeePaid.d.mts → channelOpeningFeePaid.d.ts} +0 -0
- /package/dist/131/bitcoinIngressEgress/{channelOpeningFeeSet.d.mts → channelOpeningFeeSet.d.ts} +0 -0
- /package/dist/131/bitcoinIngressEgress/{depositReceived.d.mts → depositReceived.d.ts} +0 -0
- /package/dist/131/bitcoinIngressEgress/{depositWitnessRejected.d.mts → depositWitnessRejected.d.ts} +0 -0
- /package/dist/131/bitcoinIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keyRotationCompleted.d.mts → keyRotationCompleted.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
- /package/dist/131/bitcoinVault/{vaultActivationCompleted.d.mts → vaultActivationCompleted.d.ts} +0 -0
- /package/dist/131/environment/{addedNewEthAsset.d.mts → addedNewEthAsset.d.ts} +0 -0
- /package/dist/131/environment/{updatedEthAsset.d.mts → updatedEthAsset.d.ts} +0 -0
- /package/dist/131/ethereumBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
- /package/dist/131/ethereumChainTracking/{feeMultiplierUpdated.d.mts → feeMultiplierUpdated.d.ts} +0 -0
- /package/dist/131/ethereumIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
- /package/dist/131/ethereumIngressEgress/{channelOpeningFeePaid.d.mts → channelOpeningFeePaid.d.ts} +0 -0
- /package/dist/131/ethereumIngressEgress/{channelOpeningFeeSet.d.mts → channelOpeningFeeSet.d.ts} +0 -0
- /package/dist/131/ethereumIngressEgress/{depositReceived.d.mts → depositReceived.d.ts} +0 -0
- /package/dist/131/ethereumIngressEgress/{depositWitnessRejected.d.mts → depositWitnessRejected.d.ts} +0 -0
- /package/dist/131/ethereumIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
- /package/dist/131/ethereumIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keyRotationCompleted.d.mts → keyRotationCompleted.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
- /package/dist/131/ethereumVault/{vaultActivationCompleted.d.mts → vaultActivationCompleted.d.ts} +0 -0
- /package/dist/131/polkadotBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
- /package/dist/131/polkadotChainTracking/{feeMultiplierUpdated.d.mts → feeMultiplierUpdated.d.ts} +0 -0
- /package/dist/131/polkadotIngressEgress/{channelOpeningFeePaid.d.mts → channelOpeningFeePaid.d.ts} +0 -0
- /package/dist/131/polkadotIngressEgress/{channelOpeningFeeSet.d.mts → channelOpeningFeeSet.d.ts} +0 -0
- /package/dist/131/polkadotIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keyRotationCompleted.d.mts → keyRotationCompleted.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
- /package/dist/131/polkadotVault/{vaultActivationCompleted.d.mts → vaultActivationCompleted.d.ts} +0 -0
- /package/dist/131/reputation/{offencePenalty.d.mts → offencePenalty.d.ts} +0 -0
- /package/dist/131/reputation/{penaltyUpdated.d.mts → penaltyUpdated.d.ts} +0 -0
- /package/dist/131/system/{upgradeAuthorized.d.mts → upgradeAuthorized.d.ts} +0 -0
- /package/dist/131/witnesser/{prewitnessExecutionFailed.d.mts → prewitnessExecutionFailed.d.ts} +0 -0
- /package/dist/141/accountRoles/{accountRoleDeregistered.d.mts → accountRoleDeregistered.d.ts} +0 -0
- /package/dist/141/accountRoles/{vanityNameSet.d.mts → vanityNameSet.d.ts} +0 -0
- /package/dist/141/arbitrumBroadcaster/{broadcastAborted.d.mts → broadcastAborted.d.ts} +0 -0
- /package/dist/141/arbitrumBroadcaster/{broadcastCallbackExecuted.d.mts → broadcastCallbackExecuted.d.ts} +0 -0
- /package/dist/141/arbitrumBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
- /package/dist/141/arbitrumBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
- /package/dist/141/arbitrumBroadcaster/{broadcastTimeout.d.mts → broadcastTimeout.d.ts} +0 -0
- /package/dist/141/arbitrumBroadcaster/{callResigned.d.mts → callResigned.d.ts} +0 -0
- /package/dist/141/arbitrumBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/141/arbitrumBroadcaster/{transactionFeeDeficitRecorded.d.mts → transactionFeeDeficitRecorded.d.ts} +0 -0
- /package/dist/141/arbitrumBroadcaster/{transactionFeeDeficitRefused.d.mts → transactionFeeDeficitRefused.d.ts} +0 -0
- /package/dist/141/arbitrumChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
- /package/dist/141/arbitrumChainTracking/{feeMultiplierUpdated.d.mts → feeMultiplierUpdated.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{boostPoolCreated.d.mts → boostPoolCreated.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{ccmBroadcastFailed.d.mts → ccmBroadcastFailed.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{channelOpeningFeePaid.d.mts → channelOpeningFeePaid.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{channelOpeningFeeSet.d.mts → channelOpeningFeeSet.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{failedForeignChainCallExpired.d.mts → failedForeignChainCallExpired.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{failedForeignChainCallResigned.d.mts → failedForeignChainCallResigned.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{stoppedBoosting.d.mts → stoppedBoosting.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{utxoConsolidation.d.mts → utxoConsolidation.d.ts} +0 -0
- /package/dist/141/arbitrumVault/{awaitingGovernanceActivation.d.mts → awaitingGovernanceActivation.d.ts} +0 -0
- /package/dist/141/arbitrumVault/{chainInitialized.d.mts → chainInitialized.d.ts} +0 -0
- /package/dist/141/arbitrumVault/{vaultActivationCompleted.d.mts → vaultActivationCompleted.d.ts} +0 -0
- /package/dist/141/arbitrumVault/{vaultRotatedExternally.d.mts → vaultRotatedExternally.d.ts} +0 -0
- /package/dist/141/bitcoinIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/141/bitcoinIngressEgress/{boostPoolCreated.d.mts → boostPoolCreated.d.ts} +0 -0
- /package/dist/141/bitcoinIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/141/bitcoinIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
- /package/dist/141/bitcoinIngressEgress/{stoppedBoosting.d.mts → stoppedBoosting.d.ts} +0 -0
- /package/dist/141/bitcoinVault/{chainInitialized.d.mts → chainInitialized.d.ts} +0 -0
- /package/dist/141/emissions/{networkFeeBurned.d.mts → networkFeeBurned.d.ts} +0 -0
- /package/dist/141/environment/{addedNewArbAsset.d.mts → addedNewArbAsset.d.ts} +0 -0
- /package/dist/141/environment/{arbitrumInitialized.d.mts → arbitrumInitialized.d.ts} +0 -0
- /package/dist/141/environment/{runtimeSafeModeUpdated.d.mts → runtimeSafeModeUpdated.d.ts} +0 -0
- /package/dist/141/environment/{updatedArbAsset.d.mts → updatedArbAsset.d.ts} +0 -0
- /package/dist/141/ethereumIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/141/ethereumIngressEgress/{boostPoolCreated.d.mts → boostPoolCreated.d.ts} +0 -0
- /package/dist/141/ethereumIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/141/ethereumIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
- /package/dist/141/ethereumIngressEgress/{stoppedBoosting.d.mts → stoppedBoosting.d.ts} +0 -0
- /package/dist/141/ethereumVault/{chainInitialized.d.mts → chainInitialized.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keyRotationCompleted.d.mts → keyRotationCompleted.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{signersUnavailable.d.mts → signersUnavailable.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{thresholdSignatureResponseTimeoutUpdated.d.mts → thresholdSignatureResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/141/liquidityPools/{assetSwapped.d.mts → assetSwapped.d.ts} +0 -0
- /package/dist/141/liquidityPools/{newPoolCreated.d.mts → newPoolCreated.d.ts} +0 -0
- /package/dist/141/liquidityPools/{poolFeeSet.d.mts → poolFeeSet.d.ts} +0 -0
- /package/dist/141/liquidityPools/{priceImpactLimitSet.d.mts → priceImpactLimitSet.d.ts} +0 -0
- /package/dist/141/liquidityProvider/{accountCredited.d.mts → accountCredited.d.ts} +0 -0
- /package/dist/141/liquidityProvider/{accountDebited.d.mts → accountDebited.d.ts} +0 -0
- /package/dist/141/liquidityProvider/{liquidityDepositCredited.d.mts → liquidityDepositCredited.d.ts} +0 -0
- /package/dist/141/polkadotIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/141/polkadotIngressEgress/{boostPoolCreated.d.mts → boostPoolCreated.d.ts} +0 -0
- /package/dist/141/polkadotIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/141/polkadotIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
- /package/dist/141/polkadotIngressEgress/{stoppedBoosting.d.mts → stoppedBoosting.d.ts} +0 -0
- /package/dist/141/polkadotVault/{chainInitialized.d.mts → chainInitialized.d.ts} +0 -0
- /package/dist/141/swapping/{ccmDepositReceived.d.mts → ccmDepositReceived.d.ts} +0 -0
- /package/dist/141/swapping/{ccmEgressScheduled.d.mts → ccmEgressScheduled.d.ts} +0 -0
- /package/dist/141/swapping/{maximumSwapAmountSet.d.mts → maximumSwapAmountSet.d.ts} +0 -0
- /package/dist/141/swapping/{swapAmountConfiscated.d.mts → swapAmountConfiscated.d.ts} +0 -0
- /package/dist/141/swapping/{withdrawalRequested.d.mts → withdrawalRequested.d.ts} +0 -0
- /package/dist/141/tokenholderGovernance/{govKeyUpdatedHasFailed.d.mts → govKeyUpdatedHasFailed.d.ts} +0 -0
- /package/dist/141/tokenholderGovernance/{govKeyUpdatedWasSuccessful.d.mts → govKeyUpdatedWasSuccessful.d.ts} +0 -0
- /package/dist/141/tokenholderGovernance/{proposalEnacted.d.mts → proposalEnacted.d.ts} +0 -0
- /package/dist/141/tokenholderGovernance/{proposalPassed.d.mts → proposalPassed.d.ts} +0 -0
- /package/dist/141/tokenholderGovernance/{proposalRejected.d.mts → proposalRejected.d.ts} +0 -0
- /package/dist/141/tokenholderGovernance/{proposalSubmitted.d.mts → proposalSubmitted.d.ts} +0 -0
- /package/dist/141/validator/{rotationPhaseUpdated.d.mts → rotationPhaseUpdated.d.ts} +0 -0
- /package/dist/141/validator/{startedBidding.d.mts → startedBidding.d.ts} +0 -0
- /package/dist/141/validator/{stoppedBidding.d.mts → stoppedBidding.d.ts} +0 -0
- /package/dist/141/witnesser/{callDispatched.d.mts → callDispatched.d.ts} +0 -0
- /package/dist/141/witnesser/{reportedWitnessingFailures.d.mts → reportedWitnessingFailures.d.ts} +0 -0
- /package/dist/150/arbitrumIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/150/arbitrumIngressEgress/{maxSwapRetryDurationSet.d.mts → maxSwapRetryDurationSet.d.ts} +0 -0
- /package/dist/150/assetBalances/{vaultDeficitDetected.d.mts → vaultDeficitDetected.d.ts} +0 -0
- /package/dist/150/bitcoinIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/150/bitcoinIngressEgress/{maxSwapRetryDurationSet.d.mts → maxSwapRetryDurationSet.d.ts} +0 -0
- /package/dist/150/ethereumIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/150/ethereumIngressEgress/{maxSwapRetryDurationSet.d.mts → maxSwapRetryDurationSet.d.ts} +0 -0
- /package/dist/150/liquidityPools/{priceImpactLimitSet.d.mts → priceImpactLimitSet.d.ts} +0 -0
- /package/dist/150/polkadotIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/150/polkadotIngressEgress/{maxSwapRetryDurationSet.d.mts → maxSwapRetryDurationSet.d.ts} +0 -0
- /package/dist/150/solanaBroadcaster/{broadcastAborted.d.mts → broadcastAborted.d.ts} +0 -0
- /package/dist/150/solanaBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
- /package/dist/150/solanaBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
- /package/dist/150/solanaBroadcaster/{broadcastTimeout.d.mts → broadcastTimeout.d.ts} +0 -0
- /package/dist/150/solanaBroadcaster/{callResigned.d.mts → callResigned.d.ts} +0 -0
- /package/dist/150/solanaBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/150/solanaBroadcaster/{transactionFeeDeficitRecorded.d.mts → transactionFeeDeficitRecorded.d.ts} +0 -0
- /package/dist/150/solanaBroadcaster/{transactionFeeDeficitRefused.d.mts → transactionFeeDeficitRefused.d.ts} +0 -0
- /package/dist/150/solanaChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
- /package/dist/150/solanaChainTracking/{feeMultiplierUpdated.d.mts → feeMultiplierUpdated.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{boostFundsAdded.d.mts → boostFundsAdded.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{boostPoolCreated.d.mts → boostPoolCreated.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{ccmBroadcastFailed.d.mts → ccmBroadcastFailed.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{channelOpeningFeePaid.d.mts → channelOpeningFeePaid.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{channelOpeningFeeSet.d.mts → channelOpeningFeeSet.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{depositFetchesScheduled.d.mts → depositFetchesScheduled.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{depositIgnored.d.mts → depositIgnored.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{failedForeignChainCallExpired.d.mts → failedForeignChainCallExpired.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{failedForeignChainCallResigned.d.mts → failedForeignChainCallResigned.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{maxSwapRetryDurationSet.d.mts → maxSwapRetryDurationSet.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{stoppedBoosting.d.mts → stoppedBoosting.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{utxoConsolidation.d.mts → utxoConsolidation.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{failureReportProcessed.d.mts → failureReportProcessed.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keyRotationCompleted.d.mts → keyRotationCompleted.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{retryRequested.d.mts → retryRequested.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{signersUnavailable.d.mts → signersUnavailable.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{thresholdSignatureFailed.d.mts → thresholdSignatureFailed.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{thresholdSignatureRequest.d.mts → thresholdSignatureRequest.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{thresholdSignatureResponseTimeoutUpdated.d.mts → thresholdSignatureResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{thresholdSignatureSuccess.d.mts → thresholdSignatureSuccess.d.ts} +0 -0
- /package/dist/150/solanaVault/{awaitingGovernanceActivation.d.mts → awaitingGovernanceActivation.d.ts} +0 -0
- /package/dist/150/solanaVault/{chainInitialized.d.mts → chainInitialized.d.ts} +0 -0
- /package/dist/150/solanaVault/{vaultActivationCompleted.d.mts → vaultActivationCompleted.d.ts} +0 -0
- /package/dist/150/solanaVault/{vaultRotatedExternally.d.mts → vaultRotatedExternally.d.ts} +0 -0
- /package/dist/150/swapping/{buyIntervalSet.d.mts → buyIntervalSet.d.ts} +0 -0
- /package/dist/150/swapping/{ccmEgressScheduled.d.mts → ccmEgressScheduled.d.ts} +0 -0
- /package/dist/150/swapping/{networkFeeTaken.d.mts → networkFeeTaken.d.ts} +0 -0
- /package/dist/150/swapping/{swapRescheduled.d.mts → swapRescheduled.d.ts} +0 -0
- /package/dist/150/swapping/{swapRetryDelaySet.d.mts → swapRetryDelaySet.d.ts} +0 -0
- /package/dist/150/tokenholderGovernance/{govKeyUpdatedHasFailed.d.mts → govKeyUpdatedHasFailed.d.ts} +0 -0
- /package/dist/150/tokenholderGovernance/{govKeyUpdatedWasSuccessful.d.mts → govKeyUpdatedWasSuccessful.d.ts} +0 -0
- /package/dist/160/arbitrumIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
- /package/dist/160/bitcoinIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
- /package/dist/160/environment/{durableNonceSetForAccount.d.mts → durableNonceSetForAccount.d.ts} +0 -0
- /package/dist/160/environment/{runtimeSafeModeUpdated.d.mts → runtimeSafeModeUpdated.d.ts} +0 -0
- /package/dist/160/environment/{solanaInitialized.d.mts → solanaInitialized.d.ts} +0 -0
- /package/dist/160/ethereumIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
- /package/dist/160/liquidityPools/{priceImpactLimitSet.d.mts → priceImpactLimitSet.d.ts} +0 -0
- /package/dist/160/polkadotIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
- /package/dist/160/solanaBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
- /package/dist/160/solanaBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
- /package/dist/160/solanaBroadcaster/{transactionFeeDeficitRecorded.d.mts → transactionFeeDeficitRecorded.d.ts} +0 -0
- /package/dist/160/solanaChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
- /package/dist/160/solanaElections/{allVotesCleared.d.mts → allVotesCleared.d.ts} +0 -0
- /package/dist/160/solanaElections/{allVotesNotCleared.d.mts → allVotesNotCleared.d.ts} +0 -0
- /package/dist/160/solanaElections/{corruptStorage.d.mts → corruptStorage.d.ts} +0 -0
- /package/dist/160/solanaElections/{uninitialized.d.mts → uninitialized.d.ts} +0 -0
- /package/dist/160/solanaIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
- /package/dist/160/solanaIngressEgress/{boostFundsAdded.d.mts → boostFundsAdded.d.ts} +0 -0
- /package/dist/160/solanaIngressEgress/{boostPoolCreated.d.mts → boostPoolCreated.d.ts} +0 -0
- /package/dist/160/solanaIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
- /package/dist/160/solanaIngressEgress/{depositIgnored.d.mts → depositIgnored.d.ts} +0 -0
- /package/dist/160/solanaIngressEgress/{depositWitnessRejected.d.mts → depositWitnessRejected.d.ts} +0 -0
- /package/dist/160/solanaIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
- /package/dist/160/solanaIngressEgress/{stoppedBoosting.d.mts → stoppedBoosting.d.ts} +0 -0
- /package/dist/160/solanaThresholdSigner/{thresholdSignatureRequest.d.mts → thresholdSignatureRequest.d.ts} +0 -0
- /package/dist/160/swapping/{maxSwapRequestDurationSet.d.mts → maxSwapRequestDurationSet.d.ts} +0 -0
- /package/dist/160/swapping/{maxSwapRetryDurationSet.d.mts → maxSwapRetryDurationSet.d.ts} +0 -0
- /package/dist/160/swapping/{swapRequestCompleted.d.mts → swapRequestCompleted.d.ts} +0 -0
- /package/dist/170/arbitrumBroadcaster/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/170/arbitrumIngressEgress/{ccmFallbackScheduled.d.mts → ccmFallbackScheduled.d.ts} +0 -0
- /package/dist/170/arbitrumIngressEgress/{depositChannelLifetimeSet.d.mts → depositChannelLifetimeSet.d.ts} +0 -0
- /package/dist/170/arbitrumIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
- /package/dist/170/arbitrumIngressEgress/{transactionRejectedByBroker.d.mts → transactionRejectedByBroker.d.ts} +0 -0
- /package/dist/170/arbitrumIngressEgress/{transactionRejectionFailed.d.mts → transactionRejectionFailed.d.ts} +0 -0
- /package/dist/170/arbitrumIngressEgress/{transactionRejectionRequestExpired.d.mts → transactionRejectionRequestExpired.d.ts} +0 -0
- /package/dist/170/arbitrumIngressEgress/{transactionRejectionRequestReceived.d.mts → transactionRejectionRequestReceived.d.ts} +0 -0
- /package/dist/170/arbitrumVault/{activationTxFailedAwaitingGovernance.d.mts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
- /package/dist/170/bitcoinBroadcaster/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/170/bitcoinIngressEgress/{ccmFallbackScheduled.d.mts → ccmFallbackScheduled.d.ts} +0 -0
- /package/dist/170/bitcoinIngressEgress/{depositChannelLifetimeSet.d.mts → depositChannelLifetimeSet.d.ts} +0 -0
- /package/dist/170/bitcoinIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
- /package/dist/170/bitcoinIngressEgress/{transactionRejectionRequestExpired.d.mts → transactionRejectionRequestExpired.d.ts} +0 -0
- /package/dist/170/bitcoinIngressEgress/{transactionRejectionRequestReceived.d.mts → transactionRejectionRequestReceived.d.ts} +0 -0
- /package/dist/170/bitcoinThresholdSigner/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/170/bitcoinVault/{activationTxFailedAwaitingGovernance.d.mts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
- /package/dist/170/ethereumBroadcaster/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/170/ethereumIngressEgress/{ccmFallbackScheduled.d.mts → ccmFallbackScheduled.d.ts} +0 -0
- /package/dist/170/ethereumIngressEgress/{depositChannelLifetimeSet.d.mts → depositChannelLifetimeSet.d.ts} +0 -0
- /package/dist/170/ethereumIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
- /package/dist/170/ethereumIngressEgress/{transactionRejectedByBroker.d.mts → transactionRejectedByBroker.d.ts} +0 -0
- /package/dist/170/ethereumIngressEgress/{transactionRejectionFailed.d.mts → transactionRejectionFailed.d.ts} +0 -0
- /package/dist/170/ethereumIngressEgress/{transactionRejectionRequestExpired.d.mts → transactionRejectionRequestExpired.d.ts} +0 -0
- /package/dist/170/ethereumIngressEgress/{transactionRejectionRequestReceived.d.mts → transactionRejectionRequestReceived.d.ts} +0 -0
- /package/dist/170/ethereumVault/{activationTxFailedAwaitingGovernance.d.mts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
- /package/dist/170/evmThresholdSigner/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/170/polkadotBroadcaster/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/170/polkadotIngressEgress/{ccmFallbackScheduled.d.mts → ccmFallbackScheduled.d.ts} +0 -0
- /package/dist/170/polkadotIngressEgress/{depositChannelLifetimeSet.d.mts → depositChannelLifetimeSet.d.ts} +0 -0
- /package/dist/170/polkadotIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
- /package/dist/170/polkadotIngressEgress/{transactionRejectedByBroker.d.mts → transactionRejectedByBroker.d.ts} +0 -0
- /package/dist/170/polkadotIngressEgress/{transactionRejectionFailed.d.mts → transactionRejectionFailed.d.ts} +0 -0
- /package/dist/170/polkadotIngressEgress/{transactionRejectionRequestExpired.d.mts → transactionRejectionRequestExpired.d.ts} +0 -0
- /package/dist/170/polkadotIngressEgress/{transactionRejectionRequestReceived.d.mts → transactionRejectionRequestReceived.d.ts} +0 -0
- /package/dist/170/polkadotThresholdSigner/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/170/polkadotVault/{activationTxFailedAwaitingGovernance.d.mts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
- /package/dist/170/reputation/{offencePenalty.d.mts → offencePenalty.d.ts} +0 -0
- /package/dist/170/reputation/{penaltyUpdated.d.mts → penaltyUpdated.d.ts} +0 -0
- /package/dist/170/solanaBroadcaster/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/170/solanaBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
- /package/dist/170/solanaIngressEgress/{ccmFallbackScheduled.d.mts → ccmFallbackScheduled.d.ts} +0 -0
- /package/dist/170/solanaIngressEgress/{depositChannelLifetimeSet.d.mts → depositChannelLifetimeSet.d.ts} +0 -0
- /package/dist/170/solanaIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
- /package/dist/170/solanaIngressEgress/{transactionRejectedByBroker.d.mts → transactionRejectedByBroker.d.ts} +0 -0
- /package/dist/170/solanaIngressEgress/{transactionRejectionFailed.d.mts → transactionRejectionFailed.d.ts} +0 -0
- /package/dist/170/solanaIngressEgress/{transactionRejectionRequestExpired.d.mts → transactionRejectionRequestExpired.d.ts} +0 -0
- /package/dist/170/solanaIngressEgress/{transactionRejectionRequestReceived.d.mts → transactionRejectionRequestReceived.d.ts} +0 -0
- /package/dist/170/solanaThresholdSigner/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/170/solanaVault/{activationTxFailedAwaitingGovernance.d.mts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
- /package/dist/170/validator/{previousRotationStillPending.d.mts → previousRotationStillPending.d.ts} +0 -0
- /package/dist/180/arbitrumChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
- /package/dist/180/arbitrumIngressEgress/{depositFinalised.d.mts → depositFinalised.d.ts} +0 -0
- /package/dist/180/arbitrumIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
- /package/dist/180/arbitrumIngressEgress/{networkFeeDeductionFromBoostSet.d.mts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
- /package/dist/180/arbitrumIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
- /package/dist/180/arbitrumIngressEgress/{unknownAffiliate.d.mts → unknownAffiliate.d.ts} +0 -0
- /package/dist/180/arbitrumIngressEgress/{unknownBroker.d.mts → unknownBroker.d.ts} +0 -0
- /package/dist/180/arbitrumIngressEgress/{witnessSafetyMarginSet.d.mts → witnessSafetyMarginSet.d.ts} +0 -0
- /package/dist/180/bitcoinIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
- /package/dist/180/bitcoinIngressEgress/{networkFeeDeductionFromBoostSet.d.mts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
- /package/dist/180/bitcoinIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
- /package/dist/180/bitcoinIngressEgress/{unknownAffiliate.d.mts → unknownAffiliate.d.ts} +0 -0
- /package/dist/180/bitcoinIngressEgress/{unknownBroker.d.mts → unknownBroker.d.ts} +0 -0
- /package/dist/180/bitcoinIngressEgress/{witnessSafetyMarginSet.d.mts → witnessSafetyMarginSet.d.ts} +0 -0
- /package/dist/180/environment/{solanaGovCallDispatched.d.mts → solanaGovCallDispatched.d.ts} +0 -0
- /package/dist/180/ethereumIngressEgress/{depositFinalised.d.mts → depositFinalised.d.ts} +0 -0
- /package/dist/180/ethereumIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
- /package/dist/180/ethereumIngressEgress/{networkFeeDeductionFromBoostSet.d.mts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
- /package/dist/180/ethereumIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
- /package/dist/180/ethereumIngressEgress/{unknownAffiliate.d.mts → unknownAffiliate.d.ts} +0 -0
- /package/dist/180/ethereumIngressEgress/{unknownBroker.d.mts → unknownBroker.d.ts} +0 -0
- /package/dist/180/ethereumIngressEgress/{witnessSafetyMarginSet.d.mts → witnessSafetyMarginSet.d.ts} +0 -0
- /package/dist/180/polkadotIngressEgress/{depositFinalised.d.mts → depositFinalised.d.ts} +0 -0
- /package/dist/180/polkadotIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
- /package/dist/180/polkadotIngressEgress/{networkFeeDeductionFromBoostSet.d.mts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
- /package/dist/180/polkadotIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
- /package/dist/180/polkadotIngressEgress/{unknownAffiliate.d.mts → unknownAffiliate.d.ts} +0 -0
- /package/dist/180/polkadotIngressEgress/{unknownBroker.d.mts → unknownBroker.d.ts} +0 -0
- /package/dist/180/polkadotIngressEgress/{witnessSafetyMarginSet.d.mts → witnessSafetyMarginSet.d.ts} +0 -0
- /package/dist/180/solanaBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
- /package/dist/180/solanaElections/{unknownElection.d.mts → unknownElection.d.ts} +0 -0
- /package/dist/180/solanaIngressEgress/{depositFinalised.d.mts → depositFinalised.d.ts} +0 -0
- /package/dist/180/solanaIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
- /package/dist/180/solanaIngressEgress/{networkFeeDeductionFromBoostSet.d.mts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
- /package/dist/180/solanaIngressEgress/{transactionRejectionRequestExpired.d.mts → transactionRejectionRequestExpired.d.ts} +0 -0
- /package/dist/180/solanaIngressEgress/{transactionRejectionRequestReceived.d.mts → transactionRejectionRequestReceived.d.ts} +0 -0
- /package/dist/180/solanaIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
- /package/dist/180/solanaIngressEgress/{unknownAffiliate.d.mts → unknownAffiliate.d.ts} +0 -0
- /package/dist/180/solanaIngressEgress/{unknownBroker.d.mts → unknownBroker.d.ts} +0 -0
- /package/dist/180/solanaIngressEgress/{witnessSafetyMarginSet.d.mts → witnessSafetyMarginSet.d.ts} +0 -0
- /package/dist/180/swapping/{affiliateRegistration.d.mts → affiliateRegistration.d.ts} +0 -0
- /package/dist/180/swapping/{brokerBondSet.d.mts → brokerBondSet.d.ts} +0 -0
- /package/dist/180/swapping/{minimumNetworkFeeSet.d.mts → minimumNetworkFeeSet.d.ts} +0 -0
- /package/dist/180/swapping/{privateBrokerChannelClosed.d.mts → privateBrokerChannelClosed.d.ts} +0 -0
- /package/dist/180/swapping/{privateBrokerChannelOpened.d.mts → privateBrokerChannelOpened.d.ts} +0 -0
- /package/dist/180/swapping/{swapScheduled.d.mts → swapScheduled.d.ts} +0 -0
- /package/dist/190/arbitrumIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/190/arbitrumIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/190/assetBalances/{vaultDeficitDetected.d.mts → vaultDeficitDetected.d.ts} +0 -0
- /package/dist/190/assethubBroadcaster/{broadcastAborted.d.mts → broadcastAborted.d.ts} +0 -0
- /package/dist/190/assethubBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
- /package/dist/190/assethubBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
- /package/dist/190/assethubBroadcaster/{broadcastTimeout.d.mts → broadcastTimeout.d.ts} +0 -0
- /package/dist/190/assethubBroadcaster/{callResigned.d.mts → callResigned.d.ts} +0 -0
- /package/dist/190/assethubBroadcaster/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/190/assethubBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/190/assethubBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
- /package/dist/190/assethubBroadcaster/{transactionFeeDeficitRecorded.d.mts → transactionFeeDeficitRecorded.d.ts} +0 -0
- /package/dist/190/assethubBroadcaster/{transactionFeeDeficitRefused.d.mts → transactionFeeDeficitRefused.d.ts} +0 -0
- /package/dist/190/assethubChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
- /package/dist/190/assethubChainTracking/{feeMultiplierUpdated.d.mts → feeMultiplierUpdated.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{boostPoolCreated.d.mts → boostPoolCreated.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{boostedDepositLost.d.mts → boostedDepositLost.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{ccmBroadcastFailed.d.mts → ccmBroadcastFailed.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{channelOpeningFeePaid.d.mts → channelOpeningFeePaid.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{channelOpeningFeeSet.d.mts → channelOpeningFeeSet.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{depositChannelLifetimeSet.d.mts → depositChannelLifetimeSet.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{depositFetchesScheduled.d.mts → depositFetchesScheduled.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{failedForeignChainCallExpired.d.mts → failedForeignChainCallExpired.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{failedForeignChainCallResigned.d.mts → failedForeignChainCallResigned.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{networkFeeDeductionFromBoostSet.d.mts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{transactionRejectionFailed.d.mts → transactionRejectionFailed.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{unknownAffiliate.d.mts → unknownAffiliate.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{unknownBroker.d.mts → unknownBroker.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{utxoConsolidation.d.mts → utxoConsolidation.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{witnessSafetyMarginSet.d.mts → witnessSafetyMarginSet.d.ts} +0 -0
- /package/dist/190/assethubVault/{activationTxFailedAwaitingGovernance.d.mts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
- /package/dist/190/assethubVault/{awaitingGovernanceActivation.d.mts → awaitingGovernanceActivation.d.ts} +0 -0
- /package/dist/190/assethubVault/{chainInitialized.d.mts → chainInitialized.d.ts} +0 -0
- /package/dist/190/assethubVault/{vaultActivationCompleted.d.mts → vaultActivationCompleted.d.ts} +0 -0
- /package/dist/190/assethubVault/{vaultRotatedExternally.d.mts → vaultRotatedExternally.d.ts} +0 -0
- /package/dist/190/bitcoinIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/190/bitcoinIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/190/environment/{assethubVaultAccountSet.d.mts → assethubVaultAccountSet.d.ts} +0 -0
- /package/dist/190/ethereumIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/190/ethereumIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/190/liquidityPools/{priceImpactLimitSet.d.mts → priceImpactLimitSet.d.ts} +0 -0
- /package/dist/190/polkadotIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/190/polkadotIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/190/solanaIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/190/solanaIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/190/swapping/{vaultSwapMinimumBrokerFeeSet.d.mts → vaultSwapMinimumBrokerFeeSet.d.ts} +0 -0
- /package/dist/190/tokenholderGovernance/{govKeyUpdatedHasFailed.d.mts → govKeyUpdatedHasFailed.d.ts} +0 -0
- /package/dist/190/tokenholderGovernance/{govKeyUpdatedWasSuccessful.d.mts → govKeyUpdatedWasSuccessful.d.ts} +0 -0
- /package/dist/190/tradingStrategy/{strategyClosed.d.mts → strategyClosed.d.ts} +0 -0
- /package/dist/200/arbitrumBroadcaster/{historicalBroadcastRequested.d.mts → historicalBroadcastRequested.d.ts} +0 -0
- /package/dist/200/assethubBroadcaster/{historicalBroadcastRequested.d.mts → historicalBroadcastRequested.d.ts} +0 -0
- /package/dist/200/bitcoinBroadcaster/{historicalBroadcastRequested.d.mts → historicalBroadcastRequested.d.ts} +0 -0
- /package/dist/200/bitcoinThresholdSigner/{maxRetriesReachedForRequest.d.mts → maxRetriesReachedForRequest.d.ts} +0 -0
- /package/dist/200/environment/{batchCompleted.d.mts → batchCompleted.d.ts} +0 -0
- /package/dist/200/environment/{nonNativeSignedCall.d.mts → nonNativeSignedCall.d.ts} +0 -0
- /package/dist/200/environment/{runtimeSafeModeUpdated.d.mts → runtimeSafeModeUpdated.d.ts} +0 -0
- /package/dist/200/ethereumBroadcaster/{historicalBroadcastRequested.d.mts → historicalBroadcastRequested.d.ts} +0 -0
- /package/dist/200/evmThresholdSigner/{maxRetriesReachedForRequest.d.mts → maxRetriesReachedForRequest.d.ts} +0 -0
- /package/dist/200/funding/{funded.d.mts → funded.d.ts} +0 -0
- /package/dist/200/lendingPools/{collateralAdded.d.mts → collateralAdded.d.ts} +0 -0
- /package/dist/200/lendingPools/{collateralRemoved.d.mts → collateralRemoved.d.ts} +0 -0
- /package/dist/200/lendingPools/{collateralTopupAssetUpdated.d.mts → collateralTopupAssetUpdated.d.ts} +0 -0
- /package/dist/200/lendingPools/{interestTaken.d.mts → interestTaken.d.ts} +0 -0
- /package/dist/200/lendingPools/{lendingFundsAdded.d.mts → lendingFundsAdded.d.ts} +0 -0
- /package/dist/200/lendingPools/{lendingFundsRemoved.d.mts → lendingFundsRemoved.d.ts} +0 -0
- /package/dist/200/lendingPools/{lendingNetworkFeeSwapInitiated.d.mts → lendingNetworkFeeSwapInitiated.d.ts} +0 -0
- /package/dist/200/lendingPools/{lendingPoolCreated.d.mts → lendingPoolCreated.d.ts} +0 -0
- /package/dist/200/lendingPools/{liquidationCompleted.d.mts → liquidationCompleted.d.ts} +0 -0
- /package/dist/200/lendingPools/{liquidationFeeTaken.d.mts → liquidationFeeTaken.d.ts} +0 -0
- /package/dist/200/lendingPools/{liquidationInitiated.d.mts → liquidationInitiated.d.ts} +0 -0
- /package/dist/200/lendingPools/{loanRepaid.d.mts → loanRepaid.d.ts} +0 -0
- /package/dist/200/lendingPools/{loanSettled.d.mts → loanSettled.d.ts} +0 -0
- /package/dist/200/lendingPools/{loanUpdated.d.mts → loanUpdated.d.ts} +0 -0
- /package/dist/200/lendingPools/{originationFeeTaken.d.mts → originationFeeTaken.d.ts} +0 -0
- /package/dist/200/lendingPools/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/200/lendingPools/{whitelistUpdated.d.mts → whitelistUpdated.d.ts} +0 -0
- /package/dist/200/polkadotBroadcaster/{historicalBroadcastRequested.d.mts → historicalBroadcastRequested.d.ts} +0 -0
- /package/dist/200/polkadotThresholdSigner/{maxRetriesReachedForRequest.d.mts → maxRetriesReachedForRequest.d.ts} +0 -0
- /package/dist/200/solanaBroadcaster/{historicalBroadcastRequested.d.mts → historicalBroadcastRequested.d.ts} +0 -0
- /package/dist/200/solanaThresholdSigner/{maxRetriesReachedForRequest.d.mts → maxRetriesReachedForRequest.d.ts} +0 -0
- /package/dist/200/swapping/{swapAborted.d.mts → swapAborted.d.ts} +0 -0
- /package/dist/200/swapping/{swapRequestCompleted.d.mts → swapRequestCompleted.d.ts} +0 -0
- /package/dist/200/swapping/{swapRescheduled.d.mts → swapRescheduled.d.ts} +0 -0
- /package/dist/210/arbitrumIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
- /package/dist/210/arbitrumIngressEgress/{depositBoosted.d.mts → depositBoosted.d.ts} +0 -0
- /package/dist/210/arbitrumIngressEgress/{depositFetchesScheduled.d.mts → depositFetchesScheduled.d.ts} +0 -0
- /package/dist/210/arbitrumIngressEgress/{depositFinalised.d.mts → depositFinalised.d.ts} +0 -0
- /package/dist/210/arbitrumIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
- /package/dist/210/arbitrumIngressEgress/{invalidCcmRefunded.d.mts → invalidCcmRefunded.d.ts} +0 -0
- /package/dist/210/arbitrumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/210/arbitrumIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
- /package/dist/210/environment/{addedNewArbAsset.d.mts → addedNewArbAsset.d.ts} +0 -0
- /package/dist/210/environment/{addedNewEthAsset.d.mts → addedNewEthAsset.d.ts} +0 -0
- /package/dist/210/environment/{updatedArbAsset.d.mts → updatedArbAsset.d.ts} +0 -0
- /package/dist/210/environment/{updatedEthAsset.d.mts → updatedEthAsset.d.ts} +0 -0
- /package/dist/210/ethereumIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
- /package/dist/210/ethereumIngressEgress/{depositBoosted.d.mts → depositBoosted.d.ts} +0 -0
- /package/dist/210/ethereumIngressEgress/{depositFetchesScheduled.d.mts → depositFetchesScheduled.d.ts} +0 -0
- /package/dist/210/ethereumIngressEgress/{depositFinalised.d.mts → depositFinalised.d.ts} +0 -0
- /package/dist/210/ethereumIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
- /package/dist/210/ethereumIngressEgress/{invalidCcmRefunded.d.mts → invalidCcmRefunded.d.ts} +0 -0
- /package/dist/210/ethereumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/210/ethereumIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
- /package/dist/210/governance/{newGovernanceCouncil.d.mts → newGovernanceCouncil.d.ts} +0 -0
- /package/dist/210/lendingPools/{loanRepaid.d.mts → loanRepaid.d.ts} +0 -0
- /package/dist/210/liquidityPools/{priceImpactLimitSet.d.mts → priceImpactLimitSet.d.ts} +0 -0
- /package/dist/{generate.d.mts → generate.d.ts} +0 -0
|
@@ -0,0 +1,1997 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region generated/210/environment/runtimeSafeModeUpdated.d.ts
|
|
4
|
+
declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
5
|
+
safeMode: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
6
|
+
__kind: z.ZodLiteral<"CodeRed">;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
__kind: "CodeRed";
|
|
9
|
+
}, {
|
|
10
|
+
__kind: "CodeRed";
|
|
11
|
+
}>, z.ZodObject<{
|
|
12
|
+
__kind: z.ZodLiteral<"CodeGreen">;
|
|
13
|
+
}, "strip", z.ZodTypeAny, {
|
|
14
|
+
__kind: "CodeGreen";
|
|
15
|
+
}, {
|
|
16
|
+
__kind: "CodeGreen";
|
|
17
|
+
}>, z.ZodObject<{
|
|
18
|
+
__kind: z.ZodLiteral<"CodeAmber">;
|
|
19
|
+
value: z.ZodObject<{
|
|
20
|
+
emissions: z.ZodObject<{
|
|
21
|
+
emissionsSyncEnabled: z.ZodBoolean;
|
|
22
|
+
}, "strip", z.ZodTypeAny, {
|
|
23
|
+
emissionsSyncEnabled: boolean;
|
|
24
|
+
}, {
|
|
25
|
+
emissionsSyncEnabled: boolean;
|
|
26
|
+
}>;
|
|
27
|
+
funding: z.ZodObject<{
|
|
28
|
+
redeemEnabled: z.ZodBoolean;
|
|
29
|
+
}, "strip", z.ZodTypeAny, {
|
|
30
|
+
redeemEnabled: boolean;
|
|
31
|
+
}, {
|
|
32
|
+
redeemEnabled: boolean;
|
|
33
|
+
}>;
|
|
34
|
+
swapping: z.ZodObject<{
|
|
35
|
+
swapsEnabled: z.ZodBoolean;
|
|
36
|
+
withdrawalsEnabled: z.ZodBoolean;
|
|
37
|
+
brokerRegistrationEnabled: z.ZodBoolean;
|
|
38
|
+
depositEnabled: z.ZodBoolean;
|
|
39
|
+
}, "strip", z.ZodTypeAny, {
|
|
40
|
+
swapsEnabled: boolean;
|
|
41
|
+
withdrawalsEnabled: boolean;
|
|
42
|
+
brokerRegistrationEnabled: boolean;
|
|
43
|
+
depositEnabled: boolean;
|
|
44
|
+
}, {
|
|
45
|
+
swapsEnabled: boolean;
|
|
46
|
+
withdrawalsEnabled: boolean;
|
|
47
|
+
brokerRegistrationEnabled: boolean;
|
|
48
|
+
depositEnabled: boolean;
|
|
49
|
+
}>;
|
|
50
|
+
liquidityProvider: z.ZodObject<{
|
|
51
|
+
depositEnabled: z.ZodBoolean;
|
|
52
|
+
withdrawalEnabled: z.ZodBoolean;
|
|
53
|
+
internalSwapsEnabled: z.ZodBoolean;
|
|
54
|
+
}, "strip", z.ZodTypeAny, {
|
|
55
|
+
depositEnabled: boolean;
|
|
56
|
+
withdrawalEnabled: boolean;
|
|
57
|
+
internalSwapsEnabled: boolean;
|
|
58
|
+
}, {
|
|
59
|
+
depositEnabled: boolean;
|
|
60
|
+
withdrawalEnabled: boolean;
|
|
61
|
+
internalSwapsEnabled: boolean;
|
|
62
|
+
}>;
|
|
63
|
+
validator: z.ZodObject<{
|
|
64
|
+
authorityRotationEnabled: z.ZodBoolean;
|
|
65
|
+
startBiddingEnabled: z.ZodBoolean;
|
|
66
|
+
stopBiddingEnabled: z.ZodBoolean;
|
|
67
|
+
}, "strip", z.ZodTypeAny, {
|
|
68
|
+
authorityRotationEnabled: boolean;
|
|
69
|
+
startBiddingEnabled: boolean;
|
|
70
|
+
stopBiddingEnabled: boolean;
|
|
71
|
+
}, {
|
|
72
|
+
authorityRotationEnabled: boolean;
|
|
73
|
+
startBiddingEnabled: boolean;
|
|
74
|
+
stopBiddingEnabled: boolean;
|
|
75
|
+
}>;
|
|
76
|
+
pools: z.ZodObject<{
|
|
77
|
+
rangeOrderUpdateEnabled: z.ZodBoolean;
|
|
78
|
+
limitOrderUpdateEnabled: z.ZodBoolean;
|
|
79
|
+
}, "strip", z.ZodTypeAny, {
|
|
80
|
+
rangeOrderUpdateEnabled: boolean;
|
|
81
|
+
limitOrderUpdateEnabled: boolean;
|
|
82
|
+
}, {
|
|
83
|
+
rangeOrderUpdateEnabled: boolean;
|
|
84
|
+
limitOrderUpdateEnabled: boolean;
|
|
85
|
+
}>;
|
|
86
|
+
tradingStrategies: z.ZodObject<{
|
|
87
|
+
strategyUpdatesEnabled: z.ZodBoolean;
|
|
88
|
+
strategyClosureEnabled: z.ZodBoolean;
|
|
89
|
+
strategyExecutionEnabled: z.ZodBoolean;
|
|
90
|
+
}, "strip", z.ZodTypeAny, {
|
|
91
|
+
strategyUpdatesEnabled: boolean;
|
|
92
|
+
strategyClosureEnabled: boolean;
|
|
93
|
+
strategyExecutionEnabled: boolean;
|
|
94
|
+
}, {
|
|
95
|
+
strategyUpdatesEnabled: boolean;
|
|
96
|
+
strategyClosureEnabled: boolean;
|
|
97
|
+
strategyExecutionEnabled: boolean;
|
|
98
|
+
}>;
|
|
99
|
+
lendingPools: z.ZodObject<{
|
|
100
|
+
addBoostFundsEnabled: z.ZodBoolean;
|
|
101
|
+
stopBoostingEnabled: z.ZodBoolean;
|
|
102
|
+
borrowing: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
103
|
+
__kind: z.ZodLiteral<"Green">;
|
|
104
|
+
}, "strip", z.ZodTypeAny, {
|
|
105
|
+
__kind: "Green";
|
|
106
|
+
}, {
|
|
107
|
+
__kind: "Green";
|
|
108
|
+
}>, z.ZodObject<{
|
|
109
|
+
__kind: z.ZodLiteral<"Red">;
|
|
110
|
+
}, "strip", z.ZodTypeAny, {
|
|
111
|
+
__kind: "Red";
|
|
112
|
+
}, {
|
|
113
|
+
__kind: "Red";
|
|
114
|
+
}>, z.ZodObject<{
|
|
115
|
+
__kind: z.ZodLiteral<"Amber">;
|
|
116
|
+
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
117
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
|
|
118
|
+
}, "strip", z.ZodTypeAny, {
|
|
119
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
120
|
+
}, {
|
|
121
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
122
|
+
}>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
|
|
123
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
124
|
+
}>, "many">;
|
|
125
|
+
}, "strip", z.ZodTypeAny, {
|
|
126
|
+
__kind: "Amber";
|
|
127
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
128
|
+
}, {
|
|
129
|
+
__kind: "Amber";
|
|
130
|
+
value: {
|
|
131
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
132
|
+
}[];
|
|
133
|
+
}>]>;
|
|
134
|
+
addLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
135
|
+
__kind: z.ZodLiteral<"Green">;
|
|
136
|
+
}, "strip", z.ZodTypeAny, {
|
|
137
|
+
__kind: "Green";
|
|
138
|
+
}, {
|
|
139
|
+
__kind: "Green";
|
|
140
|
+
}>, z.ZodObject<{
|
|
141
|
+
__kind: z.ZodLiteral<"Red">;
|
|
142
|
+
}, "strip", z.ZodTypeAny, {
|
|
143
|
+
__kind: "Red";
|
|
144
|
+
}, {
|
|
145
|
+
__kind: "Red";
|
|
146
|
+
}>, z.ZodObject<{
|
|
147
|
+
__kind: z.ZodLiteral<"Amber">;
|
|
148
|
+
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
149
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
|
|
150
|
+
}, "strip", z.ZodTypeAny, {
|
|
151
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
152
|
+
}, {
|
|
153
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
154
|
+
}>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
|
|
155
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
156
|
+
}>, "many">;
|
|
157
|
+
}, "strip", z.ZodTypeAny, {
|
|
158
|
+
__kind: "Amber";
|
|
159
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
160
|
+
}, {
|
|
161
|
+
__kind: "Amber";
|
|
162
|
+
value: {
|
|
163
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
164
|
+
}[];
|
|
165
|
+
}>]>;
|
|
166
|
+
withdrawLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
167
|
+
__kind: z.ZodLiteral<"Green">;
|
|
168
|
+
}, "strip", z.ZodTypeAny, {
|
|
169
|
+
__kind: "Green";
|
|
170
|
+
}, {
|
|
171
|
+
__kind: "Green";
|
|
172
|
+
}>, z.ZodObject<{
|
|
173
|
+
__kind: z.ZodLiteral<"Red">;
|
|
174
|
+
}, "strip", z.ZodTypeAny, {
|
|
175
|
+
__kind: "Red";
|
|
176
|
+
}, {
|
|
177
|
+
__kind: "Red";
|
|
178
|
+
}>, z.ZodObject<{
|
|
179
|
+
__kind: z.ZodLiteral<"Amber">;
|
|
180
|
+
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
181
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
|
|
182
|
+
}, "strip", z.ZodTypeAny, {
|
|
183
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
184
|
+
}, {
|
|
185
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
186
|
+
}>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
|
|
187
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
188
|
+
}>, "many">;
|
|
189
|
+
}, "strip", z.ZodTypeAny, {
|
|
190
|
+
__kind: "Amber";
|
|
191
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
192
|
+
}, {
|
|
193
|
+
__kind: "Amber";
|
|
194
|
+
value: {
|
|
195
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
196
|
+
}[];
|
|
197
|
+
}>]>;
|
|
198
|
+
addCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
199
|
+
__kind: z.ZodLiteral<"Green">;
|
|
200
|
+
}, "strip", z.ZodTypeAny, {
|
|
201
|
+
__kind: "Green";
|
|
202
|
+
}, {
|
|
203
|
+
__kind: "Green";
|
|
204
|
+
}>, z.ZodObject<{
|
|
205
|
+
__kind: z.ZodLiteral<"Red">;
|
|
206
|
+
}, "strip", z.ZodTypeAny, {
|
|
207
|
+
__kind: "Red";
|
|
208
|
+
}, {
|
|
209
|
+
__kind: "Red";
|
|
210
|
+
}>, z.ZodObject<{
|
|
211
|
+
__kind: z.ZodLiteral<"Amber">;
|
|
212
|
+
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
213
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
|
|
214
|
+
}, "strip", z.ZodTypeAny, {
|
|
215
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
216
|
+
}, {
|
|
217
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
218
|
+
}>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
|
|
219
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
220
|
+
}>, "many">;
|
|
221
|
+
}, "strip", z.ZodTypeAny, {
|
|
222
|
+
__kind: "Amber";
|
|
223
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
224
|
+
}, {
|
|
225
|
+
__kind: "Amber";
|
|
226
|
+
value: {
|
|
227
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
228
|
+
}[];
|
|
229
|
+
}>]>;
|
|
230
|
+
removeCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
231
|
+
__kind: z.ZodLiteral<"Green">;
|
|
232
|
+
}, "strip", z.ZodTypeAny, {
|
|
233
|
+
__kind: "Green";
|
|
234
|
+
}, {
|
|
235
|
+
__kind: "Green";
|
|
236
|
+
}>, z.ZodObject<{
|
|
237
|
+
__kind: z.ZodLiteral<"Red">;
|
|
238
|
+
}, "strip", z.ZodTypeAny, {
|
|
239
|
+
__kind: "Red";
|
|
240
|
+
}, {
|
|
241
|
+
__kind: "Red";
|
|
242
|
+
}>, z.ZodObject<{
|
|
243
|
+
__kind: z.ZodLiteral<"Amber">;
|
|
244
|
+
value: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
245
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt"]>;
|
|
246
|
+
}, "strip", z.ZodTypeAny, {
|
|
247
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
248
|
+
}, {
|
|
249
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
250
|
+
}>, "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt", {
|
|
251
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
252
|
+
}>, "many">;
|
|
253
|
+
}, "strip", z.ZodTypeAny, {
|
|
254
|
+
__kind: "Amber";
|
|
255
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
256
|
+
}, {
|
|
257
|
+
__kind: "Amber";
|
|
258
|
+
value: {
|
|
259
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
260
|
+
}[];
|
|
261
|
+
}>]>;
|
|
262
|
+
liquidationsEnabled: z.ZodBoolean;
|
|
263
|
+
}, "strip", z.ZodTypeAny, {
|
|
264
|
+
addBoostFundsEnabled: boolean;
|
|
265
|
+
stopBoostingEnabled: boolean;
|
|
266
|
+
borrowing: {
|
|
267
|
+
__kind: "Green";
|
|
268
|
+
} | {
|
|
269
|
+
__kind: "Red";
|
|
270
|
+
} | {
|
|
271
|
+
__kind: "Amber";
|
|
272
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
273
|
+
};
|
|
274
|
+
addLenderFunds: {
|
|
275
|
+
__kind: "Green";
|
|
276
|
+
} | {
|
|
277
|
+
__kind: "Red";
|
|
278
|
+
} | {
|
|
279
|
+
__kind: "Amber";
|
|
280
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
281
|
+
};
|
|
282
|
+
withdrawLenderFunds: {
|
|
283
|
+
__kind: "Green";
|
|
284
|
+
} | {
|
|
285
|
+
__kind: "Red";
|
|
286
|
+
} | {
|
|
287
|
+
__kind: "Amber";
|
|
288
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
289
|
+
};
|
|
290
|
+
addCollateral: {
|
|
291
|
+
__kind: "Green";
|
|
292
|
+
} | {
|
|
293
|
+
__kind: "Red";
|
|
294
|
+
} | {
|
|
295
|
+
__kind: "Amber";
|
|
296
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
297
|
+
};
|
|
298
|
+
removeCollateral: {
|
|
299
|
+
__kind: "Green";
|
|
300
|
+
} | {
|
|
301
|
+
__kind: "Red";
|
|
302
|
+
} | {
|
|
303
|
+
__kind: "Amber";
|
|
304
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
305
|
+
};
|
|
306
|
+
liquidationsEnabled: boolean;
|
|
307
|
+
}, {
|
|
308
|
+
addBoostFundsEnabled: boolean;
|
|
309
|
+
stopBoostingEnabled: boolean;
|
|
310
|
+
borrowing: {
|
|
311
|
+
__kind: "Green";
|
|
312
|
+
} | {
|
|
313
|
+
__kind: "Red";
|
|
314
|
+
} | {
|
|
315
|
+
__kind: "Amber";
|
|
316
|
+
value: {
|
|
317
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
318
|
+
}[];
|
|
319
|
+
};
|
|
320
|
+
addLenderFunds: {
|
|
321
|
+
__kind: "Green";
|
|
322
|
+
} | {
|
|
323
|
+
__kind: "Red";
|
|
324
|
+
} | {
|
|
325
|
+
__kind: "Amber";
|
|
326
|
+
value: {
|
|
327
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
328
|
+
}[];
|
|
329
|
+
};
|
|
330
|
+
withdrawLenderFunds: {
|
|
331
|
+
__kind: "Green";
|
|
332
|
+
} | {
|
|
333
|
+
__kind: "Red";
|
|
334
|
+
} | {
|
|
335
|
+
__kind: "Amber";
|
|
336
|
+
value: {
|
|
337
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
338
|
+
}[];
|
|
339
|
+
};
|
|
340
|
+
addCollateral: {
|
|
341
|
+
__kind: "Green";
|
|
342
|
+
} | {
|
|
343
|
+
__kind: "Red";
|
|
344
|
+
} | {
|
|
345
|
+
__kind: "Amber";
|
|
346
|
+
value: {
|
|
347
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
348
|
+
}[];
|
|
349
|
+
};
|
|
350
|
+
removeCollateral: {
|
|
351
|
+
__kind: "Green";
|
|
352
|
+
} | {
|
|
353
|
+
__kind: "Red";
|
|
354
|
+
} | {
|
|
355
|
+
__kind: "Amber";
|
|
356
|
+
value: {
|
|
357
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
358
|
+
}[];
|
|
359
|
+
};
|
|
360
|
+
liquidationsEnabled: boolean;
|
|
361
|
+
}>;
|
|
362
|
+
reputation: z.ZodObject<{
|
|
363
|
+
reportingEnabled: z.ZodBoolean;
|
|
364
|
+
}, "strip", z.ZodTypeAny, {
|
|
365
|
+
reportingEnabled: boolean;
|
|
366
|
+
}, {
|
|
367
|
+
reportingEnabled: boolean;
|
|
368
|
+
}>;
|
|
369
|
+
assetBalances: z.ZodObject<{
|
|
370
|
+
reconciliationEnabled: z.ZodBoolean;
|
|
371
|
+
}, "strip", z.ZodTypeAny, {
|
|
372
|
+
reconciliationEnabled: boolean;
|
|
373
|
+
}, {
|
|
374
|
+
reconciliationEnabled: boolean;
|
|
375
|
+
}>;
|
|
376
|
+
thresholdSignatureEvm: z.ZodObject<{
|
|
377
|
+
slashingEnabled: z.ZodBoolean;
|
|
378
|
+
}, "strip", z.ZodTypeAny, {
|
|
379
|
+
slashingEnabled: boolean;
|
|
380
|
+
}, {
|
|
381
|
+
slashingEnabled: boolean;
|
|
382
|
+
}>;
|
|
383
|
+
thresholdSignatureBitcoin: z.ZodObject<{
|
|
384
|
+
slashingEnabled: z.ZodBoolean;
|
|
385
|
+
}, "strip", z.ZodTypeAny, {
|
|
386
|
+
slashingEnabled: boolean;
|
|
387
|
+
}, {
|
|
388
|
+
slashingEnabled: boolean;
|
|
389
|
+
}>;
|
|
390
|
+
thresholdSignaturePolkadot: z.ZodObject<{
|
|
391
|
+
slashingEnabled: z.ZodBoolean;
|
|
392
|
+
}, "strip", z.ZodTypeAny, {
|
|
393
|
+
slashingEnabled: boolean;
|
|
394
|
+
}, {
|
|
395
|
+
slashingEnabled: boolean;
|
|
396
|
+
}>;
|
|
397
|
+
thresholdSignatureSolana: z.ZodObject<{
|
|
398
|
+
slashingEnabled: z.ZodBoolean;
|
|
399
|
+
}, "strip", z.ZodTypeAny, {
|
|
400
|
+
slashingEnabled: boolean;
|
|
401
|
+
}, {
|
|
402
|
+
slashingEnabled: boolean;
|
|
403
|
+
}>;
|
|
404
|
+
broadcastEthereum: z.ZodObject<{
|
|
405
|
+
retryEnabled: z.ZodBoolean;
|
|
406
|
+
egressWitnessingEnabled: z.ZodBoolean;
|
|
407
|
+
}, "strip", z.ZodTypeAny, {
|
|
408
|
+
retryEnabled: boolean;
|
|
409
|
+
egressWitnessingEnabled: boolean;
|
|
410
|
+
}, {
|
|
411
|
+
retryEnabled: boolean;
|
|
412
|
+
egressWitnessingEnabled: boolean;
|
|
413
|
+
}>;
|
|
414
|
+
broadcastBitcoin: z.ZodObject<{
|
|
415
|
+
retryEnabled: z.ZodBoolean;
|
|
416
|
+
egressWitnessingEnabled: z.ZodBoolean;
|
|
417
|
+
}, "strip", z.ZodTypeAny, {
|
|
418
|
+
retryEnabled: boolean;
|
|
419
|
+
egressWitnessingEnabled: boolean;
|
|
420
|
+
}, {
|
|
421
|
+
retryEnabled: boolean;
|
|
422
|
+
egressWitnessingEnabled: boolean;
|
|
423
|
+
}>;
|
|
424
|
+
broadcastPolkadot: z.ZodObject<{
|
|
425
|
+
retryEnabled: z.ZodBoolean;
|
|
426
|
+
egressWitnessingEnabled: z.ZodBoolean;
|
|
427
|
+
}, "strip", z.ZodTypeAny, {
|
|
428
|
+
retryEnabled: boolean;
|
|
429
|
+
egressWitnessingEnabled: boolean;
|
|
430
|
+
}, {
|
|
431
|
+
retryEnabled: boolean;
|
|
432
|
+
egressWitnessingEnabled: boolean;
|
|
433
|
+
}>;
|
|
434
|
+
broadcastArbitrum: z.ZodObject<{
|
|
435
|
+
retryEnabled: z.ZodBoolean;
|
|
436
|
+
egressWitnessingEnabled: z.ZodBoolean;
|
|
437
|
+
}, "strip", z.ZodTypeAny, {
|
|
438
|
+
retryEnabled: boolean;
|
|
439
|
+
egressWitnessingEnabled: boolean;
|
|
440
|
+
}, {
|
|
441
|
+
retryEnabled: boolean;
|
|
442
|
+
egressWitnessingEnabled: boolean;
|
|
443
|
+
}>;
|
|
444
|
+
broadcastSolana: z.ZodObject<{
|
|
445
|
+
retryEnabled: z.ZodBoolean;
|
|
446
|
+
egressWitnessingEnabled: z.ZodBoolean;
|
|
447
|
+
}, "strip", z.ZodTypeAny, {
|
|
448
|
+
retryEnabled: boolean;
|
|
449
|
+
egressWitnessingEnabled: boolean;
|
|
450
|
+
}, {
|
|
451
|
+
retryEnabled: boolean;
|
|
452
|
+
egressWitnessingEnabled: boolean;
|
|
453
|
+
}>;
|
|
454
|
+
broadcastAssethub: z.ZodObject<{
|
|
455
|
+
retryEnabled: z.ZodBoolean;
|
|
456
|
+
egressWitnessingEnabled: z.ZodBoolean;
|
|
457
|
+
}, "strip", z.ZodTypeAny, {
|
|
458
|
+
retryEnabled: boolean;
|
|
459
|
+
egressWitnessingEnabled: boolean;
|
|
460
|
+
}, {
|
|
461
|
+
retryEnabled: boolean;
|
|
462
|
+
egressWitnessingEnabled: boolean;
|
|
463
|
+
}>;
|
|
464
|
+
witnesser: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
465
|
+
__kind: z.ZodLiteral<"CodeGreen">;
|
|
466
|
+
}, "strip", z.ZodTypeAny, {
|
|
467
|
+
__kind: "CodeGreen";
|
|
468
|
+
}, {
|
|
469
|
+
__kind: "CodeGreen";
|
|
470
|
+
}>, z.ZodObject<{
|
|
471
|
+
__kind: z.ZodLiteral<"CodeRed">;
|
|
472
|
+
}, "strip", z.ZodTypeAny, {
|
|
473
|
+
__kind: "CodeRed";
|
|
474
|
+
}, {
|
|
475
|
+
__kind: "CodeRed";
|
|
476
|
+
}>, z.ZodObject<{
|
|
477
|
+
__kind: z.ZodLiteral<"CodeAmber">;
|
|
478
|
+
value: z.ZodObject<{
|
|
479
|
+
governance: z.ZodBoolean;
|
|
480
|
+
funding: z.ZodBoolean;
|
|
481
|
+
swapping: z.ZodBoolean;
|
|
482
|
+
ethereumBroadcast: z.ZodBoolean;
|
|
483
|
+
ethereumChainTracking: z.ZodBoolean;
|
|
484
|
+
ethereumIngressEgress: z.ZodBoolean;
|
|
485
|
+
ethereumVault: z.ZodBoolean;
|
|
486
|
+
polkadotBroadcast: z.ZodBoolean;
|
|
487
|
+
polkadotChainTracking: z.ZodBoolean;
|
|
488
|
+
polkadotIngressEgress: z.ZodBoolean;
|
|
489
|
+
polkadotVault: z.ZodBoolean;
|
|
490
|
+
bitcoinBroadcast: z.ZodBoolean;
|
|
491
|
+
bitcoinChainTracking: z.ZodBoolean;
|
|
492
|
+
bitcoinIngressEgress: z.ZodBoolean;
|
|
493
|
+
bitcoinVault: z.ZodBoolean;
|
|
494
|
+
arbitrumBroadcast: z.ZodBoolean;
|
|
495
|
+
arbitrumChainTracking: z.ZodBoolean;
|
|
496
|
+
arbitrumIngressEgress: z.ZodBoolean;
|
|
497
|
+
arbitrumVault: z.ZodBoolean;
|
|
498
|
+
solanaBroadcast: z.ZodBoolean;
|
|
499
|
+
solanaVault: z.ZodBoolean;
|
|
500
|
+
assethubBroadcast: z.ZodBoolean;
|
|
501
|
+
assethubChainTracking: z.ZodBoolean;
|
|
502
|
+
assethubIngressEgress: z.ZodBoolean;
|
|
503
|
+
assethubVault: z.ZodBoolean;
|
|
504
|
+
}, "strip", z.ZodTypeAny, {
|
|
505
|
+
governance: boolean;
|
|
506
|
+
funding: boolean;
|
|
507
|
+
swapping: boolean;
|
|
508
|
+
ethereumBroadcast: boolean;
|
|
509
|
+
ethereumChainTracking: boolean;
|
|
510
|
+
ethereumIngressEgress: boolean;
|
|
511
|
+
ethereumVault: boolean;
|
|
512
|
+
polkadotBroadcast: boolean;
|
|
513
|
+
polkadotChainTracking: boolean;
|
|
514
|
+
polkadotIngressEgress: boolean;
|
|
515
|
+
polkadotVault: boolean;
|
|
516
|
+
bitcoinBroadcast: boolean;
|
|
517
|
+
bitcoinChainTracking: boolean;
|
|
518
|
+
bitcoinIngressEgress: boolean;
|
|
519
|
+
bitcoinVault: boolean;
|
|
520
|
+
arbitrumBroadcast: boolean;
|
|
521
|
+
arbitrumChainTracking: boolean;
|
|
522
|
+
arbitrumIngressEgress: boolean;
|
|
523
|
+
arbitrumVault: boolean;
|
|
524
|
+
solanaBroadcast: boolean;
|
|
525
|
+
solanaVault: boolean;
|
|
526
|
+
assethubBroadcast: boolean;
|
|
527
|
+
assethubChainTracking: boolean;
|
|
528
|
+
assethubIngressEgress: boolean;
|
|
529
|
+
assethubVault: boolean;
|
|
530
|
+
}, {
|
|
531
|
+
governance: boolean;
|
|
532
|
+
funding: boolean;
|
|
533
|
+
swapping: boolean;
|
|
534
|
+
ethereumBroadcast: boolean;
|
|
535
|
+
ethereumChainTracking: boolean;
|
|
536
|
+
ethereumIngressEgress: boolean;
|
|
537
|
+
ethereumVault: boolean;
|
|
538
|
+
polkadotBroadcast: boolean;
|
|
539
|
+
polkadotChainTracking: boolean;
|
|
540
|
+
polkadotIngressEgress: boolean;
|
|
541
|
+
polkadotVault: boolean;
|
|
542
|
+
bitcoinBroadcast: boolean;
|
|
543
|
+
bitcoinChainTracking: boolean;
|
|
544
|
+
bitcoinIngressEgress: boolean;
|
|
545
|
+
bitcoinVault: boolean;
|
|
546
|
+
arbitrumBroadcast: boolean;
|
|
547
|
+
arbitrumChainTracking: boolean;
|
|
548
|
+
arbitrumIngressEgress: boolean;
|
|
549
|
+
arbitrumVault: boolean;
|
|
550
|
+
solanaBroadcast: boolean;
|
|
551
|
+
solanaVault: boolean;
|
|
552
|
+
assethubBroadcast: boolean;
|
|
553
|
+
assethubChainTracking: boolean;
|
|
554
|
+
assethubIngressEgress: boolean;
|
|
555
|
+
assethubVault: boolean;
|
|
556
|
+
}>;
|
|
557
|
+
}, "strip", z.ZodTypeAny, {
|
|
558
|
+
__kind: "CodeAmber";
|
|
559
|
+
value: {
|
|
560
|
+
governance: boolean;
|
|
561
|
+
funding: boolean;
|
|
562
|
+
swapping: boolean;
|
|
563
|
+
ethereumBroadcast: boolean;
|
|
564
|
+
ethereumChainTracking: boolean;
|
|
565
|
+
ethereumIngressEgress: boolean;
|
|
566
|
+
ethereumVault: boolean;
|
|
567
|
+
polkadotBroadcast: boolean;
|
|
568
|
+
polkadotChainTracking: boolean;
|
|
569
|
+
polkadotIngressEgress: boolean;
|
|
570
|
+
polkadotVault: boolean;
|
|
571
|
+
bitcoinBroadcast: boolean;
|
|
572
|
+
bitcoinChainTracking: boolean;
|
|
573
|
+
bitcoinIngressEgress: boolean;
|
|
574
|
+
bitcoinVault: boolean;
|
|
575
|
+
arbitrumBroadcast: boolean;
|
|
576
|
+
arbitrumChainTracking: boolean;
|
|
577
|
+
arbitrumIngressEgress: boolean;
|
|
578
|
+
arbitrumVault: boolean;
|
|
579
|
+
solanaBroadcast: boolean;
|
|
580
|
+
solanaVault: boolean;
|
|
581
|
+
assethubBroadcast: boolean;
|
|
582
|
+
assethubChainTracking: boolean;
|
|
583
|
+
assethubIngressEgress: boolean;
|
|
584
|
+
assethubVault: boolean;
|
|
585
|
+
};
|
|
586
|
+
}, {
|
|
587
|
+
__kind: "CodeAmber";
|
|
588
|
+
value: {
|
|
589
|
+
governance: boolean;
|
|
590
|
+
funding: boolean;
|
|
591
|
+
swapping: boolean;
|
|
592
|
+
ethereumBroadcast: boolean;
|
|
593
|
+
ethereumChainTracking: boolean;
|
|
594
|
+
ethereumIngressEgress: boolean;
|
|
595
|
+
ethereumVault: boolean;
|
|
596
|
+
polkadotBroadcast: boolean;
|
|
597
|
+
polkadotChainTracking: boolean;
|
|
598
|
+
polkadotIngressEgress: boolean;
|
|
599
|
+
polkadotVault: boolean;
|
|
600
|
+
bitcoinBroadcast: boolean;
|
|
601
|
+
bitcoinChainTracking: boolean;
|
|
602
|
+
bitcoinIngressEgress: boolean;
|
|
603
|
+
bitcoinVault: boolean;
|
|
604
|
+
arbitrumBroadcast: boolean;
|
|
605
|
+
arbitrumChainTracking: boolean;
|
|
606
|
+
arbitrumIngressEgress: boolean;
|
|
607
|
+
arbitrumVault: boolean;
|
|
608
|
+
solanaBroadcast: boolean;
|
|
609
|
+
solanaVault: boolean;
|
|
610
|
+
assethubBroadcast: boolean;
|
|
611
|
+
assethubChainTracking: boolean;
|
|
612
|
+
assethubIngressEgress: boolean;
|
|
613
|
+
assethubVault: boolean;
|
|
614
|
+
};
|
|
615
|
+
}>]>;
|
|
616
|
+
ingressEgressEthereum: z.ZodObject<{
|
|
617
|
+
boostDepositsEnabled: z.ZodBoolean;
|
|
618
|
+
depositChannelCreationEnabled: z.ZodBoolean;
|
|
619
|
+
depositChannelWitnessingEnabled: z.ZodBoolean;
|
|
620
|
+
vaultDepositWitnessingEnabled: z.ZodBoolean;
|
|
621
|
+
}, "strip", z.ZodTypeAny, {
|
|
622
|
+
boostDepositsEnabled: boolean;
|
|
623
|
+
depositChannelCreationEnabled: boolean;
|
|
624
|
+
depositChannelWitnessingEnabled: boolean;
|
|
625
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
626
|
+
}, {
|
|
627
|
+
boostDepositsEnabled: boolean;
|
|
628
|
+
depositChannelCreationEnabled: boolean;
|
|
629
|
+
depositChannelWitnessingEnabled: boolean;
|
|
630
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
631
|
+
}>;
|
|
632
|
+
ingressEgressBitcoin: z.ZodObject<{
|
|
633
|
+
boostDepositsEnabled: z.ZodBoolean;
|
|
634
|
+
depositChannelCreationEnabled: z.ZodBoolean;
|
|
635
|
+
depositChannelWitnessingEnabled: z.ZodBoolean;
|
|
636
|
+
vaultDepositWitnessingEnabled: z.ZodBoolean;
|
|
637
|
+
}, "strip", z.ZodTypeAny, {
|
|
638
|
+
boostDepositsEnabled: boolean;
|
|
639
|
+
depositChannelCreationEnabled: boolean;
|
|
640
|
+
depositChannelWitnessingEnabled: boolean;
|
|
641
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
642
|
+
}, {
|
|
643
|
+
boostDepositsEnabled: boolean;
|
|
644
|
+
depositChannelCreationEnabled: boolean;
|
|
645
|
+
depositChannelWitnessingEnabled: boolean;
|
|
646
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
647
|
+
}>;
|
|
648
|
+
ingressEgressPolkadot: z.ZodObject<{
|
|
649
|
+
boostDepositsEnabled: z.ZodBoolean;
|
|
650
|
+
depositChannelCreationEnabled: z.ZodBoolean;
|
|
651
|
+
depositChannelWitnessingEnabled: z.ZodBoolean;
|
|
652
|
+
vaultDepositWitnessingEnabled: z.ZodBoolean;
|
|
653
|
+
}, "strip", z.ZodTypeAny, {
|
|
654
|
+
boostDepositsEnabled: boolean;
|
|
655
|
+
depositChannelCreationEnabled: boolean;
|
|
656
|
+
depositChannelWitnessingEnabled: boolean;
|
|
657
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
658
|
+
}, {
|
|
659
|
+
boostDepositsEnabled: boolean;
|
|
660
|
+
depositChannelCreationEnabled: boolean;
|
|
661
|
+
depositChannelWitnessingEnabled: boolean;
|
|
662
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
663
|
+
}>;
|
|
664
|
+
ingressEgressArbitrum: z.ZodObject<{
|
|
665
|
+
boostDepositsEnabled: z.ZodBoolean;
|
|
666
|
+
depositChannelCreationEnabled: z.ZodBoolean;
|
|
667
|
+
depositChannelWitnessingEnabled: z.ZodBoolean;
|
|
668
|
+
vaultDepositWitnessingEnabled: z.ZodBoolean;
|
|
669
|
+
}, "strip", z.ZodTypeAny, {
|
|
670
|
+
boostDepositsEnabled: boolean;
|
|
671
|
+
depositChannelCreationEnabled: boolean;
|
|
672
|
+
depositChannelWitnessingEnabled: boolean;
|
|
673
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
674
|
+
}, {
|
|
675
|
+
boostDepositsEnabled: boolean;
|
|
676
|
+
depositChannelCreationEnabled: boolean;
|
|
677
|
+
depositChannelWitnessingEnabled: boolean;
|
|
678
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
679
|
+
}>;
|
|
680
|
+
ingressEgressSolana: z.ZodObject<{
|
|
681
|
+
boostDepositsEnabled: z.ZodBoolean;
|
|
682
|
+
depositChannelCreationEnabled: z.ZodBoolean;
|
|
683
|
+
depositChannelWitnessingEnabled: z.ZodBoolean;
|
|
684
|
+
vaultDepositWitnessingEnabled: z.ZodBoolean;
|
|
685
|
+
}, "strip", z.ZodTypeAny, {
|
|
686
|
+
boostDepositsEnabled: boolean;
|
|
687
|
+
depositChannelCreationEnabled: boolean;
|
|
688
|
+
depositChannelWitnessingEnabled: boolean;
|
|
689
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
690
|
+
}, {
|
|
691
|
+
boostDepositsEnabled: boolean;
|
|
692
|
+
depositChannelCreationEnabled: boolean;
|
|
693
|
+
depositChannelWitnessingEnabled: boolean;
|
|
694
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
695
|
+
}>;
|
|
696
|
+
ingressEgressAssethub: z.ZodObject<{
|
|
697
|
+
boostDepositsEnabled: z.ZodBoolean;
|
|
698
|
+
depositChannelCreationEnabled: z.ZodBoolean;
|
|
699
|
+
depositChannelWitnessingEnabled: z.ZodBoolean;
|
|
700
|
+
vaultDepositWitnessingEnabled: z.ZodBoolean;
|
|
701
|
+
}, "strip", z.ZodTypeAny, {
|
|
702
|
+
boostDepositsEnabled: boolean;
|
|
703
|
+
depositChannelCreationEnabled: boolean;
|
|
704
|
+
depositChannelWitnessingEnabled: boolean;
|
|
705
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
706
|
+
}, {
|
|
707
|
+
boostDepositsEnabled: boolean;
|
|
708
|
+
depositChannelCreationEnabled: boolean;
|
|
709
|
+
depositChannelWitnessingEnabled: boolean;
|
|
710
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
711
|
+
}>;
|
|
712
|
+
electionsGeneric: z.ZodObject<{
|
|
713
|
+
oraclePriceElections: z.ZodBoolean;
|
|
714
|
+
}, "strip", z.ZodTypeAny, {
|
|
715
|
+
oraclePriceElections: boolean;
|
|
716
|
+
}, {
|
|
717
|
+
oraclePriceElections: boolean;
|
|
718
|
+
}>;
|
|
719
|
+
ethereumElections: z.ZodObject<{
|
|
720
|
+
stateChainGatewayWitnessing: z.ZodBoolean;
|
|
721
|
+
keyManagerWitnessing: z.ZodBoolean;
|
|
722
|
+
scUtilsWitnessing: z.ZodBoolean;
|
|
723
|
+
}, "strip", z.ZodTypeAny, {
|
|
724
|
+
stateChainGatewayWitnessing: boolean;
|
|
725
|
+
keyManagerWitnessing: boolean;
|
|
726
|
+
scUtilsWitnessing: boolean;
|
|
727
|
+
}, {
|
|
728
|
+
stateChainGatewayWitnessing: boolean;
|
|
729
|
+
keyManagerWitnessing: boolean;
|
|
730
|
+
scUtilsWitnessing: boolean;
|
|
731
|
+
}>;
|
|
732
|
+
arbitrumElections: z.ZodObject<{
|
|
733
|
+
keyManagerWitnessing: z.ZodBoolean;
|
|
734
|
+
}, "strip", z.ZodTypeAny, {
|
|
735
|
+
keyManagerWitnessing: boolean;
|
|
736
|
+
}, {
|
|
737
|
+
keyManagerWitnessing: boolean;
|
|
738
|
+
}>;
|
|
739
|
+
}, "strip", z.ZodTypeAny, {
|
|
740
|
+
funding: {
|
|
741
|
+
redeemEnabled: boolean;
|
|
742
|
+
};
|
|
743
|
+
swapping: {
|
|
744
|
+
swapsEnabled: boolean;
|
|
745
|
+
withdrawalsEnabled: boolean;
|
|
746
|
+
brokerRegistrationEnabled: boolean;
|
|
747
|
+
depositEnabled: boolean;
|
|
748
|
+
};
|
|
749
|
+
emissions: {
|
|
750
|
+
emissionsSyncEnabled: boolean;
|
|
751
|
+
};
|
|
752
|
+
liquidityProvider: {
|
|
753
|
+
depositEnabled: boolean;
|
|
754
|
+
withdrawalEnabled: boolean;
|
|
755
|
+
internalSwapsEnabled: boolean;
|
|
756
|
+
};
|
|
757
|
+
validator: {
|
|
758
|
+
authorityRotationEnabled: boolean;
|
|
759
|
+
startBiddingEnabled: boolean;
|
|
760
|
+
stopBiddingEnabled: boolean;
|
|
761
|
+
};
|
|
762
|
+
pools: {
|
|
763
|
+
rangeOrderUpdateEnabled: boolean;
|
|
764
|
+
limitOrderUpdateEnabled: boolean;
|
|
765
|
+
};
|
|
766
|
+
tradingStrategies: {
|
|
767
|
+
strategyUpdatesEnabled: boolean;
|
|
768
|
+
strategyClosureEnabled: boolean;
|
|
769
|
+
strategyExecutionEnabled: boolean;
|
|
770
|
+
};
|
|
771
|
+
lendingPools: {
|
|
772
|
+
addBoostFundsEnabled: boolean;
|
|
773
|
+
stopBoostingEnabled: boolean;
|
|
774
|
+
borrowing: {
|
|
775
|
+
__kind: "Green";
|
|
776
|
+
} | {
|
|
777
|
+
__kind: "Red";
|
|
778
|
+
} | {
|
|
779
|
+
__kind: "Amber";
|
|
780
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
781
|
+
};
|
|
782
|
+
addLenderFunds: {
|
|
783
|
+
__kind: "Green";
|
|
784
|
+
} | {
|
|
785
|
+
__kind: "Red";
|
|
786
|
+
} | {
|
|
787
|
+
__kind: "Amber";
|
|
788
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
789
|
+
};
|
|
790
|
+
withdrawLenderFunds: {
|
|
791
|
+
__kind: "Green";
|
|
792
|
+
} | {
|
|
793
|
+
__kind: "Red";
|
|
794
|
+
} | {
|
|
795
|
+
__kind: "Amber";
|
|
796
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
797
|
+
};
|
|
798
|
+
addCollateral: {
|
|
799
|
+
__kind: "Green";
|
|
800
|
+
} | {
|
|
801
|
+
__kind: "Red";
|
|
802
|
+
} | {
|
|
803
|
+
__kind: "Amber";
|
|
804
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
805
|
+
};
|
|
806
|
+
removeCollateral: {
|
|
807
|
+
__kind: "Green";
|
|
808
|
+
} | {
|
|
809
|
+
__kind: "Red";
|
|
810
|
+
} | {
|
|
811
|
+
__kind: "Amber";
|
|
812
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
813
|
+
};
|
|
814
|
+
liquidationsEnabled: boolean;
|
|
815
|
+
};
|
|
816
|
+
reputation: {
|
|
817
|
+
reportingEnabled: boolean;
|
|
818
|
+
};
|
|
819
|
+
assetBalances: {
|
|
820
|
+
reconciliationEnabled: boolean;
|
|
821
|
+
};
|
|
822
|
+
thresholdSignatureEvm: {
|
|
823
|
+
slashingEnabled: boolean;
|
|
824
|
+
};
|
|
825
|
+
thresholdSignatureBitcoin: {
|
|
826
|
+
slashingEnabled: boolean;
|
|
827
|
+
};
|
|
828
|
+
thresholdSignaturePolkadot: {
|
|
829
|
+
slashingEnabled: boolean;
|
|
830
|
+
};
|
|
831
|
+
thresholdSignatureSolana: {
|
|
832
|
+
slashingEnabled: boolean;
|
|
833
|
+
};
|
|
834
|
+
broadcastEthereum: {
|
|
835
|
+
retryEnabled: boolean;
|
|
836
|
+
egressWitnessingEnabled: boolean;
|
|
837
|
+
};
|
|
838
|
+
broadcastBitcoin: {
|
|
839
|
+
retryEnabled: boolean;
|
|
840
|
+
egressWitnessingEnabled: boolean;
|
|
841
|
+
};
|
|
842
|
+
broadcastPolkadot: {
|
|
843
|
+
retryEnabled: boolean;
|
|
844
|
+
egressWitnessingEnabled: boolean;
|
|
845
|
+
};
|
|
846
|
+
broadcastArbitrum: {
|
|
847
|
+
retryEnabled: boolean;
|
|
848
|
+
egressWitnessingEnabled: boolean;
|
|
849
|
+
};
|
|
850
|
+
broadcastSolana: {
|
|
851
|
+
retryEnabled: boolean;
|
|
852
|
+
egressWitnessingEnabled: boolean;
|
|
853
|
+
};
|
|
854
|
+
broadcastAssethub: {
|
|
855
|
+
retryEnabled: boolean;
|
|
856
|
+
egressWitnessingEnabled: boolean;
|
|
857
|
+
};
|
|
858
|
+
witnesser: {
|
|
859
|
+
__kind: "CodeGreen";
|
|
860
|
+
} | {
|
|
861
|
+
__kind: "CodeRed";
|
|
862
|
+
} | {
|
|
863
|
+
__kind: "CodeAmber";
|
|
864
|
+
value: {
|
|
865
|
+
governance: boolean;
|
|
866
|
+
funding: boolean;
|
|
867
|
+
swapping: boolean;
|
|
868
|
+
ethereumBroadcast: boolean;
|
|
869
|
+
ethereumChainTracking: boolean;
|
|
870
|
+
ethereumIngressEgress: boolean;
|
|
871
|
+
ethereumVault: boolean;
|
|
872
|
+
polkadotBroadcast: boolean;
|
|
873
|
+
polkadotChainTracking: boolean;
|
|
874
|
+
polkadotIngressEgress: boolean;
|
|
875
|
+
polkadotVault: boolean;
|
|
876
|
+
bitcoinBroadcast: boolean;
|
|
877
|
+
bitcoinChainTracking: boolean;
|
|
878
|
+
bitcoinIngressEgress: boolean;
|
|
879
|
+
bitcoinVault: boolean;
|
|
880
|
+
arbitrumBroadcast: boolean;
|
|
881
|
+
arbitrumChainTracking: boolean;
|
|
882
|
+
arbitrumIngressEgress: boolean;
|
|
883
|
+
arbitrumVault: boolean;
|
|
884
|
+
solanaBroadcast: boolean;
|
|
885
|
+
solanaVault: boolean;
|
|
886
|
+
assethubBroadcast: boolean;
|
|
887
|
+
assethubChainTracking: boolean;
|
|
888
|
+
assethubIngressEgress: boolean;
|
|
889
|
+
assethubVault: boolean;
|
|
890
|
+
};
|
|
891
|
+
};
|
|
892
|
+
ingressEgressEthereum: {
|
|
893
|
+
boostDepositsEnabled: boolean;
|
|
894
|
+
depositChannelCreationEnabled: boolean;
|
|
895
|
+
depositChannelWitnessingEnabled: boolean;
|
|
896
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
897
|
+
};
|
|
898
|
+
ingressEgressBitcoin: {
|
|
899
|
+
boostDepositsEnabled: boolean;
|
|
900
|
+
depositChannelCreationEnabled: boolean;
|
|
901
|
+
depositChannelWitnessingEnabled: boolean;
|
|
902
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
903
|
+
};
|
|
904
|
+
ingressEgressPolkadot: {
|
|
905
|
+
boostDepositsEnabled: boolean;
|
|
906
|
+
depositChannelCreationEnabled: boolean;
|
|
907
|
+
depositChannelWitnessingEnabled: boolean;
|
|
908
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
909
|
+
};
|
|
910
|
+
ingressEgressArbitrum: {
|
|
911
|
+
boostDepositsEnabled: boolean;
|
|
912
|
+
depositChannelCreationEnabled: boolean;
|
|
913
|
+
depositChannelWitnessingEnabled: boolean;
|
|
914
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
915
|
+
};
|
|
916
|
+
ingressEgressSolana: {
|
|
917
|
+
boostDepositsEnabled: boolean;
|
|
918
|
+
depositChannelCreationEnabled: boolean;
|
|
919
|
+
depositChannelWitnessingEnabled: boolean;
|
|
920
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
921
|
+
};
|
|
922
|
+
ingressEgressAssethub: {
|
|
923
|
+
boostDepositsEnabled: boolean;
|
|
924
|
+
depositChannelCreationEnabled: boolean;
|
|
925
|
+
depositChannelWitnessingEnabled: boolean;
|
|
926
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
927
|
+
};
|
|
928
|
+
electionsGeneric: {
|
|
929
|
+
oraclePriceElections: boolean;
|
|
930
|
+
};
|
|
931
|
+
ethereumElections: {
|
|
932
|
+
stateChainGatewayWitnessing: boolean;
|
|
933
|
+
keyManagerWitnessing: boolean;
|
|
934
|
+
scUtilsWitnessing: boolean;
|
|
935
|
+
};
|
|
936
|
+
arbitrumElections: {
|
|
937
|
+
keyManagerWitnessing: boolean;
|
|
938
|
+
};
|
|
939
|
+
}, {
|
|
940
|
+
funding: {
|
|
941
|
+
redeemEnabled: boolean;
|
|
942
|
+
};
|
|
943
|
+
swapping: {
|
|
944
|
+
swapsEnabled: boolean;
|
|
945
|
+
withdrawalsEnabled: boolean;
|
|
946
|
+
brokerRegistrationEnabled: boolean;
|
|
947
|
+
depositEnabled: boolean;
|
|
948
|
+
};
|
|
949
|
+
emissions: {
|
|
950
|
+
emissionsSyncEnabled: boolean;
|
|
951
|
+
};
|
|
952
|
+
liquidityProvider: {
|
|
953
|
+
depositEnabled: boolean;
|
|
954
|
+
withdrawalEnabled: boolean;
|
|
955
|
+
internalSwapsEnabled: boolean;
|
|
956
|
+
};
|
|
957
|
+
validator: {
|
|
958
|
+
authorityRotationEnabled: boolean;
|
|
959
|
+
startBiddingEnabled: boolean;
|
|
960
|
+
stopBiddingEnabled: boolean;
|
|
961
|
+
};
|
|
962
|
+
pools: {
|
|
963
|
+
rangeOrderUpdateEnabled: boolean;
|
|
964
|
+
limitOrderUpdateEnabled: boolean;
|
|
965
|
+
};
|
|
966
|
+
tradingStrategies: {
|
|
967
|
+
strategyUpdatesEnabled: boolean;
|
|
968
|
+
strategyClosureEnabled: boolean;
|
|
969
|
+
strategyExecutionEnabled: boolean;
|
|
970
|
+
};
|
|
971
|
+
lendingPools: {
|
|
972
|
+
addBoostFundsEnabled: boolean;
|
|
973
|
+
stopBoostingEnabled: boolean;
|
|
974
|
+
borrowing: {
|
|
975
|
+
__kind: "Green";
|
|
976
|
+
} | {
|
|
977
|
+
__kind: "Red";
|
|
978
|
+
} | {
|
|
979
|
+
__kind: "Amber";
|
|
980
|
+
value: {
|
|
981
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
982
|
+
}[];
|
|
983
|
+
};
|
|
984
|
+
addLenderFunds: {
|
|
985
|
+
__kind: "Green";
|
|
986
|
+
} | {
|
|
987
|
+
__kind: "Red";
|
|
988
|
+
} | {
|
|
989
|
+
__kind: "Amber";
|
|
990
|
+
value: {
|
|
991
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
992
|
+
}[];
|
|
993
|
+
};
|
|
994
|
+
withdrawLenderFunds: {
|
|
995
|
+
__kind: "Green";
|
|
996
|
+
} | {
|
|
997
|
+
__kind: "Red";
|
|
998
|
+
} | {
|
|
999
|
+
__kind: "Amber";
|
|
1000
|
+
value: {
|
|
1001
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1002
|
+
}[];
|
|
1003
|
+
};
|
|
1004
|
+
addCollateral: {
|
|
1005
|
+
__kind: "Green";
|
|
1006
|
+
} | {
|
|
1007
|
+
__kind: "Red";
|
|
1008
|
+
} | {
|
|
1009
|
+
__kind: "Amber";
|
|
1010
|
+
value: {
|
|
1011
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1012
|
+
}[];
|
|
1013
|
+
};
|
|
1014
|
+
removeCollateral: {
|
|
1015
|
+
__kind: "Green";
|
|
1016
|
+
} | {
|
|
1017
|
+
__kind: "Red";
|
|
1018
|
+
} | {
|
|
1019
|
+
__kind: "Amber";
|
|
1020
|
+
value: {
|
|
1021
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1022
|
+
}[];
|
|
1023
|
+
};
|
|
1024
|
+
liquidationsEnabled: boolean;
|
|
1025
|
+
};
|
|
1026
|
+
reputation: {
|
|
1027
|
+
reportingEnabled: boolean;
|
|
1028
|
+
};
|
|
1029
|
+
assetBalances: {
|
|
1030
|
+
reconciliationEnabled: boolean;
|
|
1031
|
+
};
|
|
1032
|
+
thresholdSignatureEvm: {
|
|
1033
|
+
slashingEnabled: boolean;
|
|
1034
|
+
};
|
|
1035
|
+
thresholdSignatureBitcoin: {
|
|
1036
|
+
slashingEnabled: boolean;
|
|
1037
|
+
};
|
|
1038
|
+
thresholdSignaturePolkadot: {
|
|
1039
|
+
slashingEnabled: boolean;
|
|
1040
|
+
};
|
|
1041
|
+
thresholdSignatureSolana: {
|
|
1042
|
+
slashingEnabled: boolean;
|
|
1043
|
+
};
|
|
1044
|
+
broadcastEthereum: {
|
|
1045
|
+
retryEnabled: boolean;
|
|
1046
|
+
egressWitnessingEnabled: boolean;
|
|
1047
|
+
};
|
|
1048
|
+
broadcastBitcoin: {
|
|
1049
|
+
retryEnabled: boolean;
|
|
1050
|
+
egressWitnessingEnabled: boolean;
|
|
1051
|
+
};
|
|
1052
|
+
broadcastPolkadot: {
|
|
1053
|
+
retryEnabled: boolean;
|
|
1054
|
+
egressWitnessingEnabled: boolean;
|
|
1055
|
+
};
|
|
1056
|
+
broadcastArbitrum: {
|
|
1057
|
+
retryEnabled: boolean;
|
|
1058
|
+
egressWitnessingEnabled: boolean;
|
|
1059
|
+
};
|
|
1060
|
+
broadcastSolana: {
|
|
1061
|
+
retryEnabled: boolean;
|
|
1062
|
+
egressWitnessingEnabled: boolean;
|
|
1063
|
+
};
|
|
1064
|
+
broadcastAssethub: {
|
|
1065
|
+
retryEnabled: boolean;
|
|
1066
|
+
egressWitnessingEnabled: boolean;
|
|
1067
|
+
};
|
|
1068
|
+
witnesser: {
|
|
1069
|
+
__kind: "CodeGreen";
|
|
1070
|
+
} | {
|
|
1071
|
+
__kind: "CodeRed";
|
|
1072
|
+
} | {
|
|
1073
|
+
__kind: "CodeAmber";
|
|
1074
|
+
value: {
|
|
1075
|
+
governance: boolean;
|
|
1076
|
+
funding: boolean;
|
|
1077
|
+
swapping: boolean;
|
|
1078
|
+
ethereumBroadcast: boolean;
|
|
1079
|
+
ethereumChainTracking: boolean;
|
|
1080
|
+
ethereumIngressEgress: boolean;
|
|
1081
|
+
ethereumVault: boolean;
|
|
1082
|
+
polkadotBroadcast: boolean;
|
|
1083
|
+
polkadotChainTracking: boolean;
|
|
1084
|
+
polkadotIngressEgress: boolean;
|
|
1085
|
+
polkadotVault: boolean;
|
|
1086
|
+
bitcoinBroadcast: boolean;
|
|
1087
|
+
bitcoinChainTracking: boolean;
|
|
1088
|
+
bitcoinIngressEgress: boolean;
|
|
1089
|
+
bitcoinVault: boolean;
|
|
1090
|
+
arbitrumBroadcast: boolean;
|
|
1091
|
+
arbitrumChainTracking: boolean;
|
|
1092
|
+
arbitrumIngressEgress: boolean;
|
|
1093
|
+
arbitrumVault: boolean;
|
|
1094
|
+
solanaBroadcast: boolean;
|
|
1095
|
+
solanaVault: boolean;
|
|
1096
|
+
assethubBroadcast: boolean;
|
|
1097
|
+
assethubChainTracking: boolean;
|
|
1098
|
+
assethubIngressEgress: boolean;
|
|
1099
|
+
assethubVault: boolean;
|
|
1100
|
+
};
|
|
1101
|
+
};
|
|
1102
|
+
ingressEgressEthereum: {
|
|
1103
|
+
boostDepositsEnabled: boolean;
|
|
1104
|
+
depositChannelCreationEnabled: boolean;
|
|
1105
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1106
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1107
|
+
};
|
|
1108
|
+
ingressEgressBitcoin: {
|
|
1109
|
+
boostDepositsEnabled: boolean;
|
|
1110
|
+
depositChannelCreationEnabled: boolean;
|
|
1111
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1112
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1113
|
+
};
|
|
1114
|
+
ingressEgressPolkadot: {
|
|
1115
|
+
boostDepositsEnabled: boolean;
|
|
1116
|
+
depositChannelCreationEnabled: boolean;
|
|
1117
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1118
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1119
|
+
};
|
|
1120
|
+
ingressEgressArbitrum: {
|
|
1121
|
+
boostDepositsEnabled: boolean;
|
|
1122
|
+
depositChannelCreationEnabled: boolean;
|
|
1123
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1124
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1125
|
+
};
|
|
1126
|
+
ingressEgressSolana: {
|
|
1127
|
+
boostDepositsEnabled: boolean;
|
|
1128
|
+
depositChannelCreationEnabled: boolean;
|
|
1129
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1130
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1131
|
+
};
|
|
1132
|
+
ingressEgressAssethub: {
|
|
1133
|
+
boostDepositsEnabled: boolean;
|
|
1134
|
+
depositChannelCreationEnabled: boolean;
|
|
1135
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1136
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1137
|
+
};
|
|
1138
|
+
electionsGeneric: {
|
|
1139
|
+
oraclePriceElections: boolean;
|
|
1140
|
+
};
|
|
1141
|
+
ethereumElections: {
|
|
1142
|
+
stateChainGatewayWitnessing: boolean;
|
|
1143
|
+
keyManagerWitnessing: boolean;
|
|
1144
|
+
scUtilsWitnessing: boolean;
|
|
1145
|
+
};
|
|
1146
|
+
arbitrumElections: {
|
|
1147
|
+
keyManagerWitnessing: boolean;
|
|
1148
|
+
};
|
|
1149
|
+
}>;
|
|
1150
|
+
}, "strip", z.ZodTypeAny, {
|
|
1151
|
+
__kind: "CodeAmber";
|
|
1152
|
+
value: {
|
|
1153
|
+
funding: {
|
|
1154
|
+
redeemEnabled: boolean;
|
|
1155
|
+
};
|
|
1156
|
+
swapping: {
|
|
1157
|
+
swapsEnabled: boolean;
|
|
1158
|
+
withdrawalsEnabled: boolean;
|
|
1159
|
+
brokerRegistrationEnabled: boolean;
|
|
1160
|
+
depositEnabled: boolean;
|
|
1161
|
+
};
|
|
1162
|
+
emissions: {
|
|
1163
|
+
emissionsSyncEnabled: boolean;
|
|
1164
|
+
};
|
|
1165
|
+
liquidityProvider: {
|
|
1166
|
+
depositEnabled: boolean;
|
|
1167
|
+
withdrawalEnabled: boolean;
|
|
1168
|
+
internalSwapsEnabled: boolean;
|
|
1169
|
+
};
|
|
1170
|
+
validator: {
|
|
1171
|
+
authorityRotationEnabled: boolean;
|
|
1172
|
+
startBiddingEnabled: boolean;
|
|
1173
|
+
stopBiddingEnabled: boolean;
|
|
1174
|
+
};
|
|
1175
|
+
pools: {
|
|
1176
|
+
rangeOrderUpdateEnabled: boolean;
|
|
1177
|
+
limitOrderUpdateEnabled: boolean;
|
|
1178
|
+
};
|
|
1179
|
+
tradingStrategies: {
|
|
1180
|
+
strategyUpdatesEnabled: boolean;
|
|
1181
|
+
strategyClosureEnabled: boolean;
|
|
1182
|
+
strategyExecutionEnabled: boolean;
|
|
1183
|
+
};
|
|
1184
|
+
lendingPools: {
|
|
1185
|
+
addBoostFundsEnabled: boolean;
|
|
1186
|
+
stopBoostingEnabled: boolean;
|
|
1187
|
+
borrowing: {
|
|
1188
|
+
__kind: "Green";
|
|
1189
|
+
} | {
|
|
1190
|
+
__kind: "Red";
|
|
1191
|
+
} | {
|
|
1192
|
+
__kind: "Amber";
|
|
1193
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
1194
|
+
};
|
|
1195
|
+
addLenderFunds: {
|
|
1196
|
+
__kind: "Green";
|
|
1197
|
+
} | {
|
|
1198
|
+
__kind: "Red";
|
|
1199
|
+
} | {
|
|
1200
|
+
__kind: "Amber";
|
|
1201
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
1202
|
+
};
|
|
1203
|
+
withdrawLenderFunds: {
|
|
1204
|
+
__kind: "Green";
|
|
1205
|
+
} | {
|
|
1206
|
+
__kind: "Red";
|
|
1207
|
+
} | {
|
|
1208
|
+
__kind: "Amber";
|
|
1209
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
1210
|
+
};
|
|
1211
|
+
addCollateral: {
|
|
1212
|
+
__kind: "Green";
|
|
1213
|
+
} | {
|
|
1214
|
+
__kind: "Red";
|
|
1215
|
+
} | {
|
|
1216
|
+
__kind: "Amber";
|
|
1217
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
1218
|
+
};
|
|
1219
|
+
removeCollateral: {
|
|
1220
|
+
__kind: "Green";
|
|
1221
|
+
} | {
|
|
1222
|
+
__kind: "Red";
|
|
1223
|
+
} | {
|
|
1224
|
+
__kind: "Amber";
|
|
1225
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
1226
|
+
};
|
|
1227
|
+
liquidationsEnabled: boolean;
|
|
1228
|
+
};
|
|
1229
|
+
reputation: {
|
|
1230
|
+
reportingEnabled: boolean;
|
|
1231
|
+
};
|
|
1232
|
+
assetBalances: {
|
|
1233
|
+
reconciliationEnabled: boolean;
|
|
1234
|
+
};
|
|
1235
|
+
thresholdSignatureEvm: {
|
|
1236
|
+
slashingEnabled: boolean;
|
|
1237
|
+
};
|
|
1238
|
+
thresholdSignatureBitcoin: {
|
|
1239
|
+
slashingEnabled: boolean;
|
|
1240
|
+
};
|
|
1241
|
+
thresholdSignaturePolkadot: {
|
|
1242
|
+
slashingEnabled: boolean;
|
|
1243
|
+
};
|
|
1244
|
+
thresholdSignatureSolana: {
|
|
1245
|
+
slashingEnabled: boolean;
|
|
1246
|
+
};
|
|
1247
|
+
broadcastEthereum: {
|
|
1248
|
+
retryEnabled: boolean;
|
|
1249
|
+
egressWitnessingEnabled: boolean;
|
|
1250
|
+
};
|
|
1251
|
+
broadcastBitcoin: {
|
|
1252
|
+
retryEnabled: boolean;
|
|
1253
|
+
egressWitnessingEnabled: boolean;
|
|
1254
|
+
};
|
|
1255
|
+
broadcastPolkadot: {
|
|
1256
|
+
retryEnabled: boolean;
|
|
1257
|
+
egressWitnessingEnabled: boolean;
|
|
1258
|
+
};
|
|
1259
|
+
broadcastArbitrum: {
|
|
1260
|
+
retryEnabled: boolean;
|
|
1261
|
+
egressWitnessingEnabled: boolean;
|
|
1262
|
+
};
|
|
1263
|
+
broadcastSolana: {
|
|
1264
|
+
retryEnabled: boolean;
|
|
1265
|
+
egressWitnessingEnabled: boolean;
|
|
1266
|
+
};
|
|
1267
|
+
broadcastAssethub: {
|
|
1268
|
+
retryEnabled: boolean;
|
|
1269
|
+
egressWitnessingEnabled: boolean;
|
|
1270
|
+
};
|
|
1271
|
+
witnesser: {
|
|
1272
|
+
__kind: "CodeGreen";
|
|
1273
|
+
} | {
|
|
1274
|
+
__kind: "CodeRed";
|
|
1275
|
+
} | {
|
|
1276
|
+
__kind: "CodeAmber";
|
|
1277
|
+
value: {
|
|
1278
|
+
governance: boolean;
|
|
1279
|
+
funding: boolean;
|
|
1280
|
+
swapping: boolean;
|
|
1281
|
+
ethereumBroadcast: boolean;
|
|
1282
|
+
ethereumChainTracking: boolean;
|
|
1283
|
+
ethereumIngressEgress: boolean;
|
|
1284
|
+
ethereumVault: boolean;
|
|
1285
|
+
polkadotBroadcast: boolean;
|
|
1286
|
+
polkadotChainTracking: boolean;
|
|
1287
|
+
polkadotIngressEgress: boolean;
|
|
1288
|
+
polkadotVault: boolean;
|
|
1289
|
+
bitcoinBroadcast: boolean;
|
|
1290
|
+
bitcoinChainTracking: boolean;
|
|
1291
|
+
bitcoinIngressEgress: boolean;
|
|
1292
|
+
bitcoinVault: boolean;
|
|
1293
|
+
arbitrumBroadcast: boolean;
|
|
1294
|
+
arbitrumChainTracking: boolean;
|
|
1295
|
+
arbitrumIngressEgress: boolean;
|
|
1296
|
+
arbitrumVault: boolean;
|
|
1297
|
+
solanaBroadcast: boolean;
|
|
1298
|
+
solanaVault: boolean;
|
|
1299
|
+
assethubBroadcast: boolean;
|
|
1300
|
+
assethubChainTracking: boolean;
|
|
1301
|
+
assethubIngressEgress: boolean;
|
|
1302
|
+
assethubVault: boolean;
|
|
1303
|
+
};
|
|
1304
|
+
};
|
|
1305
|
+
ingressEgressEthereum: {
|
|
1306
|
+
boostDepositsEnabled: boolean;
|
|
1307
|
+
depositChannelCreationEnabled: boolean;
|
|
1308
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1309
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1310
|
+
};
|
|
1311
|
+
ingressEgressBitcoin: {
|
|
1312
|
+
boostDepositsEnabled: boolean;
|
|
1313
|
+
depositChannelCreationEnabled: boolean;
|
|
1314
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1315
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1316
|
+
};
|
|
1317
|
+
ingressEgressPolkadot: {
|
|
1318
|
+
boostDepositsEnabled: boolean;
|
|
1319
|
+
depositChannelCreationEnabled: boolean;
|
|
1320
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1321
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1322
|
+
};
|
|
1323
|
+
ingressEgressArbitrum: {
|
|
1324
|
+
boostDepositsEnabled: boolean;
|
|
1325
|
+
depositChannelCreationEnabled: boolean;
|
|
1326
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1327
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1328
|
+
};
|
|
1329
|
+
ingressEgressSolana: {
|
|
1330
|
+
boostDepositsEnabled: boolean;
|
|
1331
|
+
depositChannelCreationEnabled: boolean;
|
|
1332
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1333
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1334
|
+
};
|
|
1335
|
+
ingressEgressAssethub: {
|
|
1336
|
+
boostDepositsEnabled: boolean;
|
|
1337
|
+
depositChannelCreationEnabled: boolean;
|
|
1338
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1339
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1340
|
+
};
|
|
1341
|
+
electionsGeneric: {
|
|
1342
|
+
oraclePriceElections: boolean;
|
|
1343
|
+
};
|
|
1344
|
+
ethereumElections: {
|
|
1345
|
+
stateChainGatewayWitnessing: boolean;
|
|
1346
|
+
keyManagerWitnessing: boolean;
|
|
1347
|
+
scUtilsWitnessing: boolean;
|
|
1348
|
+
};
|
|
1349
|
+
arbitrumElections: {
|
|
1350
|
+
keyManagerWitnessing: boolean;
|
|
1351
|
+
};
|
|
1352
|
+
};
|
|
1353
|
+
}, {
|
|
1354
|
+
__kind: "CodeAmber";
|
|
1355
|
+
value: {
|
|
1356
|
+
funding: {
|
|
1357
|
+
redeemEnabled: boolean;
|
|
1358
|
+
};
|
|
1359
|
+
swapping: {
|
|
1360
|
+
swapsEnabled: boolean;
|
|
1361
|
+
withdrawalsEnabled: boolean;
|
|
1362
|
+
brokerRegistrationEnabled: boolean;
|
|
1363
|
+
depositEnabled: boolean;
|
|
1364
|
+
};
|
|
1365
|
+
emissions: {
|
|
1366
|
+
emissionsSyncEnabled: boolean;
|
|
1367
|
+
};
|
|
1368
|
+
liquidityProvider: {
|
|
1369
|
+
depositEnabled: boolean;
|
|
1370
|
+
withdrawalEnabled: boolean;
|
|
1371
|
+
internalSwapsEnabled: boolean;
|
|
1372
|
+
};
|
|
1373
|
+
validator: {
|
|
1374
|
+
authorityRotationEnabled: boolean;
|
|
1375
|
+
startBiddingEnabled: boolean;
|
|
1376
|
+
stopBiddingEnabled: boolean;
|
|
1377
|
+
};
|
|
1378
|
+
pools: {
|
|
1379
|
+
rangeOrderUpdateEnabled: boolean;
|
|
1380
|
+
limitOrderUpdateEnabled: boolean;
|
|
1381
|
+
};
|
|
1382
|
+
tradingStrategies: {
|
|
1383
|
+
strategyUpdatesEnabled: boolean;
|
|
1384
|
+
strategyClosureEnabled: boolean;
|
|
1385
|
+
strategyExecutionEnabled: boolean;
|
|
1386
|
+
};
|
|
1387
|
+
lendingPools: {
|
|
1388
|
+
addBoostFundsEnabled: boolean;
|
|
1389
|
+
stopBoostingEnabled: boolean;
|
|
1390
|
+
borrowing: {
|
|
1391
|
+
__kind: "Green";
|
|
1392
|
+
} | {
|
|
1393
|
+
__kind: "Red";
|
|
1394
|
+
} | {
|
|
1395
|
+
__kind: "Amber";
|
|
1396
|
+
value: {
|
|
1397
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1398
|
+
}[];
|
|
1399
|
+
};
|
|
1400
|
+
addLenderFunds: {
|
|
1401
|
+
__kind: "Green";
|
|
1402
|
+
} | {
|
|
1403
|
+
__kind: "Red";
|
|
1404
|
+
} | {
|
|
1405
|
+
__kind: "Amber";
|
|
1406
|
+
value: {
|
|
1407
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1408
|
+
}[];
|
|
1409
|
+
};
|
|
1410
|
+
withdrawLenderFunds: {
|
|
1411
|
+
__kind: "Green";
|
|
1412
|
+
} | {
|
|
1413
|
+
__kind: "Red";
|
|
1414
|
+
} | {
|
|
1415
|
+
__kind: "Amber";
|
|
1416
|
+
value: {
|
|
1417
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1418
|
+
}[];
|
|
1419
|
+
};
|
|
1420
|
+
addCollateral: {
|
|
1421
|
+
__kind: "Green";
|
|
1422
|
+
} | {
|
|
1423
|
+
__kind: "Red";
|
|
1424
|
+
} | {
|
|
1425
|
+
__kind: "Amber";
|
|
1426
|
+
value: {
|
|
1427
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1428
|
+
}[];
|
|
1429
|
+
};
|
|
1430
|
+
removeCollateral: {
|
|
1431
|
+
__kind: "Green";
|
|
1432
|
+
} | {
|
|
1433
|
+
__kind: "Red";
|
|
1434
|
+
} | {
|
|
1435
|
+
__kind: "Amber";
|
|
1436
|
+
value: {
|
|
1437
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1438
|
+
}[];
|
|
1439
|
+
};
|
|
1440
|
+
liquidationsEnabled: boolean;
|
|
1441
|
+
};
|
|
1442
|
+
reputation: {
|
|
1443
|
+
reportingEnabled: boolean;
|
|
1444
|
+
};
|
|
1445
|
+
assetBalances: {
|
|
1446
|
+
reconciliationEnabled: boolean;
|
|
1447
|
+
};
|
|
1448
|
+
thresholdSignatureEvm: {
|
|
1449
|
+
slashingEnabled: boolean;
|
|
1450
|
+
};
|
|
1451
|
+
thresholdSignatureBitcoin: {
|
|
1452
|
+
slashingEnabled: boolean;
|
|
1453
|
+
};
|
|
1454
|
+
thresholdSignaturePolkadot: {
|
|
1455
|
+
slashingEnabled: boolean;
|
|
1456
|
+
};
|
|
1457
|
+
thresholdSignatureSolana: {
|
|
1458
|
+
slashingEnabled: boolean;
|
|
1459
|
+
};
|
|
1460
|
+
broadcastEthereum: {
|
|
1461
|
+
retryEnabled: boolean;
|
|
1462
|
+
egressWitnessingEnabled: boolean;
|
|
1463
|
+
};
|
|
1464
|
+
broadcastBitcoin: {
|
|
1465
|
+
retryEnabled: boolean;
|
|
1466
|
+
egressWitnessingEnabled: boolean;
|
|
1467
|
+
};
|
|
1468
|
+
broadcastPolkadot: {
|
|
1469
|
+
retryEnabled: boolean;
|
|
1470
|
+
egressWitnessingEnabled: boolean;
|
|
1471
|
+
};
|
|
1472
|
+
broadcastArbitrum: {
|
|
1473
|
+
retryEnabled: boolean;
|
|
1474
|
+
egressWitnessingEnabled: boolean;
|
|
1475
|
+
};
|
|
1476
|
+
broadcastSolana: {
|
|
1477
|
+
retryEnabled: boolean;
|
|
1478
|
+
egressWitnessingEnabled: boolean;
|
|
1479
|
+
};
|
|
1480
|
+
broadcastAssethub: {
|
|
1481
|
+
retryEnabled: boolean;
|
|
1482
|
+
egressWitnessingEnabled: boolean;
|
|
1483
|
+
};
|
|
1484
|
+
witnesser: {
|
|
1485
|
+
__kind: "CodeGreen";
|
|
1486
|
+
} | {
|
|
1487
|
+
__kind: "CodeRed";
|
|
1488
|
+
} | {
|
|
1489
|
+
__kind: "CodeAmber";
|
|
1490
|
+
value: {
|
|
1491
|
+
governance: boolean;
|
|
1492
|
+
funding: boolean;
|
|
1493
|
+
swapping: boolean;
|
|
1494
|
+
ethereumBroadcast: boolean;
|
|
1495
|
+
ethereumChainTracking: boolean;
|
|
1496
|
+
ethereumIngressEgress: boolean;
|
|
1497
|
+
ethereumVault: boolean;
|
|
1498
|
+
polkadotBroadcast: boolean;
|
|
1499
|
+
polkadotChainTracking: boolean;
|
|
1500
|
+
polkadotIngressEgress: boolean;
|
|
1501
|
+
polkadotVault: boolean;
|
|
1502
|
+
bitcoinBroadcast: boolean;
|
|
1503
|
+
bitcoinChainTracking: boolean;
|
|
1504
|
+
bitcoinIngressEgress: boolean;
|
|
1505
|
+
bitcoinVault: boolean;
|
|
1506
|
+
arbitrumBroadcast: boolean;
|
|
1507
|
+
arbitrumChainTracking: boolean;
|
|
1508
|
+
arbitrumIngressEgress: boolean;
|
|
1509
|
+
arbitrumVault: boolean;
|
|
1510
|
+
solanaBroadcast: boolean;
|
|
1511
|
+
solanaVault: boolean;
|
|
1512
|
+
assethubBroadcast: boolean;
|
|
1513
|
+
assethubChainTracking: boolean;
|
|
1514
|
+
assethubIngressEgress: boolean;
|
|
1515
|
+
assethubVault: boolean;
|
|
1516
|
+
};
|
|
1517
|
+
};
|
|
1518
|
+
ingressEgressEthereum: {
|
|
1519
|
+
boostDepositsEnabled: boolean;
|
|
1520
|
+
depositChannelCreationEnabled: boolean;
|
|
1521
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1522
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1523
|
+
};
|
|
1524
|
+
ingressEgressBitcoin: {
|
|
1525
|
+
boostDepositsEnabled: boolean;
|
|
1526
|
+
depositChannelCreationEnabled: boolean;
|
|
1527
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1528
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1529
|
+
};
|
|
1530
|
+
ingressEgressPolkadot: {
|
|
1531
|
+
boostDepositsEnabled: boolean;
|
|
1532
|
+
depositChannelCreationEnabled: boolean;
|
|
1533
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1534
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1535
|
+
};
|
|
1536
|
+
ingressEgressArbitrum: {
|
|
1537
|
+
boostDepositsEnabled: boolean;
|
|
1538
|
+
depositChannelCreationEnabled: boolean;
|
|
1539
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1540
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1541
|
+
};
|
|
1542
|
+
ingressEgressSolana: {
|
|
1543
|
+
boostDepositsEnabled: boolean;
|
|
1544
|
+
depositChannelCreationEnabled: boolean;
|
|
1545
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1546
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1547
|
+
};
|
|
1548
|
+
ingressEgressAssethub: {
|
|
1549
|
+
boostDepositsEnabled: boolean;
|
|
1550
|
+
depositChannelCreationEnabled: boolean;
|
|
1551
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1552
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1553
|
+
};
|
|
1554
|
+
electionsGeneric: {
|
|
1555
|
+
oraclePriceElections: boolean;
|
|
1556
|
+
};
|
|
1557
|
+
ethereumElections: {
|
|
1558
|
+
stateChainGatewayWitnessing: boolean;
|
|
1559
|
+
keyManagerWitnessing: boolean;
|
|
1560
|
+
scUtilsWitnessing: boolean;
|
|
1561
|
+
};
|
|
1562
|
+
arbitrumElections: {
|
|
1563
|
+
keyManagerWitnessing: boolean;
|
|
1564
|
+
};
|
|
1565
|
+
};
|
|
1566
|
+
}>]>;
|
|
1567
|
+
}, "strip", z.ZodTypeAny, {
|
|
1568
|
+
safeMode: {
|
|
1569
|
+
__kind: "CodeRed";
|
|
1570
|
+
} | {
|
|
1571
|
+
__kind: "CodeGreen";
|
|
1572
|
+
} | {
|
|
1573
|
+
__kind: "CodeAmber";
|
|
1574
|
+
value: {
|
|
1575
|
+
funding: {
|
|
1576
|
+
redeemEnabled: boolean;
|
|
1577
|
+
};
|
|
1578
|
+
swapping: {
|
|
1579
|
+
swapsEnabled: boolean;
|
|
1580
|
+
withdrawalsEnabled: boolean;
|
|
1581
|
+
brokerRegistrationEnabled: boolean;
|
|
1582
|
+
depositEnabled: boolean;
|
|
1583
|
+
};
|
|
1584
|
+
emissions: {
|
|
1585
|
+
emissionsSyncEnabled: boolean;
|
|
1586
|
+
};
|
|
1587
|
+
liquidityProvider: {
|
|
1588
|
+
depositEnabled: boolean;
|
|
1589
|
+
withdrawalEnabled: boolean;
|
|
1590
|
+
internalSwapsEnabled: boolean;
|
|
1591
|
+
};
|
|
1592
|
+
validator: {
|
|
1593
|
+
authorityRotationEnabled: boolean;
|
|
1594
|
+
startBiddingEnabled: boolean;
|
|
1595
|
+
stopBiddingEnabled: boolean;
|
|
1596
|
+
};
|
|
1597
|
+
pools: {
|
|
1598
|
+
rangeOrderUpdateEnabled: boolean;
|
|
1599
|
+
limitOrderUpdateEnabled: boolean;
|
|
1600
|
+
};
|
|
1601
|
+
tradingStrategies: {
|
|
1602
|
+
strategyUpdatesEnabled: boolean;
|
|
1603
|
+
strategyClosureEnabled: boolean;
|
|
1604
|
+
strategyExecutionEnabled: boolean;
|
|
1605
|
+
};
|
|
1606
|
+
lendingPools: {
|
|
1607
|
+
addBoostFundsEnabled: boolean;
|
|
1608
|
+
stopBoostingEnabled: boolean;
|
|
1609
|
+
borrowing: {
|
|
1610
|
+
__kind: "Green";
|
|
1611
|
+
} | {
|
|
1612
|
+
__kind: "Red";
|
|
1613
|
+
} | {
|
|
1614
|
+
__kind: "Amber";
|
|
1615
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
1616
|
+
};
|
|
1617
|
+
addLenderFunds: {
|
|
1618
|
+
__kind: "Green";
|
|
1619
|
+
} | {
|
|
1620
|
+
__kind: "Red";
|
|
1621
|
+
} | {
|
|
1622
|
+
__kind: "Amber";
|
|
1623
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
1624
|
+
};
|
|
1625
|
+
withdrawLenderFunds: {
|
|
1626
|
+
__kind: "Green";
|
|
1627
|
+
} | {
|
|
1628
|
+
__kind: "Red";
|
|
1629
|
+
} | {
|
|
1630
|
+
__kind: "Amber";
|
|
1631
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
1632
|
+
};
|
|
1633
|
+
addCollateral: {
|
|
1634
|
+
__kind: "Green";
|
|
1635
|
+
} | {
|
|
1636
|
+
__kind: "Red";
|
|
1637
|
+
} | {
|
|
1638
|
+
__kind: "Amber";
|
|
1639
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
1640
|
+
};
|
|
1641
|
+
removeCollateral: {
|
|
1642
|
+
__kind: "Green";
|
|
1643
|
+
} | {
|
|
1644
|
+
__kind: "Red";
|
|
1645
|
+
} | {
|
|
1646
|
+
__kind: "Amber";
|
|
1647
|
+
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
1648
|
+
};
|
|
1649
|
+
liquidationsEnabled: boolean;
|
|
1650
|
+
};
|
|
1651
|
+
reputation: {
|
|
1652
|
+
reportingEnabled: boolean;
|
|
1653
|
+
};
|
|
1654
|
+
assetBalances: {
|
|
1655
|
+
reconciliationEnabled: boolean;
|
|
1656
|
+
};
|
|
1657
|
+
thresholdSignatureEvm: {
|
|
1658
|
+
slashingEnabled: boolean;
|
|
1659
|
+
};
|
|
1660
|
+
thresholdSignatureBitcoin: {
|
|
1661
|
+
slashingEnabled: boolean;
|
|
1662
|
+
};
|
|
1663
|
+
thresholdSignaturePolkadot: {
|
|
1664
|
+
slashingEnabled: boolean;
|
|
1665
|
+
};
|
|
1666
|
+
thresholdSignatureSolana: {
|
|
1667
|
+
slashingEnabled: boolean;
|
|
1668
|
+
};
|
|
1669
|
+
broadcastEthereum: {
|
|
1670
|
+
retryEnabled: boolean;
|
|
1671
|
+
egressWitnessingEnabled: boolean;
|
|
1672
|
+
};
|
|
1673
|
+
broadcastBitcoin: {
|
|
1674
|
+
retryEnabled: boolean;
|
|
1675
|
+
egressWitnessingEnabled: boolean;
|
|
1676
|
+
};
|
|
1677
|
+
broadcastPolkadot: {
|
|
1678
|
+
retryEnabled: boolean;
|
|
1679
|
+
egressWitnessingEnabled: boolean;
|
|
1680
|
+
};
|
|
1681
|
+
broadcastArbitrum: {
|
|
1682
|
+
retryEnabled: boolean;
|
|
1683
|
+
egressWitnessingEnabled: boolean;
|
|
1684
|
+
};
|
|
1685
|
+
broadcastSolana: {
|
|
1686
|
+
retryEnabled: boolean;
|
|
1687
|
+
egressWitnessingEnabled: boolean;
|
|
1688
|
+
};
|
|
1689
|
+
broadcastAssethub: {
|
|
1690
|
+
retryEnabled: boolean;
|
|
1691
|
+
egressWitnessingEnabled: boolean;
|
|
1692
|
+
};
|
|
1693
|
+
witnesser: {
|
|
1694
|
+
__kind: "CodeGreen";
|
|
1695
|
+
} | {
|
|
1696
|
+
__kind: "CodeRed";
|
|
1697
|
+
} | {
|
|
1698
|
+
__kind: "CodeAmber";
|
|
1699
|
+
value: {
|
|
1700
|
+
governance: boolean;
|
|
1701
|
+
funding: boolean;
|
|
1702
|
+
swapping: boolean;
|
|
1703
|
+
ethereumBroadcast: boolean;
|
|
1704
|
+
ethereumChainTracking: boolean;
|
|
1705
|
+
ethereumIngressEgress: boolean;
|
|
1706
|
+
ethereumVault: boolean;
|
|
1707
|
+
polkadotBroadcast: boolean;
|
|
1708
|
+
polkadotChainTracking: boolean;
|
|
1709
|
+
polkadotIngressEgress: boolean;
|
|
1710
|
+
polkadotVault: boolean;
|
|
1711
|
+
bitcoinBroadcast: boolean;
|
|
1712
|
+
bitcoinChainTracking: boolean;
|
|
1713
|
+
bitcoinIngressEgress: boolean;
|
|
1714
|
+
bitcoinVault: boolean;
|
|
1715
|
+
arbitrumBroadcast: boolean;
|
|
1716
|
+
arbitrumChainTracking: boolean;
|
|
1717
|
+
arbitrumIngressEgress: boolean;
|
|
1718
|
+
arbitrumVault: boolean;
|
|
1719
|
+
solanaBroadcast: boolean;
|
|
1720
|
+
solanaVault: boolean;
|
|
1721
|
+
assethubBroadcast: boolean;
|
|
1722
|
+
assethubChainTracking: boolean;
|
|
1723
|
+
assethubIngressEgress: boolean;
|
|
1724
|
+
assethubVault: boolean;
|
|
1725
|
+
};
|
|
1726
|
+
};
|
|
1727
|
+
ingressEgressEthereum: {
|
|
1728
|
+
boostDepositsEnabled: boolean;
|
|
1729
|
+
depositChannelCreationEnabled: boolean;
|
|
1730
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1731
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1732
|
+
};
|
|
1733
|
+
ingressEgressBitcoin: {
|
|
1734
|
+
boostDepositsEnabled: boolean;
|
|
1735
|
+
depositChannelCreationEnabled: boolean;
|
|
1736
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1737
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1738
|
+
};
|
|
1739
|
+
ingressEgressPolkadot: {
|
|
1740
|
+
boostDepositsEnabled: boolean;
|
|
1741
|
+
depositChannelCreationEnabled: boolean;
|
|
1742
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1743
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1744
|
+
};
|
|
1745
|
+
ingressEgressArbitrum: {
|
|
1746
|
+
boostDepositsEnabled: boolean;
|
|
1747
|
+
depositChannelCreationEnabled: boolean;
|
|
1748
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1749
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1750
|
+
};
|
|
1751
|
+
ingressEgressSolana: {
|
|
1752
|
+
boostDepositsEnabled: boolean;
|
|
1753
|
+
depositChannelCreationEnabled: boolean;
|
|
1754
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1755
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1756
|
+
};
|
|
1757
|
+
ingressEgressAssethub: {
|
|
1758
|
+
boostDepositsEnabled: boolean;
|
|
1759
|
+
depositChannelCreationEnabled: boolean;
|
|
1760
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1761
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1762
|
+
};
|
|
1763
|
+
electionsGeneric: {
|
|
1764
|
+
oraclePriceElections: boolean;
|
|
1765
|
+
};
|
|
1766
|
+
ethereumElections: {
|
|
1767
|
+
stateChainGatewayWitnessing: boolean;
|
|
1768
|
+
keyManagerWitnessing: boolean;
|
|
1769
|
+
scUtilsWitnessing: boolean;
|
|
1770
|
+
};
|
|
1771
|
+
arbitrumElections: {
|
|
1772
|
+
keyManagerWitnessing: boolean;
|
|
1773
|
+
};
|
|
1774
|
+
};
|
|
1775
|
+
};
|
|
1776
|
+
}, {
|
|
1777
|
+
safeMode: {
|
|
1778
|
+
__kind: "CodeRed";
|
|
1779
|
+
} | {
|
|
1780
|
+
__kind: "CodeGreen";
|
|
1781
|
+
} | {
|
|
1782
|
+
__kind: "CodeAmber";
|
|
1783
|
+
value: {
|
|
1784
|
+
funding: {
|
|
1785
|
+
redeemEnabled: boolean;
|
|
1786
|
+
};
|
|
1787
|
+
swapping: {
|
|
1788
|
+
swapsEnabled: boolean;
|
|
1789
|
+
withdrawalsEnabled: boolean;
|
|
1790
|
+
brokerRegistrationEnabled: boolean;
|
|
1791
|
+
depositEnabled: boolean;
|
|
1792
|
+
};
|
|
1793
|
+
emissions: {
|
|
1794
|
+
emissionsSyncEnabled: boolean;
|
|
1795
|
+
};
|
|
1796
|
+
liquidityProvider: {
|
|
1797
|
+
depositEnabled: boolean;
|
|
1798
|
+
withdrawalEnabled: boolean;
|
|
1799
|
+
internalSwapsEnabled: boolean;
|
|
1800
|
+
};
|
|
1801
|
+
validator: {
|
|
1802
|
+
authorityRotationEnabled: boolean;
|
|
1803
|
+
startBiddingEnabled: boolean;
|
|
1804
|
+
stopBiddingEnabled: boolean;
|
|
1805
|
+
};
|
|
1806
|
+
pools: {
|
|
1807
|
+
rangeOrderUpdateEnabled: boolean;
|
|
1808
|
+
limitOrderUpdateEnabled: boolean;
|
|
1809
|
+
};
|
|
1810
|
+
tradingStrategies: {
|
|
1811
|
+
strategyUpdatesEnabled: boolean;
|
|
1812
|
+
strategyClosureEnabled: boolean;
|
|
1813
|
+
strategyExecutionEnabled: boolean;
|
|
1814
|
+
};
|
|
1815
|
+
lendingPools: {
|
|
1816
|
+
addBoostFundsEnabled: boolean;
|
|
1817
|
+
stopBoostingEnabled: boolean;
|
|
1818
|
+
borrowing: {
|
|
1819
|
+
__kind: "Green";
|
|
1820
|
+
} | {
|
|
1821
|
+
__kind: "Red";
|
|
1822
|
+
} | {
|
|
1823
|
+
__kind: "Amber";
|
|
1824
|
+
value: {
|
|
1825
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1826
|
+
}[];
|
|
1827
|
+
};
|
|
1828
|
+
addLenderFunds: {
|
|
1829
|
+
__kind: "Green";
|
|
1830
|
+
} | {
|
|
1831
|
+
__kind: "Red";
|
|
1832
|
+
} | {
|
|
1833
|
+
__kind: "Amber";
|
|
1834
|
+
value: {
|
|
1835
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1836
|
+
}[];
|
|
1837
|
+
};
|
|
1838
|
+
withdrawLenderFunds: {
|
|
1839
|
+
__kind: "Green";
|
|
1840
|
+
} | {
|
|
1841
|
+
__kind: "Red";
|
|
1842
|
+
} | {
|
|
1843
|
+
__kind: "Amber";
|
|
1844
|
+
value: {
|
|
1845
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1846
|
+
}[];
|
|
1847
|
+
};
|
|
1848
|
+
addCollateral: {
|
|
1849
|
+
__kind: "Green";
|
|
1850
|
+
} | {
|
|
1851
|
+
__kind: "Red";
|
|
1852
|
+
} | {
|
|
1853
|
+
__kind: "Amber";
|
|
1854
|
+
value: {
|
|
1855
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1856
|
+
}[];
|
|
1857
|
+
};
|
|
1858
|
+
removeCollateral: {
|
|
1859
|
+
__kind: "Green";
|
|
1860
|
+
} | {
|
|
1861
|
+
__kind: "Red";
|
|
1862
|
+
} | {
|
|
1863
|
+
__kind: "Amber";
|
|
1864
|
+
value: {
|
|
1865
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1866
|
+
}[];
|
|
1867
|
+
};
|
|
1868
|
+
liquidationsEnabled: boolean;
|
|
1869
|
+
};
|
|
1870
|
+
reputation: {
|
|
1871
|
+
reportingEnabled: boolean;
|
|
1872
|
+
};
|
|
1873
|
+
assetBalances: {
|
|
1874
|
+
reconciliationEnabled: boolean;
|
|
1875
|
+
};
|
|
1876
|
+
thresholdSignatureEvm: {
|
|
1877
|
+
slashingEnabled: boolean;
|
|
1878
|
+
};
|
|
1879
|
+
thresholdSignatureBitcoin: {
|
|
1880
|
+
slashingEnabled: boolean;
|
|
1881
|
+
};
|
|
1882
|
+
thresholdSignaturePolkadot: {
|
|
1883
|
+
slashingEnabled: boolean;
|
|
1884
|
+
};
|
|
1885
|
+
thresholdSignatureSolana: {
|
|
1886
|
+
slashingEnabled: boolean;
|
|
1887
|
+
};
|
|
1888
|
+
broadcastEthereum: {
|
|
1889
|
+
retryEnabled: boolean;
|
|
1890
|
+
egressWitnessingEnabled: boolean;
|
|
1891
|
+
};
|
|
1892
|
+
broadcastBitcoin: {
|
|
1893
|
+
retryEnabled: boolean;
|
|
1894
|
+
egressWitnessingEnabled: boolean;
|
|
1895
|
+
};
|
|
1896
|
+
broadcastPolkadot: {
|
|
1897
|
+
retryEnabled: boolean;
|
|
1898
|
+
egressWitnessingEnabled: boolean;
|
|
1899
|
+
};
|
|
1900
|
+
broadcastArbitrum: {
|
|
1901
|
+
retryEnabled: boolean;
|
|
1902
|
+
egressWitnessingEnabled: boolean;
|
|
1903
|
+
};
|
|
1904
|
+
broadcastSolana: {
|
|
1905
|
+
retryEnabled: boolean;
|
|
1906
|
+
egressWitnessingEnabled: boolean;
|
|
1907
|
+
};
|
|
1908
|
+
broadcastAssethub: {
|
|
1909
|
+
retryEnabled: boolean;
|
|
1910
|
+
egressWitnessingEnabled: boolean;
|
|
1911
|
+
};
|
|
1912
|
+
witnesser: {
|
|
1913
|
+
__kind: "CodeGreen";
|
|
1914
|
+
} | {
|
|
1915
|
+
__kind: "CodeRed";
|
|
1916
|
+
} | {
|
|
1917
|
+
__kind: "CodeAmber";
|
|
1918
|
+
value: {
|
|
1919
|
+
governance: boolean;
|
|
1920
|
+
funding: boolean;
|
|
1921
|
+
swapping: boolean;
|
|
1922
|
+
ethereumBroadcast: boolean;
|
|
1923
|
+
ethereumChainTracking: boolean;
|
|
1924
|
+
ethereumIngressEgress: boolean;
|
|
1925
|
+
ethereumVault: boolean;
|
|
1926
|
+
polkadotBroadcast: boolean;
|
|
1927
|
+
polkadotChainTracking: boolean;
|
|
1928
|
+
polkadotIngressEgress: boolean;
|
|
1929
|
+
polkadotVault: boolean;
|
|
1930
|
+
bitcoinBroadcast: boolean;
|
|
1931
|
+
bitcoinChainTracking: boolean;
|
|
1932
|
+
bitcoinIngressEgress: boolean;
|
|
1933
|
+
bitcoinVault: boolean;
|
|
1934
|
+
arbitrumBroadcast: boolean;
|
|
1935
|
+
arbitrumChainTracking: boolean;
|
|
1936
|
+
arbitrumIngressEgress: boolean;
|
|
1937
|
+
arbitrumVault: boolean;
|
|
1938
|
+
solanaBroadcast: boolean;
|
|
1939
|
+
solanaVault: boolean;
|
|
1940
|
+
assethubBroadcast: boolean;
|
|
1941
|
+
assethubChainTracking: boolean;
|
|
1942
|
+
assethubIngressEgress: boolean;
|
|
1943
|
+
assethubVault: boolean;
|
|
1944
|
+
};
|
|
1945
|
+
};
|
|
1946
|
+
ingressEgressEthereum: {
|
|
1947
|
+
boostDepositsEnabled: boolean;
|
|
1948
|
+
depositChannelCreationEnabled: boolean;
|
|
1949
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1950
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1951
|
+
};
|
|
1952
|
+
ingressEgressBitcoin: {
|
|
1953
|
+
boostDepositsEnabled: boolean;
|
|
1954
|
+
depositChannelCreationEnabled: boolean;
|
|
1955
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1956
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1957
|
+
};
|
|
1958
|
+
ingressEgressPolkadot: {
|
|
1959
|
+
boostDepositsEnabled: boolean;
|
|
1960
|
+
depositChannelCreationEnabled: boolean;
|
|
1961
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1962
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1963
|
+
};
|
|
1964
|
+
ingressEgressArbitrum: {
|
|
1965
|
+
boostDepositsEnabled: boolean;
|
|
1966
|
+
depositChannelCreationEnabled: boolean;
|
|
1967
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1968
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1969
|
+
};
|
|
1970
|
+
ingressEgressSolana: {
|
|
1971
|
+
boostDepositsEnabled: boolean;
|
|
1972
|
+
depositChannelCreationEnabled: boolean;
|
|
1973
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1974
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1975
|
+
};
|
|
1976
|
+
ingressEgressAssethub: {
|
|
1977
|
+
boostDepositsEnabled: boolean;
|
|
1978
|
+
depositChannelCreationEnabled: boolean;
|
|
1979
|
+
depositChannelWitnessingEnabled: boolean;
|
|
1980
|
+
vaultDepositWitnessingEnabled: boolean;
|
|
1981
|
+
};
|
|
1982
|
+
electionsGeneric: {
|
|
1983
|
+
oraclePriceElections: boolean;
|
|
1984
|
+
};
|
|
1985
|
+
ethereumElections: {
|
|
1986
|
+
stateChainGatewayWitnessing: boolean;
|
|
1987
|
+
keyManagerWitnessing: boolean;
|
|
1988
|
+
scUtilsWitnessing: boolean;
|
|
1989
|
+
};
|
|
1990
|
+
arbitrumElections: {
|
|
1991
|
+
keyManagerWitnessing: boolean;
|
|
1992
|
+
};
|
|
1993
|
+
};
|
|
1994
|
+
};
|
|
1995
|
+
}>;
|
|
1996
|
+
//#endregion
|
|
1997
|
+
export { environmentRuntimeSafeModeUpdated };
|