@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
|
@@ -2,7 +2,7 @@ import { z } from 'zod';
|
|
|
2
2
|
|
|
3
3
|
declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
4
4
|
blockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
5
|
-
reason: z.
|
|
5
|
+
reason: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
6
6
|
__kind: z.ZodLiteral<"BelowMinimumDeposit">;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
8
|
__kind: "BelowMinimumDeposit";
|
|
@@ -22,7 +22,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
22
22
|
__kind: "TransactionRejectedByBroker";
|
|
23
23
|
}>, z.ZodObject<{
|
|
24
24
|
__kind: z.ZodLiteral<"DepositWitnessRejected">;
|
|
25
|
-
value: z.
|
|
25
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
26
26
|
__kind: z.ZodLiteral<"Other">;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
28
|
__kind: "Other";
|
|
@@ -283,7 +283,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
283
283
|
}, {
|
|
284
284
|
__kind: "CcmInvalidMetadata";
|
|
285
285
|
}>]>;
|
|
286
|
-
details: z.
|
|
286
|
+
details: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
287
287
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
288
288
|
depositWitness: z.ZodObject<{
|
|
289
289
|
depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -347,13 +347,13 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
347
347
|
__kind: z.ZodLiteral<"Vault">;
|
|
348
348
|
vaultWitness: z.ZodObject<{
|
|
349
349
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
350
|
-
__kind: z.ZodEnum<["
|
|
350
|
+
__kind: z.ZodEnum<["ArbEth", "ArbUsdc"]>;
|
|
351
351
|
}, "strip", z.ZodTypeAny, {
|
|
352
|
-
__kind: "
|
|
352
|
+
__kind: "ArbEth" | "ArbUsdc";
|
|
353
353
|
}, {
|
|
354
|
-
__kind: "
|
|
355
|
-
}>, "
|
|
356
|
-
__kind: "
|
|
354
|
+
__kind: "ArbEth" | "ArbUsdc";
|
|
355
|
+
}>, "ArbEth" | "ArbUsdc", {
|
|
356
|
+
__kind: "ArbEth" | "ArbUsdc";
|
|
357
357
|
}>;
|
|
358
358
|
depositAddress: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, `0x${string}`, string>>>;
|
|
359
359
|
channelId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
@@ -374,82 +374,34 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
374
374
|
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
375
375
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
376
376
|
}>;
|
|
377
|
-
destinationAddress: z.
|
|
378
|
-
__kind: z.
|
|
379
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
380
|
-
}, "strip", z.ZodTypeAny, {
|
|
381
|
-
value: `0x${string}`;
|
|
382
|
-
__kind: "Eth";
|
|
383
|
-
}, {
|
|
384
|
-
value: string;
|
|
385
|
-
__kind: "Eth";
|
|
386
|
-
}>, {
|
|
387
|
-
chain: "Ethereum";
|
|
388
|
-
address: `0x${string}`;
|
|
389
|
-
}, {
|
|
390
|
-
value: string;
|
|
391
|
-
__kind: "Eth";
|
|
392
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
393
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
394
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
395
|
-
}, "strip", z.ZodTypeAny, {
|
|
396
|
-
value: `0x${string}`;
|
|
397
|
-
__kind: "Dot";
|
|
398
|
-
}, {
|
|
399
|
-
value: string;
|
|
400
|
-
__kind: "Dot";
|
|
401
|
-
}>, {
|
|
402
|
-
chain: "Polkadot";
|
|
403
|
-
address: string;
|
|
404
|
-
}, {
|
|
405
|
-
value: string;
|
|
406
|
-
__kind: "Dot";
|
|
407
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
408
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
409
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
410
|
-
}, "strip", z.ZodTypeAny, {
|
|
411
|
-
value: `0x${string}`;
|
|
412
|
-
__kind: "Btc";
|
|
413
|
-
}, {
|
|
414
|
-
value: string;
|
|
415
|
-
__kind: "Btc";
|
|
416
|
-
}>, {
|
|
417
|
-
chain: "Bitcoin";
|
|
418
|
-
address: string;
|
|
419
|
-
}, {
|
|
420
|
-
value: string;
|
|
421
|
-
__kind: "Btc";
|
|
422
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
423
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
424
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
425
|
-
}, "strip", z.ZodTypeAny, {
|
|
426
|
-
value: `0x${string}`;
|
|
427
|
-
__kind: "Arb";
|
|
428
|
-
}, {
|
|
429
|
-
value: string;
|
|
430
|
-
__kind: "Arb";
|
|
431
|
-
}>, {
|
|
432
|
-
chain: "Arbitrum";
|
|
433
|
-
address: `0x${string}`;
|
|
434
|
-
}, {
|
|
435
|
-
value: string;
|
|
436
|
-
__kind: "Arb";
|
|
437
|
-
}>, z.ZodEffects<z.ZodObject<{
|
|
438
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
377
|
+
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
378
|
+
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
439
379
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
440
380
|
}, "strip", z.ZodTypeAny, {
|
|
441
381
|
value: `0x${string}`;
|
|
442
|
-
__kind: "Sol";
|
|
382
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
443
383
|
}, {
|
|
444
384
|
value: string;
|
|
445
|
-
__kind: "Sol";
|
|
385
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
446
386
|
}>, {
|
|
447
|
-
chain: "
|
|
448
|
-
address: string
|
|
387
|
+
readonly chain: "Ethereum";
|
|
388
|
+
readonly address: `0x${string}`;
|
|
389
|
+
} | {
|
|
390
|
+
readonly chain: "Polkadot";
|
|
391
|
+
readonly address: string;
|
|
392
|
+
} | {
|
|
393
|
+
readonly chain: "Bitcoin";
|
|
394
|
+
readonly address: string;
|
|
395
|
+
} | {
|
|
396
|
+
readonly chain: "Arbitrum";
|
|
397
|
+
readonly address: `0x${string}`;
|
|
398
|
+
} | {
|
|
399
|
+
readonly chain: "Solana";
|
|
400
|
+
readonly address: string;
|
|
449
401
|
}, {
|
|
450
402
|
value: string;
|
|
451
|
-
__kind: "Sol";
|
|
452
|
-
}
|
|
403
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
404
|
+
}>;
|
|
453
405
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
454
406
|
channelMetadata: z.ZodObject<{
|
|
455
407
|
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -473,7 +425,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
473
425
|
}>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
|
|
474
426
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
475
427
|
}>;
|
|
476
|
-
sourceAddress: z.ZodOptional<z.ZodNullable<z.
|
|
428
|
+
sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
477
429
|
__kind: z.ZodLiteral<"Eth">;
|
|
478
430
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
479
431
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -493,7 +445,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
493
445
|
__kind: "Dot";
|
|
494
446
|
}>, z.ZodObject<{
|
|
495
447
|
__kind: z.ZodLiteral<"Btc">;
|
|
496
|
-
value: z.
|
|
448
|
+
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
497
449
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
498
450
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
499
451
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -724,223 +676,15 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
724
676
|
}>, "many">;
|
|
725
677
|
refundParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
726
678
|
retryDuration: z.ZodNumber;
|
|
727
|
-
refundAddress: z.
|
|
728
|
-
__kind: z.ZodLiteral<"Eth">;
|
|
729
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
730
|
-
}, "strip", z.ZodTypeAny, {
|
|
731
|
-
value: `0x${string}`;
|
|
732
|
-
__kind: "Eth";
|
|
733
|
-
}, {
|
|
734
|
-
value: string;
|
|
735
|
-
__kind: "Eth";
|
|
736
|
-
}>, z.ZodObject<{
|
|
737
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
738
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
739
|
-
}, "strip", z.ZodTypeAny, {
|
|
740
|
-
value: `0x${string}`;
|
|
741
|
-
__kind: "Dot";
|
|
742
|
-
}, {
|
|
743
|
-
value: string;
|
|
744
|
-
__kind: "Dot";
|
|
745
|
-
}>, z.ZodObject<{
|
|
746
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
747
|
-
value: z.ZodUnion<[z.ZodObject<{
|
|
748
|
-
__kind: z.ZodLiteral<"P2PKH">;
|
|
749
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
750
|
-
}, "strip", z.ZodTypeAny, {
|
|
751
|
-
value: `0x${string}`;
|
|
752
|
-
__kind: "P2PKH";
|
|
753
|
-
}, {
|
|
754
|
-
value: string;
|
|
755
|
-
__kind: "P2PKH";
|
|
756
|
-
}>, z.ZodObject<{
|
|
757
|
-
__kind: z.ZodLiteral<"P2SH">;
|
|
758
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
759
|
-
}, "strip", z.ZodTypeAny, {
|
|
760
|
-
value: `0x${string}`;
|
|
761
|
-
__kind: "P2SH";
|
|
762
|
-
}, {
|
|
763
|
-
value: string;
|
|
764
|
-
__kind: "P2SH";
|
|
765
|
-
}>, z.ZodObject<{
|
|
766
|
-
__kind: z.ZodLiteral<"P2WPKH">;
|
|
767
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
768
|
-
}, "strip", z.ZodTypeAny, {
|
|
769
|
-
value: `0x${string}`;
|
|
770
|
-
__kind: "P2WPKH";
|
|
771
|
-
}, {
|
|
772
|
-
value: string;
|
|
773
|
-
__kind: "P2WPKH";
|
|
774
|
-
}>, z.ZodObject<{
|
|
775
|
-
__kind: z.ZodLiteral<"P2WSH">;
|
|
776
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
777
|
-
}, "strip", z.ZodTypeAny, {
|
|
778
|
-
value: `0x${string}`;
|
|
779
|
-
__kind: "P2WSH";
|
|
780
|
-
}, {
|
|
781
|
-
value: string;
|
|
782
|
-
__kind: "P2WSH";
|
|
783
|
-
}>, z.ZodObject<{
|
|
784
|
-
__kind: z.ZodLiteral<"Taproot">;
|
|
785
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
786
|
-
}, "strip", z.ZodTypeAny, {
|
|
787
|
-
value: `0x${string}`;
|
|
788
|
-
__kind: "Taproot";
|
|
789
|
-
}, {
|
|
790
|
-
value: string;
|
|
791
|
-
__kind: "Taproot";
|
|
792
|
-
}>, z.ZodObject<{
|
|
793
|
-
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
794
|
-
version: z.ZodNumber;
|
|
795
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
796
|
-
}, "strip", z.ZodTypeAny, {
|
|
797
|
-
__kind: "OtherSegwit";
|
|
798
|
-
version: number;
|
|
799
|
-
program: `0x${string}`;
|
|
800
|
-
}, {
|
|
801
|
-
__kind: "OtherSegwit";
|
|
802
|
-
version: number;
|
|
803
|
-
program: string;
|
|
804
|
-
}>]>;
|
|
805
|
-
}, "strip", z.ZodTypeAny, {
|
|
806
|
-
value: {
|
|
807
|
-
value: `0x${string}`;
|
|
808
|
-
__kind: "P2PKH";
|
|
809
|
-
} | {
|
|
810
|
-
value: `0x${string}`;
|
|
811
|
-
__kind: "P2SH";
|
|
812
|
-
} | {
|
|
813
|
-
value: `0x${string}`;
|
|
814
|
-
__kind: "P2WPKH";
|
|
815
|
-
} | {
|
|
816
|
-
value: `0x${string}`;
|
|
817
|
-
__kind: "P2WSH";
|
|
818
|
-
} | {
|
|
819
|
-
value: `0x${string}`;
|
|
820
|
-
__kind: "Taproot";
|
|
821
|
-
} | {
|
|
822
|
-
__kind: "OtherSegwit";
|
|
823
|
-
version: number;
|
|
824
|
-
program: `0x${string}`;
|
|
825
|
-
};
|
|
826
|
-
__kind: "Btc";
|
|
827
|
-
}, {
|
|
828
|
-
value: {
|
|
829
|
-
value: string;
|
|
830
|
-
__kind: "P2PKH";
|
|
831
|
-
} | {
|
|
832
|
-
value: string;
|
|
833
|
-
__kind: "P2SH";
|
|
834
|
-
} | {
|
|
835
|
-
value: string;
|
|
836
|
-
__kind: "P2WPKH";
|
|
837
|
-
} | {
|
|
838
|
-
value: string;
|
|
839
|
-
__kind: "P2WSH";
|
|
840
|
-
} | {
|
|
841
|
-
value: string;
|
|
842
|
-
__kind: "Taproot";
|
|
843
|
-
} | {
|
|
844
|
-
__kind: "OtherSegwit";
|
|
845
|
-
version: number;
|
|
846
|
-
program: string;
|
|
847
|
-
};
|
|
848
|
-
__kind: "Btc";
|
|
849
|
-
}>, z.ZodObject<{
|
|
850
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
851
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
852
|
-
}, "strip", z.ZodTypeAny, {
|
|
853
|
-
value: `0x${string}`;
|
|
854
|
-
__kind: "Arb";
|
|
855
|
-
}, {
|
|
856
|
-
value: string;
|
|
857
|
-
__kind: "Arb";
|
|
858
|
-
}>, z.ZodObject<{
|
|
859
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
860
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
861
|
-
}, "strip", z.ZodTypeAny, {
|
|
862
|
-
value: `0x${string}`;
|
|
863
|
-
__kind: "Sol";
|
|
864
|
-
}, {
|
|
865
|
-
value: string;
|
|
866
|
-
__kind: "Sol";
|
|
867
|
-
}>]>;
|
|
679
|
+
refundAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
868
680
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
869
681
|
}, "strip", z.ZodTypeAny, {
|
|
870
682
|
retryDuration: number;
|
|
871
|
-
refundAddress: {
|
|
872
|
-
value: `0x${string}`;
|
|
873
|
-
__kind: "Eth";
|
|
874
|
-
} | {
|
|
875
|
-
value: `0x${string}`;
|
|
876
|
-
__kind: "Dot";
|
|
877
|
-
} | {
|
|
878
|
-
value: {
|
|
879
|
-
value: `0x${string}`;
|
|
880
|
-
__kind: "P2PKH";
|
|
881
|
-
} | {
|
|
882
|
-
value: `0x${string}`;
|
|
883
|
-
__kind: "P2SH";
|
|
884
|
-
} | {
|
|
885
|
-
value: `0x${string}`;
|
|
886
|
-
__kind: "P2WPKH";
|
|
887
|
-
} | {
|
|
888
|
-
value: `0x${string}`;
|
|
889
|
-
__kind: "P2WSH";
|
|
890
|
-
} | {
|
|
891
|
-
value: `0x${string}`;
|
|
892
|
-
__kind: "Taproot";
|
|
893
|
-
} | {
|
|
894
|
-
__kind: "OtherSegwit";
|
|
895
|
-
version: number;
|
|
896
|
-
program: `0x${string}`;
|
|
897
|
-
};
|
|
898
|
-
__kind: "Btc";
|
|
899
|
-
} | {
|
|
900
|
-
value: `0x${string}`;
|
|
901
|
-
__kind: "Arb";
|
|
902
|
-
} | {
|
|
903
|
-
value: `0x${string}`;
|
|
904
|
-
__kind: "Sol";
|
|
905
|
-
};
|
|
683
|
+
refundAddress: `0x${string}`;
|
|
906
684
|
minPrice: bigint;
|
|
907
685
|
}, {
|
|
908
686
|
retryDuration: number;
|
|
909
|
-
refundAddress:
|
|
910
|
-
value: string;
|
|
911
|
-
__kind: "Eth";
|
|
912
|
-
} | {
|
|
913
|
-
value: string;
|
|
914
|
-
__kind: "Dot";
|
|
915
|
-
} | {
|
|
916
|
-
value: {
|
|
917
|
-
value: string;
|
|
918
|
-
__kind: "P2PKH";
|
|
919
|
-
} | {
|
|
920
|
-
value: string;
|
|
921
|
-
__kind: "P2SH";
|
|
922
|
-
} | {
|
|
923
|
-
value: string;
|
|
924
|
-
__kind: "P2WPKH";
|
|
925
|
-
} | {
|
|
926
|
-
value: string;
|
|
927
|
-
__kind: "P2WSH";
|
|
928
|
-
} | {
|
|
929
|
-
value: string;
|
|
930
|
-
__kind: "Taproot";
|
|
931
|
-
} | {
|
|
932
|
-
__kind: "OtherSegwit";
|
|
933
|
-
version: number;
|
|
934
|
-
program: string;
|
|
935
|
-
};
|
|
936
|
-
__kind: "Btc";
|
|
937
|
-
} | {
|
|
938
|
-
value: string;
|
|
939
|
-
__kind: "Arb";
|
|
940
|
-
} | {
|
|
941
|
-
value: string;
|
|
942
|
-
__kind: "Sol";
|
|
943
|
-
};
|
|
687
|
+
refundAddress: string;
|
|
944
688
|
minPrice: string | number;
|
|
945
689
|
}>>>;
|
|
946
690
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -959,24 +703,24 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
959
703
|
depositDetails: {
|
|
960
704
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
961
705
|
};
|
|
962
|
-
inputAsset: "
|
|
706
|
+
inputAsset: "ArbEth" | "ArbUsdc";
|
|
963
707
|
depositAmount: bigint;
|
|
964
708
|
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
965
709
|
destinationAddress: {
|
|
966
|
-
chain: "Ethereum";
|
|
967
|
-
address: `0x${string}`;
|
|
710
|
+
readonly chain: "Ethereum";
|
|
711
|
+
readonly address: `0x${string}`;
|
|
968
712
|
} | {
|
|
969
|
-
chain: "Polkadot";
|
|
970
|
-
address: string;
|
|
713
|
+
readonly chain: "Polkadot";
|
|
714
|
+
readonly address: string;
|
|
971
715
|
} | {
|
|
972
|
-
chain: "Bitcoin";
|
|
973
|
-
address: string;
|
|
716
|
+
readonly chain: "Bitcoin";
|
|
717
|
+
readonly address: string;
|
|
974
718
|
} | {
|
|
975
|
-
chain: "Arbitrum";
|
|
976
|
-
address: `0x${string}`;
|
|
719
|
+
readonly chain: "Arbitrum";
|
|
720
|
+
readonly address: `0x${string}`;
|
|
977
721
|
} | {
|
|
978
|
-
chain: "Solana";
|
|
979
|
-
address: string;
|
|
722
|
+
readonly chain: "Solana";
|
|
723
|
+
readonly address: string;
|
|
980
724
|
};
|
|
981
725
|
affiliateFees: {
|
|
982
726
|
account: number;
|
|
@@ -1034,41 +778,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1034
778
|
} | null | undefined;
|
|
1035
779
|
refundParams?: {
|
|
1036
780
|
retryDuration: number;
|
|
1037
|
-
refundAddress: {
|
|
1038
|
-
value: `0x${string}`;
|
|
1039
|
-
__kind: "Eth";
|
|
1040
|
-
} | {
|
|
1041
|
-
value: `0x${string}`;
|
|
1042
|
-
__kind: "Dot";
|
|
1043
|
-
} | {
|
|
1044
|
-
value: {
|
|
1045
|
-
value: `0x${string}`;
|
|
1046
|
-
__kind: "P2PKH";
|
|
1047
|
-
} | {
|
|
1048
|
-
value: `0x${string}`;
|
|
1049
|
-
__kind: "P2SH";
|
|
1050
|
-
} | {
|
|
1051
|
-
value: `0x${string}`;
|
|
1052
|
-
__kind: "P2WPKH";
|
|
1053
|
-
} | {
|
|
1054
|
-
value: `0x${string}`;
|
|
1055
|
-
__kind: "P2WSH";
|
|
1056
|
-
} | {
|
|
1057
|
-
value: `0x${string}`;
|
|
1058
|
-
__kind: "Taproot";
|
|
1059
|
-
} | {
|
|
1060
|
-
__kind: "OtherSegwit";
|
|
1061
|
-
version: number;
|
|
1062
|
-
program: `0x${string}`;
|
|
1063
|
-
};
|
|
1064
|
-
__kind: "Btc";
|
|
1065
|
-
} | {
|
|
1066
|
-
value: `0x${string}`;
|
|
1067
|
-
__kind: "Arb";
|
|
1068
|
-
} | {
|
|
1069
|
-
value: `0x${string}`;
|
|
1070
|
-
__kind: "Sol";
|
|
1071
|
-
};
|
|
781
|
+
refundAddress: `0x${string}`;
|
|
1072
782
|
minPrice: bigint;
|
|
1073
783
|
} | null | undefined;
|
|
1074
784
|
dcaParams?: {
|
|
@@ -1081,7 +791,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1081
791
|
txHashes?: string[] | null | undefined;
|
|
1082
792
|
};
|
|
1083
793
|
inputAsset: {
|
|
1084
|
-
__kind: "
|
|
794
|
+
__kind: "ArbEth" | "ArbUsdc";
|
|
1085
795
|
};
|
|
1086
796
|
depositAmount: string | number;
|
|
1087
797
|
outputAsset: {
|
|
@@ -1089,19 +799,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1089
799
|
};
|
|
1090
800
|
destinationAddress: {
|
|
1091
801
|
value: string;
|
|
1092
|
-
__kind: "Eth";
|
|
1093
|
-
} | {
|
|
1094
|
-
value: string;
|
|
1095
|
-
__kind: "Dot";
|
|
1096
|
-
} | {
|
|
1097
|
-
value: string;
|
|
1098
|
-
__kind: "Btc";
|
|
1099
|
-
} | {
|
|
1100
|
-
value: string;
|
|
1101
|
-
__kind: "Arb";
|
|
1102
|
-
} | {
|
|
1103
|
-
value: string;
|
|
1104
|
-
__kind: "Sol";
|
|
802
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1105
803
|
};
|
|
1106
804
|
affiliateFees: {
|
|
1107
805
|
account: number;
|
|
@@ -1161,41 +859,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1161
859
|
} | null | undefined;
|
|
1162
860
|
refundParams?: {
|
|
1163
861
|
retryDuration: number;
|
|
1164
|
-
refundAddress:
|
|
1165
|
-
value: string;
|
|
1166
|
-
__kind: "Eth";
|
|
1167
|
-
} | {
|
|
1168
|
-
value: string;
|
|
1169
|
-
__kind: "Dot";
|
|
1170
|
-
} | {
|
|
1171
|
-
value: {
|
|
1172
|
-
value: string;
|
|
1173
|
-
__kind: "P2PKH";
|
|
1174
|
-
} | {
|
|
1175
|
-
value: string;
|
|
1176
|
-
__kind: "P2SH";
|
|
1177
|
-
} | {
|
|
1178
|
-
value: string;
|
|
1179
|
-
__kind: "P2WPKH";
|
|
1180
|
-
} | {
|
|
1181
|
-
value: string;
|
|
1182
|
-
__kind: "P2WSH";
|
|
1183
|
-
} | {
|
|
1184
|
-
value: string;
|
|
1185
|
-
__kind: "Taproot";
|
|
1186
|
-
} | {
|
|
1187
|
-
__kind: "OtherSegwit";
|
|
1188
|
-
version: number;
|
|
1189
|
-
program: string;
|
|
1190
|
-
};
|
|
1191
|
-
__kind: "Btc";
|
|
1192
|
-
} | {
|
|
1193
|
-
value: string;
|
|
1194
|
-
__kind: "Arb";
|
|
1195
|
-
} | {
|
|
1196
|
-
value: string;
|
|
1197
|
-
__kind: "Sol";
|
|
1198
|
-
};
|
|
862
|
+
refundAddress: string;
|
|
1199
863
|
minPrice: string | number;
|
|
1200
864
|
} | null | undefined;
|
|
1201
865
|
dcaParams?: {
|
|
@@ -1210,24 +874,24 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1210
874
|
depositDetails: {
|
|
1211
875
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
1212
876
|
};
|
|
1213
|
-
inputAsset: "
|
|
877
|
+
inputAsset: "ArbEth" | "ArbUsdc";
|
|
1214
878
|
depositAmount: bigint;
|
|
1215
879
|
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1216
880
|
destinationAddress: {
|
|
1217
|
-
chain: "Ethereum";
|
|
1218
|
-
address: `0x${string}`;
|
|
881
|
+
readonly chain: "Ethereum";
|
|
882
|
+
readonly address: `0x${string}`;
|
|
1219
883
|
} | {
|
|
1220
|
-
chain: "Polkadot";
|
|
1221
|
-
address: string;
|
|
884
|
+
readonly chain: "Polkadot";
|
|
885
|
+
readonly address: string;
|
|
1222
886
|
} | {
|
|
1223
|
-
chain: "Bitcoin";
|
|
1224
|
-
address: string;
|
|
887
|
+
readonly chain: "Bitcoin";
|
|
888
|
+
readonly address: string;
|
|
1225
889
|
} | {
|
|
1226
|
-
chain: "Arbitrum";
|
|
1227
|
-
address: `0x${string}`;
|
|
890
|
+
readonly chain: "Arbitrum";
|
|
891
|
+
readonly address: `0x${string}`;
|
|
1228
892
|
} | {
|
|
1229
|
-
chain: "Solana";
|
|
1230
|
-
address: string;
|
|
893
|
+
readonly chain: "Solana";
|
|
894
|
+
readonly address: string;
|
|
1231
895
|
};
|
|
1232
896
|
affiliateFees: {
|
|
1233
897
|
account: number;
|
|
@@ -1285,41 +949,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1285
949
|
} | null | undefined;
|
|
1286
950
|
refundParams?: {
|
|
1287
951
|
retryDuration: number;
|
|
1288
|
-
refundAddress: {
|
|
1289
|
-
value: `0x${string}`;
|
|
1290
|
-
__kind: "Eth";
|
|
1291
|
-
} | {
|
|
1292
|
-
value: `0x${string}`;
|
|
1293
|
-
__kind: "Dot";
|
|
1294
|
-
} | {
|
|
1295
|
-
value: {
|
|
1296
|
-
value: `0x${string}`;
|
|
1297
|
-
__kind: "P2PKH";
|
|
1298
|
-
} | {
|
|
1299
|
-
value: `0x${string}`;
|
|
1300
|
-
__kind: "P2SH";
|
|
1301
|
-
} | {
|
|
1302
|
-
value: `0x${string}`;
|
|
1303
|
-
__kind: "P2WPKH";
|
|
1304
|
-
} | {
|
|
1305
|
-
value: `0x${string}`;
|
|
1306
|
-
__kind: "P2WSH";
|
|
1307
|
-
} | {
|
|
1308
|
-
value: `0x${string}`;
|
|
1309
|
-
__kind: "Taproot";
|
|
1310
|
-
} | {
|
|
1311
|
-
__kind: "OtherSegwit";
|
|
1312
|
-
version: number;
|
|
1313
|
-
program: `0x${string}`;
|
|
1314
|
-
};
|
|
1315
|
-
__kind: "Btc";
|
|
1316
|
-
} | {
|
|
1317
|
-
value: `0x${string}`;
|
|
1318
|
-
__kind: "Arb";
|
|
1319
|
-
} | {
|
|
1320
|
-
value: `0x${string}`;
|
|
1321
|
-
__kind: "Sol";
|
|
1322
|
-
};
|
|
952
|
+
refundAddress: `0x${string}`;
|
|
1323
953
|
minPrice: bigint;
|
|
1324
954
|
} | null | undefined;
|
|
1325
955
|
dcaParams?: {
|
|
@@ -1335,7 +965,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1335
965
|
txHashes?: string[] | null | undefined;
|
|
1336
966
|
};
|
|
1337
967
|
inputAsset: {
|
|
1338
|
-
__kind: "
|
|
968
|
+
__kind: "ArbEth" | "ArbUsdc";
|
|
1339
969
|
};
|
|
1340
970
|
depositAmount: string | number;
|
|
1341
971
|
outputAsset: {
|
|
@@ -1343,19 +973,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1343
973
|
};
|
|
1344
974
|
destinationAddress: {
|
|
1345
975
|
value: string;
|
|
1346
|
-
__kind: "Eth";
|
|
1347
|
-
} | {
|
|
1348
|
-
value: string;
|
|
1349
|
-
__kind: "Dot";
|
|
1350
|
-
} | {
|
|
1351
|
-
value: string;
|
|
1352
|
-
__kind: "Btc";
|
|
1353
|
-
} | {
|
|
1354
|
-
value: string;
|
|
1355
|
-
__kind: "Arb";
|
|
1356
|
-
} | {
|
|
1357
|
-
value: string;
|
|
1358
|
-
__kind: "Sol";
|
|
976
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1359
977
|
};
|
|
1360
978
|
affiliateFees: {
|
|
1361
979
|
account: number;
|
|
@@ -1415,41 +1033,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1415
1033
|
} | null | undefined;
|
|
1416
1034
|
refundParams?: {
|
|
1417
1035
|
retryDuration: number;
|
|
1418
|
-
refundAddress:
|
|
1419
|
-
value: string;
|
|
1420
|
-
__kind: "Eth";
|
|
1421
|
-
} | {
|
|
1422
|
-
value: string;
|
|
1423
|
-
__kind: "Dot";
|
|
1424
|
-
} | {
|
|
1425
|
-
value: {
|
|
1426
|
-
value: string;
|
|
1427
|
-
__kind: "P2PKH";
|
|
1428
|
-
} | {
|
|
1429
|
-
value: string;
|
|
1430
|
-
__kind: "P2SH";
|
|
1431
|
-
} | {
|
|
1432
|
-
value: string;
|
|
1433
|
-
__kind: "P2WPKH";
|
|
1434
|
-
} | {
|
|
1435
|
-
value: string;
|
|
1436
|
-
__kind: "P2WSH";
|
|
1437
|
-
} | {
|
|
1438
|
-
value: string;
|
|
1439
|
-
__kind: "Taproot";
|
|
1440
|
-
} | {
|
|
1441
|
-
__kind: "OtherSegwit";
|
|
1442
|
-
version: number;
|
|
1443
|
-
program: string;
|
|
1444
|
-
};
|
|
1445
|
-
__kind: "Btc";
|
|
1446
|
-
} | {
|
|
1447
|
-
value: string;
|
|
1448
|
-
__kind: "Arb";
|
|
1449
|
-
} | {
|
|
1450
|
-
value: string;
|
|
1451
|
-
__kind: "Sol";
|
|
1452
|
-
};
|
|
1036
|
+
refundAddress: string;
|
|
1453
1037
|
minPrice: string | number;
|
|
1454
1038
|
} | null | undefined;
|
|
1455
1039
|
dcaParams?: {
|
|
@@ -1534,24 +1118,24 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1534
1118
|
depositDetails: {
|
|
1535
1119
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
1536
1120
|
};
|
|
1537
|
-
inputAsset: "
|
|
1121
|
+
inputAsset: "ArbEth" | "ArbUsdc";
|
|
1538
1122
|
depositAmount: bigint;
|
|
1539
1123
|
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1540
1124
|
destinationAddress: {
|
|
1541
|
-
chain: "Ethereum";
|
|
1542
|
-
address: `0x${string}`;
|
|
1125
|
+
readonly chain: "Ethereum";
|
|
1126
|
+
readonly address: `0x${string}`;
|
|
1543
1127
|
} | {
|
|
1544
|
-
chain: "Polkadot";
|
|
1545
|
-
address: string;
|
|
1128
|
+
readonly chain: "Polkadot";
|
|
1129
|
+
readonly address: string;
|
|
1546
1130
|
} | {
|
|
1547
|
-
chain: "Bitcoin";
|
|
1548
|
-
address: string;
|
|
1131
|
+
readonly chain: "Bitcoin";
|
|
1132
|
+
readonly address: string;
|
|
1549
1133
|
} | {
|
|
1550
|
-
chain: "Arbitrum";
|
|
1551
|
-
address: `0x${string}`;
|
|
1134
|
+
readonly chain: "Arbitrum";
|
|
1135
|
+
readonly address: `0x${string}`;
|
|
1552
1136
|
} | {
|
|
1553
|
-
chain: "Solana";
|
|
1554
|
-
address: string;
|
|
1137
|
+
readonly chain: "Solana";
|
|
1138
|
+
readonly address: string;
|
|
1555
1139
|
};
|
|
1556
1140
|
affiliateFees: {
|
|
1557
1141
|
account: number;
|
|
@@ -1609,41 +1193,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1609
1193
|
} | null | undefined;
|
|
1610
1194
|
refundParams?: {
|
|
1611
1195
|
retryDuration: number;
|
|
1612
|
-
refundAddress: {
|
|
1613
|
-
value: `0x${string}`;
|
|
1614
|
-
__kind: "Eth";
|
|
1615
|
-
} | {
|
|
1616
|
-
value: `0x${string}`;
|
|
1617
|
-
__kind: "Dot";
|
|
1618
|
-
} | {
|
|
1619
|
-
value: {
|
|
1620
|
-
value: `0x${string}`;
|
|
1621
|
-
__kind: "P2PKH";
|
|
1622
|
-
} | {
|
|
1623
|
-
value: `0x${string}`;
|
|
1624
|
-
__kind: "P2SH";
|
|
1625
|
-
} | {
|
|
1626
|
-
value: `0x${string}`;
|
|
1627
|
-
__kind: "P2WPKH";
|
|
1628
|
-
} | {
|
|
1629
|
-
value: `0x${string}`;
|
|
1630
|
-
__kind: "P2WSH";
|
|
1631
|
-
} | {
|
|
1632
|
-
value: `0x${string}`;
|
|
1633
|
-
__kind: "Taproot";
|
|
1634
|
-
} | {
|
|
1635
|
-
__kind: "OtherSegwit";
|
|
1636
|
-
version: number;
|
|
1637
|
-
program: `0x${string}`;
|
|
1638
|
-
};
|
|
1639
|
-
__kind: "Btc";
|
|
1640
|
-
} | {
|
|
1641
|
-
value: `0x${string}`;
|
|
1642
|
-
__kind: "Arb";
|
|
1643
|
-
} | {
|
|
1644
|
-
value: `0x${string}`;
|
|
1645
|
-
__kind: "Sol";
|
|
1646
|
-
};
|
|
1196
|
+
refundAddress: `0x${string}`;
|
|
1647
1197
|
minPrice: bigint;
|
|
1648
1198
|
} | null | undefined;
|
|
1649
1199
|
dcaParams?: {
|
|
@@ -1737,7 +1287,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1737
1287
|
txHashes?: string[] | null | undefined;
|
|
1738
1288
|
};
|
|
1739
1289
|
inputAsset: {
|
|
1740
|
-
__kind: "
|
|
1290
|
+
__kind: "ArbEth" | "ArbUsdc";
|
|
1741
1291
|
};
|
|
1742
1292
|
depositAmount: string | number;
|
|
1743
1293
|
outputAsset: {
|
|
@@ -1745,19 +1295,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1745
1295
|
};
|
|
1746
1296
|
destinationAddress: {
|
|
1747
1297
|
value: string;
|
|
1748
|
-
__kind: "Eth";
|
|
1749
|
-
} | {
|
|
1750
|
-
value: string;
|
|
1751
|
-
__kind: "Dot";
|
|
1752
|
-
} | {
|
|
1753
|
-
value: string;
|
|
1754
|
-
__kind: "Btc";
|
|
1755
|
-
} | {
|
|
1756
|
-
value: string;
|
|
1757
|
-
__kind: "Arb";
|
|
1758
|
-
} | {
|
|
1759
|
-
value: string;
|
|
1760
|
-
__kind: "Sol";
|
|
1298
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
1761
1299
|
};
|
|
1762
1300
|
affiliateFees: {
|
|
1763
1301
|
account: number;
|
|
@@ -1817,41 +1355,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1817
1355
|
} | null | undefined;
|
|
1818
1356
|
refundParams?: {
|
|
1819
1357
|
retryDuration: number;
|
|
1820
|
-
refundAddress:
|
|
1821
|
-
value: string;
|
|
1822
|
-
__kind: "Eth";
|
|
1823
|
-
} | {
|
|
1824
|
-
value: string;
|
|
1825
|
-
__kind: "Dot";
|
|
1826
|
-
} | {
|
|
1827
|
-
value: {
|
|
1828
|
-
value: string;
|
|
1829
|
-
__kind: "P2PKH";
|
|
1830
|
-
} | {
|
|
1831
|
-
value: string;
|
|
1832
|
-
__kind: "P2SH";
|
|
1833
|
-
} | {
|
|
1834
|
-
value: string;
|
|
1835
|
-
__kind: "P2WPKH";
|
|
1836
|
-
} | {
|
|
1837
|
-
value: string;
|
|
1838
|
-
__kind: "P2WSH";
|
|
1839
|
-
} | {
|
|
1840
|
-
value: string;
|
|
1841
|
-
__kind: "Taproot";
|
|
1842
|
-
} | {
|
|
1843
|
-
__kind: "OtherSegwit";
|
|
1844
|
-
version: number;
|
|
1845
|
-
program: string;
|
|
1846
|
-
};
|
|
1847
|
-
__kind: "Btc";
|
|
1848
|
-
} | {
|
|
1849
|
-
value: string;
|
|
1850
|
-
__kind: "Arb";
|
|
1851
|
-
} | {
|
|
1852
|
-
value: string;
|
|
1853
|
-
__kind: "Sol";
|
|
1854
|
-
};
|
|
1358
|
+
refundAddress: string;
|
|
1855
1359
|
minPrice: string | number;
|
|
1856
1360
|
} | null | undefined;
|
|
1857
1361
|
dcaParams?: {
|