@chainflip/processor 2.2.0-alpha.7 → 2.2.0-beta.0
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 +56 -56
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.mts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +48 -48
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +48 -48
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +48 -48
- package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +48 -48
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +108 -108
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +108 -108
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.mts +40 -40
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/common.d.cts +249 -249
- package/dist/100/common.d.mts +249 -249
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/100/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositReceived.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/flip/remainingImbalance.d.cts +44 -44
- package/dist/100/flip/remainingImbalance.d.mts +44 -44
- package/dist/100/funding/boundExecutorAddress.d.cts +4 -4
- package/dist/100/funding/boundExecutorAddress.d.mts +4 -4
- package/dist/100/funding/boundRedeemAddress.d.cts +4 -4
- package/dist/100/funding/boundRedeemAddress.d.mts +4 -4
- package/dist/100/funding/failedFundingAttempt.d.cts +4 -4
- package/dist/100/funding/failedFundingAttempt.d.mts +4 -4
- package/dist/100/funding/funded.d.cts +4 -4
- package/dist/100/funding/funded.d.mts +4 -4
- package/dist/100/funding/redemptionRequested.d.cts +8 -8
- package/dist/100/funding/redemptionRequested.d.mts +8 -8
- package/dist/100/governance/failedExecution.d.cts +16 -16
- package/dist/100/governance/failedExecution.d.mts +16 -16
- package/dist/100/governance/govKeyCallExecutionFailed.d.cts +32 -32
- package/dist/100/governance/govKeyCallExecutionFailed.d.mts +32 -32
- package/dist/100/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/100/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +40 -40
- package/dist/100/liquidityPools/limitOrderUpdated.d.mts +40 -40
- package/dist/100/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/100/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/100/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/100/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/100/liquidityPools/poolStateUpdated.d.cts +24 -24
- package/dist/100/liquidityPools/poolStateUpdated.d.mts +24 -24
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/100/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/100/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/100/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/100/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +30 -30
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +30 -30
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +88 -88
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +88 -88
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/depositReceived.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/100/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/100/swapping/ccmDepositReceived.d.cts +128 -128
- package/dist/100/swapping/ccmDepositReceived.d.mts +128 -128
- package/dist/100/swapping/ccmFailed.d.cts +124 -124
- package/dist/100/swapping/ccmFailed.d.mts +124 -124
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +12 -12
- package/dist/100/swapping/minimumSwapAmountSet.d.mts +12 -12
- package/dist/100/swapping/swapAmountTooLow.d.cts +38 -38
- package/dist/100/swapping/swapAmountTooLow.d.mts +38 -38
- package/dist/100/swapping/swapDepositAddressReady.d.cts +44 -44
- package/dist/100/swapping/swapDepositAddressReady.d.mts +44 -44
- package/dist/100/swapping/swapEgressScheduled.d.cts +20 -20
- package/dist/100/swapping/swapEgressScheduled.d.mts +20 -20
- package/dist/100/swapping/swapExecuted.d.cts +30 -30
- package/dist/100/swapping/swapExecuted.d.mts +30 -30
- package/dist/100/swapping/swapScheduled.d.cts +196 -196
- package/dist/100/swapping/swapScheduled.d.mts +196 -196
- package/dist/100/swapping/withdrawalRequested.d.cts +16 -16
- package/dist/100/swapping/withdrawalRequested.d.mts +16 -16
- package/dist/100/system/extrinsicFailed.d.cts +66 -66
- package/dist/100/system/extrinsicFailed.d.mts +66 -66
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/100/validator/rotationPhaseUpdated.d.cts +40 -40
- package/dist/100/validator/rotationPhaseUpdated.d.mts +40 -40
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +32 -32
- package/dist/100/witnesser/witnessExecutionFailed.d.mts +32 -32
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +408 -408
- package/dist/11000/assethubIngressEgress/depositFailed.d.mts +408 -408
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +631 -631
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +631 -631
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +40 -40
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.mts +40 -40
- package/dist/11000/common.d.cts +2445 -2445
- package/dist/11000/common.d.mts +2445 -2445
- package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/11000/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +16 -16
- package/dist/11000/lendingPools/boostFundsAdded.d.mts +16 -16
- package/dist/11000/lendingPools/boostPoolCreated.d.cts +16 -16
- package/dist/11000/lendingPools/boostPoolCreated.d.mts +16 -16
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +16 -16
- package/dist/11000/lendingPools/stoppedBoosting.d.mts +16 -16
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +408 -408
- package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +408 -408
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/solanaElections/unknownElection.d.cts +8 -8
- package/dist/11000/solanaElections/unknownElection.d.mts +8 -8
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/solanaIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/swapping/palletConfigUpdated.d.cts +64 -64
- package/dist/11000/swapping/palletConfigUpdated.d.mts +64 -64
- package/dist/11000/swapping/refundEgressScheduled.d.cts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.d.mts +32 -32
- package/dist/11000/swapping/refundedOnChain.d.cts +16 -16
- package/dist/11000/swapping/refundedOnChain.d.mts +16 -16
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +108 -108
- package/dist/11000/swapping/swapDepositAddressReady.d.mts +108 -108
- package/dist/11000/swapping/swapRequested.d.cts +212 -212
- package/dist/11000/swapping/swapRequested.d.mts +212 -212
- package/dist/11000/tradingStrategy/strategyDeployed.d.cts +48 -48
- package/dist/11000/tradingStrategy/strategyDeployed.d.mts +48 -48
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +40 -40
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.mts +40 -40
- package/dist/111/common.d.cts +30 -30
- package/dist/111/common.d.mts +30 -30
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +50 -50
- package/dist/111/liquidityPools/limitOrderUpdated.d.mts +50 -50
- package/dist/111/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/111/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/111/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/111/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +58 -58
- package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +58 -58
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +36 -36
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +36 -36
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +80 -80
- package/dist/11100/assethubIngressEgress/depositFailed.d.mts +80 -80
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +76 -76
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +76 -76
- package/dist/11100/common.d.cts +370 -370
- package/dist/11100/common.d.mts +370 -370
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +120 -120
- package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +120 -120
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +4 -4
- package/dist/11100/funding/sCCallCannotBeDecoded.d.mts +4 -4
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +4 -4
- package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +4 -4
- package/dist/11100/funding/sCCallExecuted.d.cts +4 -4
- package/dist/11100/funding/sCCallExecuted.d.mts +4 -4
- package/dist/11100/lendingPools/collateralAdded.d.cts +24 -24
- package/dist/11100/lendingPools/collateralAdded.d.mts +24 -24
- package/dist/11100/lendingPools/collateralRemoved.d.cts +24 -24
- package/dist/11100/lendingPools/collateralRemoved.d.mts +24 -24
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +12 -12
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.mts +12 -12
- package/dist/11100/lendingPools/lendingFundsAdded.d.cts +14 -14
- package/dist/11100/lendingPools/lendingFundsAdded.d.mts +14 -14
- package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +12 -12
- package/dist/11100/lendingPools/lendingFundsRemoved.d.mts +12 -12
- package/dist/11100/lendingPools/lendingPoolCreated.d.cts +12 -12
- package/dist/11100/lendingPools/lendingPoolCreated.d.mts +12 -12
- package/dist/11100/lendingPools/loanCreated.d.cts +16 -16
- package/dist/11100/lendingPools/loanCreated.d.mts +16 -16
- package/dist/11100/lendingPools/loanRepaid.d.cts +12 -12
- package/dist/11100/lendingPools/loanRepaid.d.mts +12 -12
- package/dist/11100/lendingPools/loanSettled.d.cts +12 -12
- package/dist/11100/lendingPools/loanSettled.d.mts +12 -12
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +80 -80
- package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +80 -80
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/solanaIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/11100/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/11100/swapping/swapExecuted.d.cts +28 -28
- package/dist/11100/swapping/swapExecuted.d.mts +28 -28
- package/dist/11100/swapping/swapRequested.d.cts +68 -68
- package/dist/11100/swapping/swapRequested.d.mts +68 -68
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +368 -368
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +368 -368
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/assethubIngressEgress/depositFailed.d.cts +404 -404
- package/dist/11200/assethubIngressEgress/depositFailed.d.mts +404 -404
- package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +40 -40
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +40 -40
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +64 -64
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +64 -64
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +640 -640
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +640 -640
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +52 -52
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +52 -52
- package/dist/11200/common.d.cts +2751 -2751
- package/dist/11200/common.d.mts +2751 -2751
- package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +368 -368
- package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +368 -368
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +404 -404
- package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +404 -404
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +40 -40
- package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +40 -40
- package/dist/11200/solanaIngressEgress/depositFailed.d.cts +432 -432
- package/dist/11200/solanaIngressEgress/depositFailed.d.mts +432 -432
- package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +28 -28
- package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +28 -28
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.cts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.cts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +16 -16
- package/dist/11200/swapping/swapRequested.d.cts +760 -760
- package/dist/11200/swapping/swapRequested.d.mts +760 -760
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +8 -8
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +8 -8
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +8 -8
- package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +8 -8
- package/dist/120/emissions/networkFeeBurned.d.cts +4 -4
- package/dist/120/emissions/networkFeeBurned.d.mts +4 -4
- package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/120/ethereumIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +6 -6
- package/dist/120/ethereumIngressEgress/depositReceived.d.mts +6 -6
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/120/polkadotIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +6 -6
- package/dist/120/polkadotIngressEgress/depositReceived.d.mts +6 -6
- package/dist/120/swapping/swapEgressIgnored.d.cts +4 -4
- package/dist/120/swapping/swapEgressIgnored.d.mts +4 -4
- package/dist/120/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/120/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/120/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/120/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +4 -4
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +4 -4
- package/dist/131/common.d.cts +11 -11
- package/dist/131/common.d.mts +11 -11
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/131/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/131/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +32 -32
- package/dist/131/liquidityPools/limitOrderUpdated.d.mts +32 -32
- package/dist/131/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/131/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/131/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/131/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/131/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/131/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/131/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/131/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +22 -22
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +22 -22
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +12 -12
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +12 -12
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +20 -20
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +20 -20
- package/dist/131/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/131/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/131/swapping/ccmFailed.d.cts +76 -76
- package/dist/131/swapping/ccmFailed.d.mts +76 -76
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/131/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.cts +24 -24
- package/dist/131/swapping/swapAmountConfiscated.d.mts +24 -24
- package/dist/131/swapping/swapDepositAddressReady.d.cts +50 -50
- package/dist/131/swapping/swapDepositAddressReady.d.mts +50 -50
- package/dist/131/swapping/swapEgressIgnored.d.cts +16 -16
- package/dist/131/swapping/swapEgressIgnored.d.mts +16 -16
- package/dist/131/swapping/swapEgressScheduled.d.cts +16 -16
- package/dist/131/swapping/swapEgressScheduled.d.mts +16 -16
- package/dist/131/swapping/swapExecuted.d.cts +30 -30
- package/dist/131/swapping/swapExecuted.d.mts +30 -30
- package/dist/131/swapping/swapScheduled.d.cts +54 -54
- package/dist/131/swapping/swapScheduled.d.mts +54 -54
- package/dist/131/swapping/withdrawalRequested.d.cts +22 -22
- package/dist/131/swapping/withdrawalRequested.d.mts +22 -22
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +56 -56
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +56 -56
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +8 -8
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +48 -48
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +48 -48
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +48 -48
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +48 -48
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/common.d.cts +243 -243
- package/dist/141/common.d.mts +243 -243
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/141/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/141/environment/staleUtxosDiscarded.d.cts +36 -36
- package/dist/141/environment/staleUtxosDiscarded.d.mts +36 -36
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +56 -56
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +56 -56
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +16 -16
- package/dist/141/liquidityPools/limitOrderUpdated.d.mts +16 -16
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/141/liquidityProvider/accountCredited.d.cts +4 -4
- package/dist/141/liquidityProvider/accountCredited.d.mts +4 -4
- package/dist/141/liquidityProvider/accountDebited.d.cts +4 -4
- package/dist/141/liquidityProvider/accountDebited.d.mts +4 -4
- package/dist/141/liquidityProvider/assetTransferred.d.cts +4 -4
- package/dist/141/liquidityProvider/assetTransferred.d.mts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +16 -16
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +16 -16
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +4 -4
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +96 -96
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +96 -96
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.cts +4 -4
- package/dist/141/swapping/batchSwapFailed.d.mts +4 -4
- package/dist/141/swapping/ccmDepositReceived.d.cts +144 -144
- package/dist/141/swapping/ccmDepositReceived.d.mts +144 -144
- package/dist/141/swapping/ccmFailed.d.cts +146 -146
- package/dist/141/swapping/ccmFailed.d.mts +146 -146
- package/dist/141/swapping/swapDepositAddressReady.d.cts +16 -16
- package/dist/141/swapping/swapDepositAddressReady.d.mts +16 -16
- package/dist/141/swapping/swapEgressIgnored.d.cts +40 -40
- package/dist/141/swapping/swapEgressIgnored.d.mts +40 -40
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +152 -152
- package/dist/141/swapping/swapExecuted.d.mts +152 -152
- package/dist/141/swapping/swapScheduled.d.cts +174 -174
- package/dist/141/swapping/swapScheduled.d.mts +174 -174
- package/dist/141/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/141/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/141/validator/rotationPhaseUpdated.d.cts +40 -40
- package/dist/141/validator/rotationPhaseUpdated.d.mts +40 -40
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/assetBalances/refundScheduled.d.cts +104 -104
- package/dist/150/assetBalances/refundScheduled.d.mts +104 -104
- package/dist/150/assetBalances/refundSkipped.d.cts +192 -192
- package/dist/150/assetBalances/refundSkipped.d.mts +192 -192
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +52 -52
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +52 -52
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +48 -48
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +48 -48
- package/dist/150/common.d.cts +289 -289
- package/dist/150/common.d.mts +289 -289
- package/dist/150/emissions/networkFeeBurned.d.cts +4 -4
- package/dist/150/emissions/networkFeeBurned.d.mts +4 -4
- package/dist/150/environment/runtimeSafeModeUpdated.d.cts +80 -80
- package/dist/150/environment/runtimeSafeModeUpdated.d.mts +80 -80
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/ethereumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/150/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +48 -48
- package/dist/150/liquidityPools/limitOrderUpdated.d.mts +48 -48
- package/dist/150/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/150/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/150/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/150/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +80 -80
- package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +80 -80
- package/dist/150/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/150/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/150/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/150/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/150/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/150/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +22 -22
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +22 -22
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +12 -12
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +12 -12
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +100 -100
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.mts +100 -100
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/polkadotIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +4 -4
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.mts +4 -4
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/solanaIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +32 -32
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.mts +32 -32
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +56 -56
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +56 -56
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +56 -56
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +56 -56
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/150/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/150/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/150/swapping/ccmDepositReceived.d.cts +172 -172
- package/dist/150/swapping/ccmDepositReceived.d.mts +172 -172
- package/dist/150/swapping/ccmFailed.d.cts +244 -244
- package/dist/150/swapping/ccmFailed.d.mts +244 -244
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/150/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/150/swapping/refundEgressIgnored.d.cts +46 -46
- package/dist/150/swapping/refundEgressIgnored.d.mts +46 -46
- package/dist/150/swapping/refundEgressScheduled.d.cts +22 -22
- package/dist/150/swapping/refundEgressScheduled.d.mts +22 -22
- package/dist/150/swapping/swapAmountConfiscated.d.cts +24 -24
- package/dist/150/swapping/swapAmountConfiscated.d.mts +24 -24
- package/dist/150/swapping/swapDepositAddressReady.d.cts +58 -58
- package/dist/150/swapping/swapDepositAddressReady.d.mts +58 -58
- package/dist/150/swapping/swapEgressIgnored.d.cts +46 -46
- package/dist/150/swapping/swapEgressIgnored.d.mts +46 -46
- package/dist/150/swapping/swapEgressScheduled.d.cts +22 -22
- package/dist/150/swapping/swapEgressScheduled.d.mts +22 -22
- package/dist/150/swapping/swapExecuted.d.cts +196 -196
- package/dist/150/swapping/swapExecuted.d.mts +196 -196
- package/dist/150/swapping/swapScheduled.d.cts +278 -278
- package/dist/150/swapping/swapScheduled.d.mts +278 -278
- package/dist/150/swapping/withdrawalRequested.d.cts +32 -32
- package/dist/150/swapping/withdrawalRequested.d.mts +32 -32
- package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/assetBalances/accountCredited.d.cts +12 -12
- package/dist/160/assetBalances/accountCredited.d.mts +12 -12
- package/dist/160/assetBalances/accountDebited.d.cts +12 -12
- package/dist/160/assetBalances/accountDebited.d.mts +12 -12
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/common.d.cts +88 -88
- package/dist/160/common.d.mts +88 -88
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/160/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +24 -24
- package/dist/160/liquidityPools/limitOrderUpdated.d.mts +24 -24
- package/dist/160/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/160/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +64 -64
- package/dist/160/liquidityPools/orderDeletionFailed.d.mts +64 -64
- package/dist/160/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/160/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +48 -48
- package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +48 -48
- package/dist/160/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/160/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +26 -26
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +26 -26
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +4 -4
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.mts +4 -4
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +16 -16
- package/dist/160/solanaIngressEgress/depositBoosted.d.mts +16 -16
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/160/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +16 -16
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.cts +4 -4
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.mts +4 -4
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/160/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/160/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/160/swapping/ccmFailed.d.cts +28 -28
- package/dist/160/swapping/ccmFailed.d.mts +28 -28
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/160/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.cts +30 -30
- package/dist/160/swapping/refundEgressIgnored.d.mts +30 -30
- package/dist/160/swapping/refundEgressScheduled.d.cts +22 -22
- package/dist/160/swapping/refundEgressScheduled.d.mts +22 -22
- package/dist/160/swapping/swapAmountConfiscated.d.cts +14 -14
- package/dist/160/swapping/swapAmountConfiscated.d.mts +14 -14
- package/dist/160/swapping/swapDepositAddressReady.d.cts +50 -50
- package/dist/160/swapping/swapDepositAddressReady.d.mts +50 -50
- package/dist/160/swapping/swapEgressIgnored.d.cts +30 -30
- package/dist/160/swapping/swapEgressIgnored.d.mts +30 -30
- package/dist/160/swapping/swapEgressScheduled.d.cts +22 -22
- package/dist/160/swapping/swapEgressScheduled.d.mts +22 -22
- package/dist/160/swapping/swapExecuted.d.cts +24 -24
- package/dist/160/swapping/swapExecuted.d.mts +24 -24
- package/dist/160/swapping/swapRequested.d.cts +76 -76
- package/dist/160/swapping/swapRequested.d.mts +76 -76
- package/dist/160/swapping/swapScheduled.d.cts +12 -12
- package/dist/160/swapping/swapScheduled.d.mts +12 -12
- package/dist/160/swapping/withdrawalRequested.d.cts +30 -30
- package/dist/160/swapping/withdrawalRequested.d.mts +30 -30
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +20 -20
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +20 -20
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +8 -8
- package/dist/170/common.d.cts +70 -70
- package/dist/170/common.d.mts +70 -70
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/reputation/offencePenalty.d.cts +4 -4
- package/dist/170/reputation/offencePenalty.d.mts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/solanaIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/solanaIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/swapping/minimumChunkSizeSet.d.cts +12 -12
- package/dist/170/swapping/minimumChunkSizeSet.d.mts +12 -12
- package/dist/170/swapping/swapRequested.d.cts +106 -106
- package/dist/170/swapping/swapRequested.d.mts +106 -106
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/common.d.cts +158 -158
- package/dist/180/common.d.mts +158 -158
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/ethereumIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/polkadotIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/solanaIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +32 -32
- package/dist/180/solanaIngressEgress/depositFailed.d.mts +32 -32
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/solanaIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/swapping/refundEgressScheduled.d.cts +26 -26
- package/dist/180/swapping/refundEgressScheduled.d.mts +26 -26
- package/dist/180/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/180/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/180/swapping/swapEgressScheduled.d.cts +26 -26
- package/dist/180/swapping/swapEgressScheduled.d.mts +26 -26
- package/dist/180/swapping/swapRequested.d.cts +32 -32
- package/dist/180/swapping/swapRequested.d.mts +32 -32
- package/dist/180/swapping/swapScheduled.d.cts +12 -12
- package/dist/180/swapping/swapScheduled.d.mts +12 -12
- package/dist/180/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/180/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/assetBalances/accountCredited.d.cts +4 -4
- package/dist/190/assetBalances/accountCredited.d.mts +4 -4
- package/dist/190/assetBalances/accountDebited.d.cts +4 -4
- package/dist/190/assetBalances/accountDebited.d.mts +4 -4
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/assethubIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/assethubIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/assethubIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/assethubIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/assethubIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.mts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.mts +4 -4
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/common.d.cts +250 -250
- package/dist/190/common.d.mts +250 -250
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +92 -92
- package/dist/190/environment/runtimeSafeModeUpdated.d.mts +92 -92
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/ethereumIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/ethereumIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/190/liquidityPools/limitOrderUpdated.d.mts +8 -8
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +16 -16
- package/dist/190/liquidityPools/orderDeletionFailed.d.mts +16 -16
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +8 -8
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +4 -4
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/polkadotIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/190/solanaIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +48 -48
- package/dist/190/solanaIngressEgress/depositFailed.d.mts +48 -48
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/190/solanaIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/swapping/creditedOnChain.d.cts +4 -4
- package/dist/190/swapping/creditedOnChain.d.mts +4 -4
- package/dist/190/swapping/refundEgressIgnored.d.cts +4 -4
- package/dist/190/swapping/refundEgressIgnored.d.mts +4 -4
- package/dist/190/swapping/refundEgressScheduled.d.cts +4 -4
- package/dist/190/swapping/refundEgressScheduled.d.mts +4 -4
- package/dist/190/swapping/refundedOnChain.d.cts +4 -4
- package/dist/190/swapping/refundedOnChain.d.mts +4 -4
- package/dist/190/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/190/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/190/swapping/swapEgressIgnored.d.cts +4 -4
- package/dist/190/swapping/swapEgressIgnored.d.mts +4 -4
- package/dist/190/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/190/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/190/swapping/swapRequested.d.cts +8 -8
- package/dist/190/swapping/swapRequested.d.mts +8 -8
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +8 -8
- package/dist/190/tradingStrategy/strategyDeployed.d.mts +8 -8
- package/dist/200/common.d.cts +56 -56
- package/dist/200/common.d.mts +56 -56
- package/dist/200/environment/runtimeSafeModeUpdated.d.cts +56 -56
- package/dist/200/environment/runtimeSafeModeUpdated.d.mts +56 -56
- package/dist/200/lendingPools/lendingFundsAdded.d.cts +4 -4
- package/dist/200/lendingPools/lendingFundsAdded.d.mts +4 -4
- package/dist/200/lendingPools/lendingFundsRemoved.d.cts +4 -4
- package/dist/200/lendingPools/lendingFundsRemoved.d.mts +4 -4
- package/dist/200/lendingPools/liquidationCompleted.d.cts +4 -4
- package/dist/200/lendingPools/liquidationCompleted.d.mts +4 -4
- package/dist/200/lendingPools/loanCreated.d.cts +4 -4
- package/dist/200/lendingPools/loanCreated.d.mts +4 -4
- package/dist/200/swapping/accountCreationDepositAddressReady.d.cts +4 -4
- package/dist/200/swapping/accountCreationDepositAddressReady.d.mts +4 -4
- package/dist/200/swapping/swapAborted.d.cts +4 -4
- package/dist/200/swapping/swapAborted.d.mts +4 -4
- package/dist/200/swapping/swapRequestCompleted.d.cts +4 -4
- package/dist/200/swapping/swapRequestCompleted.d.mts +4 -4
- package/dist/200/swapping/swapRequested.d.cts +32 -32
- package/dist/200/swapping/swapRequested.d.mts +32 -32
- package/dist/200/swapping/swapRescheduled.d.cts +6 -6
- package/dist/200/swapping/swapRescheduled.d.mts +6 -6
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/assetBalances/refundSkipped.d.cts +148 -148
- package/dist/210/assetBalances/refundSkipped.d.mts +148 -148
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/assethubIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/assethubIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +580 -580
- package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +580 -580
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/common.d.cts +2906 -2906
- package/dist/210/common.d.mts +2906 -2906
- package/dist/210/emissions/flipBurnSkipped.d.cts +40 -40
- package/dist/210/emissions/flipBurnSkipped.d.mts +40 -40
- package/dist/210/environment/runtimeSafeModeUpdated.d.cts +124 -124
- package/dist/210/environment/runtimeSafeModeUpdated.d.mts +124 -124
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/210/ethereumIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/ethereumIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/funding/sCCallCannotBeExecuted.d.cts +108 -108
- package/dist/210/funding/sCCallCannotBeExecuted.d.mts +108 -108
- package/dist/210/governance/failedExecution.d.cts +20 -20
- package/dist/210/governance/failedExecution.d.mts +20 -20
- package/dist/210/governance/govKeyCallExecutionFailed.d.cts +44 -44
- package/dist/210/governance/govKeyCallExecutionFailed.d.mts +44 -44
- package/dist/210/lendingPools/collateralAdded.d.cts +8 -8
- package/dist/210/lendingPools/collateralAdded.d.mts +8 -8
- package/dist/210/lendingPools/lendingFundsRemoved.d.cts +4 -4
- package/dist/210/lendingPools/lendingFundsRemoved.d.mts +4 -4
- package/dist/210/lendingPools/palletConfigUpdated.d.cts +32 -32
- package/dist/210/lendingPools/palletConfigUpdated.d.mts +32 -32
- package/dist/210/lendingPools/stoppedBoosting.d.cts +4 -4
- package/dist/210/lendingPools/stoppedBoosting.d.mts +4 -4
- package/dist/210/liquidityPools/limitOrderUpdated.d.cts +16 -16
- package/dist/210/liquidityPools/limitOrderUpdated.d.mts +16 -16
- package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +16 -16
- package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +16 -16
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +40 -40
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurged.d.cts +8 -8
- package/dist/210/liquidityProvider/assetBalancePurged.d.mts +8 -8
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +8 -8
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
- package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/polkadotIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/polkadotIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/solanaIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/210/solanaIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/210/solanaIngressEgress/depositFailed.d.cts +384 -384
- package/dist/210/solanaIngressEgress/depositFailed.d.mts +384 -384
- package/dist/210/solanaIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/210/solanaIngressEgress/depositFinalised.d.mts +24 -24
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +24 -24
- package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +24 -24
- package/dist/210/swapping/refundEgressIgnored.d.cts +40 -40
- package/dist/210/swapping/refundEgressIgnored.d.mts +40 -40
- package/dist/210/swapping/swapDepositAddressReady.d.cts +54 -54
- package/dist/210/swapping/swapDepositAddressReady.d.mts +54 -54
- package/dist/210/swapping/swapEgressIgnored.d.cts +40 -40
- package/dist/210/swapping/swapEgressIgnored.d.mts +40 -40
- package/dist/210/swapping/swapRequested.d.cts +786 -786
- package/dist/210/swapping/swapRequested.d.mts +786 -786
- package/dist/210/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/210/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/210/system/extrinsicFailed.d.cts +40 -40
- package/dist/210/system/extrinsicFailed.d.mts +40 -40
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.cts +40 -40
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.mts +40 -40
- package/dist/210/witnesser/prewitnessExecutionFailed.d.cts +44 -44
- package/dist/210/witnesser/prewitnessExecutionFailed.d.mts +44 -44
- package/dist/210/witnesser/witnessExecutionFailed.d.cts +44 -44
- package/dist/210/witnesser/witnessExecutionFailed.d.mts +44 -44
- package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/arbitrumIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/arbitrumIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/assetBalances/accountCredited.d.cts +14 -14
- package/dist/220/assetBalances/accountCredited.d.mts +14 -14
- package/dist/220/assetBalances/accountDebited.d.cts +14 -14
- package/dist/220/assetBalances/accountDebited.d.mts +14 -14
- package/dist/220/assetBalances/refundSkipped.d.cts +106 -106
- package/dist/220/assetBalances/refundSkipped.d.mts +106 -106
- package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/assethubIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/assethubIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/assethubIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/assethubIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/assethubIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/assethubIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/assethubIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/assethubIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/bitcoinIngressEgress/depositFailed.d.cts +84 -84
- package/dist/220/bitcoinIngressEgress/depositFailed.d.mts +84 -84
- package/dist/220/bitcoinIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/bitcoinIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/common.d.cts +607 -607
- package/dist/220/common.d.mts +607 -607
- package/dist/220/environment/runtimeSafeModeUpdated.d.cts +84 -84
- package/dist/220/environment/runtimeSafeModeUpdated.d.mts +84 -84
- package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/ethereumIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/ethereumIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/ethereumIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/ethereumIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/funding/funded.d.cts +16 -16
- package/dist/220/funding/funded.d.mts +16 -16
- package/dist/220/lendingPools/boostFundsAdded.d.cts +16 -16
- package/dist/220/lendingPools/boostFundsAdded.d.mts +16 -16
- package/dist/220/lendingPools/boostPoolCreated.d.cts +16 -16
- package/dist/220/lendingPools/boostPoolCreated.d.mts +16 -16
- package/dist/220/lendingPools/lendingFundsAdded.d.cts +12 -12
- package/dist/220/lendingPools/lendingFundsAdded.d.mts +12 -12
- package/dist/220/lendingPools/lendingFundsRemoved.d.cts +16 -16
- package/dist/220/lendingPools/lendingFundsRemoved.d.mts +16 -16
- package/dist/220/lendingPools/lendingPoolCreated.d.cts +12 -12
- package/dist/220/lendingPools/lendingPoolCreated.d.mts +12 -12
- package/dist/220/lendingPools/loanCreated.d.cts +12 -12
- package/dist/220/lendingPools/loanCreated.d.mts +12 -12
- package/dist/220/lendingPools/loanRepaid.d.cts +4 -4
- package/dist/220/lendingPools/loanRepaid.d.mts +4 -4
- package/dist/220/lendingPools/palletConfigUpdated.d.cts +36 -36
- package/dist/220/lendingPools/palletConfigUpdated.d.mts +36 -36
- package/dist/220/lendingPools/stoppedBoosting.d.cts +16 -16
- package/dist/220/lendingPools/stoppedBoosting.d.mts +16 -16
- package/dist/220/liquidityPools/assetSwapped.d.cts +28 -28
- package/dist/220/liquidityPools/assetSwapped.d.mts +28 -28
- package/dist/220/liquidityPools/limitOrderUpdated.d.cts +24 -24
- package/dist/220/liquidityPools/limitOrderUpdated.d.mts +24 -24
- package/dist/220/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/220/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/220/liquidityPools/orderDeletionFailed.d.cts +64 -64
- package/dist/220/liquidityPools/orderDeletionFailed.d.mts +64 -64
- package/dist/220/liquidityPools/palletConfigUpdated.d.cts +16 -16
- package/dist/220/liquidityPools/palletConfigUpdated.d.mts +16 -16
- package/dist/220/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/220/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/220/liquidityPools/rangeOrderUpdated.d.cts +24 -24
- package/dist/220/liquidityPools/rangeOrderUpdated.d.mts +24 -24
- package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.cts +18 -18
- package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.mts +18 -18
- package/dist/220/liquidityProvider/assetBalancePurged.d.cts +24 -24
- package/dist/220/liquidityProvider/assetBalancePurged.d.mts +24 -24
- package/dist/220/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/220/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.cts +36 -36
- package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.mts +36 -36
- package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.mts +4 -4
- package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.cts +20 -20
- package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.mts +20 -20
- package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/polkadotIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/polkadotIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/polkadotIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/polkadotIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/solanaIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/solanaIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/solanaIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/solanaIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/swapping/accountCreationDepositAddressReady.d.cts +40 -40
- package/dist/220/swapping/accountCreationDepositAddressReady.d.mts +40 -40
- package/dist/220/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/220/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/220/swapping/creditedOnChain.d.cts +20 -20
- package/dist/220/swapping/creditedOnChain.d.mts +20 -20
- package/dist/220/swapping/palletConfigUpdated.d.cts +96 -96
- package/dist/220/swapping/palletConfigUpdated.d.mts +96 -96
- package/dist/220/swapping/refundEgressIgnored.d.cts +16 -16
- package/dist/220/swapping/refundEgressIgnored.d.mts +16 -16
- package/dist/220/swapping/refundEgressScheduled.d.cts +28 -28
- package/dist/220/swapping/refundEgressScheduled.d.mts +28 -28
- package/dist/220/swapping/refundedOnChain.d.cts +20 -20
- package/dist/220/swapping/refundedOnChain.d.mts +20 -20
- package/dist/220/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/220/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/220/swapping/swapDepositAddressReady.d.cts +58 -58
- package/dist/220/swapping/swapDepositAddressReady.d.mts +58 -58
- package/dist/220/swapping/swapEgressIgnored.d.cts +16 -16
- package/dist/220/swapping/swapEgressIgnored.d.mts +16 -16
- package/dist/220/swapping/swapEgressScheduled.d.cts +28 -28
- package/dist/220/swapping/swapEgressScheduled.d.mts +28 -28
- package/dist/220/swapping/swapExecuted.d.cts +32 -32
- package/dist/220/swapping/swapExecuted.d.mts +32 -32
- package/dist/220/swapping/swapRequested.d.cts +158 -158
- package/dist/220/swapping/swapRequested.d.mts +158 -158
- package/dist/220/swapping/withdrawalRequested.d.cts +26 -26
- package/dist/220/swapping/withdrawalRequested.d.mts +26 -26
- package/dist/220/tradingStrategy/fundsAddedToStrategy.d.cts +12 -12
- package/dist/220/tradingStrategy/fundsAddedToStrategy.d.mts +12 -12
- package/dist/220/tradingStrategy/palletConfigUpdated.d.cts +48 -48
- package/dist/220/tradingStrategy/palletConfigUpdated.d.mts +48 -48
- package/dist/220/tradingStrategy/strategyDeployed.d.cts +80 -80
- package/dist/220/tradingStrategy/strategyDeployed.d.mts +80 -80
- package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/tronIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/tronIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.cts +4 -4
- package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.mts +4 -4
- package/dist/220/tronIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/tronIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/tronIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/tronIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/tronIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/tronIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.mts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.mts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.mts +4 -4
- package/dist/220/tronIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/tronIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/package.json +3 -3
|
@@ -7,21 +7,21 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
7
7
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
8
8
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
9
9
|
}, "strip", z.ZodTypeAny, {
|
|
10
|
-
__kind: "
|
|
10
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
11
11
|
}, {
|
|
12
|
-
__kind: "
|
|
13
|
-
}>, "
|
|
14
|
-
__kind: "
|
|
12
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
13
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
14
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
15
15
|
}>;
|
|
16
16
|
inputAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
17
17
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
18
18
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
|
20
|
-
__kind: "
|
|
20
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
21
21
|
}, {
|
|
22
|
-
__kind: "
|
|
23
|
-
}>, "
|
|
24
|
-
__kind: "
|
|
22
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
23
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
24
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
25
25
|
}>;
|
|
26
26
|
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
27
27
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
@@ -29,11 +29,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
29
29
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
30
30
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
31
31
|
}, "strip", z.ZodTypeAny, {
|
|
32
|
-
value: `0x${string}`;
|
|
33
32
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
33
|
+
value: `0x${string}`;
|
|
34
34
|
}, {
|
|
35
|
-
value: string;
|
|
36
35
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
36
|
+
value: string;
|
|
37
37
|
}>, {
|
|
38
38
|
readonly chain: "Ethereum";
|
|
39
39
|
readonly address: `0x${string}`;
|
|
@@ -53,8 +53,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
53
53
|
readonly chain: "Assethub";
|
|
54
54
|
readonly address: string;
|
|
55
55
|
}, {
|
|
56
|
-
value: string;
|
|
57
56
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
57
|
+
value: string;
|
|
58
58
|
}>;
|
|
59
59
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
60
60
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -86,8 +86,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
86
86
|
}, {
|
|
87
87
|
__kind: "DepositChannel";
|
|
88
88
|
depositAddress: {
|
|
89
|
-
value: string;
|
|
90
89
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
90
|
+
value: string;
|
|
91
91
|
};
|
|
92
92
|
channelId: string | number;
|
|
93
93
|
depositBlockHeight: string | number;
|
|
@@ -98,20 +98,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
98
98
|
__kind: z.ZodLiteral<"Evm">;
|
|
99
99
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
100
100
|
}, "strip", z.ZodTypeAny, {
|
|
101
|
-
value: `0x${string}`;
|
|
102
101
|
__kind: "Evm";
|
|
102
|
+
value: `0x${string}`;
|
|
103
103
|
}, {
|
|
104
|
-
value: string;
|
|
105
104
|
__kind: "Evm";
|
|
105
|
+
value: string;
|
|
106
106
|
}>, z.ZodObject<{
|
|
107
107
|
__kind: z.ZodLiteral<"Bitcoin">;
|
|
108
108
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
109
109
|
}, "strip", z.ZodTypeAny, {
|
|
110
|
-
value: `0x${string}`;
|
|
111
110
|
__kind: "Bitcoin";
|
|
111
|
+
value: `0x${string}`;
|
|
112
112
|
}, {
|
|
113
|
-
value: string;
|
|
114
113
|
__kind: "Bitcoin";
|
|
114
|
+
value: string;
|
|
115
115
|
}>, z.ZodObject<{
|
|
116
116
|
__kind: z.ZodLiteral<"Polkadot">;
|
|
117
117
|
value: z.ZodObject<{
|
|
@@ -125,26 +125,26 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
125
125
|
extrinsicIndex: number;
|
|
126
126
|
}>;
|
|
127
127
|
}, "strip", z.ZodTypeAny, {
|
|
128
|
+
__kind: "Polkadot";
|
|
128
129
|
value: {
|
|
129
130
|
blockNumber: number;
|
|
130
131
|
extrinsicIndex: number;
|
|
131
132
|
};
|
|
132
|
-
__kind: "Polkadot";
|
|
133
133
|
}, {
|
|
134
|
+
__kind: "Polkadot";
|
|
134
135
|
value: {
|
|
135
136
|
blockNumber: number;
|
|
136
137
|
extrinsicIndex: number;
|
|
137
138
|
};
|
|
138
|
-
__kind: "Polkadot";
|
|
139
139
|
}>, z.ZodObject<{
|
|
140
140
|
__kind: z.ZodLiteral<"Solana">;
|
|
141
141
|
value: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
142
142
|
}, "strip", z.ZodTypeAny, {
|
|
143
|
-
value: [`0x${string}`, bigint];
|
|
144
143
|
__kind: "Solana";
|
|
144
|
+
value: [`0x${string}`, bigint];
|
|
145
145
|
}, {
|
|
146
|
-
value: [string, string | number];
|
|
147
146
|
__kind: "Solana";
|
|
147
|
+
value: [string, string | number];
|
|
148
148
|
}>, z.ZodObject<{
|
|
149
149
|
__kind: z.ZodLiteral<"None">;
|
|
150
150
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -156,20 +156,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
157
|
__kind: "Vault";
|
|
158
158
|
txId: {
|
|
159
|
-
value: `0x${string}`;
|
|
160
159
|
__kind: "Evm";
|
|
161
|
-
} | {
|
|
162
160
|
value: `0x${string}`;
|
|
161
|
+
} | {
|
|
163
162
|
__kind: "Bitcoin";
|
|
163
|
+
value: `0x${string}`;
|
|
164
164
|
} | {
|
|
165
|
+
__kind: "Polkadot";
|
|
165
166
|
value: {
|
|
166
167
|
blockNumber: number;
|
|
167
168
|
extrinsicIndex: number;
|
|
168
169
|
};
|
|
169
|
-
__kind: "Polkadot";
|
|
170
170
|
} | {
|
|
171
|
-
value: [`0x${string}`, bigint];
|
|
172
171
|
__kind: "Solana";
|
|
172
|
+
value: [`0x${string}`, bigint];
|
|
173
173
|
} | {
|
|
174
174
|
__kind: "None";
|
|
175
175
|
};
|
|
@@ -177,20 +177,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
177
177
|
}, {
|
|
178
178
|
__kind: "Vault";
|
|
179
179
|
txId: {
|
|
180
|
-
value: string;
|
|
181
180
|
__kind: "Evm";
|
|
182
|
-
} | {
|
|
183
181
|
value: string;
|
|
182
|
+
} | {
|
|
184
183
|
__kind: "Bitcoin";
|
|
184
|
+
value: string;
|
|
185
185
|
} | {
|
|
186
|
+
__kind: "Polkadot";
|
|
186
187
|
value: {
|
|
187
188
|
blockNumber: number;
|
|
188
189
|
extrinsicIndex: number;
|
|
189
190
|
};
|
|
190
|
-
__kind: "Polkadot";
|
|
191
191
|
} | {
|
|
192
|
-
value: [string, string | number];
|
|
193
192
|
__kind: "Solana";
|
|
193
|
+
value: [string, string | number];
|
|
194
194
|
} | {
|
|
195
195
|
__kind: "None";
|
|
196
196
|
};
|
|
@@ -205,11 +205,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
205
205
|
__kind: z.ZodLiteral<"OnChainAccount">;
|
|
206
206
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
207
207
|
}, "strip", z.ZodTypeAny, {
|
|
208
|
-
value: `cF${string}`;
|
|
209
208
|
__kind: "OnChainAccount";
|
|
209
|
+
value: `cF${string}`;
|
|
210
210
|
}, {
|
|
211
|
-
value: string;
|
|
212
211
|
__kind: "OnChainAccount";
|
|
212
|
+
value: string;
|
|
213
213
|
}>]>;
|
|
214
214
|
requestType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
215
215
|
__kind: z.ZodLiteral<"NetworkFee">;
|
|
@@ -285,6 +285,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
285
285
|
fallbackAddress: string;
|
|
286
286
|
}>;
|
|
287
287
|
}, "strip", z.ZodTypeAny, {
|
|
288
|
+
__kind: "V0";
|
|
288
289
|
value: {
|
|
289
290
|
cfReceiver: {
|
|
290
291
|
pubkey: `0x${string}`;
|
|
@@ -296,8 +297,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
296
297
|
}[];
|
|
297
298
|
fallbackAddress: `0x${string}`;
|
|
298
299
|
};
|
|
299
|
-
__kind: "V0";
|
|
300
300
|
}, {
|
|
301
|
+
__kind: "V0";
|
|
301
302
|
value: {
|
|
302
303
|
cfReceiver: {
|
|
303
304
|
pubkey: string;
|
|
@@ -309,7 +310,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
309
310
|
}[];
|
|
310
311
|
fallbackAddress: string;
|
|
311
312
|
};
|
|
312
|
-
__kind: "V0";
|
|
313
313
|
}>, z.ZodObject<{
|
|
314
314
|
__kind: z.ZodLiteral<"V1">;
|
|
315
315
|
ccmAccounts: z.ZodObject<{
|
|
@@ -386,7 +386,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
386
386
|
alts: string[];
|
|
387
387
|
}>]>;
|
|
388
388
|
}, "strip", z.ZodTypeAny, {
|
|
389
|
+
__kind: "Solana";
|
|
389
390
|
value: {
|
|
391
|
+
__kind: "V0";
|
|
390
392
|
value: {
|
|
391
393
|
cfReceiver: {
|
|
392
394
|
pubkey: `0x${string}`;
|
|
@@ -398,7 +400,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
398
400
|
}[];
|
|
399
401
|
fallbackAddress: `0x${string}`;
|
|
400
402
|
};
|
|
401
|
-
__kind: "V0";
|
|
402
403
|
} | {
|
|
403
404
|
__kind: "V1";
|
|
404
405
|
ccmAccounts: {
|
|
@@ -414,9 +415,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
414
415
|
};
|
|
415
416
|
alts: `0x${string}`[];
|
|
416
417
|
};
|
|
417
|
-
__kind: "Solana";
|
|
418
418
|
}, {
|
|
419
|
+
__kind: "Solana";
|
|
419
420
|
value: {
|
|
421
|
+
__kind: "V0";
|
|
420
422
|
value: {
|
|
421
423
|
cfReceiver: {
|
|
422
424
|
pubkey: string;
|
|
@@ -428,7 +430,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
428
430
|
}[];
|
|
429
431
|
fallbackAddress: string;
|
|
430
432
|
};
|
|
431
|
-
__kind: "V0";
|
|
432
433
|
} | {
|
|
433
434
|
__kind: "V1";
|
|
434
435
|
ccmAccounts: {
|
|
@@ -444,7 +445,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
444
445
|
};
|
|
445
446
|
alts: string[];
|
|
446
447
|
};
|
|
447
|
-
__kind: "Solana";
|
|
448
448
|
}>]>;
|
|
449
449
|
}, "strip", z.ZodTypeAny, {
|
|
450
450
|
message: `0x${string}`;
|
|
@@ -452,7 +452,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
452
452
|
ccmAdditionalData: {
|
|
453
453
|
__kind: "NotRequired";
|
|
454
454
|
} | {
|
|
455
|
+
__kind: "Solana";
|
|
455
456
|
value: {
|
|
457
|
+
__kind: "V0";
|
|
456
458
|
value: {
|
|
457
459
|
cfReceiver: {
|
|
458
460
|
pubkey: `0x${string}`;
|
|
@@ -464,7 +466,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
464
466
|
}[];
|
|
465
467
|
fallbackAddress: `0x${string}`;
|
|
466
468
|
};
|
|
467
|
-
__kind: "V0";
|
|
468
469
|
} | {
|
|
469
470
|
__kind: "V1";
|
|
470
471
|
ccmAccounts: {
|
|
@@ -480,7 +481,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
480
481
|
};
|
|
481
482
|
alts: `0x${string}`[];
|
|
482
483
|
};
|
|
483
|
-
__kind: "Solana";
|
|
484
484
|
};
|
|
485
485
|
}, {
|
|
486
486
|
message: string;
|
|
@@ -488,7 +488,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
488
488
|
ccmAdditionalData: {
|
|
489
489
|
__kind: "NotRequired";
|
|
490
490
|
} | {
|
|
491
|
+
__kind: "Solana";
|
|
491
492
|
value: {
|
|
493
|
+
__kind: "V0";
|
|
492
494
|
value: {
|
|
493
495
|
cfReceiver: {
|
|
494
496
|
pubkey: string;
|
|
@@ -500,7 +502,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
500
502
|
}[];
|
|
501
503
|
fallbackAddress: string;
|
|
502
504
|
};
|
|
503
|
-
__kind: "V0";
|
|
504
505
|
} | {
|
|
505
506
|
__kind: "V1";
|
|
506
507
|
ccmAccounts: {
|
|
@@ -516,7 +517,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
516
517
|
};
|
|
517
518
|
alts: string[];
|
|
518
519
|
};
|
|
519
|
-
__kind: "Solana";
|
|
520
520
|
};
|
|
521
521
|
}>;
|
|
522
522
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -532,11 +532,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
532
532
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
533
533
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
534
534
|
}, "strip", z.ZodTypeAny, {
|
|
535
|
-
value: `0x${string}`;
|
|
536
535
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
536
|
+
value: `0x${string}`;
|
|
537
537
|
}, {
|
|
538
|
-
value: string;
|
|
539
538
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
539
|
+
value: string;
|
|
540
540
|
}>, {
|
|
541
541
|
readonly chain: "Ethereum";
|
|
542
542
|
readonly address: `0x${string}`;
|
|
@@ -556,8 +556,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
556
556
|
readonly chain: "Assethub";
|
|
557
557
|
readonly address: string;
|
|
558
558
|
}, {
|
|
559
|
-
value: string;
|
|
560
559
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
560
|
+
value: string;
|
|
561
561
|
}>>>;
|
|
562
562
|
}, "strip", z.ZodTypeAny, {
|
|
563
563
|
channelMetadata: {
|
|
@@ -566,7 +566,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
566
566
|
ccmAdditionalData: {
|
|
567
567
|
__kind: "NotRequired";
|
|
568
568
|
} | {
|
|
569
|
+
__kind: "Solana";
|
|
569
570
|
value: {
|
|
571
|
+
__kind: "V0";
|
|
570
572
|
value: {
|
|
571
573
|
cfReceiver: {
|
|
572
574
|
pubkey: `0x${string}`;
|
|
@@ -578,7 +580,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
578
580
|
}[];
|
|
579
581
|
fallbackAddress: `0x${string}`;
|
|
580
582
|
};
|
|
581
|
-
__kind: "V0";
|
|
582
583
|
} | {
|
|
583
584
|
__kind: "V1";
|
|
584
585
|
ccmAccounts: {
|
|
@@ -594,7 +595,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
594
595
|
};
|
|
595
596
|
alts: `0x${string}`[];
|
|
596
597
|
};
|
|
597
|
-
__kind: "Solana";
|
|
598
598
|
};
|
|
599
599
|
};
|
|
600
600
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -624,7 +624,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
624
624
|
ccmAdditionalData: {
|
|
625
625
|
__kind: "NotRequired";
|
|
626
626
|
} | {
|
|
627
|
+
__kind: "Solana";
|
|
627
628
|
value: {
|
|
629
|
+
__kind: "V0";
|
|
628
630
|
value: {
|
|
629
631
|
cfReceiver: {
|
|
630
632
|
pubkey: string;
|
|
@@ -636,7 +638,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
636
638
|
}[];
|
|
637
639
|
fallbackAddress: string;
|
|
638
640
|
};
|
|
639
|
-
__kind: "V0";
|
|
640
641
|
} | {
|
|
641
642
|
__kind: "V1";
|
|
642
643
|
ccmAccounts: {
|
|
@@ -652,26 +653,25 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
652
653
|
};
|
|
653
654
|
alts: string[];
|
|
654
655
|
};
|
|
655
|
-
__kind: "Solana";
|
|
656
656
|
};
|
|
657
657
|
};
|
|
658
658
|
sourceChain: {
|
|
659
659
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
660
660
|
};
|
|
661
661
|
sourceAddress?: {
|
|
662
|
-
value: string;
|
|
663
662
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
663
|
+
value: string;
|
|
664
664
|
} | null | undefined;
|
|
665
665
|
}>>>;
|
|
666
666
|
outputAddress: z.ZodEffects<z.ZodObject<{
|
|
667
667
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
668
668
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
669
669
|
}, "strip", z.ZodTypeAny, {
|
|
670
|
-
value: `0x${string}`;
|
|
671
670
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
671
|
+
value: `0x${string}`;
|
|
672
672
|
}, {
|
|
673
|
-
value: string;
|
|
674
673
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
674
|
+
value: string;
|
|
675
675
|
}>, {
|
|
676
676
|
readonly chain: "Ethereum";
|
|
677
677
|
readonly address: `0x${string}`;
|
|
@@ -691,8 +691,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
691
691
|
readonly chain: "Assethub";
|
|
692
692
|
readonly address: string;
|
|
693
693
|
}, {
|
|
694
|
-
value: string;
|
|
695
694
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
695
|
+
value: string;
|
|
696
696
|
}>;
|
|
697
697
|
}, "strip", z.ZodTypeAny, {
|
|
698
698
|
__kind: "Egress";
|
|
@@ -722,7 +722,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
722
722
|
ccmAdditionalData: {
|
|
723
723
|
__kind: "NotRequired";
|
|
724
724
|
} | {
|
|
725
|
+
__kind: "Solana";
|
|
725
726
|
value: {
|
|
727
|
+
__kind: "V0";
|
|
726
728
|
value: {
|
|
727
729
|
cfReceiver: {
|
|
728
730
|
pubkey: `0x${string}`;
|
|
@@ -734,7 +736,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
734
736
|
}[];
|
|
735
737
|
fallbackAddress: `0x${string}`;
|
|
736
738
|
};
|
|
737
|
-
__kind: "V0";
|
|
738
739
|
} | {
|
|
739
740
|
__kind: "V1";
|
|
740
741
|
ccmAccounts: {
|
|
@@ -750,7 +751,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
750
751
|
};
|
|
751
752
|
alts: `0x${string}`[];
|
|
752
753
|
};
|
|
753
|
-
__kind: "Solana";
|
|
754
754
|
};
|
|
755
755
|
};
|
|
756
756
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -777,8 +777,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
777
777
|
}, {
|
|
778
778
|
__kind: "Egress";
|
|
779
779
|
outputAddress: {
|
|
780
|
-
value: string;
|
|
781
780
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
781
|
+
value: string;
|
|
782
782
|
};
|
|
783
783
|
ccmDepositMetadata?: {
|
|
784
784
|
channelMetadata: {
|
|
@@ -787,7 +787,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
787
787
|
ccmAdditionalData: {
|
|
788
788
|
__kind: "NotRequired";
|
|
789
789
|
} | {
|
|
790
|
+
__kind: "Solana";
|
|
790
791
|
value: {
|
|
792
|
+
__kind: "V0";
|
|
791
793
|
value: {
|
|
792
794
|
cfReceiver: {
|
|
793
795
|
pubkey: string;
|
|
@@ -799,7 +801,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
799
801
|
}[];
|
|
800
802
|
fallbackAddress: string;
|
|
801
803
|
};
|
|
802
|
-
__kind: "V0";
|
|
803
804
|
} | {
|
|
804
805
|
__kind: "V1";
|
|
805
806
|
ccmAccounts: {
|
|
@@ -815,15 +816,14 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
815
816
|
};
|
|
816
817
|
alts: string[];
|
|
817
818
|
};
|
|
818
|
-
__kind: "Solana";
|
|
819
819
|
};
|
|
820
820
|
};
|
|
821
821
|
sourceChain: {
|
|
822
822
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
823
823
|
};
|
|
824
824
|
sourceAddress?: {
|
|
825
|
-
value: string;
|
|
826
825
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
826
|
+
value: string;
|
|
827
827
|
} | null | undefined;
|
|
828
828
|
} | null | undefined;
|
|
829
829
|
}>, z.ZodObject<{
|
|
@@ -866,7 +866,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
866
866
|
ccmAdditionalData: {
|
|
867
867
|
__kind: "NotRequired";
|
|
868
868
|
} | {
|
|
869
|
+
__kind: "Solana";
|
|
869
870
|
value: {
|
|
871
|
+
__kind: "V0";
|
|
870
872
|
value: {
|
|
871
873
|
cfReceiver: {
|
|
872
874
|
pubkey: `0x${string}`;
|
|
@@ -878,7 +880,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
878
880
|
}[];
|
|
879
881
|
fallbackAddress: `0x${string}`;
|
|
880
882
|
};
|
|
881
|
-
__kind: "V0";
|
|
882
883
|
} | {
|
|
883
884
|
__kind: "V1";
|
|
884
885
|
ccmAccounts: {
|
|
@@ -894,7 +895,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
894
895
|
};
|
|
895
896
|
alts: `0x${string}`[];
|
|
896
897
|
};
|
|
897
|
-
__kind: "Solana";
|
|
898
898
|
};
|
|
899
899
|
};
|
|
900
900
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -927,8 +927,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
927
927
|
outputAction: {
|
|
928
928
|
__kind: "Egress";
|
|
929
929
|
outputAddress: {
|
|
930
|
-
value: string;
|
|
931
930
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
931
|
+
value: string;
|
|
932
932
|
};
|
|
933
933
|
ccmDepositMetadata?: {
|
|
934
934
|
channelMetadata: {
|
|
@@ -937,7 +937,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
937
937
|
ccmAdditionalData: {
|
|
938
938
|
__kind: "NotRequired";
|
|
939
939
|
} | {
|
|
940
|
+
__kind: "Solana";
|
|
940
941
|
value: {
|
|
942
|
+
__kind: "V0";
|
|
941
943
|
value: {
|
|
942
944
|
cfReceiver: {
|
|
943
945
|
pubkey: string;
|
|
@@ -949,7 +951,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
949
951
|
}[];
|
|
950
952
|
fallbackAddress: string;
|
|
951
953
|
};
|
|
952
|
-
__kind: "V0";
|
|
953
954
|
} | {
|
|
954
955
|
__kind: "V1";
|
|
955
956
|
ccmAccounts: {
|
|
@@ -965,15 +966,14 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
965
966
|
};
|
|
966
967
|
alts: string[];
|
|
967
968
|
};
|
|
968
|
-
__kind: "Solana";
|
|
969
969
|
};
|
|
970
970
|
};
|
|
971
971
|
sourceChain: {
|
|
972
972
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
973
973
|
};
|
|
974
974
|
sourceAddress?: {
|
|
975
|
-
value: string;
|
|
976
975
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
976
|
+
value: string;
|
|
977
977
|
} | null | undefined;
|
|
978
978
|
} | null | undefined;
|
|
979
979
|
} | {
|
|
@@ -997,22 +997,22 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
997
997
|
__kind: z.ZodLiteral<"InternalAccount">;
|
|
998
998
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
999
999
|
}, "strip", z.ZodTypeAny, {
|
|
1000
|
-
value: `cF${string}`;
|
|
1001
1000
|
__kind: "InternalAccount";
|
|
1001
|
+
value: `cF${string}`;
|
|
1002
1002
|
}, {
|
|
1003
|
-
value: string;
|
|
1004
1003
|
__kind: "InternalAccount";
|
|
1004
|
+
value: string;
|
|
1005
1005
|
}>, z.ZodObject<{
|
|
1006
1006
|
__kind: z.ZodLiteral<"ExternalAddress">;
|
|
1007
1007
|
value: z.ZodEffects<z.ZodObject<{
|
|
1008
1008
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
1009
1009
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1010
1010
|
}, "strip", z.ZodTypeAny, {
|
|
1011
|
-
value: `0x${string}`;
|
|
1012
1011
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1012
|
+
value: `0x${string}`;
|
|
1013
1013
|
}, {
|
|
1014
|
-
value: string;
|
|
1015
1014
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1015
|
+
value: string;
|
|
1016
1016
|
}>, {
|
|
1017
1017
|
readonly chain: "Ethereum";
|
|
1018
1018
|
readonly address: `0x${string}`;
|
|
@@ -1032,10 +1032,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1032
1032
|
readonly chain: "Assethub";
|
|
1033
1033
|
readonly address: string;
|
|
1034
1034
|
}, {
|
|
1035
|
-
value: string;
|
|
1036
1035
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1036
|
+
value: string;
|
|
1037
1037
|
}>;
|
|
1038
1038
|
}, "strip", z.ZodTypeAny, {
|
|
1039
|
+
__kind: "ExternalAddress";
|
|
1039
1040
|
value: {
|
|
1040
1041
|
readonly chain: "Ethereum";
|
|
1041
1042
|
readonly address: `0x${string}`;
|
|
@@ -1055,21 +1056,22 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1055
1056
|
readonly chain: "Assethub";
|
|
1056
1057
|
readonly address: string;
|
|
1057
1058
|
};
|
|
1058
|
-
__kind: "ExternalAddress";
|
|
1059
1059
|
}, {
|
|
1060
|
+
__kind: "ExternalAddress";
|
|
1060
1061
|
value: {
|
|
1061
|
-
value: string;
|
|
1062
1062
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1063
|
+
value: string;
|
|
1063
1064
|
};
|
|
1064
|
-
__kind: "ExternalAddress";
|
|
1065
1065
|
}>]>;
|
|
1066
1066
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1067
1067
|
}, "strip", z.ZodTypeAny, {
|
|
1068
1068
|
retryDuration: number;
|
|
1069
|
+
minPrice: bigint;
|
|
1069
1070
|
refundDestination: {
|
|
1070
|
-
value: `cF${string}`;
|
|
1071
1071
|
__kind: "InternalAccount";
|
|
1072
|
+
value: `cF${string}`;
|
|
1072
1073
|
} | {
|
|
1074
|
+
__kind: "ExternalAddress";
|
|
1073
1075
|
value: {
|
|
1074
1076
|
readonly chain: "Ethereum";
|
|
1075
1077
|
readonly address: `0x${string}`;
|
|
@@ -1089,22 +1091,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1089
1091
|
readonly chain: "Assethub";
|
|
1090
1092
|
readonly address: string;
|
|
1091
1093
|
};
|
|
1092
|
-
__kind: "ExternalAddress";
|
|
1093
1094
|
};
|
|
1094
|
-
minPrice: bigint;
|
|
1095
1095
|
}, {
|
|
1096
1096
|
retryDuration: number;
|
|
1097
|
+
minPrice: string | number;
|
|
1097
1098
|
refundDestination: {
|
|
1098
|
-
value: string;
|
|
1099
1099
|
__kind: "InternalAccount";
|
|
1100
|
+
value: string;
|
|
1100
1101
|
} | {
|
|
1102
|
+
__kind: "ExternalAddress";
|
|
1101
1103
|
value: {
|
|
1102
|
-
value: string;
|
|
1103
1104
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1105
|
+
value: string;
|
|
1104
1106
|
};
|
|
1105
|
-
__kind: "ExternalAddress";
|
|
1106
1107
|
};
|
|
1107
|
-
minPrice: string | number;
|
|
1108
1108
|
}>>>;
|
|
1109
1109
|
dcaParameters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1110
1110
|
numberOfChunks: z.ZodNumber;
|
|
@@ -1117,8 +1117,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1117
1117
|
chunkInterval: number;
|
|
1118
1118
|
}>>>;
|
|
1119
1119
|
}, "strip", z.ZodTypeAny, {
|
|
1120
|
-
inputAsset: "
|
|
1121
|
-
outputAsset: "
|
|
1120
|
+
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1121
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1122
1122
|
swapRequestId: bigint;
|
|
1123
1123
|
inputAmount: bigint;
|
|
1124
1124
|
origin: {
|
|
@@ -1148,20 +1148,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1148
1148
|
} | {
|
|
1149
1149
|
__kind: "Vault";
|
|
1150
1150
|
txId: {
|
|
1151
|
-
value: `0x${string}`;
|
|
1152
1151
|
__kind: "Evm";
|
|
1153
|
-
} | {
|
|
1154
1152
|
value: `0x${string}`;
|
|
1153
|
+
} | {
|
|
1155
1154
|
__kind: "Bitcoin";
|
|
1155
|
+
value: `0x${string}`;
|
|
1156
1156
|
} | {
|
|
1157
|
+
__kind: "Polkadot";
|
|
1157
1158
|
value: {
|
|
1158
1159
|
blockNumber: number;
|
|
1159
1160
|
extrinsicIndex: number;
|
|
1160
1161
|
};
|
|
1161
|
-
__kind: "Polkadot";
|
|
1162
1162
|
} | {
|
|
1163
|
-
value: [`0x${string}`, bigint];
|
|
1164
1163
|
__kind: "Solana";
|
|
1164
|
+
value: [`0x${string}`, bigint];
|
|
1165
1165
|
} | {
|
|
1166
1166
|
__kind: "None";
|
|
1167
1167
|
};
|
|
@@ -1169,8 +1169,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1169
1169
|
} | {
|
|
1170
1170
|
__kind: "Internal";
|
|
1171
1171
|
} | {
|
|
1172
|
-
value: `cF${string}`;
|
|
1173
1172
|
__kind: "OnChainAccount";
|
|
1173
|
+
value: `cF${string}`;
|
|
1174
1174
|
};
|
|
1175
1175
|
requestType: {
|
|
1176
1176
|
__kind: "NetworkFee";
|
|
@@ -1206,7 +1206,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1206
1206
|
ccmAdditionalData: {
|
|
1207
1207
|
__kind: "NotRequired";
|
|
1208
1208
|
} | {
|
|
1209
|
+
__kind: "Solana";
|
|
1209
1210
|
value: {
|
|
1211
|
+
__kind: "V0";
|
|
1210
1212
|
value: {
|
|
1211
1213
|
cfReceiver: {
|
|
1212
1214
|
pubkey: `0x${string}`;
|
|
@@ -1218,7 +1220,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1218
1220
|
}[];
|
|
1219
1221
|
fallbackAddress: `0x${string}`;
|
|
1220
1222
|
};
|
|
1221
|
-
__kind: "V0";
|
|
1222
1223
|
} | {
|
|
1223
1224
|
__kind: "V1";
|
|
1224
1225
|
ccmAccounts: {
|
|
@@ -1234,7 +1235,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1234
1235
|
};
|
|
1235
1236
|
alts: `0x${string}`[];
|
|
1236
1237
|
};
|
|
1237
|
-
__kind: "Solana";
|
|
1238
1238
|
};
|
|
1239
1239
|
};
|
|
1240
1240
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -1269,10 +1269,12 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1269
1269
|
}[];
|
|
1270
1270
|
refundParameters?: {
|
|
1271
1271
|
retryDuration: number;
|
|
1272
|
+
minPrice: bigint;
|
|
1272
1273
|
refundDestination: {
|
|
1273
|
-
value: `cF${string}`;
|
|
1274
1274
|
__kind: "InternalAccount";
|
|
1275
|
+
value: `cF${string}`;
|
|
1275
1276
|
} | {
|
|
1277
|
+
__kind: "ExternalAddress";
|
|
1276
1278
|
value: {
|
|
1277
1279
|
readonly chain: "Ethereum";
|
|
1278
1280
|
readonly address: `0x${string}`;
|
|
@@ -1292,9 +1294,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1292
1294
|
readonly chain: "Assethub";
|
|
1293
1295
|
readonly address: string;
|
|
1294
1296
|
};
|
|
1295
|
-
__kind: "ExternalAddress";
|
|
1296
1297
|
};
|
|
1297
|
-
minPrice: bigint;
|
|
1298
1298
|
} | null | undefined;
|
|
1299
1299
|
dcaParameters?: {
|
|
1300
1300
|
numberOfChunks: number;
|
|
@@ -1302,18 +1302,18 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1302
1302
|
} | null | undefined;
|
|
1303
1303
|
}, {
|
|
1304
1304
|
inputAsset: {
|
|
1305
|
-
__kind: "
|
|
1305
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1306
1306
|
};
|
|
1307
1307
|
outputAsset: {
|
|
1308
|
-
__kind: "
|
|
1308
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1309
1309
|
};
|
|
1310
1310
|
swapRequestId: string | number;
|
|
1311
1311
|
inputAmount: string | number;
|
|
1312
1312
|
origin: {
|
|
1313
1313
|
__kind: "DepositChannel";
|
|
1314
1314
|
depositAddress: {
|
|
1315
|
-
value: string;
|
|
1316
1315
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1316
|
+
value: string;
|
|
1317
1317
|
};
|
|
1318
1318
|
channelId: string | number;
|
|
1319
1319
|
depositBlockHeight: string | number;
|
|
@@ -1321,20 +1321,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1321
1321
|
} | {
|
|
1322
1322
|
__kind: "Vault";
|
|
1323
1323
|
txId: {
|
|
1324
|
-
value: string;
|
|
1325
1324
|
__kind: "Evm";
|
|
1326
|
-
} | {
|
|
1327
1325
|
value: string;
|
|
1326
|
+
} | {
|
|
1328
1327
|
__kind: "Bitcoin";
|
|
1328
|
+
value: string;
|
|
1329
1329
|
} | {
|
|
1330
|
+
__kind: "Polkadot";
|
|
1330
1331
|
value: {
|
|
1331
1332
|
blockNumber: number;
|
|
1332
1333
|
extrinsicIndex: number;
|
|
1333
1334
|
};
|
|
1334
|
-
__kind: "Polkadot";
|
|
1335
1335
|
} | {
|
|
1336
|
-
value: [string, string | number];
|
|
1337
1336
|
__kind: "Solana";
|
|
1337
|
+
value: [string, string | number];
|
|
1338
1338
|
} | {
|
|
1339
1339
|
__kind: "None";
|
|
1340
1340
|
};
|
|
@@ -1342,8 +1342,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1342
1342
|
} | {
|
|
1343
1343
|
__kind: "Internal";
|
|
1344
1344
|
} | {
|
|
1345
|
-
value: string;
|
|
1346
1345
|
__kind: "OnChainAccount";
|
|
1346
|
+
value: string;
|
|
1347
1347
|
};
|
|
1348
1348
|
requestType: {
|
|
1349
1349
|
__kind: "NetworkFee";
|
|
@@ -1354,8 +1354,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1354
1354
|
outputAction: {
|
|
1355
1355
|
__kind: "Egress";
|
|
1356
1356
|
outputAddress: {
|
|
1357
|
-
value: string;
|
|
1358
1357
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1358
|
+
value: string;
|
|
1359
1359
|
};
|
|
1360
1360
|
ccmDepositMetadata?: {
|
|
1361
1361
|
channelMetadata: {
|
|
@@ -1364,7 +1364,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1364
1364
|
ccmAdditionalData: {
|
|
1365
1365
|
__kind: "NotRequired";
|
|
1366
1366
|
} | {
|
|
1367
|
+
__kind: "Solana";
|
|
1367
1368
|
value: {
|
|
1369
|
+
__kind: "V0";
|
|
1368
1370
|
value: {
|
|
1369
1371
|
cfReceiver: {
|
|
1370
1372
|
pubkey: string;
|
|
@@ -1376,7 +1378,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1376
1378
|
}[];
|
|
1377
1379
|
fallbackAddress: string;
|
|
1378
1380
|
};
|
|
1379
|
-
__kind: "V0";
|
|
1380
1381
|
} | {
|
|
1381
1382
|
__kind: "V1";
|
|
1382
1383
|
ccmAccounts: {
|
|
@@ -1392,15 +1393,14 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1392
1393
|
};
|
|
1393
1394
|
alts: string[];
|
|
1394
1395
|
};
|
|
1395
|
-
__kind: "Solana";
|
|
1396
1396
|
};
|
|
1397
1397
|
};
|
|
1398
1398
|
sourceChain: {
|
|
1399
1399
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1400
1400
|
};
|
|
1401
1401
|
sourceAddress?: {
|
|
1402
|
-
value: string;
|
|
1403
1402
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1403
|
+
value: string;
|
|
1404
1404
|
} | null | undefined;
|
|
1405
1405
|
} | null | undefined;
|
|
1406
1406
|
} | {
|
|
@@ -1414,17 +1414,17 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1414
1414
|
}[];
|
|
1415
1415
|
refundParameters?: {
|
|
1416
1416
|
retryDuration: number;
|
|
1417
|
+
minPrice: string | number;
|
|
1417
1418
|
refundDestination: {
|
|
1418
|
-
value: string;
|
|
1419
1419
|
__kind: "InternalAccount";
|
|
1420
|
+
value: string;
|
|
1420
1421
|
} | {
|
|
1422
|
+
__kind: "ExternalAddress";
|
|
1421
1423
|
value: {
|
|
1422
|
-
value: string;
|
|
1423
1424
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1425
|
+
value: string;
|
|
1424
1426
|
};
|
|
1425
|
-
__kind: "ExternalAddress";
|
|
1426
1427
|
};
|
|
1427
|
-
minPrice: string | number;
|
|
1428
1428
|
} | null | undefined;
|
|
1429
1429
|
dcaParameters?: {
|
|
1430
1430
|
numberOfChunks: number;
|
|
@@ -1436,21 +1436,21 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1436
1436
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
1437
1437
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
1438
1438
|
}, "strip", z.ZodTypeAny, {
|
|
1439
|
-
__kind: "
|
|
1439
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1440
1440
|
}, {
|
|
1441
|
-
__kind: "
|
|
1442
|
-
}>, "
|
|
1443
|
-
__kind: "
|
|
1441
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1442
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
1443
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1444
1444
|
}>;
|
|
1445
1445
|
inputAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1446
1446
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
1447
1447
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
1448
1448
|
}, "strip", z.ZodTypeAny, {
|
|
1449
|
-
__kind: "
|
|
1449
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1450
1450
|
}, {
|
|
1451
|
-
__kind: "
|
|
1452
|
-
}>, "
|
|
1453
|
-
__kind: "
|
|
1451
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1452
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
1453
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1454
1454
|
}>;
|
|
1455
1455
|
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1456
1456
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
@@ -1458,11 +1458,11 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1458
1458
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
1459
1459
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1460
1460
|
}, "strip", z.ZodTypeAny, {
|
|
1461
|
-
value: `0x${string}`;
|
|
1462
1461
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1462
|
+
value: `0x${string}`;
|
|
1463
1463
|
}, {
|
|
1464
|
-
value: string;
|
|
1465
1464
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1465
|
+
value: string;
|
|
1466
1466
|
}>, {
|
|
1467
1467
|
readonly chain: "Ethereum";
|
|
1468
1468
|
readonly address: `0x${string}`;
|
|
@@ -1482,8 +1482,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1482
1482
|
readonly chain: "Assethub";
|
|
1483
1483
|
readonly address: string;
|
|
1484
1484
|
}, {
|
|
1485
|
-
value: string;
|
|
1486
1485
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1486
|
+
value: string;
|
|
1487
1487
|
}>;
|
|
1488
1488
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1489
1489
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -1515,8 +1515,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1515
1515
|
}, {
|
|
1516
1516
|
__kind: "DepositChannel";
|
|
1517
1517
|
depositAddress: {
|
|
1518
|
-
value: string;
|
|
1519
1518
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1519
|
+
value: string;
|
|
1520
1520
|
};
|
|
1521
1521
|
channelId: string | number;
|
|
1522
1522
|
depositBlockHeight: string | number;
|
|
@@ -1527,20 +1527,20 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1527
1527
|
__kind: z.ZodLiteral<"Evm">;
|
|
1528
1528
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1529
1529
|
}, "strip", z.ZodTypeAny, {
|
|
1530
|
-
value: `0x${string}`;
|
|
1531
1530
|
__kind: "Evm";
|
|
1531
|
+
value: `0x${string}`;
|
|
1532
1532
|
}, {
|
|
1533
|
-
value: string;
|
|
1534
1533
|
__kind: "Evm";
|
|
1534
|
+
value: string;
|
|
1535
1535
|
}>, z.ZodObject<{
|
|
1536
1536
|
__kind: z.ZodLiteral<"Bitcoin">;
|
|
1537
1537
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1538
1538
|
}, "strip", z.ZodTypeAny, {
|
|
1539
|
-
value: `0x${string}`;
|
|
1540
1539
|
__kind: "Bitcoin";
|
|
1540
|
+
value: `0x${string}`;
|
|
1541
1541
|
}, {
|
|
1542
|
-
value: string;
|
|
1543
1542
|
__kind: "Bitcoin";
|
|
1543
|
+
value: string;
|
|
1544
1544
|
}>, z.ZodObject<{
|
|
1545
1545
|
__kind: z.ZodLiteral<"Polkadot">;
|
|
1546
1546
|
value: z.ZodObject<{
|
|
@@ -1554,26 +1554,26 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1554
1554
|
extrinsicIndex: number;
|
|
1555
1555
|
}>;
|
|
1556
1556
|
}, "strip", z.ZodTypeAny, {
|
|
1557
|
+
__kind: "Polkadot";
|
|
1557
1558
|
value: {
|
|
1558
1559
|
blockNumber: number;
|
|
1559
1560
|
extrinsicIndex: number;
|
|
1560
1561
|
};
|
|
1561
|
-
__kind: "Polkadot";
|
|
1562
1562
|
}, {
|
|
1563
|
+
__kind: "Polkadot";
|
|
1563
1564
|
value: {
|
|
1564
1565
|
blockNumber: number;
|
|
1565
1566
|
extrinsicIndex: number;
|
|
1566
1567
|
};
|
|
1567
|
-
__kind: "Polkadot";
|
|
1568
1568
|
}>, z.ZodObject<{
|
|
1569
1569
|
__kind: z.ZodLiteral<"Solana">;
|
|
1570
1570
|
value: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
1571
1571
|
}, "strip", z.ZodTypeAny, {
|
|
1572
|
-
value: [`0x${string}`, bigint];
|
|
1573
1572
|
__kind: "Solana";
|
|
1573
|
+
value: [`0x${string}`, bigint];
|
|
1574
1574
|
}, {
|
|
1575
|
-
value: [string, string | number];
|
|
1576
1575
|
__kind: "Solana";
|
|
1576
|
+
value: [string, string | number];
|
|
1577
1577
|
}>, z.ZodObject<{
|
|
1578
1578
|
__kind: z.ZodLiteral<"None">;
|
|
1579
1579
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1585,20 +1585,20 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1585
1585
|
}, "strip", z.ZodTypeAny, {
|
|
1586
1586
|
__kind: "Vault";
|
|
1587
1587
|
txId: {
|
|
1588
|
-
value: `0x${string}`;
|
|
1589
1588
|
__kind: "Evm";
|
|
1590
|
-
} | {
|
|
1591
1589
|
value: `0x${string}`;
|
|
1590
|
+
} | {
|
|
1592
1591
|
__kind: "Bitcoin";
|
|
1592
|
+
value: `0x${string}`;
|
|
1593
1593
|
} | {
|
|
1594
|
+
__kind: "Polkadot";
|
|
1594
1595
|
value: {
|
|
1595
1596
|
blockNumber: number;
|
|
1596
1597
|
extrinsicIndex: number;
|
|
1597
1598
|
};
|
|
1598
|
-
__kind: "Polkadot";
|
|
1599
1599
|
} | {
|
|
1600
|
-
value: [`0x${string}`, bigint];
|
|
1601
1600
|
__kind: "Solana";
|
|
1601
|
+
value: [`0x${string}`, bigint];
|
|
1602
1602
|
} | {
|
|
1603
1603
|
__kind: "None";
|
|
1604
1604
|
};
|
|
@@ -1606,20 +1606,20 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1606
1606
|
}, {
|
|
1607
1607
|
__kind: "Vault";
|
|
1608
1608
|
txId: {
|
|
1609
|
-
value: string;
|
|
1610
1609
|
__kind: "Evm";
|
|
1611
|
-
} | {
|
|
1612
1610
|
value: string;
|
|
1611
|
+
} | {
|
|
1613
1612
|
__kind: "Bitcoin";
|
|
1613
|
+
value: string;
|
|
1614
1614
|
} | {
|
|
1615
|
+
__kind: "Polkadot";
|
|
1615
1616
|
value: {
|
|
1616
1617
|
blockNumber: number;
|
|
1617
1618
|
extrinsicIndex: number;
|
|
1618
1619
|
};
|
|
1619
|
-
__kind: "Polkadot";
|
|
1620
1620
|
} | {
|
|
1621
|
-
value: [string, string | number];
|
|
1622
1621
|
__kind: "Solana";
|
|
1622
|
+
value: [string, string | number];
|
|
1623
1623
|
} | {
|
|
1624
1624
|
__kind: "None";
|
|
1625
1625
|
};
|
|
@@ -1634,11 +1634,11 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1634
1634
|
__kind: z.ZodLiteral<"OnChainAccount">;
|
|
1635
1635
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
1636
1636
|
}, "strip", z.ZodTypeAny, {
|
|
1637
|
-
value: `cF${string}`;
|
|
1638
1637
|
__kind: "OnChainAccount";
|
|
1638
|
+
value: `cF${string}`;
|
|
1639
1639
|
}, {
|
|
1640
|
-
value: string;
|
|
1641
1640
|
__kind: "OnChainAccount";
|
|
1641
|
+
value: string;
|
|
1642
1642
|
}>]>;
|
|
1643
1643
|
requestType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1644
1644
|
__kind: z.ZodLiteral<"NetworkFee">;
|
|
@@ -1714,6 +1714,7 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1714
1714
|
fallbackAddress: string;
|
|
1715
1715
|
}>;
|
|
1716
1716
|
}, "strip", z.ZodTypeAny, {
|
|
1717
|
+
__kind: "V0";
|
|
1717
1718
|
value: {
|
|
1718
1719
|
cfReceiver: {
|
|
1719
1720
|
pubkey: `0x${string}`;
|
|
@@ -1725,8 +1726,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1725
1726
|
}[];
|
|
1726
1727
|
fallbackAddress: `0x${string}`;
|
|
1727
1728
|
};
|
|
1728
|
-
__kind: "V0";
|
|
1729
1729
|
}, {
|
|
1730
|
+
__kind: "V0";
|
|
1730
1731
|
value: {
|
|
1731
1732
|
cfReceiver: {
|
|
1732
1733
|
pubkey: string;
|
|
@@ -1738,7 +1739,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1738
1739
|
}[];
|
|
1739
1740
|
fallbackAddress: string;
|
|
1740
1741
|
};
|
|
1741
|
-
__kind: "V0";
|
|
1742
1742
|
}>, z.ZodObject<{
|
|
1743
1743
|
__kind: z.ZodLiteral<"V1">;
|
|
1744
1744
|
ccmAccounts: z.ZodObject<{
|
|
@@ -1815,7 +1815,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1815
1815
|
alts: string[];
|
|
1816
1816
|
}>]>;
|
|
1817
1817
|
}, "strip", z.ZodTypeAny, {
|
|
1818
|
+
__kind: "Solana";
|
|
1818
1819
|
value: {
|
|
1820
|
+
__kind: "V0";
|
|
1819
1821
|
value: {
|
|
1820
1822
|
cfReceiver: {
|
|
1821
1823
|
pubkey: `0x${string}`;
|
|
@@ -1827,7 +1829,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1827
1829
|
}[];
|
|
1828
1830
|
fallbackAddress: `0x${string}`;
|
|
1829
1831
|
};
|
|
1830
|
-
__kind: "V0";
|
|
1831
1832
|
} | {
|
|
1832
1833
|
__kind: "V1";
|
|
1833
1834
|
ccmAccounts: {
|
|
@@ -1843,9 +1844,10 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1843
1844
|
};
|
|
1844
1845
|
alts: `0x${string}`[];
|
|
1845
1846
|
};
|
|
1846
|
-
__kind: "Solana";
|
|
1847
1847
|
}, {
|
|
1848
|
+
__kind: "Solana";
|
|
1848
1849
|
value: {
|
|
1850
|
+
__kind: "V0";
|
|
1849
1851
|
value: {
|
|
1850
1852
|
cfReceiver: {
|
|
1851
1853
|
pubkey: string;
|
|
@@ -1857,7 +1859,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1857
1859
|
}[];
|
|
1858
1860
|
fallbackAddress: string;
|
|
1859
1861
|
};
|
|
1860
|
-
__kind: "V0";
|
|
1861
1862
|
} | {
|
|
1862
1863
|
__kind: "V1";
|
|
1863
1864
|
ccmAccounts: {
|
|
@@ -1873,7 +1874,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1873
1874
|
};
|
|
1874
1875
|
alts: string[];
|
|
1875
1876
|
};
|
|
1876
|
-
__kind: "Solana";
|
|
1877
1877
|
}>]>;
|
|
1878
1878
|
}, "strip", z.ZodTypeAny, {
|
|
1879
1879
|
message: `0x${string}`;
|
|
@@ -1881,7 +1881,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1881
1881
|
ccmAdditionalData: {
|
|
1882
1882
|
__kind: "NotRequired";
|
|
1883
1883
|
} | {
|
|
1884
|
+
__kind: "Solana";
|
|
1884
1885
|
value: {
|
|
1886
|
+
__kind: "V0";
|
|
1885
1887
|
value: {
|
|
1886
1888
|
cfReceiver: {
|
|
1887
1889
|
pubkey: `0x${string}`;
|
|
@@ -1893,7 +1895,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1893
1895
|
}[];
|
|
1894
1896
|
fallbackAddress: `0x${string}`;
|
|
1895
1897
|
};
|
|
1896
|
-
__kind: "V0";
|
|
1897
1898
|
} | {
|
|
1898
1899
|
__kind: "V1";
|
|
1899
1900
|
ccmAccounts: {
|
|
@@ -1909,7 +1910,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1909
1910
|
};
|
|
1910
1911
|
alts: `0x${string}`[];
|
|
1911
1912
|
};
|
|
1912
|
-
__kind: "Solana";
|
|
1913
1913
|
};
|
|
1914
1914
|
}, {
|
|
1915
1915
|
message: string;
|
|
@@ -1917,7 +1917,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1917
1917
|
ccmAdditionalData: {
|
|
1918
1918
|
__kind: "NotRequired";
|
|
1919
1919
|
} | {
|
|
1920
|
+
__kind: "Solana";
|
|
1920
1921
|
value: {
|
|
1922
|
+
__kind: "V0";
|
|
1921
1923
|
value: {
|
|
1922
1924
|
cfReceiver: {
|
|
1923
1925
|
pubkey: string;
|
|
@@ -1929,7 +1931,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1929
1931
|
}[];
|
|
1930
1932
|
fallbackAddress: string;
|
|
1931
1933
|
};
|
|
1932
|
-
__kind: "V0";
|
|
1933
1934
|
} | {
|
|
1934
1935
|
__kind: "V1";
|
|
1935
1936
|
ccmAccounts: {
|
|
@@ -1945,7 +1946,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1945
1946
|
};
|
|
1946
1947
|
alts: string[];
|
|
1947
1948
|
};
|
|
1948
|
-
__kind: "Solana";
|
|
1949
1949
|
};
|
|
1950
1950
|
}>;
|
|
1951
1951
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -1961,11 +1961,11 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1961
1961
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
1962
1962
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1963
1963
|
}, "strip", z.ZodTypeAny, {
|
|
1964
|
-
value: `0x${string}`;
|
|
1965
1964
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1965
|
+
value: `0x${string}`;
|
|
1966
1966
|
}, {
|
|
1967
|
-
value: string;
|
|
1968
1967
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1968
|
+
value: string;
|
|
1969
1969
|
}>, {
|
|
1970
1970
|
readonly chain: "Ethereum";
|
|
1971
1971
|
readonly address: `0x${string}`;
|
|
@@ -1985,8 +1985,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1985
1985
|
readonly chain: "Assethub";
|
|
1986
1986
|
readonly address: string;
|
|
1987
1987
|
}, {
|
|
1988
|
-
value: string;
|
|
1989
1988
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1989
|
+
value: string;
|
|
1990
1990
|
}>>>;
|
|
1991
1991
|
}, "strip", z.ZodTypeAny, {
|
|
1992
1992
|
channelMetadata: {
|
|
@@ -1995,7 +1995,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
1995
1995
|
ccmAdditionalData: {
|
|
1996
1996
|
__kind: "NotRequired";
|
|
1997
1997
|
} | {
|
|
1998
|
+
__kind: "Solana";
|
|
1998
1999
|
value: {
|
|
2000
|
+
__kind: "V0";
|
|
1999
2001
|
value: {
|
|
2000
2002
|
cfReceiver: {
|
|
2001
2003
|
pubkey: `0x${string}`;
|
|
@@ -2007,7 +2009,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2007
2009
|
}[];
|
|
2008
2010
|
fallbackAddress: `0x${string}`;
|
|
2009
2011
|
};
|
|
2010
|
-
__kind: "V0";
|
|
2011
2012
|
} | {
|
|
2012
2013
|
__kind: "V1";
|
|
2013
2014
|
ccmAccounts: {
|
|
@@ -2023,7 +2024,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2023
2024
|
};
|
|
2024
2025
|
alts: `0x${string}`[];
|
|
2025
2026
|
};
|
|
2026
|
-
__kind: "Solana";
|
|
2027
2027
|
};
|
|
2028
2028
|
};
|
|
2029
2029
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -2053,7 +2053,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2053
2053
|
ccmAdditionalData: {
|
|
2054
2054
|
__kind: "NotRequired";
|
|
2055
2055
|
} | {
|
|
2056
|
+
__kind: "Solana";
|
|
2056
2057
|
value: {
|
|
2058
|
+
__kind: "V0";
|
|
2057
2059
|
value: {
|
|
2058
2060
|
cfReceiver: {
|
|
2059
2061
|
pubkey: string;
|
|
@@ -2065,7 +2067,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2065
2067
|
}[];
|
|
2066
2068
|
fallbackAddress: string;
|
|
2067
2069
|
};
|
|
2068
|
-
__kind: "V0";
|
|
2069
2070
|
} | {
|
|
2070
2071
|
__kind: "V1";
|
|
2071
2072
|
ccmAccounts: {
|
|
@@ -2081,26 +2082,25 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2081
2082
|
};
|
|
2082
2083
|
alts: string[];
|
|
2083
2084
|
};
|
|
2084
|
-
__kind: "Solana";
|
|
2085
2085
|
};
|
|
2086
2086
|
};
|
|
2087
2087
|
sourceChain: {
|
|
2088
2088
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2089
2089
|
};
|
|
2090
2090
|
sourceAddress?: {
|
|
2091
|
-
value: string;
|
|
2092
2091
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2092
|
+
value: string;
|
|
2093
2093
|
} | null | undefined;
|
|
2094
2094
|
}>>>;
|
|
2095
2095
|
outputAddress: z.ZodEffects<z.ZodObject<{
|
|
2096
2096
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
2097
2097
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2098
2098
|
}, "strip", z.ZodTypeAny, {
|
|
2099
|
-
value: `0x${string}`;
|
|
2100
2099
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2100
|
+
value: `0x${string}`;
|
|
2101
2101
|
}, {
|
|
2102
|
-
value: string;
|
|
2103
2102
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2103
|
+
value: string;
|
|
2104
2104
|
}>, {
|
|
2105
2105
|
readonly chain: "Ethereum";
|
|
2106
2106
|
readonly address: `0x${string}`;
|
|
@@ -2120,8 +2120,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2120
2120
|
readonly chain: "Assethub";
|
|
2121
2121
|
readonly address: string;
|
|
2122
2122
|
}, {
|
|
2123
|
-
value: string;
|
|
2124
2123
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2124
|
+
value: string;
|
|
2125
2125
|
}>;
|
|
2126
2126
|
}, "strip", z.ZodTypeAny, {
|
|
2127
2127
|
__kind: "Egress";
|
|
@@ -2151,7 +2151,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2151
2151
|
ccmAdditionalData: {
|
|
2152
2152
|
__kind: "NotRequired";
|
|
2153
2153
|
} | {
|
|
2154
|
+
__kind: "Solana";
|
|
2154
2155
|
value: {
|
|
2156
|
+
__kind: "V0";
|
|
2155
2157
|
value: {
|
|
2156
2158
|
cfReceiver: {
|
|
2157
2159
|
pubkey: `0x${string}`;
|
|
@@ -2163,7 +2165,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2163
2165
|
}[];
|
|
2164
2166
|
fallbackAddress: `0x${string}`;
|
|
2165
2167
|
};
|
|
2166
|
-
__kind: "V0";
|
|
2167
2168
|
} | {
|
|
2168
2169
|
__kind: "V1";
|
|
2169
2170
|
ccmAccounts: {
|
|
@@ -2179,7 +2180,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2179
2180
|
};
|
|
2180
2181
|
alts: `0x${string}`[];
|
|
2181
2182
|
};
|
|
2182
|
-
__kind: "Solana";
|
|
2183
2183
|
};
|
|
2184
2184
|
};
|
|
2185
2185
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -2206,8 +2206,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2206
2206
|
}, {
|
|
2207
2207
|
__kind: "Egress";
|
|
2208
2208
|
outputAddress: {
|
|
2209
|
-
value: string;
|
|
2210
2209
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2210
|
+
value: string;
|
|
2211
2211
|
};
|
|
2212
2212
|
ccmDepositMetadata?: {
|
|
2213
2213
|
channelMetadata: {
|
|
@@ -2216,7 +2216,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2216
2216
|
ccmAdditionalData: {
|
|
2217
2217
|
__kind: "NotRequired";
|
|
2218
2218
|
} | {
|
|
2219
|
+
__kind: "Solana";
|
|
2219
2220
|
value: {
|
|
2221
|
+
__kind: "V0";
|
|
2220
2222
|
value: {
|
|
2221
2223
|
cfReceiver: {
|
|
2222
2224
|
pubkey: string;
|
|
@@ -2228,7 +2230,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2228
2230
|
}[];
|
|
2229
2231
|
fallbackAddress: string;
|
|
2230
2232
|
};
|
|
2231
|
-
__kind: "V0";
|
|
2232
2233
|
} | {
|
|
2233
2234
|
__kind: "V1";
|
|
2234
2235
|
ccmAccounts: {
|
|
@@ -2244,15 +2245,14 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2244
2245
|
};
|
|
2245
2246
|
alts: string[];
|
|
2246
2247
|
};
|
|
2247
|
-
__kind: "Solana";
|
|
2248
2248
|
};
|
|
2249
2249
|
};
|
|
2250
2250
|
sourceChain: {
|
|
2251
2251
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2252
2252
|
};
|
|
2253
2253
|
sourceAddress?: {
|
|
2254
|
-
value: string;
|
|
2255
2254
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2255
|
+
value: string;
|
|
2256
2256
|
} | null | undefined;
|
|
2257
2257
|
} | null | undefined;
|
|
2258
2258
|
}>, z.ZodObject<{
|
|
@@ -2295,7 +2295,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2295
2295
|
ccmAdditionalData: {
|
|
2296
2296
|
__kind: "NotRequired";
|
|
2297
2297
|
} | {
|
|
2298
|
+
__kind: "Solana";
|
|
2298
2299
|
value: {
|
|
2300
|
+
__kind: "V0";
|
|
2299
2301
|
value: {
|
|
2300
2302
|
cfReceiver: {
|
|
2301
2303
|
pubkey: `0x${string}`;
|
|
@@ -2307,7 +2309,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2307
2309
|
}[];
|
|
2308
2310
|
fallbackAddress: `0x${string}`;
|
|
2309
2311
|
};
|
|
2310
|
-
__kind: "V0";
|
|
2311
2312
|
} | {
|
|
2312
2313
|
__kind: "V1";
|
|
2313
2314
|
ccmAccounts: {
|
|
@@ -2323,7 +2324,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2323
2324
|
};
|
|
2324
2325
|
alts: `0x${string}`[];
|
|
2325
2326
|
};
|
|
2326
|
-
__kind: "Solana";
|
|
2327
2327
|
};
|
|
2328
2328
|
};
|
|
2329
2329
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -2356,8 +2356,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2356
2356
|
outputAction: {
|
|
2357
2357
|
__kind: "Egress";
|
|
2358
2358
|
outputAddress: {
|
|
2359
|
-
value: string;
|
|
2360
2359
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2360
|
+
value: string;
|
|
2361
2361
|
};
|
|
2362
2362
|
ccmDepositMetadata?: {
|
|
2363
2363
|
channelMetadata: {
|
|
@@ -2366,7 +2366,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2366
2366
|
ccmAdditionalData: {
|
|
2367
2367
|
__kind: "NotRequired";
|
|
2368
2368
|
} | {
|
|
2369
|
+
__kind: "Solana";
|
|
2369
2370
|
value: {
|
|
2371
|
+
__kind: "V0";
|
|
2370
2372
|
value: {
|
|
2371
2373
|
cfReceiver: {
|
|
2372
2374
|
pubkey: string;
|
|
@@ -2378,7 +2380,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2378
2380
|
}[];
|
|
2379
2381
|
fallbackAddress: string;
|
|
2380
2382
|
};
|
|
2381
|
-
__kind: "V0";
|
|
2382
2383
|
} | {
|
|
2383
2384
|
__kind: "V1";
|
|
2384
2385
|
ccmAccounts: {
|
|
@@ -2394,15 +2395,14 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2394
2395
|
};
|
|
2395
2396
|
alts: string[];
|
|
2396
2397
|
};
|
|
2397
|
-
__kind: "Solana";
|
|
2398
2398
|
};
|
|
2399
2399
|
};
|
|
2400
2400
|
sourceChain: {
|
|
2401
2401
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2402
2402
|
};
|
|
2403
2403
|
sourceAddress?: {
|
|
2404
|
-
value: string;
|
|
2405
2404
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2405
|
+
value: string;
|
|
2406
2406
|
} | null | undefined;
|
|
2407
2407
|
} | null | undefined;
|
|
2408
2408
|
} | {
|
|
@@ -2426,22 +2426,22 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2426
2426
|
__kind: z.ZodLiteral<"InternalAccount">;
|
|
2427
2427
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
2428
2428
|
}, "strip", z.ZodTypeAny, {
|
|
2429
|
-
value: `cF${string}`;
|
|
2430
2429
|
__kind: "InternalAccount";
|
|
2430
|
+
value: `cF${string}`;
|
|
2431
2431
|
}, {
|
|
2432
|
-
value: string;
|
|
2433
2432
|
__kind: "InternalAccount";
|
|
2433
|
+
value: string;
|
|
2434
2434
|
}>, z.ZodObject<{
|
|
2435
2435
|
__kind: z.ZodLiteral<"ExternalAddress">;
|
|
2436
2436
|
value: z.ZodEffects<z.ZodObject<{
|
|
2437
2437
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
2438
2438
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2439
2439
|
}, "strip", z.ZodTypeAny, {
|
|
2440
|
-
value: `0x${string}`;
|
|
2441
2440
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2441
|
+
value: `0x${string}`;
|
|
2442
2442
|
}, {
|
|
2443
|
-
value: string;
|
|
2444
2443
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2444
|
+
value: string;
|
|
2445
2445
|
}>, {
|
|
2446
2446
|
readonly chain: "Ethereum";
|
|
2447
2447
|
readonly address: `0x${string}`;
|
|
@@ -2461,10 +2461,11 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2461
2461
|
readonly chain: "Assethub";
|
|
2462
2462
|
readonly address: string;
|
|
2463
2463
|
}, {
|
|
2464
|
-
value: string;
|
|
2465
2464
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2465
|
+
value: string;
|
|
2466
2466
|
}>;
|
|
2467
2467
|
}, "strip", z.ZodTypeAny, {
|
|
2468
|
+
__kind: "ExternalAddress";
|
|
2468
2469
|
value: {
|
|
2469
2470
|
readonly chain: "Ethereum";
|
|
2470
2471
|
readonly address: `0x${string}`;
|
|
@@ -2484,21 +2485,22 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2484
2485
|
readonly chain: "Assethub";
|
|
2485
2486
|
readonly address: string;
|
|
2486
2487
|
};
|
|
2487
|
-
__kind: "ExternalAddress";
|
|
2488
2488
|
}, {
|
|
2489
|
+
__kind: "ExternalAddress";
|
|
2489
2490
|
value: {
|
|
2490
|
-
value: string;
|
|
2491
2491
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2492
|
+
value: string;
|
|
2492
2493
|
};
|
|
2493
|
-
__kind: "ExternalAddress";
|
|
2494
2494
|
}>]>;
|
|
2495
2495
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2496
2496
|
}, "strip", z.ZodTypeAny, {
|
|
2497
2497
|
retryDuration: number;
|
|
2498
|
+
minPrice: bigint;
|
|
2498
2499
|
refundDestination: {
|
|
2499
|
-
value: `cF${string}`;
|
|
2500
2500
|
__kind: "InternalAccount";
|
|
2501
|
+
value: `cF${string}`;
|
|
2501
2502
|
} | {
|
|
2503
|
+
__kind: "ExternalAddress";
|
|
2502
2504
|
value: {
|
|
2503
2505
|
readonly chain: "Ethereum";
|
|
2504
2506
|
readonly address: `0x${string}`;
|
|
@@ -2518,22 +2520,20 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2518
2520
|
readonly chain: "Assethub";
|
|
2519
2521
|
readonly address: string;
|
|
2520
2522
|
};
|
|
2521
|
-
__kind: "ExternalAddress";
|
|
2522
2523
|
};
|
|
2523
|
-
minPrice: bigint;
|
|
2524
2524
|
}, {
|
|
2525
2525
|
retryDuration: number;
|
|
2526
|
+
minPrice: string | number;
|
|
2526
2527
|
refundDestination: {
|
|
2527
|
-
value: string;
|
|
2528
2528
|
__kind: "InternalAccount";
|
|
2529
|
+
value: string;
|
|
2529
2530
|
} | {
|
|
2531
|
+
__kind: "ExternalAddress";
|
|
2530
2532
|
value: {
|
|
2531
|
-
value: string;
|
|
2532
2533
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2534
|
+
value: string;
|
|
2533
2535
|
};
|
|
2534
|
-
__kind: "ExternalAddress";
|
|
2535
2536
|
};
|
|
2536
|
-
minPrice: string | number;
|
|
2537
2537
|
}>>>;
|
|
2538
2538
|
dcaParameters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2539
2539
|
numberOfChunks: z.ZodNumber;
|
|
@@ -2546,8 +2546,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2546
2546
|
chunkInterval: number;
|
|
2547
2547
|
}>>>;
|
|
2548
2548
|
}, "strip", z.ZodTypeAny, {
|
|
2549
|
-
inputAsset: "
|
|
2550
|
-
outputAsset: "
|
|
2549
|
+
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2550
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2551
2551
|
swapRequestId: bigint;
|
|
2552
2552
|
inputAmount: bigint;
|
|
2553
2553
|
origin: {
|
|
@@ -2577,20 +2577,20 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2577
2577
|
} | {
|
|
2578
2578
|
__kind: "Vault";
|
|
2579
2579
|
txId: {
|
|
2580
|
-
value: `0x${string}`;
|
|
2581
2580
|
__kind: "Evm";
|
|
2582
|
-
} | {
|
|
2583
2581
|
value: `0x${string}`;
|
|
2582
|
+
} | {
|
|
2584
2583
|
__kind: "Bitcoin";
|
|
2584
|
+
value: `0x${string}`;
|
|
2585
2585
|
} | {
|
|
2586
|
+
__kind: "Polkadot";
|
|
2586
2587
|
value: {
|
|
2587
2588
|
blockNumber: number;
|
|
2588
2589
|
extrinsicIndex: number;
|
|
2589
2590
|
};
|
|
2590
|
-
__kind: "Polkadot";
|
|
2591
2591
|
} | {
|
|
2592
|
-
value: [`0x${string}`, bigint];
|
|
2593
2592
|
__kind: "Solana";
|
|
2593
|
+
value: [`0x${string}`, bigint];
|
|
2594
2594
|
} | {
|
|
2595
2595
|
__kind: "None";
|
|
2596
2596
|
};
|
|
@@ -2598,8 +2598,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2598
2598
|
} | {
|
|
2599
2599
|
__kind: "Internal";
|
|
2600
2600
|
} | {
|
|
2601
|
-
value: `cF${string}`;
|
|
2602
2601
|
__kind: "OnChainAccount";
|
|
2602
|
+
value: `cF${string}`;
|
|
2603
2603
|
};
|
|
2604
2604
|
requestType: {
|
|
2605
2605
|
__kind: "NetworkFee";
|
|
@@ -2635,7 +2635,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2635
2635
|
ccmAdditionalData: {
|
|
2636
2636
|
__kind: "NotRequired";
|
|
2637
2637
|
} | {
|
|
2638
|
+
__kind: "Solana";
|
|
2638
2639
|
value: {
|
|
2640
|
+
__kind: "V0";
|
|
2639
2641
|
value: {
|
|
2640
2642
|
cfReceiver: {
|
|
2641
2643
|
pubkey: `0x${string}`;
|
|
@@ -2647,7 +2649,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2647
2649
|
}[];
|
|
2648
2650
|
fallbackAddress: `0x${string}`;
|
|
2649
2651
|
};
|
|
2650
|
-
__kind: "V0";
|
|
2651
2652
|
} | {
|
|
2652
2653
|
__kind: "V1";
|
|
2653
2654
|
ccmAccounts: {
|
|
@@ -2663,7 +2664,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2663
2664
|
};
|
|
2664
2665
|
alts: `0x${string}`[];
|
|
2665
2666
|
};
|
|
2666
|
-
__kind: "Solana";
|
|
2667
2667
|
};
|
|
2668
2668
|
};
|
|
2669
2669
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -2698,10 +2698,12 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2698
2698
|
}[];
|
|
2699
2699
|
refundParameters?: {
|
|
2700
2700
|
retryDuration: number;
|
|
2701
|
+
minPrice: bigint;
|
|
2701
2702
|
refundDestination: {
|
|
2702
|
-
value: `cF${string}`;
|
|
2703
2703
|
__kind: "InternalAccount";
|
|
2704
|
+
value: `cF${string}`;
|
|
2704
2705
|
} | {
|
|
2706
|
+
__kind: "ExternalAddress";
|
|
2705
2707
|
value: {
|
|
2706
2708
|
readonly chain: "Ethereum";
|
|
2707
2709
|
readonly address: `0x${string}`;
|
|
@@ -2721,9 +2723,7 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2721
2723
|
readonly chain: "Assethub";
|
|
2722
2724
|
readonly address: string;
|
|
2723
2725
|
};
|
|
2724
|
-
__kind: "ExternalAddress";
|
|
2725
2726
|
};
|
|
2726
|
-
minPrice: bigint;
|
|
2727
2727
|
} | null | undefined;
|
|
2728
2728
|
dcaParameters?: {
|
|
2729
2729
|
numberOfChunks: number;
|
|
@@ -2731,18 +2731,18 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2731
2731
|
} | null | undefined;
|
|
2732
2732
|
}, {
|
|
2733
2733
|
inputAsset: {
|
|
2734
|
-
__kind: "
|
|
2734
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2735
2735
|
};
|
|
2736
2736
|
outputAsset: {
|
|
2737
|
-
__kind: "
|
|
2737
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2738
2738
|
};
|
|
2739
2739
|
swapRequestId: string | number;
|
|
2740
2740
|
inputAmount: string | number;
|
|
2741
2741
|
origin: {
|
|
2742
2742
|
__kind: "DepositChannel";
|
|
2743
2743
|
depositAddress: {
|
|
2744
|
-
value: string;
|
|
2745
2744
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2745
|
+
value: string;
|
|
2746
2746
|
};
|
|
2747
2747
|
channelId: string | number;
|
|
2748
2748
|
depositBlockHeight: string | number;
|
|
@@ -2750,20 +2750,20 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2750
2750
|
} | {
|
|
2751
2751
|
__kind: "Vault";
|
|
2752
2752
|
txId: {
|
|
2753
|
-
value: string;
|
|
2754
2753
|
__kind: "Evm";
|
|
2755
|
-
} | {
|
|
2756
2754
|
value: string;
|
|
2755
|
+
} | {
|
|
2757
2756
|
__kind: "Bitcoin";
|
|
2757
|
+
value: string;
|
|
2758
2758
|
} | {
|
|
2759
|
+
__kind: "Polkadot";
|
|
2759
2760
|
value: {
|
|
2760
2761
|
blockNumber: number;
|
|
2761
2762
|
extrinsicIndex: number;
|
|
2762
2763
|
};
|
|
2763
|
-
__kind: "Polkadot";
|
|
2764
2764
|
} | {
|
|
2765
|
-
value: [string, string | number];
|
|
2766
2765
|
__kind: "Solana";
|
|
2766
|
+
value: [string, string | number];
|
|
2767
2767
|
} | {
|
|
2768
2768
|
__kind: "None";
|
|
2769
2769
|
};
|
|
@@ -2771,8 +2771,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2771
2771
|
} | {
|
|
2772
2772
|
__kind: "Internal";
|
|
2773
2773
|
} | {
|
|
2774
|
-
value: string;
|
|
2775
2774
|
__kind: "OnChainAccount";
|
|
2775
|
+
value: string;
|
|
2776
2776
|
};
|
|
2777
2777
|
requestType: {
|
|
2778
2778
|
__kind: "NetworkFee";
|
|
@@ -2783,8 +2783,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2783
2783
|
outputAction: {
|
|
2784
2784
|
__kind: "Egress";
|
|
2785
2785
|
outputAddress: {
|
|
2786
|
-
value: string;
|
|
2787
2786
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2787
|
+
value: string;
|
|
2788
2788
|
};
|
|
2789
2789
|
ccmDepositMetadata?: {
|
|
2790
2790
|
channelMetadata: {
|
|
@@ -2793,7 +2793,9 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2793
2793
|
ccmAdditionalData: {
|
|
2794
2794
|
__kind: "NotRequired";
|
|
2795
2795
|
} | {
|
|
2796
|
+
__kind: "Solana";
|
|
2796
2797
|
value: {
|
|
2798
|
+
__kind: "V0";
|
|
2797
2799
|
value: {
|
|
2798
2800
|
cfReceiver: {
|
|
2799
2801
|
pubkey: string;
|
|
@@ -2805,7 +2807,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2805
2807
|
}[];
|
|
2806
2808
|
fallbackAddress: string;
|
|
2807
2809
|
};
|
|
2808
|
-
__kind: "V0";
|
|
2809
2810
|
} | {
|
|
2810
2811
|
__kind: "V1";
|
|
2811
2812
|
ccmAccounts: {
|
|
@@ -2821,15 +2822,14 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2821
2822
|
};
|
|
2822
2823
|
alts: string[];
|
|
2823
2824
|
};
|
|
2824
|
-
__kind: "Solana";
|
|
2825
2825
|
};
|
|
2826
2826
|
};
|
|
2827
2827
|
sourceChain: {
|
|
2828
2828
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2829
2829
|
};
|
|
2830
2830
|
sourceAddress?: {
|
|
2831
|
-
value: string;
|
|
2832
2831
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2832
|
+
value: string;
|
|
2833
2833
|
} | null | undefined;
|
|
2834
2834
|
} | null | undefined;
|
|
2835
2835
|
} | {
|
|
@@ -2843,17 +2843,17 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
2843
2843
|
}[];
|
|
2844
2844
|
refundParameters?: {
|
|
2845
2845
|
retryDuration: number;
|
|
2846
|
+
minPrice: string | number;
|
|
2846
2847
|
refundDestination: {
|
|
2847
|
-
value: string;
|
|
2848
2848
|
__kind: "InternalAccount";
|
|
2849
|
+
value: string;
|
|
2849
2850
|
} | {
|
|
2851
|
+
__kind: "ExternalAddress";
|
|
2850
2852
|
value: {
|
|
2851
|
-
value: string;
|
|
2852
2853
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2854
|
+
value: string;
|
|
2853
2855
|
};
|
|
2854
|
-
__kind: "ExternalAddress";
|
|
2855
2856
|
};
|
|
2856
|
-
minPrice: string | number;
|
|
2857
2857
|
} | null | undefined;
|
|
2858
2858
|
dcaParameters?: {
|
|
2859
2859
|
numberOfChunks: number;
|