@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
|
@@ -10,82 +10,34 @@ declare const polkadotIngressEgressCcmFailed: z.ZodObject<{
|
|
|
10
10
|
}>, "UnsupportedForTargetChain" | "InsufficientDepositAmount" | "InvalidMetadata" | "InvalidDestinationAddress", {
|
|
11
11
|
__kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount" | "InvalidMetadata" | "InvalidDestinationAddress";
|
|
12
12
|
}>;
|
|
13
|
-
destinationAddress: z.
|
|
14
|
-
__kind: z.
|
|
13
|
+
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
14
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
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" | "Sol" | "Arb";
|
|
19
19
|
}, {
|
|
20
20
|
value: string;
|
|
21
|
-
__kind: "Eth";
|
|
21
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
22
22
|
}>, {
|
|
23
|
-
chain: "Ethereum";
|
|
24
|
-
address: `0x${string}`;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
|
|
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}`;
|
|
70
|
-
}, {
|
|
71
|
-
value: string;
|
|
72
|
-
__kind: "Arb";
|
|
73
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
74
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
75
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
76
|
-
}, "strip", z.ZodTypeAny, {
|
|
77
|
-
value: `0x${string}`;
|
|
78
|
-
__kind: "Sol";
|
|
79
|
-
}, {
|
|
80
|
-
value: string;
|
|
81
|
-
__kind: "Sol";
|
|
82
|
-
}>, {
|
|
83
|
-
chain: "Solana";
|
|
84
|
-
address: 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}`;
|
|
34
|
+
} | {
|
|
35
|
+
readonly chain: "Solana";
|
|
36
|
+
readonly address: string;
|
|
85
37
|
}, {
|
|
86
38
|
value: string;
|
|
87
|
-
__kind: "Sol";
|
|
88
|
-
}
|
|
39
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
40
|
+
}>;
|
|
89
41
|
depositMetadata: z.ZodObject<{
|
|
90
42
|
channelMetadata: z.ZodObject<{
|
|
91
43
|
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -109,82 +61,34 @@ declare const polkadotIngressEgressCcmFailed: z.ZodObject<{
|
|
|
109
61
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
|
|
110
62
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
111
63
|
}>;
|
|
112
|
-
sourceAddress: z.ZodOptional<z.ZodNullable<z.
|
|
113
|
-
__kind: z.
|
|
64
|
+
sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
|
|
65
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
114
66
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
115
67
|
}, "strip", z.ZodTypeAny, {
|
|
116
68
|
value: `0x${string}`;
|
|
117
|
-
__kind: "Eth";
|
|
69
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
118
70
|
}, {
|
|
119
71
|
value: string;
|
|
120
|
-
__kind: "Eth";
|
|
72
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
121
73
|
}>, {
|
|
122
|
-
chain: "Ethereum";
|
|
123
|
-
address: `0x${string}`;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
}>, {
|
|
137
|
-
chain: "Polkadot";
|
|
138
|
-
address: string;
|
|
139
|
-
}, {
|
|
140
|
-
value: string;
|
|
141
|
-
__kind: "Dot";
|
|
142
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
143
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
144
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
145
|
-
}, "strip", z.ZodTypeAny, {
|
|
146
|
-
value: `0x${string}`;
|
|
147
|
-
__kind: "Btc";
|
|
148
|
-
}, {
|
|
149
|
-
value: string;
|
|
150
|
-
__kind: "Btc";
|
|
151
|
-
}>, {
|
|
152
|
-
chain: "Bitcoin";
|
|
153
|
-
address: string;
|
|
154
|
-
}, {
|
|
155
|
-
value: string;
|
|
156
|
-
__kind: "Btc";
|
|
157
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
158
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
159
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
160
|
-
}, "strip", z.ZodTypeAny, {
|
|
161
|
-
value: `0x${string}`;
|
|
162
|
-
__kind: "Arb";
|
|
163
|
-
}, {
|
|
164
|
-
value: string;
|
|
165
|
-
__kind: "Arb";
|
|
166
|
-
}>, {
|
|
167
|
-
chain: "Arbitrum";
|
|
168
|
-
address: `0x${string}`;
|
|
169
|
-
}, {
|
|
170
|
-
value: string;
|
|
171
|
-
__kind: "Arb";
|
|
172
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
173
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
174
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
175
|
-
}, "strip", z.ZodTypeAny, {
|
|
176
|
-
value: `0x${string}`;
|
|
177
|
-
__kind: "Sol";
|
|
178
|
-
}, {
|
|
179
|
-
value: string;
|
|
180
|
-
__kind: "Sol";
|
|
181
|
-
}>, {
|
|
182
|
-
chain: "Solana";
|
|
183
|
-
address: string;
|
|
74
|
+
readonly chain: "Ethereum";
|
|
75
|
+
readonly address: `0x${string}`;
|
|
76
|
+
} | {
|
|
77
|
+
readonly chain: "Polkadot";
|
|
78
|
+
readonly address: string;
|
|
79
|
+
} | {
|
|
80
|
+
readonly chain: "Bitcoin";
|
|
81
|
+
readonly address: string;
|
|
82
|
+
} | {
|
|
83
|
+
readonly chain: "Arbitrum";
|
|
84
|
+
readonly address: `0x${string}`;
|
|
85
|
+
} | {
|
|
86
|
+
readonly chain: "Solana";
|
|
87
|
+
readonly address: string;
|
|
184
88
|
}, {
|
|
185
89
|
value: string;
|
|
186
|
-
__kind: "Sol";
|
|
187
|
-
}
|
|
90
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
91
|
+
}>>>;
|
|
188
92
|
}, "strip", z.ZodTypeAny, {
|
|
189
93
|
channelMetadata: {
|
|
190
94
|
message: `0x${string}`;
|
|
@@ -193,20 +97,20 @@ declare const polkadotIngressEgressCcmFailed: z.ZodObject<{
|
|
|
193
97
|
};
|
|
194
98
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
195
99
|
sourceAddress?: {
|
|
196
|
-
chain: "Ethereum";
|
|
197
|
-
address: `0x${string}`;
|
|
100
|
+
readonly chain: "Ethereum";
|
|
101
|
+
readonly address: `0x${string}`;
|
|
198
102
|
} | {
|
|
199
|
-
chain: "Polkadot";
|
|
200
|
-
address: string;
|
|
103
|
+
readonly chain: "Polkadot";
|
|
104
|
+
readonly address: string;
|
|
201
105
|
} | {
|
|
202
|
-
chain: "Bitcoin";
|
|
203
|
-
address: string;
|
|
106
|
+
readonly chain: "Bitcoin";
|
|
107
|
+
readonly address: string;
|
|
204
108
|
} | {
|
|
205
|
-
chain: "Arbitrum";
|
|
206
|
-
address: `0x${string}`;
|
|
109
|
+
readonly chain: "Arbitrum";
|
|
110
|
+
readonly address: `0x${string}`;
|
|
207
111
|
} | {
|
|
208
|
-
chain: "Solana";
|
|
209
|
-
address: string;
|
|
112
|
+
readonly chain: "Solana";
|
|
113
|
+
readonly address: string;
|
|
210
114
|
} | null | undefined;
|
|
211
115
|
}, {
|
|
212
116
|
channelMetadata: {
|
|
@@ -219,118 +123,58 @@ declare const polkadotIngressEgressCcmFailed: z.ZodObject<{
|
|
|
219
123
|
};
|
|
220
124
|
sourceAddress?: {
|
|
221
125
|
value: string;
|
|
222
|
-
__kind: "Eth";
|
|
223
|
-
} | {
|
|
224
|
-
value: string;
|
|
225
|
-
__kind: "Dot";
|
|
226
|
-
} | {
|
|
227
|
-
value: string;
|
|
228
|
-
__kind: "Btc";
|
|
229
|
-
} | {
|
|
230
|
-
value: string;
|
|
231
|
-
__kind: "Arb";
|
|
232
|
-
} | {
|
|
233
|
-
value: string;
|
|
234
|
-
__kind: "Sol";
|
|
126
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
235
127
|
} | null | undefined;
|
|
236
128
|
}>;
|
|
237
|
-
origin: z.
|
|
129
|
+
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
238
130
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
239
|
-
depositAddress: z.
|
|
240
|
-
__kind: z.
|
|
241
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
242
|
-
}, "strip", z.ZodTypeAny, {
|
|
243
|
-
value: `0x${string}`;
|
|
244
|
-
__kind: "Eth";
|
|
245
|
-
}, {
|
|
246
|
-
value: string;
|
|
247
|
-
__kind: "Eth";
|
|
248
|
-
}>, {
|
|
249
|
-
chain: "Ethereum";
|
|
250
|
-
address: `0x${string}`;
|
|
251
|
-
}, {
|
|
252
|
-
value: string;
|
|
253
|
-
__kind: "Eth";
|
|
254
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
255
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
256
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
257
|
-
}, "strip", z.ZodTypeAny, {
|
|
258
|
-
value: `0x${string}`;
|
|
259
|
-
__kind: "Dot";
|
|
260
|
-
}, {
|
|
261
|
-
value: string;
|
|
262
|
-
__kind: "Dot";
|
|
263
|
-
}>, {
|
|
264
|
-
chain: "Polkadot";
|
|
265
|
-
address: string;
|
|
266
|
-
}, {
|
|
267
|
-
value: string;
|
|
268
|
-
__kind: "Dot";
|
|
269
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
270
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
271
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
272
|
-
}, "strip", z.ZodTypeAny, {
|
|
273
|
-
value: `0x${string}`;
|
|
274
|
-
__kind: "Btc";
|
|
275
|
-
}, {
|
|
276
|
-
value: string;
|
|
277
|
-
__kind: "Btc";
|
|
278
|
-
}>, {
|
|
279
|
-
chain: "Bitcoin";
|
|
280
|
-
address: string;
|
|
281
|
-
}, {
|
|
282
|
-
value: string;
|
|
283
|
-
__kind: "Btc";
|
|
284
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
285
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
286
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
287
|
-
}, "strip", z.ZodTypeAny, {
|
|
288
|
-
value: `0x${string}`;
|
|
289
|
-
__kind: "Arb";
|
|
290
|
-
}, {
|
|
291
|
-
value: string;
|
|
292
|
-
__kind: "Arb";
|
|
293
|
-
}>, {
|
|
294
|
-
chain: "Arbitrum";
|
|
295
|
-
address: `0x${string}`;
|
|
296
|
-
}, {
|
|
297
|
-
value: string;
|
|
298
|
-
__kind: "Arb";
|
|
299
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
300
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
131
|
+
depositAddress: z.ZodEffects<z.ZodObject<{
|
|
132
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
301
133
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
302
134
|
}, "strip", z.ZodTypeAny, {
|
|
303
135
|
value: `0x${string}`;
|
|
304
|
-
__kind: "Sol";
|
|
136
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
305
137
|
}, {
|
|
306
138
|
value: string;
|
|
307
|
-
__kind: "Sol";
|
|
139
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
308
140
|
}>, {
|
|
309
|
-
chain: "
|
|
310
|
-
address: string
|
|
141
|
+
readonly chain: "Ethereum";
|
|
142
|
+
readonly address: `0x${string}`;
|
|
143
|
+
} | {
|
|
144
|
+
readonly chain: "Polkadot";
|
|
145
|
+
readonly address: string;
|
|
146
|
+
} | {
|
|
147
|
+
readonly chain: "Bitcoin";
|
|
148
|
+
readonly address: string;
|
|
149
|
+
} | {
|
|
150
|
+
readonly chain: "Arbitrum";
|
|
151
|
+
readonly address: `0x${string}`;
|
|
152
|
+
} | {
|
|
153
|
+
readonly chain: "Solana";
|
|
154
|
+
readonly address: string;
|
|
311
155
|
}, {
|
|
312
156
|
value: string;
|
|
313
|
-
__kind: "Sol";
|
|
314
|
-
}
|
|
157
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
158
|
+
}>;
|
|
315
159
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
316
160
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
317
161
|
}, "strip", z.ZodTypeAny, {
|
|
318
162
|
__kind: "DepositChannel";
|
|
319
163
|
depositAddress: {
|
|
320
|
-
chain: "Ethereum";
|
|
321
|
-
address: `0x${string}`;
|
|
164
|
+
readonly chain: "Ethereum";
|
|
165
|
+
readonly address: `0x${string}`;
|
|
322
166
|
} | {
|
|
323
|
-
chain: "Polkadot";
|
|
324
|
-
address: string;
|
|
167
|
+
readonly chain: "Polkadot";
|
|
168
|
+
readonly address: string;
|
|
325
169
|
} | {
|
|
326
|
-
chain: "Bitcoin";
|
|
327
|
-
address: string;
|
|
170
|
+
readonly chain: "Bitcoin";
|
|
171
|
+
readonly address: string;
|
|
328
172
|
} | {
|
|
329
|
-
chain: "Arbitrum";
|
|
330
|
-
address: `0x${string}`;
|
|
173
|
+
readonly chain: "Arbitrum";
|
|
174
|
+
readonly address: `0x${string}`;
|
|
331
175
|
} | {
|
|
332
|
-
chain: "Solana";
|
|
333
|
-
address: string;
|
|
176
|
+
readonly chain: "Solana";
|
|
177
|
+
readonly address: string;
|
|
334
178
|
};
|
|
335
179
|
channelId: bigint;
|
|
336
180
|
depositBlockHeight: bigint;
|
|
@@ -338,19 +182,7 @@ declare const polkadotIngressEgressCcmFailed: z.ZodObject<{
|
|
|
338
182
|
__kind: "DepositChannel";
|
|
339
183
|
depositAddress: {
|
|
340
184
|
value: string;
|
|
341
|
-
__kind: "Eth";
|
|
342
|
-
} | {
|
|
343
|
-
value: string;
|
|
344
|
-
__kind: "Dot";
|
|
345
|
-
} | {
|
|
346
|
-
value: string;
|
|
347
|
-
__kind: "Btc";
|
|
348
|
-
} | {
|
|
349
|
-
value: string;
|
|
350
|
-
__kind: "Arb";
|
|
351
|
-
} | {
|
|
352
|
-
value: string;
|
|
353
|
-
__kind: "Sol";
|
|
185
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
354
186
|
};
|
|
355
187
|
channelId: string | number;
|
|
356
188
|
depositBlockHeight: string | number;
|
|
@@ -379,56 +211,56 @@ declare const polkadotIngressEgressCcmFailed: z.ZodObject<{
|
|
|
379
211
|
};
|
|
380
212
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
381
213
|
sourceAddress?: {
|
|
382
|
-
chain: "Ethereum";
|
|
383
|
-
address: `0x${string}`;
|
|
214
|
+
readonly chain: "Ethereum";
|
|
215
|
+
readonly address: `0x${string}`;
|
|
384
216
|
} | {
|
|
385
|
-
chain: "Polkadot";
|
|
386
|
-
address: string;
|
|
217
|
+
readonly chain: "Polkadot";
|
|
218
|
+
readonly address: string;
|
|
387
219
|
} | {
|
|
388
|
-
chain: "Bitcoin";
|
|
389
|
-
address: string;
|
|
220
|
+
readonly chain: "Bitcoin";
|
|
221
|
+
readonly address: string;
|
|
390
222
|
} | {
|
|
391
|
-
chain: "Arbitrum";
|
|
392
|
-
address: `0x${string}`;
|
|
223
|
+
readonly chain: "Arbitrum";
|
|
224
|
+
readonly address: `0x${string}`;
|
|
393
225
|
} | {
|
|
394
|
-
chain: "Solana";
|
|
395
|
-
address: string;
|
|
226
|
+
readonly chain: "Solana";
|
|
227
|
+
readonly address: string;
|
|
396
228
|
} | null | undefined;
|
|
397
229
|
};
|
|
398
230
|
reason: "UnsupportedForTargetChain" | "InsufficientDepositAmount" | "InvalidMetadata" | "InvalidDestinationAddress";
|
|
399
231
|
destinationAddress: {
|
|
400
|
-
chain: "Ethereum";
|
|
401
|
-
address: `0x${string}`;
|
|
232
|
+
readonly chain: "Ethereum";
|
|
233
|
+
readonly address: `0x${string}`;
|
|
402
234
|
} | {
|
|
403
|
-
chain: "Polkadot";
|
|
404
|
-
address: string;
|
|
235
|
+
readonly chain: "Polkadot";
|
|
236
|
+
readonly address: string;
|
|
405
237
|
} | {
|
|
406
|
-
chain: "Bitcoin";
|
|
407
|
-
address: string;
|
|
238
|
+
readonly chain: "Bitcoin";
|
|
239
|
+
readonly address: string;
|
|
408
240
|
} | {
|
|
409
|
-
chain: "Arbitrum";
|
|
410
|
-
address: `0x${string}`;
|
|
241
|
+
readonly chain: "Arbitrum";
|
|
242
|
+
readonly address: `0x${string}`;
|
|
411
243
|
} | {
|
|
412
|
-
chain: "Solana";
|
|
413
|
-
address: string;
|
|
244
|
+
readonly chain: "Solana";
|
|
245
|
+
readonly address: string;
|
|
414
246
|
};
|
|
415
247
|
origin: {
|
|
416
248
|
__kind: "DepositChannel";
|
|
417
249
|
depositAddress: {
|
|
418
|
-
chain: "Ethereum";
|
|
419
|
-
address: `0x${string}`;
|
|
250
|
+
readonly chain: "Ethereum";
|
|
251
|
+
readonly address: `0x${string}`;
|
|
420
252
|
} | {
|
|
421
|
-
chain: "Polkadot";
|
|
422
|
-
address: string;
|
|
253
|
+
readonly chain: "Polkadot";
|
|
254
|
+
readonly address: string;
|
|
423
255
|
} | {
|
|
424
|
-
chain: "Bitcoin";
|
|
425
|
-
address: string;
|
|
256
|
+
readonly chain: "Bitcoin";
|
|
257
|
+
readonly address: string;
|
|
426
258
|
} | {
|
|
427
|
-
chain: "Arbitrum";
|
|
428
|
-
address: `0x${string}`;
|
|
259
|
+
readonly chain: "Arbitrum";
|
|
260
|
+
readonly address: `0x${string}`;
|
|
429
261
|
} | {
|
|
430
|
-
chain: "Solana";
|
|
431
|
-
address: string;
|
|
262
|
+
readonly chain: "Solana";
|
|
263
|
+
readonly address: string;
|
|
432
264
|
};
|
|
433
265
|
channelId: bigint;
|
|
434
266
|
depositBlockHeight: bigint;
|
|
@@ -450,19 +282,7 @@ declare const polkadotIngressEgressCcmFailed: z.ZodObject<{
|
|
|
450
282
|
};
|
|
451
283
|
sourceAddress?: {
|
|
452
284
|
value: string;
|
|
453
|
-
__kind: "Eth";
|
|
454
|
-
} | {
|
|
455
|
-
value: string;
|
|
456
|
-
__kind: "Dot";
|
|
457
|
-
} | {
|
|
458
|
-
value: string;
|
|
459
|
-
__kind: "Btc";
|
|
460
|
-
} | {
|
|
461
|
-
value: string;
|
|
462
|
-
__kind: "Arb";
|
|
463
|
-
} | {
|
|
464
|
-
value: string;
|
|
465
|
-
__kind: "Sol";
|
|
285
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
466
286
|
} | null | undefined;
|
|
467
287
|
};
|
|
468
288
|
reason: {
|
|
@@ -470,37 +290,13 @@ declare const polkadotIngressEgressCcmFailed: z.ZodObject<{
|
|
|
470
290
|
};
|
|
471
291
|
destinationAddress: {
|
|
472
292
|
value: string;
|
|
473
|
-
__kind: "Eth";
|
|
474
|
-
} | {
|
|
475
|
-
value: string;
|
|
476
|
-
__kind: "Dot";
|
|
477
|
-
} | {
|
|
478
|
-
value: string;
|
|
479
|
-
__kind: "Btc";
|
|
480
|
-
} | {
|
|
481
|
-
value: string;
|
|
482
|
-
__kind: "Arb";
|
|
483
|
-
} | {
|
|
484
|
-
value: string;
|
|
485
|
-
__kind: "Sol";
|
|
293
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
486
294
|
};
|
|
487
295
|
origin: {
|
|
488
296
|
__kind: "DepositChannel";
|
|
489
297
|
depositAddress: {
|
|
490
298
|
value: string;
|
|
491
|
-
__kind: "Eth";
|
|
492
|
-
} | {
|
|
493
|
-
value: string;
|
|
494
|
-
__kind: "Dot";
|
|
495
|
-
} | {
|
|
496
|
-
value: string;
|
|
497
|
-
__kind: "Btc";
|
|
498
|
-
} | {
|
|
499
|
-
value: string;
|
|
500
|
-
__kind: "Arb";
|
|
501
|
-
} | {
|
|
502
|
-
value: string;
|
|
503
|
-
__kind: "Sol";
|
|
299
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
504
300
|
};
|
|
505
301
|
channelId: string | number;
|
|
506
302
|
depositBlockHeight: string | number;
|