@chainflip/processor 1.8.3 → 1.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +1 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.ts +1 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +1 -1
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +1 -1
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +1 -1
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +1 -1
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/100/common.cjs +34 -33
- package/dist/100/common.d.cts +64 -118
- package/dist/100/common.d.ts +64 -118
- package/dist/100/common.mjs +36 -35
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/100/flip/remainingImbalance.d.cts +2 -2
- package/dist/100/flip/remainingImbalance.d.ts +2 -2
- package/dist/100/governance/failedExecution.d.cts +1 -1
- package/dist/100/governance/failedExecution.d.ts +1 -1
- package/dist/100/governance/govKeyCallExecutionFailed.d.cts +1 -1
- package/dist/100/governance/govKeyCallExecutionFailed.d.ts +1 -1
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +21 -51
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +21 -51
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +6 -6
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +6 -6
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/100/swapping/ccmDepositReceived.d.cts +23 -53
- package/dist/100/swapping/ccmDepositReceived.d.ts +23 -53
- package/dist/100/swapping/ccmFailed.d.cts +23 -53
- package/dist/100/swapping/ccmFailed.d.ts +23 -53
- package/dist/100/swapping/swapAmountTooLow.d.cts +50 -116
- package/dist/100/swapping/swapAmountTooLow.d.ts +50 -116
- package/dist/100/swapping/swapDepositAddressReady.d.cts +42 -102
- package/dist/100/swapping/swapDepositAddressReady.d.ts +42 -102
- package/dist/100/swapping/swapScheduled.d.cts +53 -119
- package/dist/100/swapping/swapScheduled.d.ts +53 -119
- package/dist/100/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/100/swapping/withdrawalRequested.d.ts +21 -51
- package/dist/100/system/extrinsicFailed.d.cts +1 -1
- package/dist/100/system/extrinsicFailed.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalEnacted.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalPassed.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalRejected.d.ts +1 -1
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
- package/dist/100/validator/palletConfigUpdated.d.cts +1 -1
- package/dist/100/validator/palletConfigUpdated.d.ts +1 -1
- package/dist/100/validator/rotationPhaseUpdated.d.cts +1 -1
- package/dist/100/validator/rotationPhaseUpdated.d.ts +1 -1
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +1 -1
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +1 -1
- package/dist/102/common.cjs +1 -1
- package/dist/102/common.d.cts +1 -1
- package/dist/102/common.d.ts +1 -1
- package/dist/102/common.mjs +1 -1
- package/dist/102/validator/palletConfigUpdated.d.cts +1 -1
- package/dist/102/validator/palletConfigUpdated.d.ts +1 -1
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +1 -1
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +1 -1
- package/dist/111/common.cjs +4 -4
- package/dist/111/common.d.cts +4 -4
- package/dist/111/common.d.ts +4 -4
- package/dist/111/common.mjs +4 -4
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/111/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/111/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +1 -1
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +1 -1
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +21 -21
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +21 -21
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +22 -22
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +22 -22
- package/dist/120/common.cjs +21 -20
- package/dist/120/common.d.cts +23 -47
- package/dist/120/common.d.ts +23 -47
- package/dist/120/common.mjs +21 -20
- package/dist/120/emissions/flipBurnSkipped.d.cts +1 -1
- package/dist/120/emissions/flipBurnSkipped.d.ts +1 -1
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +1 -1
- package/dist/120/ethereumIngressEgress/depositReceived.d.ts +1 -1
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +1 -1
- package/dist/120/polkadotIngressEgress/depositReceived.d.ts +1 -1
- package/dist/120/swapping/ccmFailed.d.cts +23 -53
- package/dist/120/swapping/ccmFailed.d.ts +23 -53
- package/dist/120/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/120/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/120/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/120/swapping/withdrawalRequested.d.ts +21 -51
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
- package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +2 -2
- package/dist/131/bitcoinIngressEgress/depositReceived.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/131/common.cjs +30 -29
- package/dist/131/common.d.cts +60 -114
- package/dist/131/common.d.ts +60 -114
- package/dist/131/common.mjs +31 -30
- package/dist/131/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/131/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +1 -1
- package/dist/131/ethereumIngressEgress/depositReceived.d.ts +1 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +3 -3
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +3 -3
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +3 -3
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +3 -3
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +21 -51
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +21 -51
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/131/swapping/ccmFailed.d.cts +52 -118
- package/dist/131/swapping/ccmFailed.d.ts +52 -118
- package/dist/131/swapping/swapDepositAddressReady.d.cts +42 -102
- package/dist/131/swapping/swapDepositAddressReady.d.ts +42 -102
- package/dist/131/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/131/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/131/swapping/swapScheduled.d.cts +53 -119
- package/dist/131/swapping/swapScheduled.d.ts +53 -119
- package/dist/131/swapping/withdrawalRequested.d.cts +21 -51
- package/dist/131/swapping/withdrawalRequested.d.ts +21 -51
- package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +17 -17
- package/dist/131/witnesser/prewitnessExecutionFailed.d.ts +17 -17
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.cjs +5 -1
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.mjs +6 -2
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.mjs +2 -2
- package/dist/141/common.cjs +40 -41
- package/dist/141/common.d.cts +76 -157
- package/dist/141/common.d.ts +76 -157
- package/dist/141/common.mjs +44 -45
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/141/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.cjs +5 -1
- package/dist/141/ethereumIngressEgress/boostFundsAdded.mjs +6 -2
- package/dist/141/ethereumIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/ethereumIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/141/ethereumIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/ethereumIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +11 -11
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +11 -11
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +11 -11
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +11 -11
- package/dist/141/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/141/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/141/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +28 -73
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +28 -73
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +8 -8
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +8 -8
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +26 -71
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.ts +26 -71
- package/dist/141/polkadotIngressEgress/boostFundsAdded.cjs +5 -1
- package/dist/141/polkadotIngressEgress/boostFundsAdded.mjs +6 -2
- package/dist/141/polkadotIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/141/polkadotIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/141/polkadotIngressEgress/stoppedBoosting.cjs +5 -1
- package/dist/141/polkadotIngressEgress/stoppedBoosting.mjs +6 -2
- package/dist/141/swapping/ccmDepositReceived.d.cts +28 -73
- package/dist/141/swapping/ccmDepositReceived.d.ts +28 -73
- package/dist/141/swapping/ccmFailed.d.cts +64 -163
- package/dist/141/swapping/ccmFailed.d.ts +64 -163
- package/dist/141/swapping/swapDepositAddressReady.d.cts +52 -142
- package/dist/141/swapping/swapDepositAddressReady.d.ts +52 -142
- package/dist/141/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/141/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/141/swapping/swapExecuted.d.cts +3 -3
- package/dist/141/swapping/swapExecuted.d.ts +3 -3
- package/dist/141/swapping/swapScheduled.d.cts +65 -164
- package/dist/141/swapping/swapScheduled.d.ts +65 -164
- package/dist/141/swapping/withdrawalRequested.d.cts +26 -71
- package/dist/141/swapping/withdrawalRequested.d.ts +26 -71
- package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalEnacted.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalPassed.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalPassed.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalRejected.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalRejected.d.ts +1 -1
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
- package/dist/141/validator/rotationPhaseUpdated.d.cts +21 -21
- package/dist/141/validator/rotationPhaseUpdated.d.ts +21 -21
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/150/assetBalances/refundScheduled.d.cts +2 -2
- package/dist/150/assetBalances/refundScheduled.d.ts +2 -2
- package/dist/150/assetBalances/refundSkipped.d.cts +7 -7
- package/dist/150/assetBalances/refundSkipped.d.ts +7 -7
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/150/common.cjs +42 -45
- package/dist/150/common.d.cts +114 -282
- package/dist/150/common.d.ts +114 -282
- package/dist/150/common.mjs +46 -49
- package/dist/150/environment/runtimeSafeModeUpdated.d.cts +14 -14
- package/dist/150/environment/runtimeSafeModeUpdated.d.ts +14 -14
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +31 -91
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +31 -91
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +6 -6
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +6 -6
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +31 -91
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.ts +31 -91
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
- package/dist/150/solanaIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/150/solanaIngressEgress/boostFundsAdded.mjs +2 -2
- package/dist/150/solanaIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/150/solanaIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +1 -1
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/150/solanaIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.cjs +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/150/solanaIngressEgress/depositWitnessRejected.mjs +2 -2
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
- package/dist/150/solanaIngressEgress/stoppedBoosting.cjs +1 -1
- package/dist/150/solanaIngressEgress/stoppedBoosting.mjs +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/150/swapping/ccmDepositReceived.d.cts +33 -93
- package/dist/150/swapping/ccmDepositReceived.d.ts +33 -93
- package/dist/150/swapping/ccmFailed.d.cts +76 -208
- package/dist/150/swapping/ccmFailed.d.ts +76 -208
- package/dist/150/swapping/refundEgressIgnored.d.cts +1 -1
- package/dist/150/swapping/refundEgressIgnored.d.ts +1 -1
- package/dist/150/swapping/swapDepositAddressReady.d.cts +104 -296
- package/dist/150/swapping/swapDepositAddressReady.d.ts +104 -296
- package/dist/150/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/150/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/150/swapping/swapExecuted.d.cts +3 -3
- package/dist/150/swapping/swapExecuted.d.ts +3 -3
- package/dist/150/swapping/swapScheduled.d.cts +77 -209
- package/dist/150/swapping/swapScheduled.d.ts +77 -209
- package/dist/150/swapping/withdrawalRequested.d.cts +31 -91
- package/dist/150/swapping/withdrawalRequested.d.ts +31 -91
- package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalEnacted.d.ts +1 -1
- package/dist/150/tokenholderGovernance/proposalPassed.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalPassed.d.ts +1 -1
- package/dist/150/tokenholderGovernance/proposalRejected.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalRejected.d.ts +1 -1
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/common.cjs +38 -41
- package/dist/160/common.d.cts +240 -660
- package/dist/160/common.d.ts +240 -660
- package/dist/160/common.mjs +39 -42
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +2 -2
- package/dist/160/environment/runtimeSafeModeUpdated.d.ts +2 -2
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +1 -1
- package/dist/160/liquidityPools/limitOrderUpdated.d.ts +1 -1
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +1 -1
- package/dist/160/liquidityPools/orderDeletionFailed.d.ts +1 -1
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +1 -1
- package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +1 -1
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +31 -91
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +31 -91
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +31 -91
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +31 -91
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/solanaIngressEgress/boostFundsAdded.cjs +1 -1
- package/dist/160/solanaIngressEgress/boostFundsAdded.mjs +2 -2
- package/dist/160/solanaIngressEgress/boostPoolCreated.cjs +1 -1
- package/dist/160/solanaIngressEgress/boostPoolCreated.mjs +2 -2
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +3 -3
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +3 -3
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/160/solanaIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.cjs +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +1 -1
- package/dist/160/solanaIngressEgress/depositWitnessRejected.mjs +2 -2
- package/dist/160/solanaIngressEgress/stoppedBoosting.cjs +1 -1
- package/dist/160/solanaIngressEgress/stoppedBoosting.mjs +2 -2
- package/dist/160/swapping/ccmFailed.d.cts +116 -320
- package/dist/160/swapping/ccmFailed.d.ts +116 -320
- package/dist/160/swapping/refundEgressIgnored.d.cts +1 -1
- package/dist/160/swapping/refundEgressIgnored.d.ts +1 -1
- package/dist/160/swapping/swapDepositAddressReady.d.cts +104 -296
- package/dist/160/swapping/swapDepositAddressReady.d.ts +104 -296
- package/dist/160/swapping/swapEgressIgnored.d.cts +1 -1
- package/dist/160/swapping/swapEgressIgnored.d.ts +1 -1
- package/dist/160/swapping/swapRequested.d.cts +223 -595
- package/dist/160/swapping/swapRequested.d.ts +223 -595
- package/dist/160/swapping/withdrawalRequested.d.cts +31 -91
- package/dist/160/swapping/withdrawalRequested.d.ts +31 -91
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/common.cjs +30 -33
- package/dist/170/common.d.cts +284 -788
- package/dist/170/common.d.ts +284 -788
- package/dist/170/common.mjs +30 -33
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/evmThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/evmThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +116 -320
- package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +116 -320
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
- package/dist/170/polkadotThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/polkadotThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/reputation/offencePenalty.d.cts +3 -3
- package/dist/170/reputation/offencePenalty.d.ts +3 -3
- package/dist/170/reputation/penaltyUpdated.d.cts +1 -1
- package/dist/170/reputation/penaltyUpdated.d.ts +1 -1
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +129 -333
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +129 -333
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +53 -53
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +53 -53
- package/dist/170/solanaThresholdSigner/palletConfigUpdated.d.cts +1 -1
- package/dist/170/solanaThresholdSigner/palletConfigUpdated.d.ts +1 -1
- package/dist/170/swapping/swapRequested.d.cts +234 -618
- package/dist/170/swapping/swapRequested.d.ts +234 -618
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +14 -14
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +78 -574
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +78 -574
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +14 -14
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +14 -14
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +545 -482
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +545 -482
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +14 -14
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +1 -1
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +1 -1
- package/dist/180/common.cjs +194 -68
- package/dist/180/common.d.cts +6039 -5896
- package/dist/180/common.d.ts +6039 -5896
- package/dist/180/common.mjs +200 -74
- package/dist/180/environment/solanaGovCallDispatched.d.cts +1 -1
- package/dist/180/environment/solanaGovCallDispatched.d.ts +1 -1
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +14 -14
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +67 -563
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +67 -563
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +14 -14
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +14 -14
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +113 -600
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +113 -600
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +14 -14
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/solanaElections/unknownElection.cjs +13 -0
- package/dist/180/solanaElections/unknownElection.d.cts +47 -0
- package/dist/180/solanaElections/unknownElection.d.ts +47 -0
- package/dist/180/solanaElections/unknownElection.mjs +13 -0
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +14 -14
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +1 -1
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +1 -1
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +85 -606
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +85 -606
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +1 -1
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +1 -1
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +14 -14
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.cjs +19 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.d.cts +107 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.d.ts +107 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.mjs +19 -0
- package/dist/180/swapping/affiliateRegistration.cjs +11 -0
- package/dist/180/swapping/affiliateRegistration.d.cts +17 -0
- package/dist/180/swapping/affiliateRegistration.d.ts +17 -0
- package/dist/180/swapping/affiliateRegistration.mjs +11 -0
- package/dist/180/swapping/swapDepositAddressReady.d.cts +104 -296
- package/dist/180/swapping/swapDepositAddressReady.d.ts +104 -296
- package/dist/180/swapping/swapRequested.d.cts +182 -482
- package/dist/180/swapping/swapRequested.d.ts +182 -482
- package/package.json +1 -1
- package/dist/180/swapping/affiliateRegistrationUpdated.cjs +0 -12
- package/dist/180/swapping/affiliateRegistrationUpdated.d.cts +0 -20
- package/dist/180/swapping/affiliateRegistrationUpdated.d.ts +0 -20
- package/dist/180/swapping/affiliateRegistrationUpdated.mjs +0 -12
|
@@ -21,146 +21,74 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
21
21
|
}>, "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt", {
|
|
22
22
|
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
23
23
|
}>;
|
|
24
|
-
destinationAddress: z.
|
|
25
|
-
__kind: z.
|
|
24
|
+
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
25
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb"]>;
|
|
26
26
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
28
|
value: `0x${string}`;
|
|
29
|
-
__kind: "Eth";
|
|
29
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
30
30
|
}, {
|
|
31
31
|
value: string;
|
|
32
|
-
__kind: "Eth";
|
|
32
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
33
33
|
}>, {
|
|
34
|
-
chain: "Ethereum";
|
|
35
|
-
address: `0x${string}`;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}, {
|
|
46
|
-
value: string;
|
|
47
|
-
__kind: "Dot";
|
|
48
|
-
}>, {
|
|
49
|
-
chain: "Polkadot";
|
|
50
|
-
address: string;
|
|
51
|
-
}, {
|
|
52
|
-
value: string;
|
|
53
|
-
__kind: "Dot";
|
|
54
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
55
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
56
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
57
|
-
}, "strip", z.ZodTypeAny, {
|
|
58
|
-
value: `0x${string}`;
|
|
59
|
-
__kind: "Btc";
|
|
60
|
-
}, {
|
|
61
|
-
value: string;
|
|
62
|
-
__kind: "Btc";
|
|
63
|
-
}>, {
|
|
64
|
-
chain: "Bitcoin";
|
|
65
|
-
address: string;
|
|
66
|
-
}, {
|
|
67
|
-
value: string;
|
|
68
|
-
__kind: "Btc";
|
|
69
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
70
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
71
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
72
|
-
}, "strip", z.ZodTypeAny, {
|
|
73
|
-
value: `0x${string}`;
|
|
74
|
-
__kind: "Arb";
|
|
75
|
-
}, {
|
|
76
|
-
value: string;
|
|
77
|
-
__kind: "Arb";
|
|
78
|
-
}>, {
|
|
79
|
-
chain: "Arbitrum";
|
|
80
|
-
address: `0x${string}`;
|
|
34
|
+
readonly chain: "Ethereum";
|
|
35
|
+
readonly address: `0x${string}`;
|
|
36
|
+
} | {
|
|
37
|
+
readonly chain: "Polkadot";
|
|
38
|
+
readonly address: string;
|
|
39
|
+
} | {
|
|
40
|
+
readonly chain: "Bitcoin";
|
|
41
|
+
readonly address: string;
|
|
42
|
+
} | {
|
|
43
|
+
readonly chain: "Arbitrum";
|
|
44
|
+
readonly address: `0x${string}`;
|
|
81
45
|
}, {
|
|
82
46
|
value: string;
|
|
83
|
-
__kind: "Arb";
|
|
84
|
-
}
|
|
85
|
-
origin: z.
|
|
47
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
48
|
+
}>;
|
|
49
|
+
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
86
50
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
87
|
-
depositAddress: z.
|
|
88
|
-
__kind: z.
|
|
51
|
+
depositAddress: z.ZodEffects<z.ZodObject<{
|
|
52
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb"]>;
|
|
89
53
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
90
54
|
}, "strip", z.ZodTypeAny, {
|
|
91
55
|
value: `0x${string}`;
|
|
92
|
-
__kind: "Eth";
|
|
56
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
93
57
|
}, {
|
|
94
58
|
value: string;
|
|
95
|
-
__kind: "Eth";
|
|
59
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
96
60
|
}>, {
|
|
97
|
-
chain: "Ethereum";
|
|
98
|
-
address: `0x${string}`;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
}, {
|
|
109
|
-
value: string;
|
|
110
|
-
__kind: "Dot";
|
|
111
|
-
}>, {
|
|
112
|
-
chain: "Polkadot";
|
|
113
|
-
address: string;
|
|
114
|
-
}, {
|
|
115
|
-
value: string;
|
|
116
|
-
__kind: "Dot";
|
|
117
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
118
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
119
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
120
|
-
}, "strip", z.ZodTypeAny, {
|
|
121
|
-
value: `0x${string}`;
|
|
122
|
-
__kind: "Btc";
|
|
123
|
-
}, {
|
|
124
|
-
value: string;
|
|
125
|
-
__kind: "Btc";
|
|
126
|
-
}>, {
|
|
127
|
-
chain: "Bitcoin";
|
|
128
|
-
address: string;
|
|
129
|
-
}, {
|
|
130
|
-
value: string;
|
|
131
|
-
__kind: "Btc";
|
|
132
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
133
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
134
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
135
|
-
}, "strip", z.ZodTypeAny, {
|
|
136
|
-
value: `0x${string}`;
|
|
137
|
-
__kind: "Arb";
|
|
138
|
-
}, {
|
|
139
|
-
value: string;
|
|
140
|
-
__kind: "Arb";
|
|
141
|
-
}>, {
|
|
142
|
-
chain: "Arbitrum";
|
|
143
|
-
address: `0x${string}`;
|
|
61
|
+
readonly chain: "Ethereum";
|
|
62
|
+
readonly address: `0x${string}`;
|
|
63
|
+
} | {
|
|
64
|
+
readonly chain: "Polkadot";
|
|
65
|
+
readonly address: string;
|
|
66
|
+
} | {
|
|
67
|
+
readonly chain: "Bitcoin";
|
|
68
|
+
readonly address: string;
|
|
69
|
+
} | {
|
|
70
|
+
readonly chain: "Arbitrum";
|
|
71
|
+
readonly address: `0x${string}`;
|
|
144
72
|
}, {
|
|
145
73
|
value: string;
|
|
146
|
-
__kind: "Arb";
|
|
147
|
-
}
|
|
74
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
75
|
+
}>;
|
|
148
76
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
149
77
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
150
78
|
}, "strip", z.ZodTypeAny, {
|
|
151
79
|
__kind: "DepositChannel";
|
|
152
80
|
depositAddress: {
|
|
153
|
-
chain: "Ethereum";
|
|
154
|
-
address: `0x${string}`;
|
|
81
|
+
readonly chain: "Ethereum";
|
|
82
|
+
readonly address: `0x${string}`;
|
|
155
83
|
} | {
|
|
156
|
-
chain: "Polkadot";
|
|
157
|
-
address: string;
|
|
84
|
+
readonly chain: "Polkadot";
|
|
85
|
+
readonly address: string;
|
|
158
86
|
} | {
|
|
159
|
-
chain: "Bitcoin";
|
|
160
|
-
address: string;
|
|
87
|
+
readonly chain: "Bitcoin";
|
|
88
|
+
readonly address: string;
|
|
161
89
|
} | {
|
|
162
|
-
chain: "Arbitrum";
|
|
163
|
-
address: `0x${string}`;
|
|
90
|
+
readonly chain: "Arbitrum";
|
|
91
|
+
readonly address: `0x${string}`;
|
|
164
92
|
};
|
|
165
93
|
channelId: bigint;
|
|
166
94
|
depositBlockHeight: bigint;
|
|
@@ -168,16 +96,7 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
168
96
|
__kind: "DepositChannel";
|
|
169
97
|
depositAddress: {
|
|
170
98
|
value: string;
|
|
171
|
-
__kind: "Eth";
|
|
172
|
-
} | {
|
|
173
|
-
value: string;
|
|
174
|
-
__kind: "Dot";
|
|
175
|
-
} | {
|
|
176
|
-
value: string;
|
|
177
|
-
__kind: "Btc";
|
|
178
|
-
} | {
|
|
179
|
-
value: string;
|
|
180
|
-
__kind: "Arb";
|
|
99
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
181
100
|
};
|
|
182
101
|
channelId: string | number;
|
|
183
102
|
depositBlockHeight: string | number;
|
|
@@ -191,9 +110,9 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
191
110
|
__kind: "Vault";
|
|
192
111
|
txHash: string;
|
|
193
112
|
}>]>;
|
|
194
|
-
swapType: z.
|
|
113
|
+
swapType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
195
114
|
__kind: z.ZodLiteral<"Swap">;
|
|
196
|
-
value: z.
|
|
115
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
197
116
|
__kind: z.ZodLiteral<"Eth">;
|
|
198
117
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
199
118
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -213,7 +132,7 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
213
132
|
__kind: "Dot";
|
|
214
133
|
}>, z.ZodObject<{
|
|
215
134
|
__kind: z.ZodLiteral<"Btc">;
|
|
216
|
-
value: z.
|
|
135
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
217
136
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
218
137
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
219
138
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -430,33 +349,33 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
430
349
|
}, "strip", z.ZodTypeAny, {
|
|
431
350
|
depositAmount: bigint;
|
|
432
351
|
destinationAddress: {
|
|
433
|
-
chain: "Ethereum";
|
|
434
|
-
address: `0x${string}`;
|
|
352
|
+
readonly chain: "Ethereum";
|
|
353
|
+
readonly address: `0x${string}`;
|
|
435
354
|
} | {
|
|
436
|
-
chain: "Polkadot";
|
|
437
|
-
address: string;
|
|
355
|
+
readonly chain: "Polkadot";
|
|
356
|
+
readonly address: string;
|
|
438
357
|
} | {
|
|
439
|
-
chain: "Bitcoin";
|
|
440
|
-
address: string;
|
|
358
|
+
readonly chain: "Bitcoin";
|
|
359
|
+
readonly address: string;
|
|
441
360
|
} | {
|
|
442
|
-
chain: "Arbitrum";
|
|
443
|
-
address: `0x${string}`;
|
|
361
|
+
readonly chain: "Arbitrum";
|
|
362
|
+
readonly address: `0x${string}`;
|
|
444
363
|
};
|
|
445
364
|
swapId: bigint;
|
|
446
365
|
origin: {
|
|
447
366
|
__kind: "DepositChannel";
|
|
448
367
|
depositAddress: {
|
|
449
|
-
chain: "Ethereum";
|
|
450
|
-
address: `0x${string}`;
|
|
368
|
+
readonly chain: "Ethereum";
|
|
369
|
+
readonly address: `0x${string}`;
|
|
451
370
|
} | {
|
|
452
|
-
chain: "Polkadot";
|
|
453
|
-
address: string;
|
|
371
|
+
readonly chain: "Polkadot";
|
|
372
|
+
readonly address: string;
|
|
454
373
|
} | {
|
|
455
|
-
chain: "Bitcoin";
|
|
456
|
-
address: string;
|
|
374
|
+
readonly chain: "Bitcoin";
|
|
375
|
+
readonly address: string;
|
|
457
376
|
} | {
|
|
458
|
-
chain: "Arbitrum";
|
|
459
|
-
address: `0x${string}`;
|
|
377
|
+
readonly chain: "Arbitrum";
|
|
378
|
+
readonly address: `0x${string}`;
|
|
460
379
|
};
|
|
461
380
|
channelId: bigint;
|
|
462
381
|
depositBlockHeight: bigint;
|
|
@@ -518,32 +437,14 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
518
437
|
depositAmount: string | number;
|
|
519
438
|
destinationAddress: {
|
|
520
439
|
value: string;
|
|
521
|
-
__kind: "Eth";
|
|
522
|
-
} | {
|
|
523
|
-
value: string;
|
|
524
|
-
__kind: "Dot";
|
|
525
|
-
} | {
|
|
526
|
-
value: string;
|
|
527
|
-
__kind: "Btc";
|
|
528
|
-
} | {
|
|
529
|
-
value: string;
|
|
530
|
-
__kind: "Arb";
|
|
440
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
531
441
|
};
|
|
532
442
|
swapId: string | number;
|
|
533
443
|
origin: {
|
|
534
444
|
__kind: "DepositChannel";
|
|
535
445
|
depositAddress: {
|
|
536
446
|
value: string;
|
|
537
|
-
__kind: "Eth";
|
|
538
|
-
} | {
|
|
539
|
-
value: string;
|
|
540
|
-
__kind: "Dot";
|
|
541
|
-
} | {
|
|
542
|
-
value: string;
|
|
543
|
-
__kind: "Btc";
|
|
544
|
-
} | {
|
|
545
|
-
value: string;
|
|
546
|
-
__kind: "Arb";
|
|
447
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
547
448
|
};
|
|
548
449
|
channelId: string | number;
|
|
549
450
|
depositBlockHeight: string | number;
|
|
@@ -21,80 +21,44 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
21
21
|
}>;
|
|
22
22
|
egressAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
23
23
|
egressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
24
|
-
destinationAddress: z.
|
|
25
|
-
__kind: z.
|
|
24
|
+
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
25
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb"]>;
|
|
26
26
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
28
|
value: `0x${string}`;
|
|
29
|
-
__kind: "Eth";
|
|
29
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
30
30
|
}, {
|
|
31
31
|
value: string;
|
|
32
|
-
__kind: "Eth";
|
|
32
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
33
33
|
}>, {
|
|
34
|
-
chain: "Ethereum";
|
|
35
|
-
address: `0x${string}`;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}, {
|
|
46
|
-
value: string;
|
|
47
|
-
__kind: "Dot";
|
|
48
|
-
}>, {
|
|
49
|
-
chain: "Polkadot";
|
|
50
|
-
address: string;
|
|
51
|
-
}, {
|
|
52
|
-
value: string;
|
|
53
|
-
__kind: "Dot";
|
|
54
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
55
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
56
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
57
|
-
}, "strip", z.ZodTypeAny, {
|
|
58
|
-
value: `0x${string}`;
|
|
59
|
-
__kind: "Btc";
|
|
60
|
-
}, {
|
|
61
|
-
value: string;
|
|
62
|
-
__kind: "Btc";
|
|
63
|
-
}>, {
|
|
64
|
-
chain: "Bitcoin";
|
|
65
|
-
address: string;
|
|
66
|
-
}, {
|
|
67
|
-
value: string;
|
|
68
|
-
__kind: "Btc";
|
|
69
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
70
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
71
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
72
|
-
}, "strip", z.ZodTypeAny, {
|
|
73
|
-
value: `0x${string}`;
|
|
74
|
-
__kind: "Arb";
|
|
75
|
-
}, {
|
|
76
|
-
value: string;
|
|
77
|
-
__kind: "Arb";
|
|
78
|
-
}>, {
|
|
79
|
-
chain: "Arbitrum";
|
|
80
|
-
address: `0x${string}`;
|
|
34
|
+
readonly chain: "Ethereum";
|
|
35
|
+
readonly address: `0x${string}`;
|
|
36
|
+
} | {
|
|
37
|
+
readonly chain: "Polkadot";
|
|
38
|
+
readonly address: string;
|
|
39
|
+
} | {
|
|
40
|
+
readonly chain: "Bitcoin";
|
|
41
|
+
readonly address: string;
|
|
42
|
+
} | {
|
|
43
|
+
readonly chain: "Arbitrum";
|
|
44
|
+
readonly address: `0x${string}`;
|
|
81
45
|
}, {
|
|
82
46
|
value: string;
|
|
83
|
-
__kind: "Arb";
|
|
84
|
-
}
|
|
47
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
48
|
+
}>;
|
|
85
49
|
}, "strip", z.ZodTypeAny, {
|
|
86
50
|
destinationAddress: {
|
|
87
|
-
chain: "Ethereum";
|
|
88
|
-
address: `0x${string}`;
|
|
51
|
+
readonly chain: "Ethereum";
|
|
52
|
+
readonly address: `0x${string}`;
|
|
89
53
|
} | {
|
|
90
|
-
chain: "Polkadot";
|
|
91
|
-
address: string;
|
|
54
|
+
readonly chain: "Polkadot";
|
|
55
|
+
readonly address: string;
|
|
92
56
|
} | {
|
|
93
|
-
chain: "Bitcoin";
|
|
94
|
-
address: string;
|
|
57
|
+
readonly chain: "Bitcoin";
|
|
58
|
+
readonly address: string;
|
|
95
59
|
} | {
|
|
96
|
-
chain: "Arbitrum";
|
|
97
|
-
address: `0x${string}`;
|
|
60
|
+
readonly chain: "Arbitrum";
|
|
61
|
+
readonly address: `0x${string}`;
|
|
98
62
|
};
|
|
99
63
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", bigint];
|
|
100
64
|
egressAmount: bigint;
|
|
@@ -103,16 +67,7 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
103
67
|
}, {
|
|
104
68
|
destinationAddress: {
|
|
105
69
|
value: string;
|
|
106
|
-
__kind: "Eth";
|
|
107
|
-
} | {
|
|
108
|
-
value: string;
|
|
109
|
-
__kind: "Dot";
|
|
110
|
-
} | {
|
|
111
|
-
value: string;
|
|
112
|
-
__kind: "Btc";
|
|
113
|
-
} | {
|
|
114
|
-
value: string;
|
|
115
|
-
__kind: "Arb";
|
|
70
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
116
71
|
};
|
|
117
72
|
egressId: [{
|
|
118
73
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
|
|
@@ -21,80 +21,44 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
21
21
|
}>;
|
|
22
22
|
egressAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
23
23
|
egressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
24
|
-
destinationAddress: z.
|
|
25
|
-
__kind: z.
|
|
24
|
+
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
25
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb"]>;
|
|
26
26
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
28
|
value: `0x${string}`;
|
|
29
|
-
__kind: "Eth";
|
|
29
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
30
30
|
}, {
|
|
31
31
|
value: string;
|
|
32
|
-
__kind: "Eth";
|
|
32
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
33
33
|
}>, {
|
|
34
|
-
chain: "Ethereum";
|
|
35
|
-
address: `0x${string}`;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}, {
|
|
46
|
-
value: string;
|
|
47
|
-
__kind: "Dot";
|
|
48
|
-
}>, {
|
|
49
|
-
chain: "Polkadot";
|
|
50
|
-
address: string;
|
|
51
|
-
}, {
|
|
52
|
-
value: string;
|
|
53
|
-
__kind: "Dot";
|
|
54
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
55
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
56
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
57
|
-
}, "strip", z.ZodTypeAny, {
|
|
58
|
-
value: `0x${string}`;
|
|
59
|
-
__kind: "Btc";
|
|
60
|
-
}, {
|
|
61
|
-
value: string;
|
|
62
|
-
__kind: "Btc";
|
|
63
|
-
}>, {
|
|
64
|
-
chain: "Bitcoin";
|
|
65
|
-
address: string;
|
|
66
|
-
}, {
|
|
67
|
-
value: string;
|
|
68
|
-
__kind: "Btc";
|
|
69
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
70
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
71
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
72
|
-
}, "strip", z.ZodTypeAny, {
|
|
73
|
-
value: `0x${string}`;
|
|
74
|
-
__kind: "Arb";
|
|
75
|
-
}, {
|
|
76
|
-
value: string;
|
|
77
|
-
__kind: "Arb";
|
|
78
|
-
}>, {
|
|
79
|
-
chain: "Arbitrum";
|
|
80
|
-
address: `0x${string}`;
|
|
34
|
+
readonly chain: "Ethereum";
|
|
35
|
+
readonly address: `0x${string}`;
|
|
36
|
+
} | {
|
|
37
|
+
readonly chain: "Polkadot";
|
|
38
|
+
readonly address: string;
|
|
39
|
+
} | {
|
|
40
|
+
readonly chain: "Bitcoin";
|
|
41
|
+
readonly address: string;
|
|
42
|
+
} | {
|
|
43
|
+
readonly chain: "Arbitrum";
|
|
44
|
+
readonly address: `0x${string}`;
|
|
81
45
|
}, {
|
|
82
46
|
value: string;
|
|
83
|
-
__kind: "Arb";
|
|
84
|
-
}
|
|
47
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
48
|
+
}>;
|
|
85
49
|
}, "strip", z.ZodTypeAny, {
|
|
86
50
|
destinationAddress: {
|
|
87
|
-
chain: "Ethereum";
|
|
88
|
-
address: `0x${string}`;
|
|
51
|
+
readonly chain: "Ethereum";
|
|
52
|
+
readonly address: `0x${string}`;
|
|
89
53
|
} | {
|
|
90
|
-
chain: "Polkadot";
|
|
91
|
-
address: string;
|
|
54
|
+
readonly chain: "Polkadot";
|
|
55
|
+
readonly address: string;
|
|
92
56
|
} | {
|
|
93
|
-
chain: "Bitcoin";
|
|
94
|
-
address: string;
|
|
57
|
+
readonly chain: "Bitcoin";
|
|
58
|
+
readonly address: string;
|
|
95
59
|
} | {
|
|
96
|
-
chain: "Arbitrum";
|
|
97
|
-
address: `0x${string}`;
|
|
60
|
+
readonly chain: "Arbitrum";
|
|
61
|
+
readonly address: `0x${string}`;
|
|
98
62
|
};
|
|
99
63
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", bigint];
|
|
100
64
|
egressAmount: bigint;
|
|
@@ -103,16 +67,7 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
103
67
|
}, {
|
|
104
68
|
destinationAddress: {
|
|
105
69
|
value: string;
|
|
106
|
-
__kind: "Eth";
|
|
107
|
-
} | {
|
|
108
|
-
value: string;
|
|
109
|
-
__kind: "Dot";
|
|
110
|
-
} | {
|
|
111
|
-
value: string;
|
|
112
|
-
__kind: "Btc";
|
|
113
|
-
} | {
|
|
114
|
-
value: string;
|
|
115
|
-
__kind: "Arb";
|
|
70
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb";
|
|
116
71
|
};
|
|
117
72
|
egressId: [{
|
|
118
73
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const tokenholderGovernanceProposalEnacted: z.ZodObject<{
|
|
4
|
-
proposal: z.
|
|
4
|
+
proposal: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"SetGovernanceKey">;
|
|
6
6
|
value: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
|
|
7
7
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const tokenholderGovernanceProposalEnacted: z.ZodObject<{
|
|
4
|
-
proposal: z.
|
|
4
|
+
proposal: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"SetGovernanceKey">;
|
|
6
6
|
value: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
|
|
7
7
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const tokenholderGovernanceProposalPassed: z.ZodObject<{
|
|
4
|
-
proposal: z.
|
|
4
|
+
proposal: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"SetGovernanceKey">;
|
|
6
6
|
value: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
|
|
7
7
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const tokenholderGovernanceProposalPassed: z.ZodObject<{
|
|
4
|
-
proposal: z.
|
|
4
|
+
proposal: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"SetGovernanceKey">;
|
|
6
6
|
value: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
|
|
7
7
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const tokenholderGovernanceProposalRejected: z.ZodObject<{
|
|
4
|
-
proposal: z.
|
|
4
|
+
proposal: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"SetGovernanceKey">;
|
|
6
6
|
value: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
|
|
7
7
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const tokenholderGovernanceProposalRejected: z.ZodObject<{
|
|
4
|
-
proposal: z.
|
|
4
|
+
proposal: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"SetGovernanceKey">;
|
|
6
6
|
value: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
|
|
7
7
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const tokenholderGovernanceProposalSubmitted: z.ZodObject<{
|
|
4
|
-
proposal: z.
|
|
4
|
+
proposal: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"SetGovernanceKey">;
|
|
6
6
|
value: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
|
|
7
7
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const tokenholderGovernanceProposalSubmitted: z.ZodObject<{
|
|
4
|
-
proposal: z.
|
|
4
|
+
proposal: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"SetGovernanceKey">;
|
|
6
6
|
value: z.ZodTuple<[z.ZodEffects<z.ZodObject<{
|
|
7
7
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum"]>;
|