@chainflip/processor 1.8.2 → 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/ccmBroadcastRequested.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +21 -21
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +21 -21
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +25 -25
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +25 -25
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +25 -25
- package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +25 -25
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +56 -56
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +21 -21
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +21 -21
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +21 -21
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +21 -21
- 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 +2 -2
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +2 -2
- 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 +17 -17
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +17 -17
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +21 -21
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +21 -21
- 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/funding/boundExecutorAddress.d.cts +2 -2
- package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
- package/dist/100/funding/funded.d.cts +2 -2
- package/dist/100/funding/funded.d.ts +2 -2
- package/dist/100/funding/redemptionRequested.d.cts +2 -2
- package/dist/100/funding/redemptionRequested.d.ts +2 -2
- 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 +9 -9
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +9 -9
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +9 -9
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +9 -9
- 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 +1 -1
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +1 -1
- 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/ccmDepositReceived.d.cts +23 -53
- package/dist/100/swapping/ccmDepositReceived.d.ts +23 -53
- package/dist/100/swapping/ccmFailed.d.cts +23 -53
- package/dist/100/swapping/ccmFailed.d.ts +23 -53
- package/dist/100/swapping/swapAmountTooLow.d.cts +50 -116
- package/dist/100/swapping/swapAmountTooLow.d.ts +50 -116
- package/dist/100/swapping/swapDepositAddressReady.d.cts +42 -102
- package/dist/100/swapping/swapDepositAddressReady.d.ts +42 -102
- package/dist/100/swapping/swapScheduled.d.cts +53 -119
- package/dist/100/swapping/swapScheduled.d.ts +53 -119
- 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 +9 -9
- package/dist/100/tokenholderGovernance/proposalEnacted.d.ts +9 -9
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +9 -9
- package/dist/100/tokenholderGovernance/proposalPassed.d.ts +9 -9
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +9 -9
- package/dist/100/tokenholderGovernance/proposalRejected.d.ts +9 -9
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +9 -9
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.ts +9 -9
- 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 +3 -3
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +3 -3
- 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/ccmFailed.d.cts +52 -118
- package/dist/131/swapping/ccmFailed.d.ts +52 -118
- package/dist/131/swapping/swapDepositAddressReady.d.cts +42 -102
- package/dist/131/swapping/swapDepositAddressReady.d.ts +42 -102
- package/dist/131/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/131/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/131/swapping/swapScheduled.d.cts +53 -119
- package/dist/131/swapping/swapScheduled.d.ts +53 -119
- package/dist/131/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/131/swapping/withdrawalRequested.d.ts +21 -51
- 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/ccmBroadcastRequested.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +21 -21
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +21 -21
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +5 -5
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +5 -5
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +5 -5
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +23 -23
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +23 -23
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +30 -30
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +30 -30
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +2 -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.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +2 -2
- 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 +5 -5
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +5 -5
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +5 -5
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- 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 +1 -1
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- 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.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
- 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 +5 -5
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +5 -5
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +5 -5
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/polkadotIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/polkadotIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/swapping/ccmDepositReceived.d.cts +28 -73
- package/dist/141/swapping/ccmDepositReceived.d.ts +28 -73
- package/dist/141/swapping/ccmFailed.d.cts +64 -163
- package/dist/141/swapping/ccmFailed.d.ts +64 -163
- package/dist/141/swapping/swapDepositAddressReady.d.cts +52 -142
- package/dist/141/swapping/swapDepositAddressReady.d.ts +52 -142
- package/dist/141/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/141/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/141/swapping/swapExecuted.d.cts +3 -3
- package/dist/141/swapping/swapExecuted.d.ts +3 -3
- package/dist/141/swapping/swapScheduled.d.cts +65 -164
- package/dist/141/swapping/swapScheduled.d.ts +65 -164
- package/dist/141/swapping/withdrawalRequested.d.cts +26 -71
- package/dist/141/swapping/withdrawalRequested.d.ts +26 -71
- 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 +4 -4
- package/dist/150/assetBalances/refundScheduled.d.ts +4 -4
- package/dist/150/assetBalances/refundSkipped.d.cts +50 -50
- package/dist/150/assetBalances/refundSkipped.d.ts +50 -50
- 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 +5 -5
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +5 -5
- 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 +3 -3
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +3 -3
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +3 -3
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +3 -3
- 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/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +5 -5
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +5 -5
- 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 +64 -64
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +64 -64
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +9 -9
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +9 -9
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +7 -7
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +7 -7
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +17 -17
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +17 -17
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +4 -4
- 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 +64 -64
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +64 -64
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +9 -9
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +9 -9
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +7 -7
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +7 -7
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +11 -11
- package/dist/160/liquidityPools/limitOrderUpdated.d.ts +11 -11
- 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 +11 -11
- package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +11 -11
- package/dist/160/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/160/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +33 -93
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +33 -93
- 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 +64 -64
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +64 -64
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +9 -9
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +9 -9
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +7 -7
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +7 -7
- package/dist/160/solanaIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.ts +2 -2
- 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 +53 -53
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +53 -53
- 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 +3 -3
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/160/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositWitnessRejected.cjs +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +21 -21
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +21 -21
- 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 +6 -6
- package/dist/160/swapping/batchSwapFailed.d.ts +6 -6
- 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 +29 -29
- package/dist/160/swapping/refundEgressIgnored.d.ts +29 -29
- package/dist/160/swapping/refundEgressScheduled.d.cts +6 -6
- package/dist/160/swapping/refundEgressScheduled.d.ts +6 -6
- package/dist/160/swapping/swapAmountConfiscated.d.cts +6 -6
- package/dist/160/swapping/swapAmountConfiscated.d.ts +6 -6
- 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 +29 -29
- package/dist/160/swapping/swapEgressIgnored.d.ts +29 -29
- package/dist/160/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/160/swapping/swapEgressScheduled.d.ts +6 -6
- 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/boostedDepositLost.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +129 -333
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +129 -333
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +53 -53
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +53 -53
- 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 +1 -1
- package/dist/170/reputation/offencePenalty.d.ts +1 -1
- 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/minimumChunkSizeSet.d.cts +2 -2
- package/dist/170/swapping/minimumChunkSizeSet.d.ts +2 -2
- 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 +97 -181
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +97 -181
- 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 +450 -184
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +450 -184
- 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 +170 -70
- package/dist/180/common.d.cts +7356 -4428
- package/dist/180/common.d.ts +7356 -4428
- package/dist/180/common.mjs +175 -75
- package/dist/180/environment/solanaGovCallDispatched.cjs +10 -0
- package/dist/180/environment/solanaGovCallDispatched.d.cts +69 -0
- package/dist/180/environment/solanaGovCallDispatched.d.ts +69 -0
- package/dist/180/environment/solanaGovCallDispatched.mjs +10 -0
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +17 -17
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +17 -17
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +5 -5
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +5 -5
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +112 -196
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +112 -196
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +13 -13
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +13 -13
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- 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 +132 -207
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +132 -207
- 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 +104 -213
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +104 -213
- 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.cjs +2 -0
- package/dist/180/swapping/swapDepositAddressReady.d.cts +107 -296
- package/dist/180/swapping/swapDepositAddressReady.d.ts +107 -296
- package/dist/180/swapping/swapDepositAddressReady.mjs +2 -0
- package/dist/180/swapping/swapRequested.d.cts +192 -482
- package/dist/180/swapping/swapRequested.d.ts +192 -482
- package/package.json +1 -1
|
@@ -21,198 +21,90 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
21
21
|
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol", {
|
|
22
22
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
|
|
23
23
|
}>;
|
|
24
|
-
destinationAddress: z.
|
|
25
|
-
__kind: z.
|
|
24
|
+
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
25
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
26
26
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
|
-
__kind: "Eth";
|
|
28
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
29
29
|
value: `0x${string}`;
|
|
30
30
|
}, {
|
|
31
|
-
__kind: "Eth";
|
|
31
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
32
32
|
value: string;
|
|
33
33
|
}>, {
|
|
34
|
-
chain: "Ethereum";
|
|
35
|
-
address: `0x${string}`;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
}>, {
|
|
49
|
-
chain: "Polkadot";
|
|
50
|
-
address: string;
|
|
51
|
-
}, {
|
|
52
|
-
__kind: "Dot";
|
|
53
|
-
value: string;
|
|
54
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
55
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
56
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
57
|
-
}, "strip", z.ZodTypeAny, {
|
|
58
|
-
__kind: "Btc";
|
|
59
|
-
value: `0x${string}`;
|
|
60
|
-
}, {
|
|
61
|
-
__kind: "Btc";
|
|
62
|
-
value: string;
|
|
63
|
-
}>, {
|
|
64
|
-
chain: "Bitcoin";
|
|
65
|
-
address: string;
|
|
66
|
-
}, {
|
|
67
|
-
__kind: "Btc";
|
|
68
|
-
value: string;
|
|
69
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
70
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
71
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
72
|
-
}, "strip", z.ZodTypeAny, {
|
|
73
|
-
__kind: "Arb";
|
|
74
|
-
value: `0x${string}`;
|
|
75
|
-
}, {
|
|
76
|
-
__kind: "Arb";
|
|
77
|
-
value: string;
|
|
78
|
-
}>, {
|
|
79
|
-
chain: "Arbitrum";
|
|
80
|
-
address: `0x${string}`;
|
|
81
|
-
}, {
|
|
82
|
-
__kind: "Arb";
|
|
83
|
-
value: string;
|
|
84
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
85
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
86
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
87
|
-
}, "strip", z.ZodTypeAny, {
|
|
88
|
-
__kind: "Sol";
|
|
89
|
-
value: `0x${string}`;
|
|
90
|
-
}, {
|
|
91
|
-
__kind: "Sol";
|
|
92
|
-
value: string;
|
|
93
|
-
}>, {
|
|
94
|
-
chain: "Solana";
|
|
95
|
-
address: 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}`;
|
|
45
|
+
} | {
|
|
46
|
+
readonly chain: "Solana";
|
|
47
|
+
readonly address: string;
|
|
96
48
|
}, {
|
|
97
|
-
__kind: "Sol";
|
|
49
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
98
50
|
value: string;
|
|
99
|
-
}
|
|
100
|
-
origin: z.
|
|
51
|
+
}>;
|
|
52
|
+
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
101
53
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
102
|
-
depositAddress: z.
|
|
103
|
-
__kind: z.
|
|
104
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
105
|
-
}, "strip", z.ZodTypeAny, {
|
|
106
|
-
__kind: "Eth";
|
|
107
|
-
value: `0x${string}`;
|
|
108
|
-
}, {
|
|
109
|
-
__kind: "Eth";
|
|
110
|
-
value: string;
|
|
111
|
-
}>, {
|
|
112
|
-
chain: "Ethereum";
|
|
113
|
-
address: `0x${string}`;
|
|
114
|
-
}, {
|
|
115
|
-
__kind: "Eth";
|
|
116
|
-
value: string;
|
|
117
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
118
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
119
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
120
|
-
}, "strip", z.ZodTypeAny, {
|
|
121
|
-
__kind: "Dot";
|
|
122
|
-
value: `0x${string}`;
|
|
123
|
-
}, {
|
|
124
|
-
__kind: "Dot";
|
|
125
|
-
value: string;
|
|
126
|
-
}>, {
|
|
127
|
-
chain: "Polkadot";
|
|
128
|
-
address: string;
|
|
129
|
-
}, {
|
|
130
|
-
__kind: "Dot";
|
|
131
|
-
value: string;
|
|
132
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
133
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
54
|
+
depositAddress: z.ZodEffects<z.ZodObject<{
|
|
55
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
134
56
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
135
57
|
}, "strip", z.ZodTypeAny, {
|
|
136
|
-
__kind: "Btc";
|
|
58
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
137
59
|
value: `0x${string}`;
|
|
138
60
|
}, {
|
|
139
|
-
__kind: "Btc";
|
|
61
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
140
62
|
value: string;
|
|
141
63
|
}>, {
|
|
142
|
-
chain: "
|
|
143
|
-
address: string
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
}>, {
|
|
157
|
-
chain: "Arbitrum";
|
|
158
|
-
address: `0x${string}`;
|
|
159
|
-
}, {
|
|
160
|
-
__kind: "Arb";
|
|
161
|
-
value: string;
|
|
162
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
163
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
164
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
165
|
-
}, "strip", z.ZodTypeAny, {
|
|
166
|
-
__kind: "Sol";
|
|
167
|
-
value: `0x${string}`;
|
|
168
|
-
}, {
|
|
169
|
-
__kind: "Sol";
|
|
170
|
-
value: string;
|
|
171
|
-
}>, {
|
|
172
|
-
chain: "Solana";
|
|
173
|
-
address: string;
|
|
64
|
+
readonly chain: "Ethereum";
|
|
65
|
+
readonly address: `0x${string}`;
|
|
66
|
+
} | {
|
|
67
|
+
readonly chain: "Polkadot";
|
|
68
|
+
readonly address: string;
|
|
69
|
+
} | {
|
|
70
|
+
readonly chain: "Bitcoin";
|
|
71
|
+
readonly address: string;
|
|
72
|
+
} | {
|
|
73
|
+
readonly chain: "Arbitrum";
|
|
74
|
+
readonly address: `0x${string}`;
|
|
75
|
+
} | {
|
|
76
|
+
readonly chain: "Solana";
|
|
77
|
+
readonly address: string;
|
|
174
78
|
}, {
|
|
175
|
-
__kind: "Sol";
|
|
79
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
176
80
|
value: string;
|
|
177
|
-
}
|
|
81
|
+
}>;
|
|
178
82
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
179
83
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
180
84
|
}, "strip", z.ZodTypeAny, {
|
|
181
85
|
__kind: "DepositChannel";
|
|
182
86
|
depositAddress: {
|
|
183
|
-
chain: "Ethereum";
|
|
184
|
-
address: `0x${string}`;
|
|
87
|
+
readonly chain: "Ethereum";
|
|
88
|
+
readonly address: `0x${string}`;
|
|
185
89
|
} | {
|
|
186
|
-
chain: "Polkadot";
|
|
187
|
-
address: string;
|
|
90
|
+
readonly chain: "Polkadot";
|
|
91
|
+
readonly address: string;
|
|
188
92
|
} | {
|
|
189
|
-
chain: "Bitcoin";
|
|
190
|
-
address: string;
|
|
93
|
+
readonly chain: "Bitcoin";
|
|
94
|
+
readonly address: string;
|
|
191
95
|
} | {
|
|
192
|
-
chain: "Arbitrum";
|
|
193
|
-
address: `0x${string}`;
|
|
96
|
+
readonly chain: "Arbitrum";
|
|
97
|
+
readonly address: `0x${string}`;
|
|
194
98
|
} | {
|
|
195
|
-
chain: "Solana";
|
|
196
|
-
address: string;
|
|
99
|
+
readonly chain: "Solana";
|
|
100
|
+
readonly address: string;
|
|
197
101
|
};
|
|
198
102
|
channelId: bigint;
|
|
199
103
|
depositBlockHeight: bigint;
|
|
200
104
|
}, {
|
|
201
105
|
__kind: "DepositChannel";
|
|
202
106
|
depositAddress: {
|
|
203
|
-
__kind: "Eth";
|
|
204
|
-
value: string;
|
|
205
|
-
} | {
|
|
206
|
-
__kind: "Dot";
|
|
207
|
-
value: string;
|
|
208
|
-
} | {
|
|
209
|
-
__kind: "Btc";
|
|
210
|
-
value: string;
|
|
211
|
-
} | {
|
|
212
|
-
__kind: "Arb";
|
|
213
|
-
value: string;
|
|
214
|
-
} | {
|
|
215
|
-
__kind: "Sol";
|
|
107
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
216
108
|
value: string;
|
|
217
109
|
};
|
|
218
110
|
channelId: string | number;
|
|
@@ -227,9 +119,9 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
227
119
|
__kind: "Vault";
|
|
228
120
|
txHash: string;
|
|
229
121
|
}>]>;
|
|
230
|
-
swapType: z.
|
|
122
|
+
swapType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
231
123
|
__kind: z.ZodLiteral<"Swap">;
|
|
232
|
-
value: z.
|
|
124
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
233
125
|
__kind: z.ZodLiteral<"Eth">;
|
|
234
126
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
235
127
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -249,7 +141,7 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
249
141
|
value: string;
|
|
250
142
|
}>, z.ZodObject<{
|
|
251
143
|
__kind: z.ZodLiteral<"Btc">;
|
|
252
|
-
value: z.
|
|
144
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
253
145
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
254
146
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
255
147
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -482,38 +374,38 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
482
374
|
swapId: bigint;
|
|
483
375
|
depositAmount: bigint;
|
|
484
376
|
destinationAddress: {
|
|
485
|
-
chain: "Ethereum";
|
|
486
|
-
address: `0x${string}`;
|
|
377
|
+
readonly chain: "Ethereum";
|
|
378
|
+
readonly address: `0x${string}`;
|
|
487
379
|
} | {
|
|
488
|
-
chain: "Polkadot";
|
|
489
|
-
address: string;
|
|
380
|
+
readonly chain: "Polkadot";
|
|
381
|
+
readonly address: string;
|
|
490
382
|
} | {
|
|
491
|
-
chain: "Bitcoin";
|
|
492
|
-
address: string;
|
|
383
|
+
readonly chain: "Bitcoin";
|
|
384
|
+
readonly address: string;
|
|
493
385
|
} | {
|
|
494
|
-
chain: "Arbitrum";
|
|
495
|
-
address: `0x${string}`;
|
|
386
|
+
readonly chain: "Arbitrum";
|
|
387
|
+
readonly address: `0x${string}`;
|
|
496
388
|
} | {
|
|
497
|
-
chain: "Solana";
|
|
498
|
-
address: string;
|
|
389
|
+
readonly chain: "Solana";
|
|
390
|
+
readonly address: string;
|
|
499
391
|
};
|
|
500
392
|
origin: {
|
|
501
393
|
__kind: "DepositChannel";
|
|
502
394
|
depositAddress: {
|
|
503
|
-
chain: "Ethereum";
|
|
504
|
-
address: `0x${string}`;
|
|
395
|
+
readonly chain: "Ethereum";
|
|
396
|
+
readonly address: `0x${string}`;
|
|
505
397
|
} | {
|
|
506
|
-
chain: "Polkadot";
|
|
507
|
-
address: string;
|
|
398
|
+
readonly chain: "Polkadot";
|
|
399
|
+
readonly address: string;
|
|
508
400
|
} | {
|
|
509
|
-
chain: "Bitcoin";
|
|
510
|
-
address: string;
|
|
401
|
+
readonly chain: "Bitcoin";
|
|
402
|
+
readonly address: string;
|
|
511
403
|
} | {
|
|
512
|
-
chain: "Arbitrum";
|
|
513
|
-
address: `0x${string}`;
|
|
404
|
+
readonly chain: "Arbitrum";
|
|
405
|
+
readonly address: `0x${string}`;
|
|
514
406
|
} | {
|
|
515
|
-
chain: "Solana";
|
|
516
|
-
address: string;
|
|
407
|
+
readonly chain: "Solana";
|
|
408
|
+
readonly address: string;
|
|
517
409
|
};
|
|
518
410
|
channelId: bigint;
|
|
519
411
|
depositBlockHeight: bigint;
|
|
@@ -578,37 +470,13 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
578
470
|
swapId: string | number;
|
|
579
471
|
depositAmount: string | number;
|
|
580
472
|
destinationAddress: {
|
|
581
|
-
__kind: "Eth";
|
|
582
|
-
value: string;
|
|
583
|
-
} | {
|
|
584
|
-
__kind: "Dot";
|
|
585
|
-
value: string;
|
|
586
|
-
} | {
|
|
587
|
-
__kind: "Btc";
|
|
588
|
-
value: string;
|
|
589
|
-
} | {
|
|
590
|
-
__kind: "Arb";
|
|
591
|
-
value: string;
|
|
592
|
-
} | {
|
|
593
|
-
__kind: "Sol";
|
|
473
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
594
474
|
value: string;
|
|
595
475
|
};
|
|
596
476
|
origin: {
|
|
597
477
|
__kind: "DepositChannel";
|
|
598
478
|
depositAddress: {
|
|
599
|
-
__kind: "Eth";
|
|
600
|
-
value: string;
|
|
601
|
-
} | {
|
|
602
|
-
__kind: "Dot";
|
|
603
|
-
value: string;
|
|
604
|
-
} | {
|
|
605
|
-
__kind: "Btc";
|
|
606
|
-
value: string;
|
|
607
|
-
} | {
|
|
608
|
-
__kind: "Arb";
|
|
609
|
-
value: string;
|
|
610
|
-
} | {
|
|
611
|
-
__kind: "Sol";
|
|
479
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
612
480
|
value: string;
|
|
613
481
|
};
|
|
614
482
|
channelId: string | number;
|
|
@@ -21,98 +21,50 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
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", "Sol"]>;
|
|
26
26
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
|
-
__kind: "Eth";
|
|
28
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
29
29
|
value: `0x${string}`;
|
|
30
30
|
}, {
|
|
31
|
-
__kind: "Eth";
|
|
31
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
32
32
|
value: string;
|
|
33
33
|
}>, {
|
|
34
|
-
chain: "Ethereum";
|
|
35
|
-
address: `0x${string}`;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
}>, {
|
|
49
|
-
chain: "Polkadot";
|
|
50
|
-
address: string;
|
|
51
|
-
}, {
|
|
52
|
-
__kind: "Dot";
|
|
53
|
-
value: string;
|
|
54
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
55
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
56
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
57
|
-
}, "strip", z.ZodTypeAny, {
|
|
58
|
-
__kind: "Btc";
|
|
59
|
-
value: `0x${string}`;
|
|
60
|
-
}, {
|
|
61
|
-
__kind: "Btc";
|
|
62
|
-
value: string;
|
|
63
|
-
}>, {
|
|
64
|
-
chain: "Bitcoin";
|
|
65
|
-
address: string;
|
|
66
|
-
}, {
|
|
67
|
-
__kind: "Btc";
|
|
68
|
-
value: string;
|
|
69
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
70
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
71
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
72
|
-
}, "strip", z.ZodTypeAny, {
|
|
73
|
-
__kind: "Arb";
|
|
74
|
-
value: `0x${string}`;
|
|
75
|
-
}, {
|
|
76
|
-
__kind: "Arb";
|
|
77
|
-
value: string;
|
|
78
|
-
}>, {
|
|
79
|
-
chain: "Arbitrum";
|
|
80
|
-
address: `0x${string}`;
|
|
81
|
-
}, {
|
|
82
|
-
__kind: "Arb";
|
|
83
|
-
value: string;
|
|
84
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
85
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
86
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
87
|
-
}, "strip", z.ZodTypeAny, {
|
|
88
|
-
__kind: "Sol";
|
|
89
|
-
value: `0x${string}`;
|
|
90
|
-
}, {
|
|
91
|
-
__kind: "Sol";
|
|
92
|
-
value: string;
|
|
93
|
-
}>, {
|
|
94
|
-
chain: "Solana";
|
|
95
|
-
address: 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}`;
|
|
45
|
+
} | {
|
|
46
|
+
readonly chain: "Solana";
|
|
47
|
+
readonly address: string;
|
|
96
48
|
}, {
|
|
97
|
-
__kind: "Sol";
|
|
49
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
98
50
|
value: string;
|
|
99
|
-
}
|
|
51
|
+
}>;
|
|
100
52
|
}, "strip", z.ZodTypeAny, {
|
|
101
53
|
destinationAddress: {
|
|
102
|
-
chain: "Ethereum";
|
|
103
|
-
address: `0x${string}`;
|
|
54
|
+
readonly chain: "Ethereum";
|
|
55
|
+
readonly address: `0x${string}`;
|
|
104
56
|
} | {
|
|
105
|
-
chain: "Polkadot";
|
|
106
|
-
address: string;
|
|
57
|
+
readonly chain: "Polkadot";
|
|
58
|
+
readonly address: string;
|
|
107
59
|
} | {
|
|
108
|
-
chain: "Bitcoin";
|
|
109
|
-
address: string;
|
|
60
|
+
readonly chain: "Bitcoin";
|
|
61
|
+
readonly address: string;
|
|
110
62
|
} | {
|
|
111
|
-
chain: "Arbitrum";
|
|
112
|
-
address: `0x${string}`;
|
|
63
|
+
readonly chain: "Arbitrum";
|
|
64
|
+
readonly address: `0x${string}`;
|
|
113
65
|
} | {
|
|
114
|
-
chain: "Solana";
|
|
115
|
-
address: string;
|
|
66
|
+
readonly chain: "Solana";
|
|
67
|
+
readonly address: string;
|
|
116
68
|
};
|
|
117
69
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", bigint];
|
|
118
70
|
egressFee: bigint;
|
|
@@ -120,19 +72,7 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
120
72
|
egressAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
|
|
121
73
|
}, {
|
|
122
74
|
destinationAddress: {
|
|
123
|
-
__kind: "Eth";
|
|
124
|
-
value: string;
|
|
125
|
-
} | {
|
|
126
|
-
__kind: "Dot";
|
|
127
|
-
value: string;
|
|
128
|
-
} | {
|
|
129
|
-
__kind: "Btc";
|
|
130
|
-
value: string;
|
|
131
|
-
} | {
|
|
132
|
-
__kind: "Arb";
|
|
133
|
-
value: string;
|
|
134
|
-
} | {
|
|
135
|
-
__kind: "Sol";
|
|
75
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
136
76
|
value: string;
|
|
137
77
|
};
|
|
138
78
|
egressId: [{
|
|
@@ -21,98 +21,50 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
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", "Sol"]>;
|
|
26
26
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
|
-
__kind: "Eth";
|
|
28
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
29
29
|
value: `0x${string}`;
|
|
30
30
|
}, {
|
|
31
|
-
__kind: "Eth";
|
|
31
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
32
32
|
value: string;
|
|
33
33
|
}>, {
|
|
34
|
-
chain: "Ethereum";
|
|
35
|
-
address: `0x${string}`;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
}>, {
|
|
49
|
-
chain: "Polkadot";
|
|
50
|
-
address: string;
|
|
51
|
-
}, {
|
|
52
|
-
__kind: "Dot";
|
|
53
|
-
value: string;
|
|
54
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
55
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
56
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
57
|
-
}, "strip", z.ZodTypeAny, {
|
|
58
|
-
__kind: "Btc";
|
|
59
|
-
value: `0x${string}`;
|
|
60
|
-
}, {
|
|
61
|
-
__kind: "Btc";
|
|
62
|
-
value: string;
|
|
63
|
-
}>, {
|
|
64
|
-
chain: "Bitcoin";
|
|
65
|
-
address: string;
|
|
66
|
-
}, {
|
|
67
|
-
__kind: "Btc";
|
|
68
|
-
value: string;
|
|
69
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
70
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
71
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
72
|
-
}, "strip", z.ZodTypeAny, {
|
|
73
|
-
__kind: "Arb";
|
|
74
|
-
value: `0x${string}`;
|
|
75
|
-
}, {
|
|
76
|
-
__kind: "Arb";
|
|
77
|
-
value: string;
|
|
78
|
-
}>, {
|
|
79
|
-
chain: "Arbitrum";
|
|
80
|
-
address: `0x${string}`;
|
|
81
|
-
}, {
|
|
82
|
-
__kind: "Arb";
|
|
83
|
-
value: string;
|
|
84
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
85
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
86
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
87
|
-
}, "strip", z.ZodTypeAny, {
|
|
88
|
-
__kind: "Sol";
|
|
89
|
-
value: `0x${string}`;
|
|
90
|
-
}, {
|
|
91
|
-
__kind: "Sol";
|
|
92
|
-
value: string;
|
|
93
|
-
}>, {
|
|
94
|
-
chain: "Solana";
|
|
95
|
-
address: 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}`;
|
|
45
|
+
} | {
|
|
46
|
+
readonly chain: "Solana";
|
|
47
|
+
readonly address: string;
|
|
96
48
|
}, {
|
|
97
|
-
__kind: "Sol";
|
|
49
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
98
50
|
value: string;
|
|
99
|
-
}
|
|
51
|
+
}>;
|
|
100
52
|
}, "strip", z.ZodTypeAny, {
|
|
101
53
|
destinationAddress: {
|
|
102
|
-
chain: "Ethereum";
|
|
103
|
-
address: `0x${string}`;
|
|
54
|
+
readonly chain: "Ethereum";
|
|
55
|
+
readonly address: `0x${string}`;
|
|
104
56
|
} | {
|
|
105
|
-
chain: "Polkadot";
|
|
106
|
-
address: string;
|
|
57
|
+
readonly chain: "Polkadot";
|
|
58
|
+
readonly address: string;
|
|
107
59
|
} | {
|
|
108
|
-
chain: "Bitcoin";
|
|
109
|
-
address: string;
|
|
60
|
+
readonly chain: "Bitcoin";
|
|
61
|
+
readonly address: string;
|
|
110
62
|
} | {
|
|
111
|
-
chain: "Arbitrum";
|
|
112
|
-
address: `0x${string}`;
|
|
63
|
+
readonly chain: "Arbitrum";
|
|
64
|
+
readonly address: `0x${string}`;
|
|
113
65
|
} | {
|
|
114
|
-
chain: "Solana";
|
|
115
|
-
address: string;
|
|
66
|
+
readonly chain: "Solana";
|
|
67
|
+
readonly address: string;
|
|
116
68
|
};
|
|
117
69
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", bigint];
|
|
118
70
|
egressFee: bigint;
|
|
@@ -120,19 +72,7 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
120
72
|
egressAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
|
|
121
73
|
}, {
|
|
122
74
|
destinationAddress: {
|
|
123
|
-
__kind: "Eth";
|
|
124
|
-
value: string;
|
|
125
|
-
} | {
|
|
126
|
-
__kind: "Dot";
|
|
127
|
-
value: string;
|
|
128
|
-
} | {
|
|
129
|
-
__kind: "Btc";
|
|
130
|
-
value: string;
|
|
131
|
-
} | {
|
|
132
|
-
__kind: "Arb";
|
|
133
|
-
value: string;
|
|
134
|
-
} | {
|
|
135
|
-
__kind: "Sol";
|
|
75
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
136
76
|
value: string;
|
|
137
77
|
};
|
|
138
78
|
egressId: [{
|
|
@@ -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", "Solana"]>;
|