@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/141/common.mjs
CHANGED
|
@@ -48,7 +48,7 @@ var stateChainRuntimeSafeModeWitnesserCallPermission = z.object({
|
|
|
48
48
|
arbitrumIngressEgress: z.boolean(),
|
|
49
49
|
arbitrumVault: z.boolean()
|
|
50
50
|
});
|
|
51
|
-
var palletCfWitnesserPalletSafeMode = z.
|
|
51
|
+
var palletCfWitnesserPalletSafeMode = z.discriminatedUnion("__kind", [
|
|
52
52
|
z.object({ __kind: z.literal("CodeGreen") }),
|
|
53
53
|
z.object({ __kind: z.literal("CodeRed") }),
|
|
54
54
|
z.object({
|
|
@@ -83,7 +83,7 @@ var stateChainRuntimeSafeModeInnerRuntimeSafeMode = z.object({
|
|
|
83
83
|
ingressEgressPolkadot: palletCfIngressEgressPalletSafeMode,
|
|
84
84
|
ingressEgressArbitrum: palletCfIngressEgressPalletSafeMode
|
|
85
85
|
});
|
|
86
|
-
var palletCfEnvironmentSafeModeUpdate = z.
|
|
86
|
+
var palletCfEnvironmentSafeModeUpdate = z.discriminatedUnion("__kind", [
|
|
87
87
|
z.object({ __kind: z.literal("CodeRed") }),
|
|
88
88
|
z.object({ __kind: z.literal("CodeGreen") }),
|
|
89
89
|
z.object({
|
|
@@ -137,7 +137,7 @@ var palletCfValidatorRotationState = z.object({
|
|
|
137
137
|
bond: numberOrHex,
|
|
138
138
|
newEpochIndex: z.number()
|
|
139
139
|
});
|
|
140
|
-
var palletCfValidatorRotationPhase = z.
|
|
140
|
+
var palletCfValidatorRotationPhase = z.discriminatedUnion("__kind", [
|
|
141
141
|
z.object({ __kind: z.literal("Idle") }),
|
|
142
142
|
z.object({ __kind: z.literal("KeygensInProgress"), value: palletCfValidatorRotationState }),
|
|
143
143
|
z.object({ __kind: z.literal("KeyHandoversInProgress"), value: palletCfValidatorRotationState }),
|
|
@@ -148,7 +148,7 @@ var palletCfValidatorRotationPhase = z.union([
|
|
|
148
148
|
value: z.tuple([z.array(accountId), numberOrHex])
|
|
149
149
|
})
|
|
150
150
|
]);
|
|
151
|
-
var palletCfTokenholderGovernanceProposal = z.
|
|
151
|
+
var palletCfTokenholderGovernanceProposal = z.discriminatedUnion("__kind", [
|
|
152
152
|
z.object({
|
|
153
153
|
__kind: z.literal("SetGovernanceKey"),
|
|
154
154
|
value: z.tuple([cfPrimitivesChainsForeignChain, hexString])
|
|
@@ -175,7 +175,7 @@ var spRuntimeTokenError = simpleEnum([
|
|
|
175
175
|
]);
|
|
176
176
|
var spArithmeticArithmeticError = simpleEnum(["Underflow", "Overflow", "DivisionByZero"]);
|
|
177
177
|
var spRuntimeTransactionalError = simpleEnum(["LimitReached", "NoLayer"]);
|
|
178
|
-
var spRuntimeDispatchError = z.
|
|
178
|
+
var spRuntimeDispatchError = z.discriminatedUnion("__kind", [
|
|
179
179
|
z.object({ __kind: z.literal("Other") }),
|
|
180
180
|
z.object({ __kind: z.literal("CannotLookup") }),
|
|
181
181
|
z.object({ __kind: z.literal("BadOrigin") }),
|
|
@@ -191,28 +191,27 @@ var spRuntimeDispatchError = z.union([
|
|
|
191
191
|
z.object({ __kind: z.literal("Unavailable") }),
|
|
192
192
|
z.object({ __kind: z.literal("RootNotAllowed") })
|
|
193
193
|
]);
|
|
194
|
-
var dispatchResult = z.
|
|
194
|
+
var dispatchResult = z.discriminatedUnion("__kind", [
|
|
195
195
|
z.object({ __kind: z.literal("Ok") }),
|
|
196
196
|
z.object({ __kind: z.literal("Err"), value: spRuntimeDispatchError })
|
|
197
197
|
]);
|
|
198
|
-
var cfChainsAddressEncodedAddress = z.
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
]);
|
|
198
|
+
var cfChainsAddressEncodedAddress = z.object({ __kind: z.enum(["Eth", "Dot", "Btc", "Arb"]), value: hexString }).transform(({ __kind, value }) => {
|
|
199
|
+
switch (__kind) {
|
|
200
|
+
case "Eth":
|
|
201
|
+
return { chain: "Ethereum", address: value };
|
|
202
|
+
case "Dot":
|
|
203
|
+
return { chain: "Polkadot", address: ss58.encode({ data: value, ss58Format: 0 }) };
|
|
204
|
+
case "Btc":
|
|
205
|
+
return {
|
|
206
|
+
chain: "Bitcoin",
|
|
207
|
+
address: Buffer.from(value.slice(2), "hex").toString("utf8")
|
|
208
|
+
};
|
|
209
|
+
case "Arb":
|
|
210
|
+
return { chain: "Arbitrum", address: value };
|
|
211
|
+
default:
|
|
212
|
+
throw new Error("Unknown chain");
|
|
213
|
+
}
|
|
214
|
+
});
|
|
216
215
|
var cfPrimitivesChainsAssetsAnyAsset = simpleEnum([
|
|
217
216
|
"Eth",
|
|
218
217
|
"Flip",
|
|
@@ -229,7 +228,7 @@ var cfChainsCcmChannelMetadata = z.object({
|
|
|
229
228
|
cfParameters: hexString
|
|
230
229
|
});
|
|
231
230
|
var cfPrimitivesBeneficiary = z.object({ account: accountId, bps: z.number() });
|
|
232
|
-
var cfChainsSwapOrigin = z.
|
|
231
|
+
var cfChainsSwapOrigin = z.discriminatedUnion("__kind", [
|
|
233
232
|
z.object({
|
|
234
233
|
__kind: z.literal("DepositChannel"),
|
|
235
234
|
depositAddress: cfChainsAddressEncodedAddress,
|
|
@@ -238,7 +237,7 @@ var cfChainsSwapOrigin = z.union([
|
|
|
238
237
|
}),
|
|
239
238
|
z.object({ __kind: z.literal("Vault"), txHash: hexString })
|
|
240
239
|
]);
|
|
241
|
-
var cfChainsBtcScriptPubkey = z.
|
|
240
|
+
var cfChainsBtcScriptPubkey = z.discriminatedUnion("__kind", [
|
|
242
241
|
z.object({ __kind: z.literal("P2PKH"), value: hexString }),
|
|
243
242
|
z.object({ __kind: z.literal("P2SH"), value: hexString }),
|
|
244
243
|
z.object({ __kind: z.literal("P2WPKH"), value: hexString }),
|
|
@@ -246,13 +245,13 @@ var cfChainsBtcScriptPubkey = z.union([
|
|
|
246
245
|
z.object({ __kind: z.literal("Taproot"), value: hexString }),
|
|
247
246
|
z.object({ __kind: z.literal("OtherSegwit"), version: z.number(), program: hexString })
|
|
248
247
|
]);
|
|
249
|
-
var cfChainsAddressForeignChainAddress = z.
|
|
248
|
+
var cfChainsAddressForeignChainAddress = z.discriminatedUnion("__kind", [
|
|
250
249
|
z.object({ __kind: z.literal("Eth"), value: hexString }),
|
|
251
250
|
z.object({ __kind: z.literal("Dot"), value: hexString }),
|
|
252
251
|
z.object({ __kind: z.literal("Btc"), value: cfChainsBtcScriptPubkey }),
|
|
253
252
|
z.object({ __kind: z.literal("Arb"), value: hexString })
|
|
254
253
|
]);
|
|
255
|
-
var cfTraitsLiquiditySwapType = z.
|
|
254
|
+
var cfTraitsLiquiditySwapType = z.discriminatedUnion("__kind", [
|
|
256
255
|
z.object({ __kind: z.literal("Swap"), value: cfChainsAddressForeignChainAddress }),
|
|
257
256
|
z.object({ __kind: z.literal("CcmPrincipal"), value: numberOrHex }),
|
|
258
257
|
z.object({ __kind: z.literal("CcmGas"), value: numberOrHex }),
|
|
@@ -270,7 +269,7 @@ var palletCfSwappingCcmFailReason = simpleEnum([
|
|
|
270
269
|
"InsufficientDepositAmount"
|
|
271
270
|
]);
|
|
272
271
|
var cfPrimitivesChainsAssetsEthAsset = simpleEnum(["Eth", "Flip", "Usdc", "Usdt"]);
|
|
273
|
-
var palletCfEthereumIngressEgressDepositAction = z.
|
|
272
|
+
var palletCfEthereumIngressEgressDepositAction = z.discriminatedUnion("__kind", [
|
|
274
273
|
z.object({ __kind: z.literal("Swap"), swapId: numberOrHex }),
|
|
275
274
|
z.object({ __kind: z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
276
275
|
z.object({
|
|
@@ -281,12 +280,12 @@ var palletCfEthereumIngressEgressDepositAction = z.union([
|
|
|
281
280
|
z.object({ __kind: z.literal("NoAction") }),
|
|
282
281
|
z.object({ __kind: z.literal("BoostersCredited"), prewitnessedDepositId: numberOrHex })
|
|
283
282
|
]);
|
|
284
|
-
var
|
|
283
|
+
var palletCfEthereumIngressEgressBoostPoolIdEthereum = z.object({
|
|
285
284
|
asset: cfPrimitivesChainsAssetsEthAsset,
|
|
286
285
|
tier: z.number()
|
|
287
286
|
});
|
|
288
287
|
var cfPrimitivesChainsAssetsDotAsset = simpleEnum(["Dot"]);
|
|
289
|
-
var palletCfPolkadotIngressEgressDepositAction = z.
|
|
288
|
+
var palletCfPolkadotIngressEgressDepositAction = z.discriminatedUnion("__kind", [
|
|
290
289
|
z.object({ __kind: z.literal("Swap"), swapId: numberOrHex }),
|
|
291
290
|
z.object({ __kind: z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
292
291
|
z.object({
|
|
@@ -297,12 +296,12 @@ var palletCfPolkadotIngressEgressDepositAction = z.union([
|
|
|
297
296
|
z.object({ __kind: z.literal("NoAction") }),
|
|
298
297
|
z.object({ __kind: z.literal("BoostersCredited"), prewitnessedDepositId: numberOrHex })
|
|
299
298
|
]);
|
|
300
|
-
var
|
|
299
|
+
var palletCfPolkadotIngressEgressBoostPoolIdPolkadot = z.object({
|
|
301
300
|
asset: cfPrimitivesChainsAssetsDotAsset,
|
|
302
301
|
tier: z.number()
|
|
303
302
|
});
|
|
304
303
|
var cfPrimitivesChainsAssetsBtcAsset = simpleEnum(["Btc"]);
|
|
305
|
-
var palletCfBitcoinIngressEgressDepositAction = z.
|
|
304
|
+
var palletCfBitcoinIngressEgressDepositAction = z.discriminatedUnion("__kind", [
|
|
306
305
|
z.object({ __kind: z.literal("Swap"), swapId: numberOrHex }),
|
|
307
306
|
z.object({ __kind: z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
308
307
|
z.object({
|
|
@@ -313,7 +312,7 @@ var palletCfBitcoinIngressEgressDepositAction = z.union([
|
|
|
313
312
|
z.object({ __kind: z.literal("NoAction") }),
|
|
314
313
|
z.object({ __kind: z.literal("BoostersCredited"), prewitnessedDepositId: numberOrHex })
|
|
315
314
|
]);
|
|
316
|
-
var
|
|
315
|
+
var palletCfBitcoinIngressEgressBoostPoolIdBitcoin = z.object({
|
|
317
316
|
asset: cfPrimitivesChainsAssetsBtcAsset,
|
|
318
317
|
tier: z.number()
|
|
319
318
|
});
|
|
@@ -322,12 +321,12 @@ var palletCfPoolsRangeOrderChange = z.object({
|
|
|
322
321
|
liquidity: numberOrHex,
|
|
323
322
|
amounts: cfAmmCommonPoolPairsMap
|
|
324
323
|
});
|
|
325
|
-
var palletCfPoolsIncreaseOrDecreaseRangeOrderChange = z.
|
|
324
|
+
var palletCfPoolsIncreaseOrDecreaseRangeOrderChange = z.discriminatedUnion("__kind", [
|
|
326
325
|
z.object({ __kind: z.literal("Increase"), value: palletCfPoolsRangeOrderChange }),
|
|
327
326
|
z.object({ __kind: z.literal("Decrease"), value: palletCfPoolsRangeOrderChange })
|
|
328
327
|
]);
|
|
329
328
|
var cfAmmCommonSide = simpleEnum(["Buy", "Sell"]);
|
|
330
|
-
var palletCfPoolsIncreaseOrDecreaseU128 = z.
|
|
329
|
+
var palletCfPoolsIncreaseOrDecreaseU128 = z.discriminatedUnion("__kind", [
|
|
331
330
|
z.object({ __kind: z.literal("Increase"), value: numberOrHex }),
|
|
332
331
|
z.object({ __kind: z.literal("Decrease"), value: numberOrHex })
|
|
333
332
|
]);
|
|
@@ -353,7 +352,7 @@ var cfChainsEvmSchnorrVerificationComponents = z.object({
|
|
|
353
352
|
s: hexString,
|
|
354
353
|
kTimesGAddress: hexString
|
|
355
354
|
});
|
|
356
|
-
var palletCfArbitrumIngressEgressDepositAction = z.
|
|
355
|
+
var palletCfArbitrumIngressEgressDepositAction = z.discriminatedUnion("__kind", [
|
|
357
356
|
z.object({ __kind: z.literal("Swap"), swapId: numberOrHex }),
|
|
358
357
|
z.object({ __kind: z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
359
358
|
z.object({
|
|
@@ -368,12 +367,12 @@ var palletCfArbitrumIngressEgressDepositIgnoredReason = simpleEnum([
|
|
|
368
367
|
"BelowMinimumDeposit",
|
|
369
368
|
"NotEnoughToPayFees"
|
|
370
369
|
]);
|
|
371
|
-
var
|
|
370
|
+
var palletCfArbitrumIngressEgressDepositWitnessArbitrum = z.object({
|
|
372
371
|
depositAddress: hexString,
|
|
373
372
|
asset: cfPrimitivesChainsAssetsArbAsset,
|
|
374
373
|
amount: numberOrHex
|
|
375
374
|
});
|
|
376
|
-
var cfChainsAllBatchError = z.
|
|
375
|
+
var cfChainsAllBatchError = z.discriminatedUnion("__kind", [
|
|
377
376
|
z.object({ __kind: z.literal("NotRequired") }),
|
|
378
377
|
z.object({ __kind: z.literal("UnsupportedToken") }),
|
|
379
378
|
z.object({ __kind: z.literal("VaultAccountNotSet") }),
|
|
@@ -381,7 +380,7 @@ var cfChainsAllBatchError = z.union([
|
|
|
381
380
|
z.object({ __kind: z.literal("UtxoSelectionFailed") }),
|
|
382
381
|
z.object({ __kind: z.literal("DispatchError"), value: spRuntimeDispatchError })
|
|
383
382
|
]);
|
|
384
|
-
var
|
|
383
|
+
var palletCfArbitrumIngressEgressBoostPoolIdArbitrum = z.object({
|
|
385
384
|
asset: cfPrimitivesChainsAssetsArbAsset,
|
|
386
385
|
tier: z.number()
|
|
387
386
|
});
|
|
@@ -422,21 +421,21 @@ export {
|
|
|
422
421
|
hexString,
|
|
423
422
|
numberOrHex,
|
|
424
423
|
numericString,
|
|
424
|
+
palletCfArbitrumIngressEgressBoostPoolIdArbitrum,
|
|
425
425
|
palletCfArbitrumIngressEgressDepositAction,
|
|
426
426
|
palletCfArbitrumIngressEgressDepositIgnoredReason,
|
|
427
|
+
palletCfArbitrumIngressEgressDepositWitnessArbitrum,
|
|
428
|
+
palletCfBitcoinIngressEgressBoostPoolIdBitcoin,
|
|
427
429
|
palletCfBitcoinIngressEgressDepositAction,
|
|
428
430
|
palletCfBroadcastPalletSafeMode,
|
|
429
431
|
palletCfEmissionsPalletSafeMode,
|
|
430
432
|
palletCfEnvironmentSafeModeUpdate,
|
|
433
|
+
palletCfEthereumIngressEgressBoostPoolIdEthereum,
|
|
431
434
|
palletCfEthereumIngressEgressDepositAction,
|
|
432
435
|
palletCfFundingPalletSafeMode,
|
|
433
|
-
palletCfIngressEgressBoostPoolIdArbitrum,
|
|
434
|
-
palletCfIngressEgressBoostPoolIdBitcoin,
|
|
435
|
-
palletCfIngressEgressBoostPoolIdEthereum,
|
|
436
|
-
palletCfIngressEgressBoostPoolIdPolkadot,
|
|
437
|
-
palletCfIngressEgressDepositWitnessArbitrum,
|
|
438
436
|
palletCfIngressEgressPalletSafeMode,
|
|
439
437
|
palletCfLpPalletSafeMode,
|
|
438
|
+
palletCfPolkadotIngressEgressBoostPoolIdPolkadot,
|
|
440
439
|
palletCfPolkadotIngressEgressDepositAction,
|
|
441
440
|
palletCfPoolsAssetPair,
|
|
442
441
|
palletCfPoolsIncreaseOrDecreaseRangeOrderChange,
|
|
@@ -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";
|
|
@@ -132,7 +132,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
132
132
|
}, {
|
|
133
133
|
retryEnabled: boolean;
|
|
134
134
|
}>;
|
|
135
|
-
witnesser: z.
|
|
135
|
+
witnesser: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
136
136
|
__kind: z.ZodLiteral<"CodeGreen">;
|
|
137
137
|
}, "strip", z.ZodTypeAny, {
|
|
138
138
|
__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";
|
|
@@ -132,7 +132,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
132
132
|
}, {
|
|
133
133
|
retryEnabled: boolean;
|
|
134
134
|
}>;
|
|
135
|
-
witnesser: z.
|
|
135
|
+
witnesser: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
136
136
|
__kind: z.ZodLiteral<"CodeGreen">;
|
|
137
137
|
}, "strip", z.ZodTypeAny, {
|
|
138
138
|
__kind: "CodeGreen";
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/141/ethereumIngressEgress/boostFundsAdded.ts
|
|
2
2
|
var _zod = require('zod');
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
3
7
|
var _commoncjs = require('../common.cjs');
|
|
4
8
|
var ethereumIngressEgressBoostFundsAdded = _zod.z.object({
|
|
5
9
|
boosterId: _commoncjs.accountId,
|
|
6
|
-
boostPool: _commoncjs.
|
|
10
|
+
boostPool: _commoncjs.palletCfEthereumIngressEgressBoostPoolIdEthereum,
|
|
7
11
|
amount: _commoncjs.numberOrHex
|
|
8
12
|
});
|
|
9
13
|
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
// generated/141/ethereumIngressEgress/boostFundsAdded.ts
|
|
2
2
|
import { z } from "zod";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
accountId,
|
|
5
|
+
numberOrHex,
|
|
6
|
+
palletCfEthereumIngressEgressBoostPoolIdEthereum
|
|
7
|
+
} from "../common.mjs";
|
|
4
8
|
var ethereumIngressEgressBoostFundsAdded = z.object({
|
|
5
9
|
boosterId: accountId,
|
|
6
|
-
boostPool:
|
|
10
|
+
boostPool: palletCfEthereumIngressEgressBoostPoolIdEthereum,
|
|
7
11
|
amount: numberOrHex
|
|
8
12
|
});
|
|
9
13
|
export {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var _zod = require('zod');
|
|
3
3
|
var _commoncjs = require('../common.cjs');
|
|
4
4
|
var ethereumIngressEgressBoostPoolCreated = _zod.z.object({
|
|
5
|
-
boostPool: _commoncjs.
|
|
5
|
+
boostPool: _commoncjs.palletCfEthereumIngressEgressBoostPoolIdEthereum
|
|
6
6
|
});
|
|
7
7
|
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// generated/141/ethereumIngressEgress/boostPoolCreated.ts
|
|
2
2
|
import { z } from "zod";
|
|
3
|
-
import {
|
|
3
|
+
import { palletCfEthereumIngressEgressBoostPoolIdEthereum } from "../common.mjs";
|
|
4
4
|
var ethereumIngressEgressBoostPoolCreated = z.object({
|
|
5
|
-
boostPool:
|
|
5
|
+
boostPool: palletCfEthereumIngressEgressBoostPoolIdEthereum
|
|
6
6
|
});
|
|
7
7
|
export {
|
|
8
8
|
ethereumIngressEgressBoostPoolCreated
|
|
@@ -10,7 +10,7 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
10
10
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", {
|
|
11
11
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
|
|
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<"Other">;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
__kind: "Other";
|
|
@@ -10,7 +10,7 @@ declare const ethereumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
10
10
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", {
|
|
11
11
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
|
|
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<"Other">;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
__kind: "Other";
|
|
@@ -16,7 +16,7 @@ declare const ethereumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
16
16
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
17
17
|
ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
18
18
|
boostFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
19
|
-
action: z.
|
|
19
|
+
action: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
20
20
|
__kind: z.ZodLiteral<"Swap">;
|
|
21
21
|
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
22
22
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -16,7 +16,7 @@ declare const ethereumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
16
16
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
17
17
|
ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
18
18
|
boostFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
19
|
-
action: z.
|
|
19
|
+
action: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
20
20
|
__kind: z.ZodLiteral<"Swap">;
|
|
21
21
|
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
22
22
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13,7 +13,7 @@ declare const ethereumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
13
13
|
}>;
|
|
14
14
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
16
|
-
action: z.
|
|
16
|
+
action: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
17
17
|
__kind: z.ZodLiteral<"Swap">;
|
|
18
18
|
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13,7 +13,7 @@ declare const ethereumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
13
13
|
}>;
|
|
14
14
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
16
|
-
action: z.
|
|
16
|
+
action: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
17
17
|
__kind: z.ZodLiteral<"Swap">;
|
|
18
18
|
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/141/ethereumIngressEgress/stoppedBoosting.ts
|
|
2
2
|
var _zod = require('zod');
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
3
7
|
var _commoncjs = require('../common.cjs');
|
|
4
8
|
var ethereumIngressEgressStoppedBoosting = _zod.z.object({
|
|
5
9
|
boosterId: _commoncjs.accountId,
|
|
6
|
-
boostPool: _commoncjs.
|
|
10
|
+
boostPool: _commoncjs.palletCfEthereumIngressEgressBoostPoolIdEthereum,
|
|
7
11
|
unlockedAmount: _commoncjs.numberOrHex,
|
|
8
12
|
pendingBoosts: _zod.z.array(_commoncjs.numberOrHex)
|
|
9
13
|
});
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
// generated/141/ethereumIngressEgress/stoppedBoosting.ts
|
|
2
2
|
import { z } from "zod";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
accountId,
|
|
5
|
+
numberOrHex,
|
|
6
|
+
palletCfEthereumIngressEgressBoostPoolIdEthereum
|
|
7
|
+
} from "../common.mjs";
|
|
4
8
|
var ethereumIngressEgressStoppedBoosting = z.object({
|
|
5
9
|
boosterId: accountId,
|
|
6
|
-
boostPool:
|
|
10
|
+
boostPool: palletCfEthereumIngressEgressBoostPoolIdEthereum,
|
|
7
11
|
unlockedAmount: numberOrHex,
|
|
8
12
|
pendingBoosts: z.array(numberOrHex)
|
|
9
13
|
});
|
|
@@ -3,7 +3,7 @@ import { z } from 'zod';
|
|
|
3
3
|
declare const evmThresholdSignerThresholdDispatchComplete: z.ZodObject<{
|
|
4
4
|
requestId: z.ZodNumber;
|
|
5
5
|
ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
|
-
result: z.
|
|
6
|
+
result: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
7
7
|
__kind: z.ZodLiteral<"Ok">;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
9
|
__kind: "Ok";
|
|
@@ -11,7 +11,7 @@ declare const evmThresholdSignerThresholdDispatchComplete: z.ZodObject<{
|
|
|
11
11
|
__kind: "Ok";
|
|
12
12
|
}>, z.ZodObject<{
|
|
13
13
|
__kind: z.ZodLiteral<"Err">;
|
|
14
|
-
value: z.
|
|
14
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
15
15
|
__kind: z.ZodLiteral<"Other">;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
17
|
__kind: "Other";
|
|
@@ -3,7 +3,7 @@ import { z } from 'zod';
|
|
|
3
3
|
declare const evmThresholdSignerThresholdDispatchComplete: z.ZodObject<{
|
|
4
4
|
requestId: z.ZodNumber;
|
|
5
5
|
ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
|
-
result: z.
|
|
6
|
+
result: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
7
7
|
__kind: z.ZodLiteral<"Ok">;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
9
|
__kind: "Ok";
|
|
@@ -11,7 +11,7 @@ declare const evmThresholdSignerThresholdDispatchComplete: z.ZodObject<{
|
|
|
11
11
|
__kind: "Ok";
|
|
12
12
|
}>, z.ZodObject<{
|
|
13
13
|
__kind: z.ZodLiteral<"Err">;
|
|
14
|
-
value: z.
|
|
14
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
15
15
|
__kind: z.ZodLiteral<"Other">;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
17
|
__kind: "Other";
|
|
@@ -31,46 +31,47 @@ 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, {
|
|
38
|
-
value: bigint;
|
|
39
38
|
__kind: "Increase";
|
|
39
|
+
value: bigint;
|
|
40
40
|
}, {
|
|
41
|
-
value: string | number;
|
|
42
41
|
__kind: "Increase";
|
|
42
|
+
value: string | number;
|
|
43
43
|
}>, z.ZodObject<{
|
|
44
44
|
__kind: z.ZodLiteral<"Decrease">;
|
|
45
45
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
46
46
|
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
value: bigint;
|
|
48
47
|
__kind: "Decrease";
|
|
48
|
+
value: bigint;
|
|
49
49
|
}, {
|
|
50
|
-
value: string | number;
|
|
51
50
|
__kind: "Decrease";
|
|
51
|
+
value: string | number;
|
|
52
52
|
}>]>>>;
|
|
53
53
|
sellAmountTotal: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
54
54
|
collectedFees: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
55
55
|
boughtAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
56
56
|
}, "strip", z.ZodTypeAny, {
|
|
57
|
+
id: bigint;
|
|
57
58
|
lp: string;
|
|
58
59
|
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
59
60
|
quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
60
61
|
side: "Buy" | "Sell";
|
|
61
|
-
id: bigint;
|
|
62
62
|
tick: number;
|
|
63
63
|
sellAmountTotal: bigint;
|
|
64
64
|
collectedFees: bigint;
|
|
65
65
|
boughtAmount: bigint;
|
|
66
66
|
sellAmountChange?: {
|
|
67
|
-
value: bigint;
|
|
68
67
|
__kind: "Increase";
|
|
69
|
-
} | {
|
|
70
68
|
value: bigint;
|
|
69
|
+
} | {
|
|
71
70
|
__kind: "Decrease";
|
|
71
|
+
value: bigint;
|
|
72
72
|
} | null | undefined;
|
|
73
73
|
}, {
|
|
74
|
+
id: string | number;
|
|
74
75
|
lp: string;
|
|
75
76
|
baseAsset: {
|
|
76
77
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
@@ -81,17 +82,16 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
81
82
|
side: {
|
|
82
83
|
__kind: "Buy" | "Sell";
|
|
83
84
|
};
|
|
84
|
-
id: string | number;
|
|
85
85
|
tick: number;
|
|
86
86
|
sellAmountTotal: string | number;
|
|
87
87
|
collectedFees: string | number;
|
|
88
88
|
boughtAmount: string | number;
|
|
89
89
|
sellAmountChange?: {
|
|
90
|
-
value: string | number;
|
|
91
90
|
__kind: "Increase";
|
|
92
|
-
} | {
|
|
93
91
|
value: string | number;
|
|
92
|
+
} | {
|
|
94
93
|
__kind: "Decrease";
|
|
94
|
+
value: string | number;
|
|
95
95
|
} | null | undefined;
|
|
96
96
|
}>;
|
|
97
97
|
|
|
@@ -31,46 +31,47 @@ 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, {
|
|
38
|
-
value: bigint;
|
|
39
38
|
__kind: "Increase";
|
|
39
|
+
value: bigint;
|
|
40
40
|
}, {
|
|
41
|
-
value: string | number;
|
|
42
41
|
__kind: "Increase";
|
|
42
|
+
value: string | number;
|
|
43
43
|
}>, z.ZodObject<{
|
|
44
44
|
__kind: z.ZodLiteral<"Decrease">;
|
|
45
45
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
46
46
|
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
value: bigint;
|
|
48
47
|
__kind: "Decrease";
|
|
48
|
+
value: bigint;
|
|
49
49
|
}, {
|
|
50
|
-
value: string | number;
|
|
51
50
|
__kind: "Decrease";
|
|
51
|
+
value: string | number;
|
|
52
52
|
}>]>>>;
|
|
53
53
|
sellAmountTotal: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
54
54
|
collectedFees: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
55
55
|
boughtAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
56
56
|
}, "strip", z.ZodTypeAny, {
|
|
57
|
+
id: bigint;
|
|
57
58
|
lp: string;
|
|
58
59
|
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
59
60
|
quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
60
61
|
side: "Buy" | "Sell";
|
|
61
|
-
id: bigint;
|
|
62
62
|
tick: number;
|
|
63
63
|
sellAmountTotal: bigint;
|
|
64
64
|
collectedFees: bigint;
|
|
65
65
|
boughtAmount: bigint;
|
|
66
66
|
sellAmountChange?: {
|
|
67
|
-
value: bigint;
|
|
68
67
|
__kind: "Increase";
|
|
69
|
-
} | {
|
|
70
68
|
value: bigint;
|
|
69
|
+
} | {
|
|
71
70
|
__kind: "Decrease";
|
|
71
|
+
value: bigint;
|
|
72
72
|
} | null | undefined;
|
|
73
73
|
}, {
|
|
74
|
+
id: string | number;
|
|
74
75
|
lp: string;
|
|
75
76
|
baseAsset: {
|
|
76
77
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
@@ -81,17 +82,16 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
81
82
|
side: {
|
|
82
83
|
__kind: "Buy" | "Sell";
|
|
83
84
|
};
|
|
84
|
-
id: string | number;
|
|
85
85
|
tick: number;
|
|
86
86
|
sellAmountTotal: string | number;
|
|
87
87
|
collectedFees: string | number;
|
|
88
88
|
boughtAmount: string | number;
|
|
89
89
|
sellAmountChange?: {
|
|
90
|
-
value: string | number;
|
|
91
90
|
__kind: "Increase";
|
|
92
|
-
} | {
|
|
93
91
|
value: string | number;
|
|
92
|
+
} | {
|
|
94
93
|
__kind: "Decrease";
|
|
94
|
+
value: string | number;
|
|
95
95
|
} | null | undefined;
|
|
96
96
|
}>;
|
|
97
97
|
|