@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
package/dist/160/common.mjs
CHANGED
|
@@ -50,7 +50,7 @@ var stateChainRuntimeSafeModeWitnesserCallPermission = z.object({
|
|
|
50
50
|
solanaBroadcast: z.boolean(),
|
|
51
51
|
solanaVault: z.boolean()
|
|
52
52
|
});
|
|
53
|
-
var palletCfWitnesserPalletSafeMode = z.
|
|
53
|
+
var palletCfWitnesserPalletSafeMode = z.discriminatedUnion("__kind", [
|
|
54
54
|
z.object({ __kind: z.literal("CodeGreen") }),
|
|
55
55
|
z.object({ __kind: z.literal("CodeRed") }),
|
|
56
56
|
z.object({
|
|
@@ -89,7 +89,7 @@ var stateChainRuntimeSafeModeInnerRuntimeSafeMode = z.object({
|
|
|
89
89
|
ingressEgressArbitrum: palletCfIngressEgressPalletSafeMode,
|
|
90
90
|
ingressEgressSolana: palletCfIngressEgressPalletSafeMode
|
|
91
91
|
});
|
|
92
|
-
var palletCfEnvironmentSafeModeUpdate = z.
|
|
92
|
+
var palletCfEnvironmentSafeModeUpdate = z.discriminatedUnion("__kind", [
|
|
93
93
|
z.object({ __kind: z.literal("CodeRed") }),
|
|
94
94
|
z.object({ __kind: z.literal("CodeGreen") }),
|
|
95
95
|
z.object({
|
|
@@ -113,29 +113,26 @@ var cfPrimitivesChainsAssetsAnyAsset = simpleEnum([
|
|
|
113
113
|
"Sol",
|
|
114
114
|
"SolUsdc"
|
|
115
115
|
]);
|
|
116
|
-
var cfChainsAddressEncodedAddress = z.
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
}))
|
|
137
|
-
]);
|
|
138
|
-
var cfChainsSwapOrigin = z.union([
|
|
116
|
+
var cfChainsAddressEncodedAddress = z.object({ __kind: z.enum(["Eth", "Dot", "Btc", "Arb", "Sol"]), value: hexString }).transform(({ __kind, value }) => {
|
|
117
|
+
switch (__kind) {
|
|
118
|
+
case "Eth":
|
|
119
|
+
return { chain: "Ethereum", address: value };
|
|
120
|
+
case "Dot":
|
|
121
|
+
return { chain: "Polkadot", address: ss58.encode({ data: value, ss58Format: 0 }) };
|
|
122
|
+
case "Btc":
|
|
123
|
+
return {
|
|
124
|
+
chain: "Bitcoin",
|
|
125
|
+
address: Buffer.from(value.slice(2), "hex").toString("utf8")
|
|
126
|
+
};
|
|
127
|
+
case "Arb":
|
|
128
|
+
return { chain: "Arbitrum", address: value };
|
|
129
|
+
case "Sol":
|
|
130
|
+
return { chain: "Solana", address: base58.encode(hexToBytes(value)) };
|
|
131
|
+
default:
|
|
132
|
+
throw new Error("Unknown chain");
|
|
133
|
+
}
|
|
134
|
+
});
|
|
135
|
+
var cfChainsSwapOrigin = z.discriminatedUnion("__kind", [
|
|
139
136
|
z.object({
|
|
140
137
|
__kind: z.literal("DepositChannel"),
|
|
141
138
|
depositAddress: cfChainsAddressEncodedAddress,
|
|
@@ -162,7 +159,7 @@ var cfChainsCcmDepositMetadataGenericEncodedAddress = z.object({
|
|
|
162
159
|
sourceAddress: cfChainsAddressEncodedAddress.nullish(),
|
|
163
160
|
channelMetadata: cfChainsCcmChannelMetadata
|
|
164
161
|
});
|
|
165
|
-
var cfTraitsSwappingSwapRequestTypeGeneric = z.
|
|
162
|
+
var cfTraitsSwappingSwapRequestTypeGeneric = z.discriminatedUnion("__kind", [
|
|
166
163
|
z.object({ __kind: z.literal("NetworkFee") }),
|
|
167
164
|
z.object({ __kind: z.literal("IngressEgressFee") }),
|
|
168
165
|
z.object({ __kind: z.literal("Regular"), outputAddress: cfChainsAddressEncodedAddress }),
|
|
@@ -213,7 +210,7 @@ var spRuntimeTokenError = simpleEnum([
|
|
|
213
210
|
]);
|
|
214
211
|
var spArithmeticArithmeticError = simpleEnum(["Underflow", "Overflow", "DivisionByZero"]);
|
|
215
212
|
var spRuntimeTransactionalError = simpleEnum(["LimitReached", "NoLayer"]);
|
|
216
|
-
var spRuntimeDispatchError = z.
|
|
213
|
+
var spRuntimeDispatchError = z.discriminatedUnion("__kind", [
|
|
217
214
|
z.object({ __kind: z.literal("Other") }),
|
|
218
215
|
z.object({ __kind: z.literal("CannotLookup") }),
|
|
219
216
|
z.object({ __kind: z.literal("BadOrigin") }),
|
|
@@ -231,7 +228,7 @@ var spRuntimeDispatchError = z.union([
|
|
|
231
228
|
]);
|
|
232
229
|
var cfPrimitivesChainsAssetsEthAsset = simpleEnum(["Eth", "Flip", "Usdc", "Usdt"]);
|
|
233
230
|
var cfChainsEvmDepositDetails = z.object({ txHashes: z.array(hexString).nullish() });
|
|
234
|
-
var palletCfEthereumIngressEgressDepositAction = z.
|
|
231
|
+
var palletCfEthereumIngressEgressDepositAction = z.discriminatedUnion("__kind", [
|
|
235
232
|
z.object({ __kind: z.literal("Swap"), swapRequestId: numberOrHex }),
|
|
236
233
|
z.object({ __kind: z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
237
234
|
z.object({ __kind: z.literal("CcmTransfer"), swapRequestId: numberOrHex }),
|
|
@@ -249,7 +246,7 @@ var cfChainsCcmCheckerCcmValidityError = simpleEnum([
|
|
|
249
246
|
"CcmIsTooLong",
|
|
250
247
|
"CfParametersContainsInvalidAccounts"
|
|
251
248
|
]);
|
|
252
|
-
var cfChainsSolApiSolanaTransactionBuildingError = z.
|
|
249
|
+
var cfChainsSolApiSolanaTransactionBuildingError = z.discriminatedUnion("__kind", [
|
|
253
250
|
z.object({ __kind: z.literal("CannotLookupApiEnvironment") }),
|
|
254
251
|
z.object({ __kind: z.literal("CannotLookupCurrentAggKey") }),
|
|
255
252
|
z.object({ __kind: z.literal("CannotLookupComputePrice") }),
|
|
@@ -260,7 +257,7 @@ var cfChainsSolApiSolanaTransactionBuildingError = z.union([
|
|
|
260
257
|
z.object({ __kind: z.literal("FailedToSerializeFinalTransaction") }),
|
|
261
258
|
z.object({ __kind: z.literal("FinalTransactionExceededMaxLength"), value: z.number() })
|
|
262
259
|
]);
|
|
263
|
-
var cfChainsExecutexSwapAndCallError = z.
|
|
260
|
+
var cfChainsExecutexSwapAndCallError = z.discriminatedUnion("__kind", [
|
|
264
261
|
z.object({ __kind: z.literal("Unsupported") }),
|
|
265
262
|
z.object({
|
|
266
263
|
__kind: z.literal("FailedToBuildCcmForSolana"),
|
|
@@ -269,14 +266,14 @@ var cfChainsExecutexSwapAndCallError = z.union([
|
|
|
269
266
|
z.object({ __kind: z.literal("DispatchError"), value: spRuntimeDispatchError })
|
|
270
267
|
]);
|
|
271
268
|
var cfPrimitivesChainsAssetsDotAsset = simpleEnum(["Dot"]);
|
|
272
|
-
var palletCfPolkadotIngressEgressDepositAction = z.
|
|
269
|
+
var palletCfPolkadotIngressEgressDepositAction = z.discriminatedUnion("__kind", [
|
|
273
270
|
z.object({ __kind: z.literal("Swap"), swapRequestId: numberOrHex }),
|
|
274
271
|
z.object({ __kind: z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
275
272
|
z.object({ __kind: z.literal("CcmTransfer"), swapRequestId: numberOrHex }),
|
|
276
273
|
z.object({ __kind: z.literal("NoAction") }),
|
|
277
274
|
z.object({ __kind: z.literal("BoostersCredited"), prewitnessedDepositId: numberOrHex })
|
|
278
275
|
]);
|
|
279
|
-
var cfChainsBtcScriptPubkey = z.
|
|
276
|
+
var cfChainsBtcScriptPubkey = z.discriminatedUnion("__kind", [
|
|
280
277
|
z.object({ __kind: z.literal("P2PKH"), value: hexString }),
|
|
281
278
|
z.object({ __kind: z.literal("P2SH"), value: hexString }),
|
|
282
279
|
z.object({ __kind: z.literal("P2WPKH"), value: hexString }),
|
|
@@ -286,7 +283,7 @@ var cfChainsBtcScriptPubkey = z.union([
|
|
|
286
283
|
]);
|
|
287
284
|
var cfPrimitivesChainsAssetsBtcAsset = simpleEnum(["Btc"]);
|
|
288
285
|
var cfChainsBtcUtxoId = z.object({ txId: hexString, vout: z.number() });
|
|
289
|
-
var palletCfBitcoinIngressEgressDepositAction = z.
|
|
286
|
+
var palletCfBitcoinIngressEgressDepositAction = z.discriminatedUnion("__kind", [
|
|
290
287
|
z.object({ __kind: z.literal("Swap"), swapRequestId: numberOrHex }),
|
|
291
288
|
z.object({ __kind: z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
292
289
|
z.object({ __kind: z.literal("CcmTransfer"), swapRequestId: numberOrHex }),
|
|
@@ -298,17 +295,17 @@ var palletCfPoolsRangeOrderChange = z.object({
|
|
|
298
295
|
liquidity: numberOrHex,
|
|
299
296
|
amounts: cfAmmCommonPoolPairsMap
|
|
300
297
|
});
|
|
301
|
-
var palletCfPoolsIncreaseOrDecreaseRangeOrderChange = z.
|
|
298
|
+
var palletCfPoolsIncreaseOrDecreaseRangeOrderChange = z.discriminatedUnion("__kind", [
|
|
302
299
|
z.object({ __kind: z.literal("Increase"), value: palletCfPoolsRangeOrderChange }),
|
|
303
300
|
z.object({ __kind: z.literal("Decrease"), value: palletCfPoolsRangeOrderChange })
|
|
304
301
|
]);
|
|
305
302
|
var cfAmmCommonSide = simpleEnum(["Buy", "Sell"]);
|
|
306
|
-
var palletCfPoolsIncreaseOrDecreaseU128 = z.
|
|
303
|
+
var palletCfPoolsIncreaseOrDecreaseU128 = z.discriminatedUnion("__kind", [
|
|
307
304
|
z.object({ __kind: z.literal("Increase"), value: numberOrHex }),
|
|
308
305
|
z.object({ __kind: z.literal("Decrease"), value: numberOrHex })
|
|
309
306
|
]);
|
|
310
307
|
var palletCfPoolsAssetPair = z.object({ assets: cfAmmCommonPoolPairsMap });
|
|
311
|
-
var palletCfPoolsCloseOrder = z.
|
|
308
|
+
var palletCfPoolsCloseOrder = z.discriminatedUnion("__kind", [
|
|
312
309
|
z.object({
|
|
313
310
|
__kind: z.literal("Limit"),
|
|
314
311
|
baseAsset: cfPrimitivesChainsAssetsAnyAsset,
|
|
@@ -324,7 +321,7 @@ var palletCfPoolsCloseOrder = z.union([
|
|
|
324
321
|
})
|
|
325
322
|
]);
|
|
326
323
|
var cfPrimitivesChainsAssetsArbAsset = simpleEnum(["ArbEth", "ArbUsdc"]);
|
|
327
|
-
var palletCfArbitrumIngressEgressDepositAction = z.
|
|
324
|
+
var palletCfArbitrumIngressEgressDepositAction = z.discriminatedUnion("__kind", [
|
|
328
325
|
z.object({ __kind: z.literal("Swap"), swapRequestId: numberOrHex }),
|
|
329
326
|
z.object({ __kind: z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
330
327
|
z.object({ __kind: z.literal("CcmTransfer"), swapRequestId: numberOrHex }),
|
|
@@ -352,7 +349,7 @@ var cfChainsSolSolTxCoreTransaction = z.object({
|
|
|
352
349
|
message: cfChainsSolSolTxCoreMessage
|
|
353
350
|
});
|
|
354
351
|
var cfPrimitivesChainsAssetsSolAsset = simpleEnum(["Sol", "SolUsdc"]);
|
|
355
|
-
var palletCfSolanaIngressEgressDepositAction = z.
|
|
352
|
+
var palletCfSolanaIngressEgressDepositAction = z.discriminatedUnion("__kind", [
|
|
356
353
|
z.object({ __kind: z.literal("Swap"), swapRequestId: numberOrHex }),
|
|
357
354
|
z.object({ __kind: z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
358
355
|
z.object({ __kind: z.literal("CcmTransfer"), swapRequestId: numberOrHex }),
|
|
@@ -363,12 +360,12 @@ var palletCfSolanaIngressEgressDepositIgnoredReason = simpleEnum([
|
|
|
363
360
|
"BelowMinimumDeposit",
|
|
364
361
|
"NotEnoughToPayFees"
|
|
365
362
|
]);
|
|
366
|
-
var
|
|
363
|
+
var palletCfSolanaIngressEgressDepositWitnessSolana = z.object({
|
|
367
364
|
depositAddress: hexString,
|
|
368
365
|
asset: cfPrimitivesChainsAssetsSolAsset,
|
|
369
366
|
amount: numberOrHex
|
|
370
367
|
});
|
|
371
|
-
var
|
|
368
|
+
var palletCfSolanaIngressEgressBoostPoolIdSolana = z.object({
|
|
372
369
|
asset: cfPrimitivesChainsAssetsSolAsset,
|
|
373
370
|
tier: z.number()
|
|
374
371
|
});
|
|
@@ -421,8 +418,6 @@ export {
|
|
|
421
418
|
palletCfEnvironmentSafeModeUpdate,
|
|
422
419
|
palletCfEthereumIngressEgressDepositAction,
|
|
423
420
|
palletCfFundingPalletSafeMode,
|
|
424
|
-
palletCfIngressEgressBoostPoolIdSolana,
|
|
425
|
-
palletCfIngressEgressDepositWitnessSolana,
|
|
426
421
|
palletCfIngressEgressPalletSafeMode,
|
|
427
422
|
palletCfLpPalletSafeMode,
|
|
428
423
|
palletCfPolkadotIngressEgressDepositAction,
|
|
@@ -433,8 +428,10 @@ export {
|
|
|
433
428
|
palletCfPoolsPalletSafeMode,
|
|
434
429
|
palletCfPoolsRangeOrderChange,
|
|
435
430
|
palletCfReputationPalletSafeMode,
|
|
431
|
+
palletCfSolanaIngressEgressBoostPoolIdSolana,
|
|
436
432
|
palletCfSolanaIngressEgressDepositAction,
|
|
437
433
|
palletCfSolanaIngressEgressDepositIgnoredReason,
|
|
434
|
+
palletCfSolanaIngressEgressDepositWitnessSolana,
|
|
438
435
|
palletCfSwappingCcmFailReason,
|
|
439
436
|
palletCfSwappingPalletSafeMode,
|
|
440
437
|
palletCfThresholdSignaturePalletSafeMode,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
4
|
-
safeMode: z.
|
|
4
|
+
safeMode: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"CodeRed">;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
7
|
__kind: "CodeRed";
|
|
@@ -153,7 +153,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
153
153
|
}, {
|
|
154
154
|
retryEnabled: boolean;
|
|
155
155
|
}>;
|
|
156
|
-
witnesser: z.
|
|
156
|
+
witnesser: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
157
157
|
__kind: z.ZodLiteral<"CodeGreen">;
|
|
158
158
|
}, "strip", z.ZodTypeAny, {
|
|
159
159
|
__kind: "CodeGreen";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
4
|
-
safeMode: z.
|
|
4
|
+
safeMode: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"CodeRed">;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
7
|
__kind: "CodeRed";
|
|
@@ -153,7 +153,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
153
153
|
}, {
|
|
154
154
|
retryEnabled: boolean;
|
|
155
155
|
}>;
|
|
156
|
-
witnesser: z.
|
|
156
|
+
witnesser: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
157
157
|
__kind: z.ZodLiteral<"CodeGreen">;
|
|
158
158
|
}, "strip", z.ZodTypeAny, {
|
|
159
159
|
__kind: "CodeGreen";
|
|
@@ -10,7 +10,7 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
10
10
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
|
|
11
11
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
12
12
|
}>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
13
|
-
error: z.
|
|
13
|
+
error: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
14
14
|
__kind: z.ZodLiteral<"Unsupported">;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
__kind: "Unsupported";
|
|
@@ -18,7 +18,7 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
18
18
|
__kind: "Unsupported";
|
|
19
19
|
}>, z.ZodObject<{
|
|
20
20
|
__kind: z.ZodLiteral<"FailedToBuildCcmForSolana">;
|
|
21
|
-
value: z.
|
|
21
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
22
22
|
__kind: z.ZodLiteral<"CannotLookupApiEnvironment">;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
24
|
__kind: "CannotLookupApiEnvironment";
|
|
@@ -156,7 +156,7 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
156
156
|
__kind: "FailedToBuildCcmForSolana";
|
|
157
157
|
}>, z.ZodObject<{
|
|
158
158
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
159
|
-
value: z.
|
|
159
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
160
160
|
__kind: z.ZodLiteral<"Other">;
|
|
161
161
|
}, "strip", z.ZodTypeAny, {
|
|
162
162
|
__kind: "Other";
|
|
@@ -10,7 +10,7 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
10
10
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
|
|
11
11
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
12
12
|
}>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
13
|
-
error: z.
|
|
13
|
+
error: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
14
14
|
__kind: z.ZodLiteral<"Unsupported">;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
__kind: "Unsupported";
|
|
@@ -18,7 +18,7 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
18
18
|
__kind: "Unsupported";
|
|
19
19
|
}>, z.ZodObject<{
|
|
20
20
|
__kind: z.ZodLiteral<"FailedToBuildCcmForSolana">;
|
|
21
|
-
value: z.
|
|
21
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
22
22
|
__kind: z.ZodLiteral<"CannotLookupApiEnvironment">;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
24
|
__kind: "CannotLookupApiEnvironment";
|
|
@@ -156,7 +156,7 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
156
156
|
__kind: "FailedToBuildCcmForSolana";
|
|
157
157
|
}>, z.ZodObject<{
|
|
158
158
|
__kind: z.ZodLiteral<"DispatchError">;
|
|
159
|
-
value: z.
|
|
159
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
160
160
|
__kind: z.ZodLiteral<"Other">;
|
|
161
161
|
}, "strip", z.ZodTypeAny, {
|
|
162
162
|
__kind: "Other";
|
|
@@ -24,7 +24,7 @@ declare const ethereumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
24
24
|
blockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
25
25
|
ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
26
26
|
boostFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
27
|
-
action: z.
|
|
27
|
+
action: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
28
28
|
__kind: z.ZodLiteral<"Swap">;
|
|
29
29
|
swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
30
30
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -24,7 +24,7 @@ declare const ethereumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
24
24
|
blockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
25
25
|
ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
26
26
|
boostFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
27
|
-
action: z.
|
|
27
|
+
action: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
28
28
|
__kind: z.ZodLiteral<"Swap">;
|
|
29
29
|
swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
30
30
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -21,7 +21,7 @@ declare const ethereumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
21
21
|
txHashes?: string[] | null | undefined;
|
|
22
22
|
}>;
|
|
23
23
|
ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
24
|
-
action: z.
|
|
24
|
+
action: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
25
25
|
__kind: z.ZodLiteral<"Swap">;
|
|
26
26
|
swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -21,7 +21,7 @@ declare const ethereumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
21
21
|
txHashes?: string[] | null | undefined;
|
|
22
22
|
}>;
|
|
23
23
|
ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
24
|
-
action: z.
|
|
24
|
+
action: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
25
25
|
__kind: z.ZodLiteral<"Swap">;
|
|
26
26
|
swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -31,7 +31,7 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
31
31
|
}>;
|
|
32
32
|
id: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
33
33
|
tick: z.ZodNumber;
|
|
34
|
-
sellAmountChange: z.ZodOptional<z.ZodNullable<z.
|
|
34
|
+
sellAmountChange: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
35
35
|
__kind: z.ZodLiteral<"Increase">;
|
|
36
36
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
37
37
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -31,7 +31,7 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
31
31
|
}>;
|
|
32
32
|
id: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
33
33
|
tick: z.ZodNumber;
|
|
34
|
-
sellAmountChange: z.ZodOptional<z.ZodNullable<z.
|
|
34
|
+
sellAmountChange: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
35
35
|
__kind: z.ZodLiteral<"Increase">;
|
|
36
36
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
37
37
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const liquidityPoolsOrderDeletionFailed: z.ZodObject<{
|
|
4
|
-
order: z.
|
|
4
|
+
order: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"Limit">;
|
|
6
6
|
baseAsset: z.ZodEffects<z.ZodObject<{
|
|
7
7
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const liquidityPoolsOrderDeletionFailed: z.ZodObject<{
|
|
4
|
-
order: z.
|
|
4
|
+
order: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"Limit">;
|
|
6
6
|
baseAsset: z.ZodEffects<z.ZodObject<{
|
|
7
7
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
@@ -31,7 +31,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
31
31
|
start: number;
|
|
32
32
|
end: number;
|
|
33
33
|
}>;
|
|
34
|
-
sizeChange: z.ZodOptional<z.ZodNullable<z.
|
|
34
|
+
sizeChange: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
35
35
|
__kind: z.ZodLiteral<"Increase">;
|
|
36
36
|
value: z.ZodObject<{
|
|
37
37
|
liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -31,7 +31,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
31
31
|
start: number;
|
|
32
32
|
end: number;
|
|
33
33
|
}>;
|
|
34
|
-
sizeChange: z.ZodOptional<z.ZodNullable<z.
|
|
34
|
+
sizeChange: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
35
35
|
__kind: z.ZodLiteral<"Increase">;
|
|
36
36
|
value: z.ZodObject<{
|
|
37
37
|
liquidity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -11,82 +11,34 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
11
11
|
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
12
12
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
13
13
|
}>;
|
|
14
|
-
depositAddress: z.
|
|
15
|
-
__kind: z.
|
|
14
|
+
depositAddress: z.ZodEffects<z.ZodObject<{
|
|
15
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
16
16
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
18
|
value: `0x${string}`;
|
|
19
|
-
__kind: "Eth";
|
|
19
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
20
20
|
}, {
|
|
21
21
|
value: string;
|
|
22
|
-
__kind: "Eth";
|
|
22
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
23
23
|
}>, {
|
|
24
|
-
chain: "Ethereum";
|
|
25
|
-
address: `0x${string}`;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}>, {
|
|
39
|
-
chain: "Polkadot";
|
|
40
|
-
address: string;
|
|
41
|
-
}, {
|
|
42
|
-
value: string;
|
|
43
|
-
__kind: "Dot";
|
|
44
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
45
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
46
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
47
|
-
}, "strip", z.ZodTypeAny, {
|
|
48
|
-
value: `0x${string}`;
|
|
49
|
-
__kind: "Btc";
|
|
50
|
-
}, {
|
|
51
|
-
value: string;
|
|
52
|
-
__kind: "Btc";
|
|
53
|
-
}>, {
|
|
54
|
-
chain: "Bitcoin";
|
|
55
|
-
address: string;
|
|
56
|
-
}, {
|
|
57
|
-
value: string;
|
|
58
|
-
__kind: "Btc";
|
|
59
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
60
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
61
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
62
|
-
}, "strip", z.ZodTypeAny, {
|
|
63
|
-
value: `0x${string}`;
|
|
64
|
-
__kind: "Arb";
|
|
65
|
-
}, {
|
|
66
|
-
value: string;
|
|
67
|
-
__kind: "Arb";
|
|
68
|
-
}>, {
|
|
69
|
-
chain: "Arbitrum";
|
|
70
|
-
address: `0x${string}`;
|
|
71
|
-
}, {
|
|
72
|
-
value: string;
|
|
73
|
-
__kind: "Arb";
|
|
74
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
75
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
76
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
77
|
-
}, "strip", z.ZodTypeAny, {
|
|
78
|
-
value: `0x${string}`;
|
|
79
|
-
__kind: "Sol";
|
|
80
|
-
}, {
|
|
81
|
-
value: string;
|
|
82
|
-
__kind: "Sol";
|
|
83
|
-
}>, {
|
|
84
|
-
chain: "Solana";
|
|
85
|
-
address: string;
|
|
24
|
+
readonly chain: "Ethereum";
|
|
25
|
+
readonly address: `0x${string}`;
|
|
26
|
+
} | {
|
|
27
|
+
readonly chain: "Polkadot";
|
|
28
|
+
readonly address: string;
|
|
29
|
+
} | {
|
|
30
|
+
readonly chain: "Bitcoin";
|
|
31
|
+
readonly address: string;
|
|
32
|
+
} | {
|
|
33
|
+
readonly chain: "Arbitrum";
|
|
34
|
+
readonly address: `0x${string}`;
|
|
35
|
+
} | {
|
|
36
|
+
readonly chain: "Solana";
|
|
37
|
+
readonly address: string;
|
|
86
38
|
}, {
|
|
87
39
|
value: string;
|
|
88
|
-
__kind: "Sol";
|
|
89
|
-
}
|
|
40
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
41
|
+
}>;
|
|
90
42
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
91
43
|
depositChainExpiryBlock: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
92
44
|
boostFee: z.ZodNumber;
|
|
@@ -94,20 +46,20 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
94
46
|
}, "strip", z.ZodTypeAny, {
|
|
95
47
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
96
48
|
depositAddress: {
|
|
97
|
-
chain: "Ethereum";
|
|
98
|
-
address: `0x${string}`;
|
|
49
|
+
readonly chain: "Ethereum";
|
|
50
|
+
readonly address: `0x${string}`;
|
|
99
51
|
} | {
|
|
100
|
-
chain: "Polkadot";
|
|
101
|
-
address: string;
|
|
52
|
+
readonly chain: "Polkadot";
|
|
53
|
+
readonly address: string;
|
|
102
54
|
} | {
|
|
103
|
-
chain: "Bitcoin";
|
|
104
|
-
address: string;
|
|
55
|
+
readonly chain: "Bitcoin";
|
|
56
|
+
readonly address: string;
|
|
105
57
|
} | {
|
|
106
|
-
chain: "Arbitrum";
|
|
107
|
-
address: `0x${string}`;
|
|
58
|
+
readonly chain: "Arbitrum";
|
|
59
|
+
readonly address: `0x${string}`;
|
|
108
60
|
} | {
|
|
109
|
-
chain: "Solana";
|
|
110
|
-
address: string;
|
|
61
|
+
readonly chain: "Solana";
|
|
62
|
+
readonly address: string;
|
|
111
63
|
};
|
|
112
64
|
channelId: bigint;
|
|
113
65
|
accountId: string;
|
|
@@ -120,19 +72,7 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
120
72
|
};
|
|
121
73
|
depositAddress: {
|
|
122
74
|
value: string;
|
|
123
|
-
__kind: "Eth";
|
|
124
|
-
} | {
|
|
125
|
-
value: string;
|
|
126
|
-
__kind: "Dot";
|
|
127
|
-
} | {
|
|
128
|
-
value: string;
|
|
129
|
-
__kind: "Btc";
|
|
130
|
-
} | {
|
|
131
|
-
value: string;
|
|
132
|
-
__kind: "Arb";
|
|
133
|
-
} | {
|
|
134
|
-
value: string;
|
|
135
|
-
__kind: "Sol";
|
|
75
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
136
76
|
};
|
|
137
77
|
channelId: string | number;
|
|
138
78
|
accountId: string;
|