@chainflip/processor 1.8.3 → 1.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +1 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.ts +1 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +1 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +1 -1
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/100/common.cjs +34 -33
- package/dist/100/common.d.cts +64 -118
- package/dist/100/common.d.ts +64 -118
- package/dist/100/common.mjs +36 -35
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +14 -14
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +14 -14
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/100/flip/remainingImbalance.d.cts +24 -24
- package/dist/100/flip/remainingImbalance.d.ts +24 -24
- package/dist/100/governance/failedExecution.d.cts +1 -1
- package/dist/100/governance/failedExecution.d.ts +1 -1
- package/dist/100/governance/govKeyCallExecutionFailed.d.cts +1 -1
- package/dist/100/governance/govKeyCallExecutionFailed.d.ts +1 -1
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +21 -51
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +21 -51
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +6 -6
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +6 -6
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +17 -17
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +17 -17
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +21 -21
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +21 -21
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/100/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/100/swapping/ccmDepositReceived.d.cts +81 -111
- package/dist/100/swapping/ccmDepositReceived.d.ts +81 -111
- package/dist/100/swapping/ccmFailed.d.cts +81 -111
- package/dist/100/swapping/ccmFailed.d.ts +81 -111
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
- package/dist/100/swapping/minimumSwapAmountSet.d.ts +6 -6
- package/dist/100/swapping/swapAmountTooLow.d.cts +60 -126
- package/dist/100/swapping/swapAmountTooLow.d.ts +60 -126
- package/dist/100/swapping/swapDepositAddressReady.d.cts +60 -120
- package/dist/100/swapping/swapDepositAddressReady.d.ts +60 -120
- package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/100/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/100/swapping/swapExecuted.d.cts +12 -12
- package/dist/100/swapping/swapExecuted.d.ts +12 -12
- package/dist/100/swapping/swapScheduled.d.cts +135 -201
- package/dist/100/swapping/swapScheduled.d.ts +135 -201
- package/dist/100/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/100/swapping/withdrawalRequested.d.ts +21 -51
- package/dist/100/system/extrinsicFailed.d.cts +1 -1
- package/dist/100/system/extrinsicFailed.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalEnacted.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalPassed.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalRejected.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
- package/dist/100/validator/palletConfigUpdated.d.cts +1 -1
- package/dist/100/validator/palletConfigUpdated.d.ts +1 -1
- package/dist/100/validator/rotationPhaseUpdated.d.cts +1 -1
- package/dist/100/validator/rotationPhaseUpdated.d.ts +1 -1
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +1 -1
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +1 -1
- package/dist/102/common.cjs +1 -1
- package/dist/102/common.d.cts +1 -1
- package/dist/102/common.d.ts +1 -1
- package/dist/102/common.mjs +1 -1
- package/dist/102/validator/palletConfigUpdated.d.cts +1 -1
- package/dist/102/validator/palletConfigUpdated.d.ts +1 -1
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +1 -1
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +1 -1
- package/dist/111/common.cjs +4 -4
- package/dist/111/common.d.cts +4 -4
- package/dist/111/common.d.ts +4 -4
- package/dist/111/common.mjs +4 -4
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/111/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/111/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +1 -1
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +1 -1
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +21 -21
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +21 -21
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +22 -22
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +22 -22
- package/dist/120/common.cjs +21 -20
- package/dist/120/common.d.cts +23 -47
- package/dist/120/common.d.ts +23 -47
- package/dist/120/common.mjs +21 -20
- package/dist/120/emissions/flipBurnSkipped.d.cts +1 -1
- package/dist/120/emissions/flipBurnSkipped.d.ts +1 -1
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +1 -1
- package/dist/120/ethereumIngressEgress/depositReceived.d.ts +1 -1
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +1 -1
- package/dist/120/polkadotIngressEgress/depositReceived.d.ts +1 -1
- package/dist/120/swapping/ccmFailed.d.cts +23 -53
- package/dist/120/swapping/ccmFailed.d.ts +23 -53
- package/dist/120/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/120/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/120/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/120/swapping/withdrawalRequested.d.ts +21 -51
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
- package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +2 -2
- package/dist/131/bitcoinIngressEgress/depositReceived.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/131/common.cjs +30 -29
- package/dist/131/common.d.cts +60 -114
- package/dist/131/common.d.ts +60 -114
- package/dist/131/common.mjs +31 -30
- package/dist/131/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/131/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +1 -1
- package/dist/131/ethereumIngressEgress/depositReceived.d.ts +1 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +3 -3
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +3 -3
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +3 -3
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +3 -3
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +21 -51
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +21 -51
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/131/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/131/swapping/ccmFailed.d.cts +52 -118
- package/dist/131/swapping/ccmFailed.d.ts +52 -118
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/131/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/131/swapping/swapDepositAddressReady.d.cts +60 -120
- package/dist/131/swapping/swapDepositAddressReady.d.ts +60 -120
- package/dist/131/swapping/swapEgressIgnored.d.cts +13 -13
- package/dist/131/swapping/swapEgressIgnored.d.ts +13 -13
- package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/131/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/131/swapping/swapExecuted.d.cts +12 -12
- package/dist/131/swapping/swapExecuted.d.ts +12 -12
- package/dist/131/swapping/swapScheduled.d.cts +67 -133
- package/dist/131/swapping/swapScheduled.d.ts +67 -133
- package/dist/131/swapping/withdrawalRequested.d.cts +27 -57
- package/dist/131/swapping/withdrawalRequested.d.ts +27 -57
- package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +17 -17
- package/dist/131/witnesser/prewitnessExecutionFailed.d.ts +17 -17
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.cjs +5 -1
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.mjs +6 -2
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.mjs +2 -2
- package/dist/141/common.cjs +40 -41
- package/dist/141/common.d.cts +76 -157
- package/dist/141/common.d.ts +76 -157
- package/dist/141/common.mjs +44 -45
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/141/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.cjs +5 -1
- package/dist/141/ethereumIngressEgress/boostFundsAdded.mjs +6 -2
- package/dist/141/ethereumIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/ethereumIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/141/ethereumIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/ethereumIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +4 -4
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +4 -4
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +11 -11
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +11 -11
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +11 -11
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +11 -11
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +26 -71
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +26 -71
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +6 -6
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +6 -6
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +26 -71
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.ts +26 -71
- package/dist/141/polkadotIngressEgress/boostFundsAdded.cjs +5 -1
- package/dist/141/polkadotIngressEgress/boostFundsAdded.mjs +6 -2
- package/dist/141/polkadotIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/polkadotIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/141/polkadotIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/polkadotIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.cts +92 -137
- package/dist/141/swapping/ccmDepositReceived.d.ts +92 -137
- package/dist/141/swapping/ccmFailed.d.cts +128 -227
- package/dist/141/swapping/ccmFailed.d.ts +128 -227
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +70 -160
- package/dist/141/swapping/swapDepositAddressReady.d.ts +70 -160
- package/dist/141/swapping/swapEgressIgnored.d.cts +25 -25
- package/dist/141/swapping/swapEgressIgnored.d.ts +25 -25
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +93 -93
- package/dist/141/swapping/swapExecuted.d.ts +93 -93
- package/dist/141/swapping/swapScheduled.d.cts +155 -254
- package/dist/141/swapping/swapScheduled.d.ts +155 -254
- package/dist/141/swapping/withdrawalRequested.d.cts +32 -77
- package/dist/141/swapping/withdrawalRequested.d.ts +32 -77
- package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalEnacted.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalPassed.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalPassed.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalRejected.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalRejected.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
- package/dist/141/validator/rotationPhaseUpdated.d.cts +21 -21
- package/dist/141/validator/rotationPhaseUpdated.d.ts +21 -21
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/150/assetBalances/refundScheduled.d.cts +2 -2
- package/dist/150/assetBalances/refundScheduled.d.ts +2 -2
- package/dist/150/assetBalances/refundSkipped.d.cts +7 -7
- package/dist/150/assetBalances/refundSkipped.d.ts +7 -7
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/150/common.cjs +42 -45
- package/dist/150/common.d.cts +114 -282
- package/dist/150/common.d.ts +114 -282
- package/dist/150/common.mjs +46 -49
- package/dist/150/environment/runtimeSafeModeUpdated.d.cts +14 -14
- package/dist/150/environment/runtimeSafeModeUpdated.d.ts +14 -14
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +31 -91
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +31 -91
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +6 -6
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +6 -6
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +31 -91
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.ts +31 -91
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/150/solanaIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/150/solanaIngressEgress/boostFundsAdded.mjs +2 -2
- package/dist/150/solanaIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/150/solanaIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/solanaIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.cjs +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.mjs +2 -2
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/150/solanaIngressEgress/stoppedBoosting.cjs +1 -1
- package/dist/150/solanaIngressEgress/stoppedBoosting.mjs +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/150/swapping/ccmDepositReceived.d.cts +33 -93
- package/dist/150/swapping/ccmDepositReceived.d.ts +33 -93
- package/dist/150/swapping/ccmFailed.d.cts +76 -208
- package/dist/150/swapping/ccmFailed.d.ts +76 -208
- package/dist/150/swapping/refundEgressIgnored.d.cts +1 -1
- package/dist/150/swapping/refundEgressIgnored.d.ts +1 -1
- package/dist/150/swapping/swapDepositAddressReady.d.cts +104 -296
- package/dist/150/swapping/swapDepositAddressReady.d.ts +104 -296
- package/dist/150/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/150/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/150/swapping/swapExecuted.d.cts +3 -3
- package/dist/150/swapping/swapExecuted.d.ts +3 -3
- package/dist/150/swapping/swapScheduled.d.cts +77 -209
- package/dist/150/swapping/swapScheduled.d.ts +77 -209
- package/dist/150/swapping/withdrawalRequested.d.cts +31 -91
- package/dist/150/swapping/withdrawalRequested.d.ts +31 -91
- package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalEnacted.d.ts +1 -1
- package/dist/150/tokenholderGovernance/proposalPassed.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalPassed.d.ts +1 -1
- package/dist/150/tokenholderGovernance/proposalRejected.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalRejected.d.ts +1 -1
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/common.cjs +38 -41
- package/dist/160/common.d.cts +240 -660
- package/dist/160/common.d.ts +240 -660
- package/dist/160/common.mjs +39 -42
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/160/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/160/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +1 -1
- package/dist/160/liquidityPools/orderDeletionFailed.d.ts +1 -1
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +31 -91
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +31 -91
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +31 -91
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +31 -91
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/solanaIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/160/solanaIngressEgress/boostFundsAdded.mjs +2 -2
- package/dist/160/solanaIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/160/solanaIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/solanaIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.cjs +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.mjs +2 -2
- package/dist/160/solanaIngressEgress/stoppedBoosting.cjs +1 -1
- package/dist/160/solanaIngressEgress/stoppedBoosting.mjs +2 -2
- package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/160/swapping/ccmFailed.d.cts +116 -320
- package/dist/160/swapping/ccmFailed.d.ts +116 -320
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +13 -13
- package/dist/160/swapping/refundEgressIgnored.d.ts +13 -13
- package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
- package/dist/160/swapping/swapDepositAddressReady.d.cts +122 -314
- package/dist/160/swapping/swapDepositAddressReady.d.ts +122 -314
- package/dist/160/swapping/swapEgressIgnored.d.cts +13 -13
- package/dist/160/swapping/swapEgressIgnored.d.ts +13 -13
- package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.ts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +237 -609
- package/dist/160/swapping/swapRequested.d.ts +237 -609
- package/dist/160/swapping/withdrawalRequested.d.cts +37 -97
- package/dist/160/swapping/withdrawalRequested.d.ts +37 -97
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/common.cjs +30 -33
- package/dist/170/common.d.cts +284 -788
- package/dist/170/common.d.ts +284 -788
- package/dist/170/common.mjs +30 -33
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/evmThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/evmThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/polkadotThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/polkadotThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/reputation/offencePenalty.d.cts +3 -3
- package/dist/170/reputation/offencePenalty.d.ts +3 -3
- package/dist/170/reputation/penaltyUpdated.d.cts +1 -1
- package/dist/170/reputation/penaltyUpdated.d.ts +1 -1
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/solanaThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/solanaThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/swapping/swapRequested.d.cts +234 -618
- package/dist/170/swapping/swapRequested.d.ts +234 -618
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +71 -155
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +71 -155
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +424 -158
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +424 -158
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +1 -1
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +1 -1
- package/dist/180/common.cjs +143 -64
- package/dist/180/common.d.cts +8156 -5268
- package/dist/180/common.d.ts +8156 -5268
- package/dist/180/common.mjs +148 -69
- package/dist/180/environment/solanaGovCallDispatched.d.cts +1 -1
- package/dist/180/environment/solanaGovCallDispatched.d.ts +1 -1
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +60 -144
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +60 -144
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +106 -181
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +106 -181
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +78 -187
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +78 -187
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/180/swapping/swapDepositAddressReady.d.cts +104 -296
- package/dist/180/swapping/swapDepositAddressReady.d.ts +104 -296
- package/dist/180/swapping/swapRequested.d.cts +182 -482
- package/dist/180/swapping/swapRequested.d.ts +182 -482
- package/package.json +1 -1
|
@@ -13,113 +13,68 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
13
13
|
egressAsset: z.ZodEffects<z.ZodObject<{
|
|
14
14
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
__kind: "Eth" | "
|
|
16
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
17
17
|
}, {
|
|
18
|
-
__kind: "Eth" | "
|
|
19
|
-
}>, "Eth" | "
|
|
20
|
-
__kind: "Eth" | "
|
|
18
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
19
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
|
|
20
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
21
21
|
}>;
|
|
22
22
|
egressAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
23
23
|
egressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
24
|
-
destinationAddress: z.
|
|
25
|
-
__kind: z.
|
|
24
|
+
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
25
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb"]>;
|
|
26
26
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
28
29
|
value: `0x${string}`;
|
|
29
|
-
__kind: "Eth";
|
|
30
30
|
}, {
|
|
31
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
31
32
|
value: string;
|
|
32
|
-
__kind: "Eth";
|
|
33
33
|
}>, {
|
|
34
|
-
chain: "Ethereum";
|
|
35
|
-
address: `0x${string}`;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}, {
|
|
46
|
-
value: string;
|
|
47
|
-
__kind: "Dot";
|
|
48
|
-
}>, {
|
|
49
|
-
chain: "Polkadot";
|
|
50
|
-
address: string;
|
|
51
|
-
}, {
|
|
52
|
-
value: string;
|
|
53
|
-
__kind: "Dot";
|
|
54
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
55
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
56
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
57
|
-
}, "strip", z.ZodTypeAny, {
|
|
58
|
-
value: `0x${string}`;
|
|
59
|
-
__kind: "Btc";
|
|
60
|
-
}, {
|
|
61
|
-
value: string;
|
|
62
|
-
__kind: "Btc";
|
|
63
|
-
}>, {
|
|
64
|
-
chain: "Bitcoin";
|
|
65
|
-
address: string;
|
|
66
|
-
}, {
|
|
67
|
-
value: string;
|
|
68
|
-
__kind: "Btc";
|
|
69
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
70
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
71
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
72
|
-
}, "strip", z.ZodTypeAny, {
|
|
73
|
-
value: `0x${string}`;
|
|
74
|
-
__kind: "Arb";
|
|
75
|
-
}, {
|
|
76
|
-
value: string;
|
|
77
|
-
__kind: "Arb";
|
|
78
|
-
}>, {
|
|
79
|
-
chain: "Arbitrum";
|
|
80
|
-
address: `0x${string}`;
|
|
34
|
+
readonly chain: "Ethereum";
|
|
35
|
+
readonly address: `0x${string}`;
|
|
36
|
+
} | {
|
|
37
|
+
readonly chain: "Polkadot";
|
|
38
|
+
readonly address: string;
|
|
39
|
+
} | {
|
|
40
|
+
readonly chain: "Bitcoin";
|
|
41
|
+
readonly address: string;
|
|
42
|
+
} | {
|
|
43
|
+
readonly chain: "Arbitrum";
|
|
44
|
+
readonly address: `0x${string}`;
|
|
81
45
|
}, {
|
|
46
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
82
47
|
value: string;
|
|
83
|
-
|
|
84
|
-
}>]>;
|
|
48
|
+
}>;
|
|
85
49
|
}, "strip", z.ZodTypeAny, {
|
|
86
50
|
destinationAddress: {
|
|
87
|
-
chain: "Ethereum";
|
|
88
|
-
address: `0x${string}`;
|
|
51
|
+
readonly chain: "Ethereum";
|
|
52
|
+
readonly address: `0x${string}`;
|
|
89
53
|
} | {
|
|
90
|
-
chain: "Polkadot";
|
|
91
|
-
address: string;
|
|
54
|
+
readonly chain: "Polkadot";
|
|
55
|
+
readonly address: string;
|
|
92
56
|
} | {
|
|
93
|
-
chain: "Bitcoin";
|
|
94
|
-
address: string;
|
|
57
|
+
readonly chain: "Bitcoin";
|
|
58
|
+
readonly address: string;
|
|
95
59
|
} | {
|
|
96
|
-
chain: "Arbitrum";
|
|
97
|
-
address: `0x${string}`;
|
|
60
|
+
readonly chain: "Arbitrum";
|
|
61
|
+
readonly address: `0x${string}`;
|
|
98
62
|
};
|
|
99
63
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", bigint];
|
|
100
64
|
egressAmount: bigint;
|
|
101
|
-
egressAsset: "Eth" | "
|
|
65
|
+
egressAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
102
66
|
egressFee: bigint;
|
|
103
67
|
}, {
|
|
104
68
|
destinationAddress: {
|
|
69
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
105
70
|
value: string;
|
|
106
|
-
__kind: "Eth";
|
|
107
|
-
} | {
|
|
108
|
-
value: string;
|
|
109
|
-
__kind: "Dot";
|
|
110
|
-
} | {
|
|
111
|
-
value: string;
|
|
112
|
-
__kind: "Btc";
|
|
113
|
-
} | {
|
|
114
|
-
value: string;
|
|
115
|
-
__kind: "Arb";
|
|
116
71
|
};
|
|
117
72
|
egressId: [{
|
|
118
73
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
|
|
119
74
|
}, string | number];
|
|
120
75
|
egressAmount: string | number;
|
|
121
76
|
egressAsset: {
|
|
122
|
-
__kind: "Eth" | "
|
|
77
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
123
78
|
};
|
|
124
79
|
egressFee: string | number;
|
|
125
80
|
}>;
|
|
@@ -13,113 +13,68 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
13
13
|
egressAsset: z.ZodEffects<z.ZodObject<{
|
|
14
14
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
__kind: "Eth" | "
|
|
16
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
17
17
|
}, {
|
|
18
|
-
__kind: "Eth" | "
|
|
19
|
-
}>, "Eth" | "
|
|
20
|
-
__kind: "Eth" | "
|
|
18
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
19
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
|
|
20
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
21
21
|
}>;
|
|
22
22
|
egressAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
23
23
|
egressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
24
|
-
destinationAddress: z.
|
|
25
|
-
__kind: z.
|
|
24
|
+
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
25
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb"]>;
|
|
26
26
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
28
29
|
value: `0x${string}`;
|
|
29
|
-
__kind: "Eth";
|
|
30
30
|
}, {
|
|
31
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
31
32
|
value: string;
|
|
32
|
-
__kind: "Eth";
|
|
33
33
|
}>, {
|
|
34
|
-
chain: "Ethereum";
|
|
35
|
-
address: `0x${string}`;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}, {
|
|
46
|
-
value: string;
|
|
47
|
-
__kind: "Dot";
|
|
48
|
-
}>, {
|
|
49
|
-
chain: "Polkadot";
|
|
50
|
-
address: string;
|
|
51
|
-
}, {
|
|
52
|
-
value: string;
|
|
53
|
-
__kind: "Dot";
|
|
54
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
55
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
56
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
57
|
-
}, "strip", z.ZodTypeAny, {
|
|
58
|
-
value: `0x${string}`;
|
|
59
|
-
__kind: "Btc";
|
|
60
|
-
}, {
|
|
61
|
-
value: string;
|
|
62
|
-
__kind: "Btc";
|
|
63
|
-
}>, {
|
|
64
|
-
chain: "Bitcoin";
|
|
65
|
-
address: string;
|
|
66
|
-
}, {
|
|
67
|
-
value: string;
|
|
68
|
-
__kind: "Btc";
|
|
69
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
70
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
71
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
72
|
-
}, "strip", z.ZodTypeAny, {
|
|
73
|
-
value: `0x${string}`;
|
|
74
|
-
__kind: "Arb";
|
|
75
|
-
}, {
|
|
76
|
-
value: string;
|
|
77
|
-
__kind: "Arb";
|
|
78
|
-
}>, {
|
|
79
|
-
chain: "Arbitrum";
|
|
80
|
-
address: `0x${string}`;
|
|
34
|
+
readonly chain: "Ethereum";
|
|
35
|
+
readonly address: `0x${string}`;
|
|
36
|
+
} | {
|
|
37
|
+
readonly chain: "Polkadot";
|
|
38
|
+
readonly address: string;
|
|
39
|
+
} | {
|
|
40
|
+
readonly chain: "Bitcoin";
|
|
41
|
+
readonly address: string;
|
|
42
|
+
} | {
|
|
43
|
+
readonly chain: "Arbitrum";
|
|
44
|
+
readonly address: `0x${string}`;
|
|
81
45
|
}, {
|
|
46
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
82
47
|
value: string;
|
|
83
|
-
|
|
84
|
-
}>]>;
|
|
48
|
+
}>;
|
|
85
49
|
}, "strip", z.ZodTypeAny, {
|
|
86
50
|
destinationAddress: {
|
|
87
|
-
chain: "Ethereum";
|
|
88
|
-
address: `0x${string}`;
|
|
51
|
+
readonly chain: "Ethereum";
|
|
52
|
+
readonly address: `0x${string}`;
|
|
89
53
|
} | {
|
|
90
|
-
chain: "Polkadot";
|
|
91
|
-
address: string;
|
|
54
|
+
readonly chain: "Polkadot";
|
|
55
|
+
readonly address: string;
|
|
92
56
|
} | {
|
|
93
|
-
chain: "Bitcoin";
|
|
94
|
-
address: string;
|
|
57
|
+
readonly chain: "Bitcoin";
|
|
58
|
+
readonly address: string;
|
|
95
59
|
} | {
|
|
96
|
-
chain: "Arbitrum";
|
|
97
|
-
address: `0x${string}`;
|
|
60
|
+
readonly chain: "Arbitrum";
|
|
61
|
+
readonly address: `0x${string}`;
|
|
98
62
|
};
|
|
99
63
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", bigint];
|
|
100
64
|
egressAmount: bigint;
|
|
101
|
-
egressAsset: "Eth" | "
|
|
65
|
+
egressAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
102
66
|
egressFee: bigint;
|
|
103
67
|
}, {
|
|
104
68
|
destinationAddress: {
|
|
69
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
105
70
|
value: string;
|
|
106
|
-
__kind: "Eth";
|
|
107
|
-
} | {
|
|
108
|
-
value: string;
|
|
109
|
-
__kind: "Dot";
|
|
110
|
-
} | {
|
|
111
|
-
value: string;
|
|
112
|
-
__kind: "Btc";
|
|
113
|
-
} | {
|
|
114
|
-
value: string;
|
|
115
|
-
__kind: "Arb";
|
|
116
71
|
};
|
|
117
72
|
egressId: [{
|
|
118
73
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
|
|
119
74
|
}, string | number];
|
|
120
75
|
egressAmount: string | number;
|
|
121
76
|
egressAsset: {
|
|
122
|
-
__kind: "Eth" | "
|
|
77
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
123
78
|
};
|
|
124
79
|
egressFee: string | number;
|
|
125
80
|
}>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const tokenholderGovernanceProposalEnacted: z.ZodObject<{
|
|
4
|
-
proposal: z.
|
|
4
|
+
proposal: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"SetGovernanceKey">;
|
|
6
6
|
value: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
|
|
7
7
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const tokenholderGovernanceProposalEnacted: z.ZodObject<{
|
|
4
|
-
proposal: z.
|
|
4
|
+
proposal: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"SetGovernanceKey">;
|
|
6
6
|
value: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
|
|
7
7
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const tokenholderGovernanceProposalPassed: z.ZodObject<{
|
|
4
|
-
proposal: z.
|
|
4
|
+
proposal: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"SetGovernanceKey">;
|
|
6
6
|
value: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
|
|
7
7
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const tokenholderGovernanceProposalPassed: z.ZodObject<{
|
|
4
|
-
proposal: z.
|
|
4
|
+
proposal: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"SetGovernanceKey">;
|
|
6
6
|
value: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
|
|
7
7
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const tokenholderGovernanceProposalRejected: z.ZodObject<{
|
|
4
|
-
proposal: z.
|
|
4
|
+
proposal: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"SetGovernanceKey">;
|
|
6
6
|
value: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
|
|
7
7
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const tokenholderGovernanceProposalRejected: z.ZodObject<{
|
|
4
|
-
proposal: z.
|
|
4
|
+
proposal: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"SetGovernanceKey">;
|
|
6
6
|
value: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
|
|
7
7
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const tokenholderGovernanceProposalSubmitted: z.ZodObject<{
|
|
4
|
-
proposal: z.
|
|
4
|
+
proposal: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"SetGovernanceKey">;
|
|
6
6
|
value: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
|
|
7
7
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const tokenholderGovernanceProposalSubmitted: z.ZodObject<{
|
|
4
|
-
proposal: z.
|
|
4
|
+
proposal: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"SetGovernanceKey">;
|
|
6
6
|
value: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
|
|
7
7
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const validatorRotationPhaseUpdated: z.ZodObject<{
|
|
4
|
-
newPhase: z.
|
|
4
|
+
newPhase: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"Idle">;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
7
|
__kind: "Idle";
|
|
@@ -29,6 +29,7 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
|
|
|
29
29
|
newEpochIndex: number;
|
|
30
30
|
}>;
|
|
31
31
|
}, "strip", z.ZodTypeAny, {
|
|
32
|
+
__kind: "KeygensInProgress";
|
|
32
33
|
value: {
|
|
33
34
|
primaryCandidates: string[];
|
|
34
35
|
secondaryCandidates: string[];
|
|
@@ -36,8 +37,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
|
|
|
36
37
|
bond: bigint;
|
|
37
38
|
newEpochIndex: number;
|
|
38
39
|
};
|
|
39
|
-
__kind: "KeygensInProgress";
|
|
40
40
|
}, {
|
|
41
|
+
__kind: "KeygensInProgress";
|
|
41
42
|
value: {
|
|
42
43
|
primaryCandidates: string[];
|
|
43
44
|
secondaryCandidates: string[];
|
|
@@ -45,7 +46,6 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
|
|
|
45
46
|
bond: string | number;
|
|
46
47
|
newEpochIndex: number;
|
|
47
48
|
};
|
|
48
|
-
__kind: "KeygensInProgress";
|
|
49
49
|
}>, z.ZodObject<{
|
|
50
50
|
__kind: z.ZodLiteral<"KeyHandoversInProgress">;
|
|
51
51
|
value: z.ZodObject<{
|
|
@@ -68,6 +68,7 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
|
|
|
68
68
|
newEpochIndex: number;
|
|
69
69
|
}>;
|
|
70
70
|
}, "strip", z.ZodTypeAny, {
|
|
71
|
+
__kind: "KeyHandoversInProgress";
|
|
71
72
|
value: {
|
|
72
73
|
primaryCandidates: string[];
|
|
73
74
|
secondaryCandidates: string[];
|
|
@@ -75,8 +76,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
|
|
|
75
76
|
bond: bigint;
|
|
76
77
|
newEpochIndex: number;
|
|
77
78
|
};
|
|
78
|
-
__kind: "KeyHandoversInProgress";
|
|
79
79
|
}, {
|
|
80
|
+
__kind: "KeyHandoversInProgress";
|
|
80
81
|
value: {
|
|
81
82
|
primaryCandidates: string[];
|
|
82
83
|
secondaryCandidates: string[];
|
|
@@ -84,7 +85,6 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
|
|
|
84
85
|
bond: string | number;
|
|
85
86
|
newEpochIndex: number;
|
|
86
87
|
};
|
|
87
|
-
__kind: "KeyHandoversInProgress";
|
|
88
88
|
}>, z.ZodObject<{
|
|
89
89
|
__kind: z.ZodLiteral<"ActivatingKeys">;
|
|
90
90
|
value: z.ZodObject<{
|
|
@@ -107,6 +107,7 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
|
|
|
107
107
|
newEpochIndex: number;
|
|
108
108
|
}>;
|
|
109
109
|
}, "strip", z.ZodTypeAny, {
|
|
110
|
+
__kind: "ActivatingKeys";
|
|
110
111
|
value: {
|
|
111
112
|
primaryCandidates: string[];
|
|
112
113
|
secondaryCandidates: string[];
|
|
@@ -114,8 +115,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
|
|
|
114
115
|
bond: bigint;
|
|
115
116
|
newEpochIndex: number;
|
|
116
117
|
};
|
|
117
|
-
__kind: "ActivatingKeys";
|
|
118
118
|
}, {
|
|
119
|
+
__kind: "ActivatingKeys";
|
|
119
120
|
value: {
|
|
120
121
|
primaryCandidates: string[];
|
|
121
122
|
secondaryCandidates: string[];
|
|
@@ -123,7 +124,6 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
|
|
|
123
124
|
bond: string | number;
|
|
124
125
|
newEpochIndex: number;
|
|
125
126
|
};
|
|
126
|
-
__kind: "ActivatingKeys";
|
|
127
127
|
}>, z.ZodObject<{
|
|
128
128
|
__kind: z.ZodLiteral<"NewKeysActivated">;
|
|
129
129
|
value: z.ZodObject<{
|
|
@@ -146,6 +146,7 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
|
|
|
146
146
|
newEpochIndex: number;
|
|
147
147
|
}>;
|
|
148
148
|
}, "strip", z.ZodTypeAny, {
|
|
149
|
+
__kind: "NewKeysActivated";
|
|
149
150
|
value: {
|
|
150
151
|
primaryCandidates: string[];
|
|
151
152
|
secondaryCandidates: string[];
|
|
@@ -153,8 +154,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
|
|
|
153
154
|
bond: bigint;
|
|
154
155
|
newEpochIndex: number;
|
|
155
156
|
};
|
|
156
|
-
__kind: "NewKeysActivated";
|
|
157
157
|
}, {
|
|
158
|
+
__kind: "NewKeysActivated";
|
|
158
159
|
value: {
|
|
159
160
|
primaryCandidates: string[];
|
|
160
161
|
secondaryCandidates: string[];
|
|
@@ -162,21 +163,21 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
|
|
|
162
163
|
bond: string | number;
|
|
163
164
|
newEpochIndex: number;
|
|
164
165
|
};
|
|
165
|
-
__kind: "NewKeysActivated";
|
|
166
166
|
}>, z.ZodObject<{
|
|
167
167
|
__kind: z.ZodLiteral<"SessionRotating">;
|
|
168
168
|
value: z.ZodTuple<[z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
169
169
|
}, "strip", z.ZodTypeAny, {
|
|
170
|
-
value: [string[], bigint];
|
|
171
170
|
__kind: "SessionRotating";
|
|
171
|
+
value: [string[], bigint];
|
|
172
172
|
}, {
|
|
173
|
-
value: [string[], string | number];
|
|
174
173
|
__kind: "SessionRotating";
|
|
174
|
+
value: [string[], string | number];
|
|
175
175
|
}>]>;
|
|
176
176
|
}, "strip", z.ZodTypeAny, {
|
|
177
177
|
newPhase: {
|
|
178
178
|
__kind: "Idle";
|
|
179
179
|
} | {
|
|
180
|
+
__kind: "KeygensInProgress";
|
|
180
181
|
value: {
|
|
181
182
|
primaryCandidates: string[];
|
|
182
183
|
secondaryCandidates: string[];
|
|
@@ -184,8 +185,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
|
|
|
184
185
|
bond: bigint;
|
|
185
186
|
newEpochIndex: number;
|
|
186
187
|
};
|
|
187
|
-
__kind: "KeygensInProgress";
|
|
188
188
|
} | {
|
|
189
|
+
__kind: "KeyHandoversInProgress";
|
|
189
190
|
value: {
|
|
190
191
|
primaryCandidates: string[];
|
|
191
192
|
secondaryCandidates: string[];
|
|
@@ -193,8 +194,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
|
|
|
193
194
|
bond: bigint;
|
|
194
195
|
newEpochIndex: number;
|
|
195
196
|
};
|
|
196
|
-
__kind: "KeyHandoversInProgress";
|
|
197
197
|
} | {
|
|
198
|
+
__kind: "ActivatingKeys";
|
|
198
199
|
value: {
|
|
199
200
|
primaryCandidates: string[];
|
|
200
201
|
secondaryCandidates: string[];
|
|
@@ -202,8 +203,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
|
|
|
202
203
|
bond: bigint;
|
|
203
204
|
newEpochIndex: number;
|
|
204
205
|
};
|
|
205
|
-
__kind: "ActivatingKeys";
|
|
206
206
|
} | {
|
|
207
|
+
__kind: "NewKeysActivated";
|
|
207
208
|
value: {
|
|
208
209
|
primaryCandidates: string[];
|
|
209
210
|
secondaryCandidates: string[];
|
|
@@ -211,15 +212,15 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
|
|
|
211
212
|
bond: bigint;
|
|
212
213
|
newEpochIndex: number;
|
|
213
214
|
};
|
|
214
|
-
__kind: "NewKeysActivated";
|
|
215
215
|
} | {
|
|
216
|
-
value: [string[], bigint];
|
|
217
216
|
__kind: "SessionRotating";
|
|
217
|
+
value: [string[], bigint];
|
|
218
218
|
};
|
|
219
219
|
}, {
|
|
220
220
|
newPhase: {
|
|
221
221
|
__kind: "Idle";
|
|
222
222
|
} | {
|
|
223
|
+
__kind: "KeygensInProgress";
|
|
223
224
|
value: {
|
|
224
225
|
primaryCandidates: string[];
|
|
225
226
|
secondaryCandidates: string[];
|
|
@@ -227,8 +228,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
|
|
|
227
228
|
bond: string | number;
|
|
228
229
|
newEpochIndex: number;
|
|
229
230
|
};
|
|
230
|
-
__kind: "KeygensInProgress";
|
|
231
231
|
} | {
|
|
232
|
+
__kind: "KeyHandoversInProgress";
|
|
232
233
|
value: {
|
|
233
234
|
primaryCandidates: string[];
|
|
234
235
|
secondaryCandidates: string[];
|
|
@@ -236,8 +237,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
|
|
|
236
237
|
bond: string | number;
|
|
237
238
|
newEpochIndex: number;
|
|
238
239
|
};
|
|
239
|
-
__kind: "KeyHandoversInProgress";
|
|
240
240
|
} | {
|
|
241
|
+
__kind: "ActivatingKeys";
|
|
241
242
|
value: {
|
|
242
243
|
primaryCandidates: string[];
|
|
243
244
|
secondaryCandidates: string[];
|
|
@@ -245,8 +246,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
|
|
|
245
246
|
bond: string | number;
|
|
246
247
|
newEpochIndex: number;
|
|
247
248
|
};
|
|
248
|
-
__kind: "ActivatingKeys";
|
|
249
249
|
} | {
|
|
250
|
+
__kind: "NewKeysActivated";
|
|
250
251
|
value: {
|
|
251
252
|
primaryCandidates: string[];
|
|
252
253
|
secondaryCandidates: string[];
|
|
@@ -254,10 +255,9 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
|
|
|
254
255
|
bond: string | number;
|
|
255
256
|
newEpochIndex: number;
|
|
256
257
|
};
|
|
257
|
-
__kind: "NewKeysActivated";
|
|
258
258
|
} | {
|
|
259
|
-
value: [string[], string | number];
|
|
260
259
|
__kind: "SessionRotating";
|
|
260
|
+
value: [string[], string | number];
|
|
261
261
|
};
|
|
262
262
|
}>;
|
|
263
263
|
|