@chainflip/processor 1.8.3 → 1.8.5
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 +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 +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 +2 -2
- package/dist/100/flip/remainingImbalance.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 +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 +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 +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/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/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/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.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/accountCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/141/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/141/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +28 -73
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +28 -73
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +8 -8
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +8 -8
- 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/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 +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/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.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/ccmFailed.d.cts +116 -320
- package/dist/160/swapping/ccmFailed.d.ts +116 -320
- package/dist/160/swapping/refundEgressIgnored.d.cts +1 -1
- package/dist/160/swapping/refundEgressIgnored.d.ts +1 -1
- package/dist/160/swapping/swapDepositAddressReady.d.cts +104 -296
- package/dist/160/swapping/swapDepositAddressReady.d.ts +104 -296
- package/dist/160/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/160/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/160/swapping/swapRequested.d.cts +223 -595
- package/dist/160/swapping/swapRequested.d.ts +223 -595
- package/dist/160/swapping/withdrawalRequested.d.cts +31 -91
- package/dist/160/swapping/withdrawalRequested.d.ts +31 -91
- 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/boostedDepositLost.d.cts +2 -2
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +129 -333
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +129 -333
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +53 -53
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +53 -53
- 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 +14 -14
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +14 -14
- 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 +78 -574
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +78 -574
- 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 +14 -14
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +14 -14
- 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 +545 -482
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +545 -482
- 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 +14 -14
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +1 -1
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +1 -1
- package/dist/180/common.cjs +194 -68
- package/dist/180/common.d.cts +6039 -5896
- package/dist/180/common.d.ts +6039 -5896
- package/dist/180/common.mjs +200 -74
- 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 +14 -14
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +14 -14
- 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 +67 -563
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +67 -563
- 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 +14 -14
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +14 -14
- 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 +113 -600
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +113 -600
- 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 +14 -14
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/solanaElections/unknownElection.cjs +13 -0
- package/dist/180/solanaElections/unknownElection.d.cts +47 -0
- package/dist/180/solanaElections/unknownElection.d.ts +47 -0
- package/dist/180/solanaElections/unknownElection.mjs +13 -0
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +14 -14
- 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 +85 -606
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +85 -606
- 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 +14 -14
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.cjs +19 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.d.cts +107 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.d.ts +107 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.mjs +19 -0
- package/dist/180/swapping/affiliateRegistration.cjs +11 -0
- package/dist/180/swapping/affiliateRegistration.d.cts +17 -0
- package/dist/180/swapping/affiliateRegistration.d.ts +17 -0
- package/dist/180/swapping/affiliateRegistration.mjs +11 -0
- 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
- package/dist/180/swapping/affiliateRegistrationUpdated.cjs +0 -12
- package/dist/180/swapping/affiliateRegistrationUpdated.d.cts +0 -20
- package/dist/180/swapping/affiliateRegistrationUpdated.d.ts +0 -20
- package/dist/180/swapping/affiliateRegistrationUpdated.mjs +0 -12
|
@@ -5,67 +5,31 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
5
5
|
principalSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
6
6
|
gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
7
7
|
depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8
|
-
destinationAddress: z.
|
|
9
|
-
__kind: z.
|
|
8
|
+
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
9
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb"]>;
|
|
10
10
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
12
|
value: `0x${string}`;
|
|
13
|
-
__kind: "Eth";
|
|
13
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
14
14
|
}, {
|
|
15
15
|
value: string;
|
|
16
|
-
__kind: "Eth";
|
|
16
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
17
17
|
}>, {
|
|
18
|
-
chain: "Ethereum";
|
|
19
|
-
address: `0x${string}`;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
}, {
|
|
30
|
-
value: string;
|
|
31
|
-
__kind: "Dot";
|
|
32
|
-
}>, {
|
|
33
|
-
chain: "Polkadot";
|
|
34
|
-
address: string;
|
|
35
|
-
}, {
|
|
36
|
-
value: string;
|
|
37
|
-
__kind: "Dot";
|
|
38
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
39
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
40
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
41
|
-
}, "strip", z.ZodTypeAny, {
|
|
42
|
-
value: `0x${string}`;
|
|
43
|
-
__kind: "Btc";
|
|
44
|
-
}, {
|
|
45
|
-
value: string;
|
|
46
|
-
__kind: "Btc";
|
|
47
|
-
}>, {
|
|
48
|
-
chain: "Bitcoin";
|
|
49
|
-
address: string;
|
|
50
|
-
}, {
|
|
51
|
-
value: string;
|
|
52
|
-
__kind: "Btc";
|
|
53
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
54
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
55
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
56
|
-
}, "strip", z.ZodTypeAny, {
|
|
57
|
-
value: `0x${string}`;
|
|
58
|
-
__kind: "Arb";
|
|
59
|
-
}, {
|
|
60
|
-
value: string;
|
|
61
|
-
__kind: "Arb";
|
|
62
|
-
}>, {
|
|
63
|
-
chain: "Arbitrum";
|
|
64
|
-
address: `0x${string}`;
|
|
18
|
+
readonly chain: "Ethereum";
|
|
19
|
+
readonly address: `0x${string}`;
|
|
20
|
+
} | {
|
|
21
|
+
readonly chain: "Polkadot";
|
|
22
|
+
readonly address: string;
|
|
23
|
+
} | {
|
|
24
|
+
readonly chain: "Bitcoin";
|
|
25
|
+
readonly address: string;
|
|
26
|
+
} | {
|
|
27
|
+
readonly chain: "Arbitrum";
|
|
28
|
+
readonly address: `0x${string}`;
|
|
65
29
|
}, {
|
|
66
30
|
value: string;
|
|
67
|
-
__kind: "Arb";
|
|
68
|
-
}
|
|
31
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
32
|
+
}>;
|
|
69
33
|
depositMetadata: z.ZodObject<{
|
|
70
34
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
71
35
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
|
|
@@ -76,7 +40,7 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
76
40
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", {
|
|
77
41
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
|
|
78
42
|
}>;
|
|
79
|
-
sourceAddress: z.ZodOptional<z.ZodNullable<z.
|
|
43
|
+
sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
80
44
|
__kind: z.ZodLiteral<"Eth">;
|
|
81
45
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
82
46
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -96,7 +60,7 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
96
60
|
__kind: "Dot";
|
|
97
61
|
}>, z.ZodObject<{
|
|
98
62
|
__kind: z.ZodLiteral<"Btc">;
|
|
99
|
-
value: z.
|
|
63
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
100
64
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
101
65
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
102
66
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -306,17 +270,17 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
306
270
|
ccmId: bigint;
|
|
307
271
|
depositAmount: bigint;
|
|
308
272
|
destinationAddress: {
|
|
309
|
-
chain: "Ethereum";
|
|
310
|
-
address: `0x${string}`;
|
|
273
|
+
readonly chain: "Ethereum";
|
|
274
|
+
readonly address: `0x${string}`;
|
|
311
275
|
} | {
|
|
312
|
-
chain: "Polkadot";
|
|
313
|
-
address: string;
|
|
276
|
+
readonly chain: "Polkadot";
|
|
277
|
+
readonly address: string;
|
|
314
278
|
} | {
|
|
315
|
-
chain: "Bitcoin";
|
|
316
|
-
address: string;
|
|
279
|
+
readonly chain: "Bitcoin";
|
|
280
|
+
readonly address: string;
|
|
317
281
|
} | {
|
|
318
|
-
chain: "Arbitrum";
|
|
319
|
-
address: `0x${string}`;
|
|
282
|
+
readonly chain: "Arbitrum";
|
|
283
|
+
readonly address: `0x${string}`;
|
|
320
284
|
};
|
|
321
285
|
depositMetadata: {
|
|
322
286
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
|
|
@@ -365,16 +329,7 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
365
329
|
depositAmount: string | number;
|
|
366
330
|
destinationAddress: {
|
|
367
331
|
value: string;
|
|
368
|
-
__kind: "Eth";
|
|
369
|
-
} | {
|
|
370
|
-
value: string;
|
|
371
|
-
__kind: "Dot";
|
|
372
|
-
} | {
|
|
373
|
-
value: string;
|
|
374
|
-
__kind: "Btc";
|
|
375
|
-
} | {
|
|
376
|
-
value: string;
|
|
377
|
-
__kind: "Arb";
|
|
332
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
378
333
|
};
|
|
379
334
|
depositMetadata: {
|
|
380
335
|
sourceChain: {
|
|
@@ -5,67 +5,31 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
5
5
|
principalSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
6
6
|
gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
7
7
|
depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8
|
-
destinationAddress: z.
|
|
9
|
-
__kind: z.
|
|
8
|
+
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
9
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb"]>;
|
|
10
10
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
12
|
value: `0x${string}`;
|
|
13
|
-
__kind: "Eth";
|
|
13
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
14
14
|
}, {
|
|
15
15
|
value: string;
|
|
16
|
-
__kind: "Eth";
|
|
16
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
17
17
|
}>, {
|
|
18
|
-
chain: "Ethereum";
|
|
19
|
-
address: `0x${string}`;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
}, {
|
|
30
|
-
value: string;
|
|
31
|
-
__kind: "Dot";
|
|
32
|
-
}>, {
|
|
33
|
-
chain: "Polkadot";
|
|
34
|
-
address: string;
|
|
35
|
-
}, {
|
|
36
|
-
value: string;
|
|
37
|
-
__kind: "Dot";
|
|
38
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
39
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
40
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
41
|
-
}, "strip", z.ZodTypeAny, {
|
|
42
|
-
value: `0x${string}`;
|
|
43
|
-
__kind: "Btc";
|
|
44
|
-
}, {
|
|
45
|
-
value: string;
|
|
46
|
-
__kind: "Btc";
|
|
47
|
-
}>, {
|
|
48
|
-
chain: "Bitcoin";
|
|
49
|
-
address: string;
|
|
50
|
-
}, {
|
|
51
|
-
value: string;
|
|
52
|
-
__kind: "Btc";
|
|
53
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
54
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
55
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
56
|
-
}, "strip", z.ZodTypeAny, {
|
|
57
|
-
value: `0x${string}`;
|
|
58
|
-
__kind: "Arb";
|
|
59
|
-
}, {
|
|
60
|
-
value: string;
|
|
61
|
-
__kind: "Arb";
|
|
62
|
-
}>, {
|
|
63
|
-
chain: "Arbitrum";
|
|
64
|
-
address: `0x${string}`;
|
|
18
|
+
readonly chain: "Ethereum";
|
|
19
|
+
readonly address: `0x${string}`;
|
|
20
|
+
} | {
|
|
21
|
+
readonly chain: "Polkadot";
|
|
22
|
+
readonly address: string;
|
|
23
|
+
} | {
|
|
24
|
+
readonly chain: "Bitcoin";
|
|
25
|
+
readonly address: string;
|
|
26
|
+
} | {
|
|
27
|
+
readonly chain: "Arbitrum";
|
|
28
|
+
readonly address: `0x${string}`;
|
|
65
29
|
}, {
|
|
66
30
|
value: string;
|
|
67
|
-
__kind: "Arb";
|
|
68
|
-
}
|
|
31
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
32
|
+
}>;
|
|
69
33
|
depositMetadata: z.ZodObject<{
|
|
70
34
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
71
35
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
|
|
@@ -76,7 +40,7 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
76
40
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", {
|
|
77
41
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
|
|
78
42
|
}>;
|
|
79
|
-
sourceAddress: z.ZodOptional<z.ZodNullable<z.
|
|
43
|
+
sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
80
44
|
__kind: z.ZodLiteral<"Eth">;
|
|
81
45
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
82
46
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -96,7 +60,7 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
96
60
|
__kind: "Dot";
|
|
97
61
|
}>, z.ZodObject<{
|
|
98
62
|
__kind: z.ZodLiteral<"Btc">;
|
|
99
|
-
value: z.
|
|
63
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
100
64
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
101
65
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
102
66
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -306,17 +270,17 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
306
270
|
ccmId: bigint;
|
|
307
271
|
depositAmount: bigint;
|
|
308
272
|
destinationAddress: {
|
|
309
|
-
chain: "Ethereum";
|
|
310
|
-
address: `0x${string}`;
|
|
273
|
+
readonly chain: "Ethereum";
|
|
274
|
+
readonly address: `0x${string}`;
|
|
311
275
|
} | {
|
|
312
|
-
chain: "Polkadot";
|
|
313
|
-
address: string;
|
|
276
|
+
readonly chain: "Polkadot";
|
|
277
|
+
readonly address: string;
|
|
314
278
|
} | {
|
|
315
|
-
chain: "Bitcoin";
|
|
316
|
-
address: string;
|
|
279
|
+
readonly chain: "Bitcoin";
|
|
280
|
+
readonly address: string;
|
|
317
281
|
} | {
|
|
318
|
-
chain: "Arbitrum";
|
|
319
|
-
address: `0x${string}`;
|
|
282
|
+
readonly chain: "Arbitrum";
|
|
283
|
+
readonly address: `0x${string}`;
|
|
320
284
|
};
|
|
321
285
|
depositMetadata: {
|
|
322
286
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
|
|
@@ -365,16 +329,7 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
365
329
|
depositAmount: string | number;
|
|
366
330
|
destinationAddress: {
|
|
367
331
|
value: string;
|
|
368
|
-
__kind: "Eth";
|
|
369
|
-
} | {
|
|
370
|
-
value: string;
|
|
371
|
-
__kind: "Dot";
|
|
372
|
-
} | {
|
|
373
|
-
value: string;
|
|
374
|
-
__kind: "Btc";
|
|
375
|
-
} | {
|
|
376
|
-
value: string;
|
|
377
|
-
__kind: "Arb";
|
|
332
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
378
333
|
};
|
|
379
334
|
depositMetadata: {
|
|
380
335
|
sourceChain: {
|
|
@@ -10,67 +10,31 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
10
10
|
}>, "UnsupportedForTargetChain" | "InsufficientDepositAmount", {
|
|
11
11
|
__kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
|
|
12
12
|
}>;
|
|
13
|
-
destinationAddress: z.
|
|
14
|
-
__kind: z.
|
|
13
|
+
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
14
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb"]>;
|
|
15
15
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
17
|
value: `0x${string}`;
|
|
18
|
-
__kind: "Eth";
|
|
18
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
19
19
|
}, {
|
|
20
20
|
value: string;
|
|
21
|
-
__kind: "Eth";
|
|
21
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
22
22
|
}>, {
|
|
23
|
-
chain: "Ethereum";
|
|
24
|
-
address: `0x${string}`;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}, {
|
|
35
|
-
value: string;
|
|
36
|
-
__kind: "Dot";
|
|
37
|
-
}>, {
|
|
38
|
-
chain: "Polkadot";
|
|
39
|
-
address: string;
|
|
40
|
-
}, {
|
|
41
|
-
value: string;
|
|
42
|
-
__kind: "Dot";
|
|
43
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
44
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
45
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
46
|
-
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
value: `0x${string}`;
|
|
48
|
-
__kind: "Btc";
|
|
49
|
-
}, {
|
|
50
|
-
value: string;
|
|
51
|
-
__kind: "Btc";
|
|
52
|
-
}>, {
|
|
53
|
-
chain: "Bitcoin";
|
|
54
|
-
address: string;
|
|
55
|
-
}, {
|
|
56
|
-
value: string;
|
|
57
|
-
__kind: "Btc";
|
|
58
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
59
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
60
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
61
|
-
}, "strip", z.ZodTypeAny, {
|
|
62
|
-
value: `0x${string}`;
|
|
63
|
-
__kind: "Arb";
|
|
64
|
-
}, {
|
|
65
|
-
value: string;
|
|
66
|
-
__kind: "Arb";
|
|
67
|
-
}>, {
|
|
68
|
-
chain: "Arbitrum";
|
|
69
|
-
address: `0x${string}`;
|
|
23
|
+
readonly chain: "Ethereum";
|
|
24
|
+
readonly address: `0x${string}`;
|
|
25
|
+
} | {
|
|
26
|
+
readonly chain: "Polkadot";
|
|
27
|
+
readonly address: string;
|
|
28
|
+
} | {
|
|
29
|
+
readonly chain: "Bitcoin";
|
|
30
|
+
readonly address: string;
|
|
31
|
+
} | {
|
|
32
|
+
readonly chain: "Arbitrum";
|
|
33
|
+
readonly address: `0x${string}`;
|
|
70
34
|
}, {
|
|
71
35
|
value: string;
|
|
72
|
-
__kind: "Arb";
|
|
73
|
-
}
|
|
36
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
37
|
+
}>;
|
|
74
38
|
depositMetadata: z.ZodObject<{
|
|
75
39
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
76
40
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
|
|
@@ -81,7 +45,7 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
81
45
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", {
|
|
82
46
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
|
|
83
47
|
}>;
|
|
84
|
-
sourceAddress: z.ZodOptional<z.ZodNullable<z.
|
|
48
|
+
sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
85
49
|
__kind: z.ZodLiteral<"Eth">;
|
|
86
50
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
87
51
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -101,7 +65,7 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
101
65
|
__kind: "Dot";
|
|
102
66
|
}>, z.ZodObject<{
|
|
103
67
|
__kind: z.ZodLiteral<"Btc">;
|
|
104
|
-
value: z.
|
|
68
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
105
69
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
106
70
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
107
71
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -307,85 +271,49 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
307
271
|
__kind: "Arb";
|
|
308
272
|
} | null | undefined;
|
|
309
273
|
}>;
|
|
310
|
-
origin: z.
|
|
274
|
+
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
311
275
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
312
|
-
depositAddress: z.
|
|
313
|
-
__kind: z.
|
|
276
|
+
depositAddress: z.ZodEffects<z.ZodObject<{
|
|
277
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb"]>;
|
|
314
278
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
315
279
|
}, "strip", z.ZodTypeAny, {
|
|
316
280
|
value: `0x${string}`;
|
|
317
|
-
__kind: "Eth";
|
|
281
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
318
282
|
}, {
|
|
319
283
|
value: string;
|
|
320
|
-
__kind: "Eth";
|
|
284
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
321
285
|
}>, {
|
|
322
|
-
chain: "Ethereum";
|
|
323
|
-
address: `0x${string}`;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
}, {
|
|
334
|
-
value: string;
|
|
335
|
-
__kind: "Dot";
|
|
336
|
-
}>, {
|
|
337
|
-
chain: "Polkadot";
|
|
338
|
-
address: string;
|
|
339
|
-
}, {
|
|
340
|
-
value: string;
|
|
341
|
-
__kind: "Dot";
|
|
342
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
343
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
344
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
345
|
-
}, "strip", z.ZodTypeAny, {
|
|
346
|
-
value: `0x${string}`;
|
|
347
|
-
__kind: "Btc";
|
|
348
|
-
}, {
|
|
349
|
-
value: string;
|
|
350
|
-
__kind: "Btc";
|
|
351
|
-
}>, {
|
|
352
|
-
chain: "Bitcoin";
|
|
353
|
-
address: string;
|
|
354
|
-
}, {
|
|
355
|
-
value: string;
|
|
356
|
-
__kind: "Btc";
|
|
357
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
358
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
359
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
360
|
-
}, "strip", z.ZodTypeAny, {
|
|
361
|
-
value: `0x${string}`;
|
|
362
|
-
__kind: "Arb";
|
|
363
|
-
}, {
|
|
364
|
-
value: string;
|
|
365
|
-
__kind: "Arb";
|
|
366
|
-
}>, {
|
|
367
|
-
chain: "Arbitrum";
|
|
368
|
-
address: `0x${string}`;
|
|
286
|
+
readonly chain: "Ethereum";
|
|
287
|
+
readonly address: `0x${string}`;
|
|
288
|
+
} | {
|
|
289
|
+
readonly chain: "Polkadot";
|
|
290
|
+
readonly address: string;
|
|
291
|
+
} | {
|
|
292
|
+
readonly chain: "Bitcoin";
|
|
293
|
+
readonly address: string;
|
|
294
|
+
} | {
|
|
295
|
+
readonly chain: "Arbitrum";
|
|
296
|
+
readonly address: `0x${string}`;
|
|
369
297
|
}, {
|
|
370
298
|
value: string;
|
|
371
|
-
__kind: "Arb";
|
|
372
|
-
}
|
|
299
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
300
|
+
}>;
|
|
373
301
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
374
302
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
375
303
|
}, "strip", z.ZodTypeAny, {
|
|
376
304
|
__kind: "DepositChannel";
|
|
377
305
|
depositAddress: {
|
|
378
|
-
chain: "Ethereum";
|
|
379
|
-
address: `0x${string}`;
|
|
306
|
+
readonly chain: "Ethereum";
|
|
307
|
+
readonly address: `0x${string}`;
|
|
380
308
|
} | {
|
|
381
|
-
chain: "Polkadot";
|
|
382
|
-
address: string;
|
|
309
|
+
readonly chain: "Polkadot";
|
|
310
|
+
readonly address: string;
|
|
383
311
|
} | {
|
|
384
|
-
chain: "Bitcoin";
|
|
385
|
-
address: string;
|
|
312
|
+
readonly chain: "Bitcoin";
|
|
313
|
+
readonly address: string;
|
|
386
314
|
} | {
|
|
387
|
-
chain: "Arbitrum";
|
|
388
|
-
address: `0x${string}`;
|
|
315
|
+
readonly chain: "Arbitrum";
|
|
316
|
+
readonly address: `0x${string}`;
|
|
389
317
|
};
|
|
390
318
|
channelId: bigint;
|
|
391
319
|
depositBlockHeight: bigint;
|
|
@@ -393,16 +321,7 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
393
321
|
__kind: "DepositChannel";
|
|
394
322
|
depositAddress: {
|
|
395
323
|
value: string;
|
|
396
|
-
__kind: "Eth";
|
|
397
|
-
} | {
|
|
398
|
-
value: string;
|
|
399
|
-
__kind: "Dot";
|
|
400
|
-
} | {
|
|
401
|
-
value: string;
|
|
402
|
-
__kind: "Btc";
|
|
403
|
-
} | {
|
|
404
|
-
value: string;
|
|
405
|
-
__kind: "Arb";
|
|
324
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
406
325
|
};
|
|
407
326
|
channelId: string | number;
|
|
408
327
|
depositBlockHeight: string | number;
|
|
@@ -418,17 +337,17 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
418
337
|
}>]>;
|
|
419
338
|
}, "strip", z.ZodTypeAny, {
|
|
420
339
|
destinationAddress: {
|
|
421
|
-
chain: "Ethereum";
|
|
422
|
-
address: `0x${string}`;
|
|
340
|
+
readonly chain: "Ethereum";
|
|
341
|
+
readonly address: `0x${string}`;
|
|
423
342
|
} | {
|
|
424
|
-
chain: "Polkadot";
|
|
425
|
-
address: string;
|
|
343
|
+
readonly chain: "Polkadot";
|
|
344
|
+
readonly address: string;
|
|
426
345
|
} | {
|
|
427
|
-
chain: "Bitcoin";
|
|
428
|
-
address: string;
|
|
346
|
+
readonly chain: "Bitcoin";
|
|
347
|
+
readonly address: string;
|
|
429
348
|
} | {
|
|
430
|
-
chain: "Arbitrum";
|
|
431
|
-
address: `0x${string}`;
|
|
349
|
+
readonly chain: "Arbitrum";
|
|
350
|
+
readonly address: `0x${string}`;
|
|
432
351
|
};
|
|
433
352
|
depositMetadata: {
|
|
434
353
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
|
|
@@ -474,17 +393,17 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
474
393
|
origin: {
|
|
475
394
|
__kind: "DepositChannel";
|
|
476
395
|
depositAddress: {
|
|
477
|
-
chain: "Ethereum";
|
|
478
|
-
address: `0x${string}`;
|
|
396
|
+
readonly chain: "Ethereum";
|
|
397
|
+
readonly address: `0x${string}`;
|
|
479
398
|
} | {
|
|
480
|
-
chain: "Polkadot";
|
|
481
|
-
address: string;
|
|
399
|
+
readonly chain: "Polkadot";
|
|
400
|
+
readonly address: string;
|
|
482
401
|
} | {
|
|
483
|
-
chain: "Bitcoin";
|
|
484
|
-
address: string;
|
|
402
|
+
readonly chain: "Bitcoin";
|
|
403
|
+
readonly address: string;
|
|
485
404
|
} | {
|
|
486
|
-
chain: "Arbitrum";
|
|
487
|
-
address: `0x${string}`;
|
|
405
|
+
readonly chain: "Arbitrum";
|
|
406
|
+
readonly address: `0x${string}`;
|
|
488
407
|
};
|
|
489
408
|
channelId: bigint;
|
|
490
409
|
depositBlockHeight: bigint;
|
|
@@ -495,16 +414,7 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
495
414
|
}, {
|
|
496
415
|
destinationAddress: {
|
|
497
416
|
value: string;
|
|
498
|
-
__kind: "Eth";
|
|
499
|
-
} | {
|
|
500
|
-
value: string;
|
|
501
|
-
__kind: "Dot";
|
|
502
|
-
} | {
|
|
503
|
-
value: string;
|
|
504
|
-
__kind: "Btc";
|
|
505
|
-
} | {
|
|
506
|
-
value: string;
|
|
507
|
-
__kind: "Arb";
|
|
417
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
508
418
|
};
|
|
509
419
|
depositMetadata: {
|
|
510
420
|
sourceChain: {
|
|
@@ -555,16 +465,7 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
555
465
|
__kind: "DepositChannel";
|
|
556
466
|
depositAddress: {
|
|
557
467
|
value: string;
|
|
558
|
-
__kind: "Eth";
|
|
559
|
-
} | {
|
|
560
|
-
value: string;
|
|
561
|
-
__kind: "Dot";
|
|
562
|
-
} | {
|
|
563
|
-
value: string;
|
|
564
|
-
__kind: "Btc";
|
|
565
|
-
} | {
|
|
566
|
-
value: string;
|
|
567
|
-
__kind: "Arb";
|
|
468
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
568
469
|
};
|
|
569
470
|
channelId: string | number;
|
|
570
471
|
depositBlockHeight: string | number;
|