@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
|
@@ -21,84 +21,36 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
21
21
|
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
22
22
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
23
23
|
}>;
|
|
24
|
-
origin: z.
|
|
24
|
+
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
25
25
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
26
|
-
depositAddress: z.
|
|
27
|
-
__kind: z.
|
|
26
|
+
depositAddress: z.ZodEffects<z.ZodObject<{
|
|
27
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
28
28
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
30
|
value: `0x${string}`;
|
|
31
|
-
__kind: "Eth";
|
|
31
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
32
32
|
}, {
|
|
33
33
|
value: string;
|
|
34
|
-
__kind: "Eth";
|
|
34
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
35
35
|
}>, {
|
|
36
|
-
chain: "Ethereum";
|
|
37
|
-
address: `0x${string}`;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}>, {
|
|
51
|
-
chain: "Polkadot";
|
|
52
|
-
address: string;
|
|
53
|
-
}, {
|
|
54
|
-
value: string;
|
|
55
|
-
__kind: "Dot";
|
|
56
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
57
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
58
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
59
|
-
}, "strip", z.ZodTypeAny, {
|
|
60
|
-
value: `0x${string}`;
|
|
61
|
-
__kind: "Btc";
|
|
62
|
-
}, {
|
|
63
|
-
value: string;
|
|
64
|
-
__kind: "Btc";
|
|
65
|
-
}>, {
|
|
66
|
-
chain: "Bitcoin";
|
|
67
|
-
address: string;
|
|
68
|
-
}, {
|
|
69
|
-
value: string;
|
|
70
|
-
__kind: "Btc";
|
|
71
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
72
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
73
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
74
|
-
}, "strip", z.ZodTypeAny, {
|
|
75
|
-
value: `0x${string}`;
|
|
76
|
-
__kind: "Arb";
|
|
77
|
-
}, {
|
|
78
|
-
value: string;
|
|
79
|
-
__kind: "Arb";
|
|
80
|
-
}>, {
|
|
81
|
-
chain: "Arbitrum";
|
|
82
|
-
address: `0x${string}`;
|
|
83
|
-
}, {
|
|
84
|
-
value: string;
|
|
85
|
-
__kind: "Arb";
|
|
86
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
87
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
88
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
89
|
-
}, "strip", z.ZodTypeAny, {
|
|
90
|
-
value: `0x${string}`;
|
|
91
|
-
__kind: "Sol";
|
|
92
|
-
}, {
|
|
93
|
-
value: string;
|
|
94
|
-
__kind: "Sol";
|
|
95
|
-
}>, {
|
|
96
|
-
chain: "Solana";
|
|
97
|
-
address: string;
|
|
36
|
+
readonly chain: "Ethereum";
|
|
37
|
+
readonly address: `0x${string}`;
|
|
38
|
+
} | {
|
|
39
|
+
readonly chain: "Polkadot";
|
|
40
|
+
readonly address: string;
|
|
41
|
+
} | {
|
|
42
|
+
readonly chain: "Bitcoin";
|
|
43
|
+
readonly address: string;
|
|
44
|
+
} | {
|
|
45
|
+
readonly chain: "Arbitrum";
|
|
46
|
+
readonly address: `0x${string}`;
|
|
47
|
+
} | {
|
|
48
|
+
readonly chain: "Solana";
|
|
49
|
+
readonly address: string;
|
|
98
50
|
}, {
|
|
99
51
|
value: string;
|
|
100
|
-
__kind: "Sol";
|
|
101
|
-
}
|
|
52
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
53
|
+
}>;
|
|
102
54
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
103
55
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
104
56
|
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
@@ -106,20 +58,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
106
58
|
brokerId: string;
|
|
107
59
|
__kind: "DepositChannel";
|
|
108
60
|
depositAddress: {
|
|
109
|
-
chain: "Ethereum";
|
|
110
|
-
address: `0x${string}`;
|
|
61
|
+
readonly chain: "Ethereum";
|
|
62
|
+
readonly address: `0x${string}`;
|
|
111
63
|
} | {
|
|
112
|
-
chain: "Polkadot";
|
|
113
|
-
address: string;
|
|
64
|
+
readonly chain: "Polkadot";
|
|
65
|
+
readonly address: string;
|
|
114
66
|
} | {
|
|
115
|
-
chain: "Bitcoin";
|
|
116
|
-
address: string;
|
|
67
|
+
readonly chain: "Bitcoin";
|
|
68
|
+
readonly address: string;
|
|
117
69
|
} | {
|
|
118
|
-
chain: "Arbitrum";
|
|
119
|
-
address: `0x${string}`;
|
|
70
|
+
readonly chain: "Arbitrum";
|
|
71
|
+
readonly address: `0x${string}`;
|
|
120
72
|
} | {
|
|
121
|
-
chain: "Solana";
|
|
122
|
-
address: string;
|
|
73
|
+
readonly chain: "Solana";
|
|
74
|
+
readonly address: string;
|
|
123
75
|
};
|
|
124
76
|
channelId: bigint;
|
|
125
77
|
depositBlockHeight: bigint;
|
|
@@ -128,25 +80,13 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
128
80
|
__kind: "DepositChannel";
|
|
129
81
|
depositAddress: {
|
|
130
82
|
value: string;
|
|
131
|
-
__kind: "Eth";
|
|
132
|
-
} | {
|
|
133
|
-
value: string;
|
|
134
|
-
__kind: "Dot";
|
|
135
|
-
} | {
|
|
136
|
-
value: string;
|
|
137
|
-
__kind: "Btc";
|
|
138
|
-
} | {
|
|
139
|
-
value: string;
|
|
140
|
-
__kind: "Arb";
|
|
141
|
-
} | {
|
|
142
|
-
value: string;
|
|
143
|
-
__kind: "Sol";
|
|
83
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
144
84
|
};
|
|
145
85
|
channelId: string | number;
|
|
146
86
|
depositBlockHeight: string | number;
|
|
147
87
|
}>, z.ZodObject<{
|
|
148
88
|
__kind: z.ZodLiteral<"Vault">;
|
|
149
|
-
txId: z.
|
|
89
|
+
txId: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
150
90
|
__kind: z.ZodLiteral<"Evm">;
|
|
151
91
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
152
92
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -254,7 +194,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
254
194
|
}, {
|
|
255
195
|
__kind: "Internal";
|
|
256
196
|
}>]>;
|
|
257
|
-
requestType: z.
|
|
197
|
+
requestType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
258
198
|
__kind: z.ZodLiteral<"NetworkFee">;
|
|
259
199
|
}, "strip", z.ZodTypeAny, {
|
|
260
200
|
__kind: "NetworkFee";
|
|
@@ -268,82 +208,34 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
268
208
|
__kind: "IngressEgressFee";
|
|
269
209
|
}>, z.ZodObject<{
|
|
270
210
|
__kind: z.ZodLiteral<"Regular">;
|
|
271
|
-
outputAddress: z.
|
|
272
|
-
__kind: z.
|
|
273
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
274
|
-
}, "strip", z.ZodTypeAny, {
|
|
275
|
-
value: `0x${string}`;
|
|
276
|
-
__kind: "Eth";
|
|
277
|
-
}, {
|
|
278
|
-
value: string;
|
|
279
|
-
__kind: "Eth";
|
|
280
|
-
}>, {
|
|
281
|
-
chain: "Ethereum";
|
|
282
|
-
address: `0x${string}`;
|
|
283
|
-
}, {
|
|
284
|
-
value: string;
|
|
285
|
-
__kind: "Eth";
|
|
286
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
287
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
288
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
289
|
-
}, "strip", z.ZodTypeAny, {
|
|
290
|
-
value: `0x${string}`;
|
|
291
|
-
__kind: "Dot";
|
|
292
|
-
}, {
|
|
293
|
-
value: string;
|
|
294
|
-
__kind: "Dot";
|
|
295
|
-
}>, {
|
|
296
|
-
chain: "Polkadot";
|
|
297
|
-
address: string;
|
|
298
|
-
}, {
|
|
299
|
-
value: string;
|
|
300
|
-
__kind: "Dot";
|
|
301
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
302
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
303
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
304
|
-
}, "strip", z.ZodTypeAny, {
|
|
305
|
-
value: `0x${string}`;
|
|
306
|
-
__kind: "Btc";
|
|
307
|
-
}, {
|
|
308
|
-
value: string;
|
|
309
|
-
__kind: "Btc";
|
|
310
|
-
}>, {
|
|
311
|
-
chain: "Bitcoin";
|
|
312
|
-
address: string;
|
|
313
|
-
}, {
|
|
314
|
-
value: string;
|
|
315
|
-
__kind: "Btc";
|
|
316
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
317
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
211
|
+
outputAddress: z.ZodEffects<z.ZodObject<{
|
|
212
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
318
213
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
319
214
|
}, "strip", z.ZodTypeAny, {
|
|
320
215
|
value: `0x${string}`;
|
|
321
|
-
__kind: "Arb";
|
|
216
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
322
217
|
}, {
|
|
323
218
|
value: string;
|
|
324
|
-
__kind: "Arb";
|
|
219
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
325
220
|
}>, {
|
|
326
|
-
chain: "
|
|
327
|
-
address: `0x${string}`;
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
}>, {
|
|
341
|
-
chain: "Solana";
|
|
342
|
-
address: string;
|
|
221
|
+
readonly chain: "Ethereum";
|
|
222
|
+
readonly address: `0x${string}`;
|
|
223
|
+
} | {
|
|
224
|
+
readonly chain: "Polkadot";
|
|
225
|
+
readonly address: string;
|
|
226
|
+
} | {
|
|
227
|
+
readonly chain: "Bitcoin";
|
|
228
|
+
readonly address: string;
|
|
229
|
+
} | {
|
|
230
|
+
readonly chain: "Arbitrum";
|
|
231
|
+
readonly address: `0x${string}`;
|
|
232
|
+
} | {
|
|
233
|
+
readonly chain: "Solana";
|
|
234
|
+
readonly address: string;
|
|
343
235
|
}, {
|
|
344
236
|
value: string;
|
|
345
|
-
__kind: "Sol";
|
|
346
|
-
}
|
|
237
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
238
|
+
}>;
|
|
347
239
|
ccmDepositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
348
240
|
channelMetadata: z.ZodObject<{
|
|
349
241
|
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -367,82 +259,34 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
367
259
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
|
|
368
260
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
369
261
|
}>;
|
|
370
|
-
sourceAddress: z.ZodOptional<z.ZodNullable<z.
|
|
371
|
-
__kind: z.
|
|
262
|
+
sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
|
|
263
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
372
264
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
373
265
|
}, "strip", z.ZodTypeAny, {
|
|
374
266
|
value: `0x${string}`;
|
|
375
|
-
__kind: "Eth";
|
|
267
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
376
268
|
}, {
|
|
377
269
|
value: string;
|
|
378
|
-
__kind: "Eth";
|
|
270
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
379
271
|
}>, {
|
|
380
|
-
chain: "Ethereum";
|
|
381
|
-
address: `0x${string}`;
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
}>, {
|
|
395
|
-
chain: "Polkadot";
|
|
396
|
-
address: string;
|
|
397
|
-
}, {
|
|
398
|
-
value: string;
|
|
399
|
-
__kind: "Dot";
|
|
400
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
401
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
402
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
403
|
-
}, "strip", z.ZodTypeAny, {
|
|
404
|
-
value: `0x${string}`;
|
|
405
|
-
__kind: "Btc";
|
|
406
|
-
}, {
|
|
407
|
-
value: string;
|
|
408
|
-
__kind: "Btc";
|
|
409
|
-
}>, {
|
|
410
|
-
chain: "Bitcoin";
|
|
411
|
-
address: string;
|
|
412
|
-
}, {
|
|
413
|
-
value: string;
|
|
414
|
-
__kind: "Btc";
|
|
415
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
416
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
417
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
418
|
-
}, "strip", z.ZodTypeAny, {
|
|
419
|
-
value: `0x${string}`;
|
|
420
|
-
__kind: "Arb";
|
|
421
|
-
}, {
|
|
422
|
-
value: string;
|
|
423
|
-
__kind: "Arb";
|
|
424
|
-
}>, {
|
|
425
|
-
chain: "Arbitrum";
|
|
426
|
-
address: `0x${string}`;
|
|
427
|
-
}, {
|
|
428
|
-
value: string;
|
|
429
|
-
__kind: "Arb";
|
|
430
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
431
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
432
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
433
|
-
}, "strip", z.ZodTypeAny, {
|
|
434
|
-
value: `0x${string}`;
|
|
435
|
-
__kind: "Sol";
|
|
436
|
-
}, {
|
|
437
|
-
value: string;
|
|
438
|
-
__kind: "Sol";
|
|
439
|
-
}>, {
|
|
440
|
-
chain: "Solana";
|
|
441
|
-
address: string;
|
|
272
|
+
readonly chain: "Ethereum";
|
|
273
|
+
readonly address: `0x${string}`;
|
|
274
|
+
} | {
|
|
275
|
+
readonly chain: "Polkadot";
|
|
276
|
+
readonly address: string;
|
|
277
|
+
} | {
|
|
278
|
+
readonly chain: "Bitcoin";
|
|
279
|
+
readonly address: string;
|
|
280
|
+
} | {
|
|
281
|
+
readonly chain: "Arbitrum";
|
|
282
|
+
readonly address: `0x${string}`;
|
|
283
|
+
} | {
|
|
284
|
+
readonly chain: "Solana";
|
|
285
|
+
readonly address: string;
|
|
442
286
|
}, {
|
|
443
287
|
value: string;
|
|
444
|
-
__kind: "Sol";
|
|
445
|
-
}
|
|
288
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
289
|
+
}>>>;
|
|
446
290
|
}, "strip", z.ZodTypeAny, {
|
|
447
291
|
channelMetadata: {
|
|
448
292
|
message: `0x${string}`;
|
|
@@ -451,20 +295,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
451
295
|
};
|
|
452
296
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
453
297
|
sourceAddress?: {
|
|
454
|
-
chain: "Ethereum";
|
|
455
|
-
address: `0x${string}`;
|
|
298
|
+
readonly chain: "Ethereum";
|
|
299
|
+
readonly address: `0x${string}`;
|
|
456
300
|
} | {
|
|
457
|
-
chain: "Polkadot";
|
|
458
|
-
address: string;
|
|
301
|
+
readonly chain: "Polkadot";
|
|
302
|
+
readonly address: string;
|
|
459
303
|
} | {
|
|
460
|
-
chain: "Bitcoin";
|
|
461
|
-
address: string;
|
|
304
|
+
readonly chain: "Bitcoin";
|
|
305
|
+
readonly address: string;
|
|
462
306
|
} | {
|
|
463
|
-
chain: "Arbitrum";
|
|
464
|
-
address: `0x${string}`;
|
|
307
|
+
readonly chain: "Arbitrum";
|
|
308
|
+
readonly address: `0x${string}`;
|
|
465
309
|
} | {
|
|
466
|
-
chain: "Solana";
|
|
467
|
-
address: string;
|
|
310
|
+
readonly chain: "Solana";
|
|
311
|
+
readonly address: string;
|
|
468
312
|
} | null | undefined;
|
|
469
313
|
}, {
|
|
470
314
|
channelMetadata: {
|
|
@@ -477,38 +321,26 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
477
321
|
};
|
|
478
322
|
sourceAddress?: {
|
|
479
323
|
value: string;
|
|
480
|
-
__kind: "Eth";
|
|
481
|
-
} | {
|
|
482
|
-
value: string;
|
|
483
|
-
__kind: "Dot";
|
|
484
|
-
} | {
|
|
485
|
-
value: string;
|
|
486
|
-
__kind: "Btc";
|
|
487
|
-
} | {
|
|
488
|
-
value: string;
|
|
489
|
-
__kind: "Arb";
|
|
490
|
-
} | {
|
|
491
|
-
value: string;
|
|
492
|
-
__kind: "Sol";
|
|
324
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
493
325
|
} | null | undefined;
|
|
494
326
|
}>>>;
|
|
495
327
|
}, "strip", z.ZodTypeAny, {
|
|
496
328
|
__kind: "Regular";
|
|
497
329
|
outputAddress: {
|
|
498
|
-
chain: "Ethereum";
|
|
499
|
-
address: `0x${string}`;
|
|
330
|
+
readonly chain: "Ethereum";
|
|
331
|
+
readonly address: `0x${string}`;
|
|
500
332
|
} | {
|
|
501
|
-
chain: "Polkadot";
|
|
502
|
-
address: string;
|
|
333
|
+
readonly chain: "Polkadot";
|
|
334
|
+
readonly address: string;
|
|
503
335
|
} | {
|
|
504
|
-
chain: "Bitcoin";
|
|
505
|
-
address: string;
|
|
336
|
+
readonly chain: "Bitcoin";
|
|
337
|
+
readonly address: string;
|
|
506
338
|
} | {
|
|
507
|
-
chain: "Arbitrum";
|
|
508
|
-
address: `0x${string}`;
|
|
339
|
+
readonly chain: "Arbitrum";
|
|
340
|
+
readonly address: `0x${string}`;
|
|
509
341
|
} | {
|
|
510
|
-
chain: "Solana";
|
|
511
|
-
address: string;
|
|
342
|
+
readonly chain: "Solana";
|
|
343
|
+
readonly address: string;
|
|
512
344
|
};
|
|
513
345
|
ccmDepositMetadata?: {
|
|
514
346
|
channelMetadata: {
|
|
@@ -518,39 +350,27 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
518
350
|
};
|
|
519
351
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
520
352
|
sourceAddress?: {
|
|
521
|
-
chain: "Ethereum";
|
|
522
|
-
address: `0x${string}`;
|
|
353
|
+
readonly chain: "Ethereum";
|
|
354
|
+
readonly address: `0x${string}`;
|
|
523
355
|
} | {
|
|
524
|
-
chain: "Polkadot";
|
|
525
|
-
address: string;
|
|
356
|
+
readonly chain: "Polkadot";
|
|
357
|
+
readonly address: string;
|
|
526
358
|
} | {
|
|
527
|
-
chain: "Bitcoin";
|
|
528
|
-
address: string;
|
|
359
|
+
readonly chain: "Bitcoin";
|
|
360
|
+
readonly address: string;
|
|
529
361
|
} | {
|
|
530
|
-
chain: "Arbitrum";
|
|
531
|
-
address: `0x${string}`;
|
|
362
|
+
readonly chain: "Arbitrum";
|
|
363
|
+
readonly address: `0x${string}`;
|
|
532
364
|
} | {
|
|
533
|
-
chain: "Solana";
|
|
534
|
-
address: string;
|
|
365
|
+
readonly chain: "Solana";
|
|
366
|
+
readonly address: string;
|
|
535
367
|
} | null | undefined;
|
|
536
368
|
} | null | undefined;
|
|
537
369
|
}, {
|
|
538
370
|
__kind: "Regular";
|
|
539
371
|
outputAddress: {
|
|
540
372
|
value: string;
|
|
541
|
-
__kind: "Eth";
|
|
542
|
-
} | {
|
|
543
|
-
value: string;
|
|
544
|
-
__kind: "Dot";
|
|
545
|
-
} | {
|
|
546
|
-
value: string;
|
|
547
|
-
__kind: "Btc";
|
|
548
|
-
} | {
|
|
549
|
-
value: string;
|
|
550
|
-
__kind: "Arb";
|
|
551
|
-
} | {
|
|
552
|
-
value: string;
|
|
553
|
-
__kind: "Sol";
|
|
373
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
554
374
|
};
|
|
555
375
|
ccmDepositMetadata?: {
|
|
556
376
|
channelMetadata: {
|
|
@@ -563,19 +383,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
563
383
|
};
|
|
564
384
|
sourceAddress?: {
|
|
565
385
|
value: string;
|
|
566
|
-
__kind: "Eth";
|
|
567
|
-
} | {
|
|
568
|
-
value: string;
|
|
569
|
-
__kind: "Dot";
|
|
570
|
-
} | {
|
|
571
|
-
value: string;
|
|
572
|
-
__kind: "Btc";
|
|
573
|
-
} | {
|
|
574
|
-
value: string;
|
|
575
|
-
__kind: "Arb";
|
|
576
|
-
} | {
|
|
577
|
-
value: string;
|
|
578
|
-
__kind: "Sol";
|
|
386
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
579
387
|
} | null | undefined;
|
|
580
388
|
} | null | undefined;
|
|
581
389
|
}>]>;
|
|
@@ -591,119 +399,59 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
591
399
|
}>, "many">;
|
|
592
400
|
refundParameters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
593
401
|
retryDuration: z.ZodNumber;
|
|
594
|
-
refundAddress: z.
|
|
595
|
-
__kind: z.
|
|
596
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
597
|
-
}, "strip", z.ZodTypeAny, {
|
|
598
|
-
value: `0x${string}`;
|
|
599
|
-
__kind: "Eth";
|
|
600
|
-
}, {
|
|
601
|
-
value: string;
|
|
602
|
-
__kind: "Eth";
|
|
603
|
-
}>, {
|
|
604
|
-
chain: "Ethereum";
|
|
605
|
-
address: `0x${string}`;
|
|
606
|
-
}, {
|
|
607
|
-
value: string;
|
|
608
|
-
__kind: "Eth";
|
|
609
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
610
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
402
|
+
refundAddress: z.ZodEffects<z.ZodObject<{
|
|
403
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
611
404
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
612
405
|
}, "strip", z.ZodTypeAny, {
|
|
613
406
|
value: `0x${string}`;
|
|
614
|
-
__kind: "Dot";
|
|
407
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
615
408
|
}, {
|
|
616
409
|
value: string;
|
|
617
|
-
__kind: "Dot";
|
|
410
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
618
411
|
}>, {
|
|
619
|
-
chain: "
|
|
620
|
-
address: string
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
}>, {
|
|
634
|
-
chain: "Bitcoin";
|
|
635
|
-
address: string;
|
|
636
|
-
}, {
|
|
637
|
-
value: string;
|
|
638
|
-
__kind: "Btc";
|
|
639
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
640
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
641
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
642
|
-
}, "strip", z.ZodTypeAny, {
|
|
643
|
-
value: `0x${string}`;
|
|
644
|
-
__kind: "Arb";
|
|
645
|
-
}, {
|
|
646
|
-
value: string;
|
|
647
|
-
__kind: "Arb";
|
|
648
|
-
}>, {
|
|
649
|
-
chain: "Arbitrum";
|
|
650
|
-
address: `0x${string}`;
|
|
651
|
-
}, {
|
|
652
|
-
value: string;
|
|
653
|
-
__kind: "Arb";
|
|
654
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
655
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
656
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
657
|
-
}, "strip", z.ZodTypeAny, {
|
|
658
|
-
value: `0x${string}`;
|
|
659
|
-
__kind: "Sol";
|
|
660
|
-
}, {
|
|
661
|
-
value: string;
|
|
662
|
-
__kind: "Sol";
|
|
663
|
-
}>, {
|
|
664
|
-
chain: "Solana";
|
|
665
|
-
address: string;
|
|
412
|
+
readonly chain: "Ethereum";
|
|
413
|
+
readonly address: `0x${string}`;
|
|
414
|
+
} | {
|
|
415
|
+
readonly chain: "Polkadot";
|
|
416
|
+
readonly address: string;
|
|
417
|
+
} | {
|
|
418
|
+
readonly chain: "Bitcoin";
|
|
419
|
+
readonly address: string;
|
|
420
|
+
} | {
|
|
421
|
+
readonly chain: "Arbitrum";
|
|
422
|
+
readonly address: `0x${string}`;
|
|
423
|
+
} | {
|
|
424
|
+
readonly chain: "Solana";
|
|
425
|
+
readonly address: string;
|
|
666
426
|
}, {
|
|
667
427
|
value: string;
|
|
668
|
-
__kind: "Sol";
|
|
669
|
-
}
|
|
428
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
429
|
+
}>;
|
|
670
430
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
671
431
|
}, "strip", z.ZodTypeAny, {
|
|
672
432
|
retryDuration: number;
|
|
673
433
|
refundAddress: {
|
|
674
|
-
chain: "Ethereum";
|
|
675
|
-
address: `0x${string}`;
|
|
434
|
+
readonly chain: "Ethereum";
|
|
435
|
+
readonly address: `0x${string}`;
|
|
676
436
|
} | {
|
|
677
|
-
chain: "Polkadot";
|
|
678
|
-
address: string;
|
|
437
|
+
readonly chain: "Polkadot";
|
|
438
|
+
readonly address: string;
|
|
679
439
|
} | {
|
|
680
|
-
chain: "Bitcoin";
|
|
681
|
-
address: string;
|
|
440
|
+
readonly chain: "Bitcoin";
|
|
441
|
+
readonly address: string;
|
|
682
442
|
} | {
|
|
683
|
-
chain: "Arbitrum";
|
|
684
|
-
address: `0x${string}`;
|
|
443
|
+
readonly chain: "Arbitrum";
|
|
444
|
+
readonly address: `0x${string}`;
|
|
685
445
|
} | {
|
|
686
|
-
chain: "Solana";
|
|
687
|
-
address: string;
|
|
446
|
+
readonly chain: "Solana";
|
|
447
|
+
readonly address: string;
|
|
688
448
|
};
|
|
689
449
|
minPrice: bigint;
|
|
690
450
|
}, {
|
|
691
451
|
retryDuration: number;
|
|
692
452
|
refundAddress: {
|
|
693
453
|
value: string;
|
|
694
|
-
__kind: "Eth";
|
|
695
|
-
} | {
|
|
696
|
-
value: string;
|
|
697
|
-
__kind: "Dot";
|
|
698
|
-
} | {
|
|
699
|
-
value: string;
|
|
700
|
-
__kind: "Btc";
|
|
701
|
-
} | {
|
|
702
|
-
value: string;
|
|
703
|
-
__kind: "Arb";
|
|
704
|
-
} | {
|
|
705
|
-
value: string;
|
|
706
|
-
__kind: "Sol";
|
|
454
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
707
455
|
};
|
|
708
456
|
minPrice: string | number;
|
|
709
457
|
}>>>;
|
|
@@ -726,20 +474,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
726
474
|
brokerId: string;
|
|
727
475
|
__kind: "DepositChannel";
|
|
728
476
|
depositAddress: {
|
|
729
|
-
chain: "Ethereum";
|
|
730
|
-
address: `0x${string}`;
|
|
477
|
+
readonly chain: "Ethereum";
|
|
478
|
+
readonly address: `0x${string}`;
|
|
731
479
|
} | {
|
|
732
|
-
chain: "Polkadot";
|
|
733
|
-
address: string;
|
|
480
|
+
readonly chain: "Polkadot";
|
|
481
|
+
readonly address: string;
|
|
734
482
|
} | {
|
|
735
|
-
chain: "Bitcoin";
|
|
736
|
-
address: string;
|
|
483
|
+
readonly chain: "Bitcoin";
|
|
484
|
+
readonly address: string;
|
|
737
485
|
} | {
|
|
738
|
-
chain: "Arbitrum";
|
|
739
|
-
address: `0x${string}`;
|
|
486
|
+
readonly chain: "Arbitrum";
|
|
487
|
+
readonly address: `0x${string}`;
|
|
740
488
|
} | {
|
|
741
|
-
chain: "Solana";
|
|
742
|
-
address: string;
|
|
489
|
+
readonly chain: "Solana";
|
|
490
|
+
readonly address: string;
|
|
743
491
|
};
|
|
744
492
|
channelId: bigint;
|
|
745
493
|
depositBlockHeight: bigint;
|
|
@@ -774,20 +522,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
774
522
|
} | {
|
|
775
523
|
__kind: "Regular";
|
|
776
524
|
outputAddress: {
|
|
777
|
-
chain: "Ethereum";
|
|
778
|
-
address: `0x${string}`;
|
|
525
|
+
readonly chain: "Ethereum";
|
|
526
|
+
readonly address: `0x${string}`;
|
|
779
527
|
} | {
|
|
780
|
-
chain: "Polkadot";
|
|
781
|
-
address: string;
|
|
528
|
+
readonly chain: "Polkadot";
|
|
529
|
+
readonly address: string;
|
|
782
530
|
} | {
|
|
783
|
-
chain: "Bitcoin";
|
|
784
|
-
address: string;
|
|
531
|
+
readonly chain: "Bitcoin";
|
|
532
|
+
readonly address: string;
|
|
785
533
|
} | {
|
|
786
|
-
chain: "Arbitrum";
|
|
787
|
-
address: `0x${string}`;
|
|
534
|
+
readonly chain: "Arbitrum";
|
|
535
|
+
readonly address: `0x${string}`;
|
|
788
536
|
} | {
|
|
789
|
-
chain: "Solana";
|
|
790
|
-
address: string;
|
|
537
|
+
readonly chain: "Solana";
|
|
538
|
+
readonly address: string;
|
|
791
539
|
};
|
|
792
540
|
ccmDepositMetadata?: {
|
|
793
541
|
channelMetadata: {
|
|
@@ -797,20 +545,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
797
545
|
};
|
|
798
546
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
799
547
|
sourceAddress?: {
|
|
800
|
-
chain: "Ethereum";
|
|
801
|
-
address: `0x${string}`;
|
|
548
|
+
readonly chain: "Ethereum";
|
|
549
|
+
readonly address: `0x${string}`;
|
|
802
550
|
} | {
|
|
803
|
-
chain: "Polkadot";
|
|
804
|
-
address: string;
|
|
551
|
+
readonly chain: "Polkadot";
|
|
552
|
+
readonly address: string;
|
|
805
553
|
} | {
|
|
806
|
-
chain: "Bitcoin";
|
|
807
|
-
address: string;
|
|
554
|
+
readonly chain: "Bitcoin";
|
|
555
|
+
readonly address: string;
|
|
808
556
|
} | {
|
|
809
|
-
chain: "Arbitrum";
|
|
810
|
-
address: `0x${string}`;
|
|
557
|
+
readonly chain: "Arbitrum";
|
|
558
|
+
readonly address: `0x${string}`;
|
|
811
559
|
} | {
|
|
812
|
-
chain: "Solana";
|
|
813
|
-
address: string;
|
|
560
|
+
readonly chain: "Solana";
|
|
561
|
+
readonly address: string;
|
|
814
562
|
} | null | undefined;
|
|
815
563
|
} | null | undefined;
|
|
816
564
|
};
|
|
@@ -821,20 +569,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
821
569
|
refundParameters?: {
|
|
822
570
|
retryDuration: number;
|
|
823
571
|
refundAddress: {
|
|
824
|
-
chain: "Ethereum";
|
|
825
|
-
address: `0x${string}`;
|
|
572
|
+
readonly chain: "Ethereum";
|
|
573
|
+
readonly address: `0x${string}`;
|
|
826
574
|
} | {
|
|
827
|
-
chain: "Polkadot";
|
|
828
|
-
address: string;
|
|
575
|
+
readonly chain: "Polkadot";
|
|
576
|
+
readonly address: string;
|
|
829
577
|
} | {
|
|
830
|
-
chain: "Bitcoin";
|
|
831
|
-
address: string;
|
|
578
|
+
readonly chain: "Bitcoin";
|
|
579
|
+
readonly address: string;
|
|
832
580
|
} | {
|
|
833
|
-
chain: "Arbitrum";
|
|
834
|
-
address: `0x${string}`;
|
|
581
|
+
readonly chain: "Arbitrum";
|
|
582
|
+
readonly address: `0x${string}`;
|
|
835
583
|
} | {
|
|
836
|
-
chain: "Solana";
|
|
837
|
-
address: string;
|
|
584
|
+
readonly chain: "Solana";
|
|
585
|
+
readonly address: string;
|
|
838
586
|
};
|
|
839
587
|
minPrice: bigint;
|
|
840
588
|
} | null | undefined;
|
|
@@ -856,19 +604,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
856
604
|
__kind: "DepositChannel";
|
|
857
605
|
depositAddress: {
|
|
858
606
|
value: string;
|
|
859
|
-
__kind: "Eth";
|
|
860
|
-
} | {
|
|
861
|
-
value: string;
|
|
862
|
-
__kind: "Dot";
|
|
863
|
-
} | {
|
|
864
|
-
value: string;
|
|
865
|
-
__kind: "Btc";
|
|
866
|
-
} | {
|
|
867
|
-
value: string;
|
|
868
|
-
__kind: "Arb";
|
|
869
|
-
} | {
|
|
870
|
-
value: string;
|
|
871
|
-
__kind: "Sol";
|
|
607
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
872
608
|
};
|
|
873
609
|
channelId: string | number;
|
|
874
610
|
depositBlockHeight: string | number;
|
|
@@ -904,19 +640,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
904
640
|
__kind: "Regular";
|
|
905
641
|
outputAddress: {
|
|
906
642
|
value: string;
|
|
907
|
-
__kind: "Eth";
|
|
908
|
-
} | {
|
|
909
|
-
value: string;
|
|
910
|
-
__kind: "Dot";
|
|
911
|
-
} | {
|
|
912
|
-
value: string;
|
|
913
|
-
__kind: "Btc";
|
|
914
|
-
} | {
|
|
915
|
-
value: string;
|
|
916
|
-
__kind: "Arb";
|
|
917
|
-
} | {
|
|
918
|
-
value: string;
|
|
919
|
-
__kind: "Sol";
|
|
643
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
920
644
|
};
|
|
921
645
|
ccmDepositMetadata?: {
|
|
922
646
|
channelMetadata: {
|
|
@@ -929,19 +653,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
929
653
|
};
|
|
930
654
|
sourceAddress?: {
|
|
931
655
|
value: string;
|
|
932
|
-
__kind: "Eth";
|
|
933
|
-
} | {
|
|
934
|
-
value: string;
|
|
935
|
-
__kind: "Dot";
|
|
936
|
-
} | {
|
|
937
|
-
value: string;
|
|
938
|
-
__kind: "Btc";
|
|
939
|
-
} | {
|
|
940
|
-
value: string;
|
|
941
|
-
__kind: "Arb";
|
|
942
|
-
} | {
|
|
943
|
-
value: string;
|
|
944
|
-
__kind: "Sol";
|
|
656
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
945
657
|
} | null | undefined;
|
|
946
658
|
} | null | undefined;
|
|
947
659
|
};
|
|
@@ -953,19 +665,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
953
665
|
retryDuration: number;
|
|
954
666
|
refundAddress: {
|
|
955
667
|
value: string;
|
|
956
|
-
__kind: "Eth";
|
|
957
|
-
} | {
|
|
958
|
-
value: string;
|
|
959
|
-
__kind: "Dot";
|
|
960
|
-
} | {
|
|
961
|
-
value: string;
|
|
962
|
-
__kind: "Btc";
|
|
963
|
-
} | {
|
|
964
|
-
value: string;
|
|
965
|
-
__kind: "Arb";
|
|
966
|
-
} | {
|
|
967
|
-
value: string;
|
|
968
|
-
__kind: "Sol";
|
|
668
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
969
669
|
};
|
|
970
670
|
minPrice: string | number;
|
|
971
671
|
} | null | undefined;
|