@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", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
9
9
|
}, "strip", z.ZodTypeAny, {
|
|
10
|
-
__kind: "
|
|
10
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
11
11
|
}, {
|
|
12
|
-
__kind: "
|
|
13
|
-
}>, "
|
|
14
|
-
__kind: "
|
|
12
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
13
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
14
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
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", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
|
20
|
-
__kind: "
|
|
20
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
21
21
|
}, {
|
|
22
|
-
__kind: "
|
|
23
|
-
}>, "
|
|
24
|
-
__kind: "
|
|
22
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
23
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
24
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
25
25
|
}>;
|
|
26
26
|
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
27
27
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
@@ -30,10 +30,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
30
30
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
31
31
|
}, "strip", z.ZodTypeAny, {
|
|
32
32
|
value: `0x${string}`;
|
|
33
|
-
__kind: "
|
|
33
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
34
34
|
}, {
|
|
35
35
|
value: string;
|
|
36
|
-
__kind: "
|
|
36
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
37
37
|
}>, {
|
|
38
38
|
readonly chain: "Ethereum";
|
|
39
39
|
readonly address: `0x${string}`;
|
|
@@ -57,13 +57,14 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
57
57
|
readonly address: string;
|
|
58
58
|
}, {
|
|
59
59
|
value: string;
|
|
60
|
-
__kind: "
|
|
60
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
61
61
|
}>;
|
|
62
62
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
63
63
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
64
64
|
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
|
66
66
|
__kind: "DepositChannel";
|
|
67
|
+
channelId: bigint;
|
|
67
68
|
depositAddress: {
|
|
68
69
|
readonly chain: "Ethereum";
|
|
69
70
|
readonly address: `0x${string}`;
|
|
@@ -86,16 +87,15 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
86
87
|
readonly chain: "Tron";
|
|
87
88
|
readonly address: string;
|
|
88
89
|
};
|
|
89
|
-
channelId: bigint;
|
|
90
90
|
depositBlockHeight: bigint;
|
|
91
91
|
brokerId: `cF${string}`;
|
|
92
92
|
}, {
|
|
93
93
|
__kind: "DepositChannel";
|
|
94
|
+
channelId: string | number;
|
|
94
95
|
depositAddress: {
|
|
95
96
|
value: string;
|
|
96
|
-
__kind: "
|
|
97
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
97
98
|
};
|
|
98
|
-
channelId: string | number;
|
|
99
99
|
depositBlockHeight: string | number;
|
|
100
100
|
brokerId: string;
|
|
101
101
|
}>, z.ZodObject<{
|
|
@@ -539,10 +539,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
539
539
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
540
540
|
}, "strip", z.ZodTypeAny, {
|
|
541
541
|
value: `0x${string}`;
|
|
542
|
-
__kind: "
|
|
542
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
543
543
|
}, {
|
|
544
544
|
value: string;
|
|
545
|
-
__kind: "
|
|
545
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
546
546
|
}>, {
|
|
547
547
|
readonly chain: "Ethereum";
|
|
548
548
|
readonly address: `0x${string}`;
|
|
@@ -566,7 +566,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
566
566
|
readonly address: string;
|
|
567
567
|
}, {
|
|
568
568
|
value: string;
|
|
569
|
-
__kind: "
|
|
569
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
570
570
|
}>>>;
|
|
571
571
|
}, "strip", z.ZodTypeAny, {
|
|
572
572
|
channelMetadata: {
|
|
@@ -672,7 +672,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
672
672
|
};
|
|
673
673
|
sourceAddress?: {
|
|
674
674
|
value: string;
|
|
675
|
-
__kind: "
|
|
675
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
676
676
|
} | null | undefined;
|
|
677
677
|
}>>>;
|
|
678
678
|
outputAddress: z.ZodEffects<z.ZodObject<{
|
|
@@ -680,10 +680,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
680
680
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
681
681
|
}, "strip", z.ZodTypeAny, {
|
|
682
682
|
value: `0x${string}`;
|
|
683
|
-
__kind: "
|
|
683
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
684
684
|
}, {
|
|
685
685
|
value: string;
|
|
686
|
-
__kind: "
|
|
686
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
687
687
|
}>, {
|
|
688
688
|
readonly chain: "Ethereum";
|
|
689
689
|
readonly address: `0x${string}`;
|
|
@@ -707,7 +707,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
707
707
|
readonly address: string;
|
|
708
708
|
}, {
|
|
709
709
|
value: string;
|
|
710
|
-
__kind: "
|
|
710
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
711
711
|
}>;
|
|
712
712
|
}, "strip", z.ZodTypeAny, {
|
|
713
713
|
__kind: "Egress";
|
|
@@ -799,7 +799,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
799
799
|
__kind: "Egress";
|
|
800
800
|
outputAddress: {
|
|
801
801
|
value: string;
|
|
802
|
-
__kind: "
|
|
802
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
803
803
|
};
|
|
804
804
|
ccmDepositMetadata?: {
|
|
805
805
|
channelMetadata: {
|
|
@@ -844,18 +844,18 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
844
844
|
};
|
|
845
845
|
sourceAddress?: {
|
|
846
846
|
value: string;
|
|
847
|
-
__kind: "
|
|
847
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
848
848
|
} | null | undefined;
|
|
849
849
|
} | null | undefined;
|
|
850
850
|
}>, z.ZodObject<{
|
|
851
851
|
__kind: z.ZodLiteral<"CreditOnChain">;
|
|
852
852
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
853
853
|
}, "strip", z.ZodTypeAny, {
|
|
854
|
-
__kind: "CreditOnChain";
|
|
855
854
|
accountId: `cF${string}`;
|
|
856
|
-
}, {
|
|
857
855
|
__kind: "CreditOnChain";
|
|
856
|
+
}, {
|
|
858
857
|
accountId: string;
|
|
858
|
+
__kind: "CreditOnChain";
|
|
859
859
|
}>, z.ZodObject<{
|
|
860
860
|
__kind: z.ZodLiteral<"CreditLendingPool">;
|
|
861
861
|
swapType: z.ZodObject<{
|
|
@@ -890,12 +890,12 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
890
890
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
891
891
|
flipToSubtractFromSwapOutput: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
892
892
|
}, "strip", z.ZodTypeAny, {
|
|
893
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
894
893
|
accountId: `cF${string}`;
|
|
894
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
895
895
|
flipToSubtractFromSwapOutput: bigint;
|
|
896
896
|
}, {
|
|
897
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
898
897
|
accountId: string;
|
|
898
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
899
899
|
flipToSubtractFromSwapOutput: string | number;
|
|
900
900
|
}>]>;
|
|
901
901
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -987,8 +987,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
987
987
|
} | null | undefined;
|
|
988
988
|
} | null | undefined;
|
|
989
989
|
} | {
|
|
990
|
-
__kind: "CreditOnChain";
|
|
991
990
|
accountId: `cF${string}`;
|
|
991
|
+
__kind: "CreditOnChain";
|
|
992
992
|
} | {
|
|
993
993
|
__kind: "CreditLendingPool";
|
|
994
994
|
swapType: {
|
|
@@ -997,8 +997,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
997
997
|
loanId: bigint;
|
|
998
998
|
};
|
|
999
999
|
} | {
|
|
1000
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
1001
1000
|
accountId: `cF${string}`;
|
|
1001
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
1002
1002
|
flipToSubtractFromSwapOutput: bigint;
|
|
1003
1003
|
};
|
|
1004
1004
|
}, {
|
|
@@ -1007,7 +1007,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1007
1007
|
__kind: "Egress";
|
|
1008
1008
|
outputAddress: {
|
|
1009
1009
|
value: string;
|
|
1010
|
-
__kind: "
|
|
1010
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
1011
1011
|
};
|
|
1012
1012
|
ccmDepositMetadata?: {
|
|
1013
1013
|
channelMetadata: {
|
|
@@ -1052,12 +1052,12 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1052
1052
|
};
|
|
1053
1053
|
sourceAddress?: {
|
|
1054
1054
|
value: string;
|
|
1055
|
-
__kind: "
|
|
1055
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
1056
1056
|
} | null | undefined;
|
|
1057
1057
|
} | null | undefined;
|
|
1058
1058
|
} | {
|
|
1059
|
-
__kind: "CreditOnChain";
|
|
1060
1059
|
accountId: string;
|
|
1060
|
+
__kind: "CreditOnChain";
|
|
1061
1061
|
} | {
|
|
1062
1062
|
__kind: "CreditLendingPool";
|
|
1063
1063
|
swapType: {
|
|
@@ -1066,8 +1066,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1066
1066
|
loanId: string | number;
|
|
1067
1067
|
};
|
|
1068
1068
|
} | {
|
|
1069
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
1070
1069
|
accountId: string;
|
|
1070
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
1071
1071
|
flipToSubtractFromSwapOutput: string | number;
|
|
1072
1072
|
};
|
|
1073
1073
|
}>, z.ZodObject<{
|
|
@@ -1380,10 +1380,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1380
1380
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1381
1381
|
}, "strip", z.ZodTypeAny, {
|
|
1382
1382
|
value: `0x${string}`;
|
|
1383
|
-
__kind: "
|
|
1383
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
1384
1384
|
}, {
|
|
1385
1385
|
value: string;
|
|
1386
|
-
__kind: "
|
|
1386
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
1387
1387
|
}>, {
|
|
1388
1388
|
readonly chain: "Ethereum";
|
|
1389
1389
|
readonly address: `0x${string}`;
|
|
@@ -1407,7 +1407,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1407
1407
|
readonly address: string;
|
|
1408
1408
|
}, {
|
|
1409
1409
|
value: string;
|
|
1410
|
-
__kind: "
|
|
1410
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
1411
1411
|
}>>>;
|
|
1412
1412
|
}, "strip", z.ZodTypeAny, {
|
|
1413
1413
|
channelMetadata: {
|
|
@@ -1513,7 +1513,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1513
1513
|
};
|
|
1514
1514
|
sourceAddress?: {
|
|
1515
1515
|
value: string;
|
|
1516
|
-
__kind: "
|
|
1516
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
1517
1517
|
} | null | undefined;
|
|
1518
1518
|
}>>>;
|
|
1519
1519
|
outputAddress: z.ZodEffects<z.ZodObject<{
|
|
@@ -1521,10 +1521,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1521
1521
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1522
1522
|
}, "strip", z.ZodTypeAny, {
|
|
1523
1523
|
value: `0x${string}`;
|
|
1524
|
-
__kind: "
|
|
1524
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
1525
1525
|
}, {
|
|
1526
1526
|
value: string;
|
|
1527
|
-
__kind: "
|
|
1527
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
1528
1528
|
}>, {
|
|
1529
1529
|
readonly chain: "Ethereum";
|
|
1530
1530
|
readonly address: `0x${string}`;
|
|
@@ -1548,7 +1548,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1548
1548
|
readonly address: string;
|
|
1549
1549
|
}, {
|
|
1550
1550
|
value: string;
|
|
1551
|
-
__kind: "
|
|
1551
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
1552
1552
|
}>;
|
|
1553
1553
|
}, "strip", z.ZodTypeAny, {
|
|
1554
1554
|
__kind: "Egress";
|
|
@@ -1640,7 +1640,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1640
1640
|
__kind: "Egress";
|
|
1641
1641
|
outputAddress: {
|
|
1642
1642
|
value: string;
|
|
1643
|
-
__kind: "
|
|
1643
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
1644
1644
|
};
|
|
1645
1645
|
ccmDepositMetadata?: {
|
|
1646
1646
|
channelMetadata: {
|
|
@@ -1685,18 +1685,18 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1685
1685
|
};
|
|
1686
1686
|
sourceAddress?: {
|
|
1687
1687
|
value: string;
|
|
1688
|
-
__kind: "
|
|
1688
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
1689
1689
|
} | null | undefined;
|
|
1690
1690
|
} | null | undefined;
|
|
1691
1691
|
}>, z.ZodObject<{
|
|
1692
1692
|
__kind: z.ZodLiteral<"CreditOnChain">;
|
|
1693
1693
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
1694
1694
|
}, "strip", z.ZodTypeAny, {
|
|
1695
|
-
__kind: "CreditOnChain";
|
|
1696
1695
|
accountId: `cF${string}`;
|
|
1697
|
-
}, {
|
|
1698
1696
|
__kind: "CreditOnChain";
|
|
1697
|
+
}, {
|
|
1699
1698
|
accountId: string;
|
|
1699
|
+
__kind: "CreditOnChain";
|
|
1700
1700
|
}>, z.ZodObject<{
|
|
1701
1701
|
__kind: z.ZodLiteral<"CreditLendingPool">;
|
|
1702
1702
|
swapType: z.ZodObject<{
|
|
@@ -1731,12 +1731,12 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1731
1731
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
1732
1732
|
flipToSubtractFromSwapOutput: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
1733
1733
|
}, "strip", z.ZodTypeAny, {
|
|
1734
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
1735
1734
|
accountId: `cF${string}`;
|
|
1735
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
1736
1736
|
flipToSubtractFromSwapOutput: bigint;
|
|
1737
1737
|
}, {
|
|
1738
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
1739
1738
|
accountId: string;
|
|
1739
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
1740
1740
|
flipToSubtractFromSwapOutput: string | number;
|
|
1741
1741
|
}>]>;
|
|
1742
1742
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1828,8 +1828,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1828
1828
|
} | null | undefined;
|
|
1829
1829
|
} | null | undefined;
|
|
1830
1830
|
} | {
|
|
1831
|
-
__kind: "CreditOnChain";
|
|
1832
1831
|
accountId: `cF${string}`;
|
|
1832
|
+
__kind: "CreditOnChain";
|
|
1833
1833
|
} | {
|
|
1834
1834
|
__kind: "CreditLendingPool";
|
|
1835
1835
|
swapType: {
|
|
@@ -1838,8 +1838,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1838
1838
|
loanId: bigint;
|
|
1839
1839
|
};
|
|
1840
1840
|
} | {
|
|
1841
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
1842
1841
|
accountId: `cF${string}`;
|
|
1842
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
1843
1843
|
flipToSubtractFromSwapOutput: bigint;
|
|
1844
1844
|
};
|
|
1845
1845
|
}, {
|
|
@@ -1848,7 +1848,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1848
1848
|
__kind: "Egress";
|
|
1849
1849
|
outputAddress: {
|
|
1850
1850
|
value: string;
|
|
1851
|
-
__kind: "
|
|
1851
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
1852
1852
|
};
|
|
1853
1853
|
ccmDepositMetadata?: {
|
|
1854
1854
|
channelMetadata: {
|
|
@@ -1893,12 +1893,12 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1893
1893
|
};
|
|
1894
1894
|
sourceAddress?: {
|
|
1895
1895
|
value: string;
|
|
1896
|
-
__kind: "
|
|
1896
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
1897
1897
|
} | null | undefined;
|
|
1898
1898
|
} | null | undefined;
|
|
1899
1899
|
} | {
|
|
1900
|
-
__kind: "CreditOnChain";
|
|
1901
1900
|
accountId: string;
|
|
1901
|
+
__kind: "CreditOnChain";
|
|
1902
1902
|
} | {
|
|
1903
1903
|
__kind: "CreditLendingPool";
|
|
1904
1904
|
swapType: {
|
|
@@ -1907,8 +1907,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1907
1907
|
loanId: string | number;
|
|
1908
1908
|
};
|
|
1909
1909
|
} | {
|
|
1910
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
1911
1910
|
accountId: string;
|
|
1911
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
1912
1912
|
flipToSubtractFromSwapOutput: string | number;
|
|
1913
1913
|
};
|
|
1914
1914
|
}>]>;
|
|
@@ -3368,11 +3368,12 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3368
3368
|
}>>>;
|
|
3369
3369
|
}, "strip", z.ZodTypeAny, {
|
|
3370
3370
|
swapRequestId: bigint;
|
|
3371
|
-
inputAsset: "
|
|
3372
|
-
outputAsset: "
|
|
3371
|
+
inputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
3372
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
3373
3373
|
inputAmount: bigint;
|
|
3374
3374
|
origin: {
|
|
3375
3375
|
__kind: "DepositChannel";
|
|
3376
|
+
channelId: bigint;
|
|
3376
3377
|
depositAddress: {
|
|
3377
3378
|
readonly chain: "Ethereum";
|
|
3378
3379
|
readonly address: `0x${string}`;
|
|
@@ -3395,7 +3396,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3395
3396
|
readonly chain: "Tron";
|
|
3396
3397
|
readonly address: string;
|
|
3397
3398
|
};
|
|
3398
|
-
channelId: bigint;
|
|
3399
3399
|
depositBlockHeight: bigint;
|
|
3400
3400
|
brokerId: `cF${string}`;
|
|
3401
3401
|
} | {
|
|
@@ -3518,8 +3518,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3518
3518
|
} | null | undefined;
|
|
3519
3519
|
} | null | undefined;
|
|
3520
3520
|
} | {
|
|
3521
|
-
__kind: "CreditOnChain";
|
|
3522
3521
|
accountId: `cF${string}`;
|
|
3522
|
+
__kind: "CreditOnChain";
|
|
3523
3523
|
} | {
|
|
3524
3524
|
__kind: "CreditLendingPool";
|
|
3525
3525
|
swapType: {
|
|
@@ -3528,8 +3528,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3528
3528
|
loanId: bigint;
|
|
3529
3529
|
};
|
|
3530
3530
|
} | {
|
|
3531
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
3532
3531
|
accountId: `cF${string}`;
|
|
3532
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
3533
3533
|
flipToSubtractFromSwapOutput: bigint;
|
|
3534
3534
|
};
|
|
3535
3535
|
} | {
|
|
@@ -3621,8 +3621,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3621
3621
|
} | null | undefined;
|
|
3622
3622
|
} | null | undefined;
|
|
3623
3623
|
} | {
|
|
3624
|
-
__kind: "CreditOnChain";
|
|
3625
3624
|
accountId: `cF${string}`;
|
|
3625
|
+
__kind: "CreditOnChain";
|
|
3626
3626
|
} | {
|
|
3627
3627
|
__kind: "CreditLendingPool";
|
|
3628
3628
|
swapType: {
|
|
@@ -3631,8 +3631,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3631
3631
|
loanId: bigint;
|
|
3632
3632
|
};
|
|
3633
3633
|
} | {
|
|
3634
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
3635
3634
|
accountId: `cF${string}`;
|
|
3635
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
3636
3636
|
flipToSubtractFromSwapOutput: bigint;
|
|
3637
3637
|
};
|
|
3638
3638
|
};
|
|
@@ -3640,6 +3640,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3640
3640
|
account: `cF${string}`;
|
|
3641
3641
|
bps: number;
|
|
3642
3642
|
}[];
|
|
3643
|
+
dcaParameters?: {
|
|
3644
|
+
numberOfChunks: number;
|
|
3645
|
+
chunkInterval: number;
|
|
3646
|
+
} | null | undefined;
|
|
3643
3647
|
priceLimitsAndExpiry?: {
|
|
3644
3648
|
expiryBehaviour: {
|
|
3645
3649
|
__kind: "NoExpiry";
|
|
@@ -3778,26 +3782,22 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3778
3782
|
minPrice: bigint;
|
|
3779
3783
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
3780
3784
|
} | null | undefined;
|
|
3781
|
-
dcaParameters?: {
|
|
3782
|
-
numberOfChunks: number;
|
|
3783
|
-
chunkInterval: number;
|
|
3784
|
-
} | null | undefined;
|
|
3785
3785
|
}, {
|
|
3786
3786
|
swapRequestId: string | number;
|
|
3787
3787
|
inputAsset: {
|
|
3788
|
-
__kind: "
|
|
3788
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
3789
3789
|
};
|
|
3790
3790
|
outputAsset: {
|
|
3791
|
-
__kind: "
|
|
3791
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
3792
3792
|
};
|
|
3793
3793
|
inputAmount: string | number;
|
|
3794
3794
|
origin: {
|
|
3795
3795
|
__kind: "DepositChannel";
|
|
3796
|
+
channelId: string | number;
|
|
3796
3797
|
depositAddress: {
|
|
3797
3798
|
value: string;
|
|
3798
|
-
__kind: "
|
|
3799
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
3799
3800
|
};
|
|
3800
|
-
channelId: string | number;
|
|
3801
3801
|
depositBlockHeight: string | number;
|
|
3802
3802
|
brokerId: string;
|
|
3803
3803
|
} | {
|
|
@@ -3837,7 +3837,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3837
3837
|
__kind: "Egress";
|
|
3838
3838
|
outputAddress: {
|
|
3839
3839
|
value: string;
|
|
3840
|
-
__kind: "
|
|
3840
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
3841
3841
|
};
|
|
3842
3842
|
ccmDepositMetadata?: {
|
|
3843
3843
|
channelMetadata: {
|
|
@@ -3882,12 +3882,12 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3882
3882
|
};
|
|
3883
3883
|
sourceAddress?: {
|
|
3884
3884
|
value: string;
|
|
3885
|
-
__kind: "
|
|
3885
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
3886
3886
|
} | null | undefined;
|
|
3887
3887
|
} | null | undefined;
|
|
3888
3888
|
} | {
|
|
3889
|
-
__kind: "CreditOnChain";
|
|
3890
3889
|
accountId: string;
|
|
3890
|
+
__kind: "CreditOnChain";
|
|
3891
3891
|
} | {
|
|
3892
3892
|
__kind: "CreditLendingPool";
|
|
3893
3893
|
swapType: {
|
|
@@ -3896,8 +3896,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3896
3896
|
loanId: string | number;
|
|
3897
3897
|
};
|
|
3898
3898
|
} | {
|
|
3899
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
3900
3899
|
accountId: string;
|
|
3900
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
3901
3901
|
flipToSubtractFromSwapOutput: string | number;
|
|
3902
3902
|
};
|
|
3903
3903
|
} | {
|
|
@@ -3906,7 +3906,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3906
3906
|
__kind: "Egress";
|
|
3907
3907
|
outputAddress: {
|
|
3908
3908
|
value: string;
|
|
3909
|
-
__kind: "
|
|
3909
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
3910
3910
|
};
|
|
3911
3911
|
ccmDepositMetadata?: {
|
|
3912
3912
|
channelMetadata: {
|
|
@@ -3951,12 +3951,12 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3951
3951
|
};
|
|
3952
3952
|
sourceAddress?: {
|
|
3953
3953
|
value: string;
|
|
3954
|
-
__kind: "
|
|
3954
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
3955
3955
|
} | null | undefined;
|
|
3956
3956
|
} | null | undefined;
|
|
3957
3957
|
} | {
|
|
3958
|
-
__kind: "CreditOnChain";
|
|
3959
3958
|
accountId: string;
|
|
3959
|
+
__kind: "CreditOnChain";
|
|
3960
3960
|
} | {
|
|
3961
3961
|
__kind: "CreditLendingPool";
|
|
3962
3962
|
swapType: {
|
|
@@ -3965,8 +3965,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3965
3965
|
loanId: string | number;
|
|
3966
3966
|
};
|
|
3967
3967
|
} | {
|
|
3968
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
3969
3968
|
accountId: string;
|
|
3969
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
3970
3970
|
flipToSubtractFromSwapOutput: string | number;
|
|
3971
3971
|
};
|
|
3972
3972
|
};
|
|
@@ -3974,6 +3974,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
3974
3974
|
account: string;
|
|
3975
3975
|
bps: number;
|
|
3976
3976
|
}[];
|
|
3977
|
+
dcaParameters?: {
|
|
3978
|
+
numberOfChunks: number;
|
|
3979
|
+
chunkInterval: number;
|
|
3980
|
+
} | null | undefined;
|
|
3977
3981
|
priceLimitsAndExpiry?: {
|
|
3978
3982
|
expiryBehaviour: {
|
|
3979
3983
|
__kind: "NoExpiry";
|
|
@@ -4114,31 +4118,27 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
4114
4118
|
minPrice: string | number;
|
|
4115
4119
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
4116
4120
|
} | null | undefined;
|
|
4117
|
-
dcaParameters?: {
|
|
4118
|
-
numberOfChunks: number;
|
|
4119
|
-
chunkInterval: number;
|
|
4120
|
-
} | null | undefined;
|
|
4121
4121
|
}>;
|
|
4122
4122
|
declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDescriptor<"Swapping.SwapRequested", z.ZodObject<{
|
|
4123
4123
|
swapRequestId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
4124
4124
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
4125
4125
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
4126
4126
|
}, "strip", z.ZodTypeAny, {
|
|
4127
|
-
__kind: "
|
|
4127
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
4128
4128
|
}, {
|
|
4129
|
-
__kind: "
|
|
4130
|
-
}>, "
|
|
4131
|
-
__kind: "
|
|
4129
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
4130
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
4131
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
4132
4132
|
}>;
|
|
4133
4133
|
inputAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
4134
4134
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
4135
4135
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt", "SolUsdt", "Trx", "TrxUsdt"]>;
|
|
4136
4136
|
}, "strip", z.ZodTypeAny, {
|
|
4137
|
-
__kind: "
|
|
4137
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
4138
4138
|
}, {
|
|
4139
|
-
__kind: "
|
|
4140
|
-
}>, "
|
|
4141
|
-
__kind: "
|
|
4139
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
4140
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt", {
|
|
4141
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
4142
4142
|
}>;
|
|
4143
4143
|
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
4144
4144
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
@@ -4147,10 +4147,10 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4147
4147
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4148
4148
|
}, "strip", z.ZodTypeAny, {
|
|
4149
4149
|
value: `0x${string}`;
|
|
4150
|
-
__kind: "
|
|
4150
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
4151
4151
|
}, {
|
|
4152
4152
|
value: string;
|
|
4153
|
-
__kind: "
|
|
4153
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
4154
4154
|
}>, {
|
|
4155
4155
|
readonly chain: "Ethereum";
|
|
4156
4156
|
readonly address: `0x${string}`;
|
|
@@ -4174,13 +4174,14 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4174
4174
|
readonly address: string;
|
|
4175
4175
|
}, {
|
|
4176
4176
|
value: string;
|
|
4177
|
-
__kind: "
|
|
4177
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
4178
4178
|
}>;
|
|
4179
4179
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
4180
4180
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
4181
4181
|
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
4182
4182
|
}, "strip", z.ZodTypeAny, {
|
|
4183
4183
|
__kind: "DepositChannel";
|
|
4184
|
+
channelId: bigint;
|
|
4184
4185
|
depositAddress: {
|
|
4185
4186
|
readonly chain: "Ethereum";
|
|
4186
4187
|
readonly address: `0x${string}`;
|
|
@@ -4203,16 +4204,15 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4203
4204
|
readonly chain: "Tron";
|
|
4204
4205
|
readonly address: string;
|
|
4205
4206
|
};
|
|
4206
|
-
channelId: bigint;
|
|
4207
4207
|
depositBlockHeight: bigint;
|
|
4208
4208
|
brokerId: `cF${string}`;
|
|
4209
4209
|
}, {
|
|
4210
4210
|
__kind: "DepositChannel";
|
|
4211
|
+
channelId: string | number;
|
|
4211
4212
|
depositAddress: {
|
|
4212
4213
|
value: string;
|
|
4213
|
-
__kind: "
|
|
4214
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
4214
4215
|
};
|
|
4215
|
-
channelId: string | number;
|
|
4216
4216
|
depositBlockHeight: string | number;
|
|
4217
4217
|
brokerId: string;
|
|
4218
4218
|
}>, z.ZodObject<{
|
|
@@ -4656,10 +4656,10 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4656
4656
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4657
4657
|
}, "strip", z.ZodTypeAny, {
|
|
4658
4658
|
value: `0x${string}`;
|
|
4659
|
-
__kind: "
|
|
4659
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
4660
4660
|
}, {
|
|
4661
4661
|
value: string;
|
|
4662
|
-
__kind: "
|
|
4662
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
4663
4663
|
}>, {
|
|
4664
4664
|
readonly chain: "Ethereum";
|
|
4665
4665
|
readonly address: `0x${string}`;
|
|
@@ -4683,7 +4683,7 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4683
4683
|
readonly address: string;
|
|
4684
4684
|
}, {
|
|
4685
4685
|
value: string;
|
|
4686
|
-
__kind: "
|
|
4686
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
4687
4687
|
}>>>;
|
|
4688
4688
|
}, "strip", z.ZodTypeAny, {
|
|
4689
4689
|
channelMetadata: {
|
|
@@ -4789,7 +4789,7 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4789
4789
|
};
|
|
4790
4790
|
sourceAddress?: {
|
|
4791
4791
|
value: string;
|
|
4792
|
-
__kind: "
|
|
4792
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
4793
4793
|
} | null | undefined;
|
|
4794
4794
|
}>>>;
|
|
4795
4795
|
outputAddress: z.ZodEffects<z.ZodObject<{
|
|
@@ -4797,10 +4797,10 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4797
4797
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4798
4798
|
}, "strip", z.ZodTypeAny, {
|
|
4799
4799
|
value: `0x${string}`;
|
|
4800
|
-
__kind: "
|
|
4800
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
4801
4801
|
}, {
|
|
4802
4802
|
value: string;
|
|
4803
|
-
__kind: "
|
|
4803
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
4804
4804
|
}>, {
|
|
4805
4805
|
readonly chain: "Ethereum";
|
|
4806
4806
|
readonly address: `0x${string}`;
|
|
@@ -4824,7 +4824,7 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4824
4824
|
readonly address: string;
|
|
4825
4825
|
}, {
|
|
4826
4826
|
value: string;
|
|
4827
|
-
__kind: "
|
|
4827
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
4828
4828
|
}>;
|
|
4829
4829
|
}, "strip", z.ZodTypeAny, {
|
|
4830
4830
|
__kind: "Egress";
|
|
@@ -4916,7 +4916,7 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4916
4916
|
__kind: "Egress";
|
|
4917
4917
|
outputAddress: {
|
|
4918
4918
|
value: string;
|
|
4919
|
-
__kind: "
|
|
4919
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
4920
4920
|
};
|
|
4921
4921
|
ccmDepositMetadata?: {
|
|
4922
4922
|
channelMetadata: {
|
|
@@ -4961,18 +4961,18 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
4961
4961
|
};
|
|
4962
4962
|
sourceAddress?: {
|
|
4963
4963
|
value: string;
|
|
4964
|
-
__kind: "
|
|
4964
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
4965
4965
|
} | null | undefined;
|
|
4966
4966
|
} | null | undefined;
|
|
4967
4967
|
}>, z.ZodObject<{
|
|
4968
4968
|
__kind: z.ZodLiteral<"CreditOnChain">;
|
|
4969
4969
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
4970
4970
|
}, "strip", z.ZodTypeAny, {
|
|
4971
|
-
__kind: "CreditOnChain";
|
|
4972
4971
|
accountId: `cF${string}`;
|
|
4973
|
-
}, {
|
|
4974
4972
|
__kind: "CreditOnChain";
|
|
4973
|
+
}, {
|
|
4975
4974
|
accountId: string;
|
|
4975
|
+
__kind: "CreditOnChain";
|
|
4976
4976
|
}>, z.ZodObject<{
|
|
4977
4977
|
__kind: z.ZodLiteral<"CreditLendingPool">;
|
|
4978
4978
|
swapType: z.ZodObject<{
|
|
@@ -5007,12 +5007,12 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5007
5007
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
5008
5008
|
flipToSubtractFromSwapOutput: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
5009
5009
|
}, "strip", z.ZodTypeAny, {
|
|
5010
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
5011
5010
|
accountId: `cF${string}`;
|
|
5011
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
5012
5012
|
flipToSubtractFromSwapOutput: bigint;
|
|
5013
5013
|
}, {
|
|
5014
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
5015
5014
|
accountId: string;
|
|
5015
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
5016
5016
|
flipToSubtractFromSwapOutput: string | number;
|
|
5017
5017
|
}>]>;
|
|
5018
5018
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5104,8 +5104,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5104
5104
|
} | null | undefined;
|
|
5105
5105
|
} | null | undefined;
|
|
5106
5106
|
} | {
|
|
5107
|
-
__kind: "CreditOnChain";
|
|
5108
5107
|
accountId: `cF${string}`;
|
|
5108
|
+
__kind: "CreditOnChain";
|
|
5109
5109
|
} | {
|
|
5110
5110
|
__kind: "CreditLendingPool";
|
|
5111
5111
|
swapType: {
|
|
@@ -5114,8 +5114,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5114
5114
|
loanId: bigint;
|
|
5115
5115
|
};
|
|
5116
5116
|
} | {
|
|
5117
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
5118
5117
|
accountId: `cF${string}`;
|
|
5118
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
5119
5119
|
flipToSubtractFromSwapOutput: bigint;
|
|
5120
5120
|
};
|
|
5121
5121
|
}, {
|
|
@@ -5124,7 +5124,7 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5124
5124
|
__kind: "Egress";
|
|
5125
5125
|
outputAddress: {
|
|
5126
5126
|
value: string;
|
|
5127
|
-
__kind: "
|
|
5127
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5128
5128
|
};
|
|
5129
5129
|
ccmDepositMetadata?: {
|
|
5130
5130
|
channelMetadata: {
|
|
@@ -5169,12 +5169,12 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5169
5169
|
};
|
|
5170
5170
|
sourceAddress?: {
|
|
5171
5171
|
value: string;
|
|
5172
|
-
__kind: "
|
|
5172
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5173
5173
|
} | null | undefined;
|
|
5174
5174
|
} | null | undefined;
|
|
5175
5175
|
} | {
|
|
5176
|
-
__kind: "CreditOnChain";
|
|
5177
5176
|
accountId: string;
|
|
5177
|
+
__kind: "CreditOnChain";
|
|
5178
5178
|
} | {
|
|
5179
5179
|
__kind: "CreditLendingPool";
|
|
5180
5180
|
swapType: {
|
|
@@ -5183,8 +5183,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5183
5183
|
loanId: string | number;
|
|
5184
5184
|
};
|
|
5185
5185
|
} | {
|
|
5186
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
5187
5186
|
accountId: string;
|
|
5187
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
5188
5188
|
flipToSubtractFromSwapOutput: string | number;
|
|
5189
5189
|
};
|
|
5190
5190
|
}>, z.ZodObject<{
|
|
@@ -5497,10 +5497,10 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5497
5497
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
5498
5498
|
}, "strip", z.ZodTypeAny, {
|
|
5499
5499
|
value: `0x${string}`;
|
|
5500
|
-
__kind: "
|
|
5500
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5501
5501
|
}, {
|
|
5502
5502
|
value: string;
|
|
5503
|
-
__kind: "
|
|
5503
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5504
5504
|
}>, {
|
|
5505
5505
|
readonly chain: "Ethereum";
|
|
5506
5506
|
readonly address: `0x${string}`;
|
|
@@ -5524,7 +5524,7 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5524
5524
|
readonly address: string;
|
|
5525
5525
|
}, {
|
|
5526
5526
|
value: string;
|
|
5527
|
-
__kind: "
|
|
5527
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5528
5528
|
}>>>;
|
|
5529
5529
|
}, "strip", z.ZodTypeAny, {
|
|
5530
5530
|
channelMetadata: {
|
|
@@ -5630,7 +5630,7 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5630
5630
|
};
|
|
5631
5631
|
sourceAddress?: {
|
|
5632
5632
|
value: string;
|
|
5633
|
-
__kind: "
|
|
5633
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5634
5634
|
} | null | undefined;
|
|
5635
5635
|
}>>>;
|
|
5636
5636
|
outputAddress: z.ZodEffects<z.ZodObject<{
|
|
@@ -5638,10 +5638,10 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5638
5638
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
5639
5639
|
}, "strip", z.ZodTypeAny, {
|
|
5640
5640
|
value: `0x${string}`;
|
|
5641
|
-
__kind: "
|
|
5641
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5642
5642
|
}, {
|
|
5643
5643
|
value: string;
|
|
5644
|
-
__kind: "
|
|
5644
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5645
5645
|
}>, {
|
|
5646
5646
|
readonly chain: "Ethereum";
|
|
5647
5647
|
readonly address: `0x${string}`;
|
|
@@ -5665,7 +5665,7 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5665
5665
|
readonly address: string;
|
|
5666
5666
|
}, {
|
|
5667
5667
|
value: string;
|
|
5668
|
-
__kind: "
|
|
5668
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5669
5669
|
}>;
|
|
5670
5670
|
}, "strip", z.ZodTypeAny, {
|
|
5671
5671
|
__kind: "Egress";
|
|
@@ -5757,7 +5757,7 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5757
5757
|
__kind: "Egress";
|
|
5758
5758
|
outputAddress: {
|
|
5759
5759
|
value: string;
|
|
5760
|
-
__kind: "
|
|
5760
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5761
5761
|
};
|
|
5762
5762
|
ccmDepositMetadata?: {
|
|
5763
5763
|
channelMetadata: {
|
|
@@ -5802,18 +5802,18 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5802
5802
|
};
|
|
5803
5803
|
sourceAddress?: {
|
|
5804
5804
|
value: string;
|
|
5805
|
-
__kind: "
|
|
5805
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5806
5806
|
} | null | undefined;
|
|
5807
5807
|
} | null | undefined;
|
|
5808
5808
|
}>, z.ZodObject<{
|
|
5809
5809
|
__kind: z.ZodLiteral<"CreditOnChain">;
|
|
5810
5810
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
5811
5811
|
}, "strip", z.ZodTypeAny, {
|
|
5812
|
-
__kind: "CreditOnChain";
|
|
5813
5812
|
accountId: `cF${string}`;
|
|
5814
|
-
}, {
|
|
5815
5813
|
__kind: "CreditOnChain";
|
|
5814
|
+
}, {
|
|
5816
5815
|
accountId: string;
|
|
5816
|
+
__kind: "CreditOnChain";
|
|
5817
5817
|
}>, z.ZodObject<{
|
|
5818
5818
|
__kind: z.ZodLiteral<"CreditLendingPool">;
|
|
5819
5819
|
swapType: z.ZodObject<{
|
|
@@ -5848,12 +5848,12 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5848
5848
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
5849
5849
|
flipToSubtractFromSwapOutput: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
5850
5850
|
}, "strip", z.ZodTypeAny, {
|
|
5851
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
5852
5851
|
accountId: `cF${string}`;
|
|
5852
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
5853
5853
|
flipToSubtractFromSwapOutput: bigint;
|
|
5854
5854
|
}, {
|
|
5855
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
5856
5855
|
accountId: string;
|
|
5856
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
5857
5857
|
flipToSubtractFromSwapOutput: string | number;
|
|
5858
5858
|
}>]>;
|
|
5859
5859
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5945,8 +5945,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5945
5945
|
} | null | undefined;
|
|
5946
5946
|
} | null | undefined;
|
|
5947
5947
|
} | {
|
|
5948
|
-
__kind: "CreditOnChain";
|
|
5949
5948
|
accountId: `cF${string}`;
|
|
5949
|
+
__kind: "CreditOnChain";
|
|
5950
5950
|
} | {
|
|
5951
5951
|
__kind: "CreditLendingPool";
|
|
5952
5952
|
swapType: {
|
|
@@ -5955,8 +5955,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5955
5955
|
loanId: bigint;
|
|
5956
5956
|
};
|
|
5957
5957
|
} | {
|
|
5958
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
5959
5958
|
accountId: `cF${string}`;
|
|
5959
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
5960
5960
|
flipToSubtractFromSwapOutput: bigint;
|
|
5961
5961
|
};
|
|
5962
5962
|
}, {
|
|
@@ -5965,7 +5965,7 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
5965
5965
|
__kind: "Egress";
|
|
5966
5966
|
outputAddress: {
|
|
5967
5967
|
value: string;
|
|
5968
|
-
__kind: "
|
|
5968
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
5969
5969
|
};
|
|
5970
5970
|
ccmDepositMetadata?: {
|
|
5971
5971
|
channelMetadata: {
|
|
@@ -6010,12 +6010,12 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
6010
6010
|
};
|
|
6011
6011
|
sourceAddress?: {
|
|
6012
6012
|
value: string;
|
|
6013
|
-
__kind: "
|
|
6013
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
6014
6014
|
} | null | undefined;
|
|
6015
6015
|
} | null | undefined;
|
|
6016
6016
|
} | {
|
|
6017
|
-
__kind: "CreditOnChain";
|
|
6018
6017
|
accountId: string;
|
|
6018
|
+
__kind: "CreditOnChain";
|
|
6019
6019
|
} | {
|
|
6020
6020
|
__kind: "CreditLendingPool";
|
|
6021
6021
|
swapType: {
|
|
@@ -6024,8 +6024,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
6024
6024
|
loanId: string | number;
|
|
6025
6025
|
};
|
|
6026
6026
|
} | {
|
|
6027
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
6028
6027
|
accountId: string;
|
|
6028
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
6029
6029
|
flipToSubtractFromSwapOutput: string | number;
|
|
6030
6030
|
};
|
|
6031
6031
|
}>]>;
|
|
@@ -7485,11 +7485,12 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
7485
7485
|
}>>>;
|
|
7486
7486
|
}, "strip", z.ZodTypeAny, {
|
|
7487
7487
|
swapRequestId: bigint;
|
|
7488
|
-
inputAsset: "
|
|
7489
|
-
outputAsset: "
|
|
7488
|
+
inputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
7489
|
+
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
7490
7490
|
inputAmount: bigint;
|
|
7491
7491
|
origin: {
|
|
7492
7492
|
__kind: "DepositChannel";
|
|
7493
|
+
channelId: bigint;
|
|
7493
7494
|
depositAddress: {
|
|
7494
7495
|
readonly chain: "Ethereum";
|
|
7495
7496
|
readonly address: `0x${string}`;
|
|
@@ -7512,7 +7513,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
7512
7513
|
readonly chain: "Tron";
|
|
7513
7514
|
readonly address: string;
|
|
7514
7515
|
};
|
|
7515
|
-
channelId: bigint;
|
|
7516
7516
|
depositBlockHeight: bigint;
|
|
7517
7517
|
brokerId: `cF${string}`;
|
|
7518
7518
|
} | {
|
|
@@ -7635,8 +7635,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
7635
7635
|
} | null | undefined;
|
|
7636
7636
|
} | null | undefined;
|
|
7637
7637
|
} | {
|
|
7638
|
-
__kind: "CreditOnChain";
|
|
7639
7638
|
accountId: `cF${string}`;
|
|
7639
|
+
__kind: "CreditOnChain";
|
|
7640
7640
|
} | {
|
|
7641
7641
|
__kind: "CreditLendingPool";
|
|
7642
7642
|
swapType: {
|
|
@@ -7645,8 +7645,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
7645
7645
|
loanId: bigint;
|
|
7646
7646
|
};
|
|
7647
7647
|
} | {
|
|
7648
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
7649
7648
|
accountId: `cF${string}`;
|
|
7649
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
7650
7650
|
flipToSubtractFromSwapOutput: bigint;
|
|
7651
7651
|
};
|
|
7652
7652
|
} | {
|
|
@@ -7738,8 +7738,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
7738
7738
|
} | null | undefined;
|
|
7739
7739
|
} | null | undefined;
|
|
7740
7740
|
} | {
|
|
7741
|
-
__kind: "CreditOnChain";
|
|
7742
7741
|
accountId: `cF${string}`;
|
|
7742
|
+
__kind: "CreditOnChain";
|
|
7743
7743
|
} | {
|
|
7744
7744
|
__kind: "CreditLendingPool";
|
|
7745
7745
|
swapType: {
|
|
@@ -7748,8 +7748,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
7748
7748
|
loanId: bigint;
|
|
7749
7749
|
};
|
|
7750
7750
|
} | {
|
|
7751
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
7752
7751
|
accountId: `cF${string}`;
|
|
7752
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
7753
7753
|
flipToSubtractFromSwapOutput: bigint;
|
|
7754
7754
|
};
|
|
7755
7755
|
};
|
|
@@ -7757,6 +7757,10 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
7757
7757
|
account: `cF${string}`;
|
|
7758
7758
|
bps: number;
|
|
7759
7759
|
}[];
|
|
7760
|
+
dcaParameters?: {
|
|
7761
|
+
numberOfChunks: number;
|
|
7762
|
+
chunkInterval: number;
|
|
7763
|
+
} | null | undefined;
|
|
7760
7764
|
priceLimitsAndExpiry?: {
|
|
7761
7765
|
expiryBehaviour: {
|
|
7762
7766
|
__kind: "NoExpiry";
|
|
@@ -7895,26 +7899,22 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
7895
7899
|
minPrice: bigint;
|
|
7896
7900
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
7897
7901
|
} | null | undefined;
|
|
7898
|
-
dcaParameters?: {
|
|
7899
|
-
numberOfChunks: number;
|
|
7900
|
-
chunkInterval: number;
|
|
7901
|
-
} | null | undefined;
|
|
7902
7902
|
}, {
|
|
7903
7903
|
swapRequestId: string | number;
|
|
7904
7904
|
inputAsset: {
|
|
7905
|
-
__kind: "
|
|
7905
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
7906
7906
|
};
|
|
7907
7907
|
outputAsset: {
|
|
7908
|
-
__kind: "
|
|
7908
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt" | "SolUsdt" | "Trx" | "TrxUsdt";
|
|
7909
7909
|
};
|
|
7910
7910
|
inputAmount: string | number;
|
|
7911
7911
|
origin: {
|
|
7912
7912
|
__kind: "DepositChannel";
|
|
7913
|
+
channelId: string | number;
|
|
7913
7914
|
depositAddress: {
|
|
7914
7915
|
value: string;
|
|
7915
|
-
__kind: "
|
|
7916
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
7916
7917
|
};
|
|
7917
|
-
channelId: string | number;
|
|
7918
7918
|
depositBlockHeight: string | number;
|
|
7919
7919
|
brokerId: string;
|
|
7920
7920
|
} | {
|
|
@@ -7954,7 +7954,7 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
7954
7954
|
__kind: "Egress";
|
|
7955
7955
|
outputAddress: {
|
|
7956
7956
|
value: string;
|
|
7957
|
-
__kind: "
|
|
7957
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
7958
7958
|
};
|
|
7959
7959
|
ccmDepositMetadata?: {
|
|
7960
7960
|
channelMetadata: {
|
|
@@ -7999,12 +7999,12 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
7999
7999
|
};
|
|
8000
8000
|
sourceAddress?: {
|
|
8001
8001
|
value: string;
|
|
8002
|
-
__kind: "
|
|
8002
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
8003
8003
|
} | null | undefined;
|
|
8004
8004
|
} | null | undefined;
|
|
8005
8005
|
} | {
|
|
8006
|
-
__kind: "CreditOnChain";
|
|
8007
8006
|
accountId: string;
|
|
8007
|
+
__kind: "CreditOnChain";
|
|
8008
8008
|
} | {
|
|
8009
8009
|
__kind: "CreditLendingPool";
|
|
8010
8010
|
swapType: {
|
|
@@ -8013,8 +8013,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
8013
8013
|
loanId: string | number;
|
|
8014
8014
|
};
|
|
8015
8015
|
} | {
|
|
8016
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
8017
8016
|
accountId: string;
|
|
8017
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
8018
8018
|
flipToSubtractFromSwapOutput: string | number;
|
|
8019
8019
|
};
|
|
8020
8020
|
} | {
|
|
@@ -8023,7 +8023,7 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
8023
8023
|
__kind: "Egress";
|
|
8024
8024
|
outputAddress: {
|
|
8025
8025
|
value: string;
|
|
8026
|
-
__kind: "
|
|
8026
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
8027
8027
|
};
|
|
8028
8028
|
ccmDepositMetadata?: {
|
|
8029
8029
|
channelMetadata: {
|
|
@@ -8068,12 +8068,12 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
8068
8068
|
};
|
|
8069
8069
|
sourceAddress?: {
|
|
8070
8070
|
value: string;
|
|
8071
|
-
__kind: "
|
|
8071
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Tron" | "Arb" | "Hub";
|
|
8072
8072
|
} | null | undefined;
|
|
8073
8073
|
} | null | undefined;
|
|
8074
8074
|
} | {
|
|
8075
|
-
__kind: "CreditOnChain";
|
|
8076
8075
|
accountId: string;
|
|
8076
|
+
__kind: "CreditOnChain";
|
|
8077
8077
|
} | {
|
|
8078
8078
|
__kind: "CreditLendingPool";
|
|
8079
8079
|
swapType: {
|
|
@@ -8082,8 +8082,8 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
8082
8082
|
loanId: string | number;
|
|
8083
8083
|
};
|
|
8084
8084
|
} | {
|
|
8085
|
-
__kind: "CreditFlipAndTransferToGateway";
|
|
8086
8085
|
accountId: string;
|
|
8086
|
+
__kind: "CreditFlipAndTransferToGateway";
|
|
8087
8087
|
flipToSubtractFromSwapOutput: string | number;
|
|
8088
8088
|
};
|
|
8089
8089
|
};
|
|
@@ -8091,6 +8091,10 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
8091
8091
|
account: string;
|
|
8092
8092
|
bps: number;
|
|
8093
8093
|
}[];
|
|
8094
|
+
dcaParameters?: {
|
|
8095
|
+
numberOfChunks: number;
|
|
8096
|
+
chunkInterval: number;
|
|
8097
|
+
} | null | undefined;
|
|
8094
8098
|
priceLimitsAndExpiry?: {
|
|
8095
8099
|
expiryBehaviour: {
|
|
8096
8100
|
__kind: "NoExpiry";
|
|
@@ -8231,10 +8235,6 @@ declare const swappingSwapRequestedEvent: _$_chainflip_processor_event0.EventDes
|
|
|
8231
8235
|
minPrice: string | number;
|
|
8232
8236
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
8233
8237
|
} | null | undefined;
|
|
8234
|
-
dcaParameters?: {
|
|
8235
|
-
numberOfChunks: number;
|
|
8236
|
-
chunkInterval: number;
|
|
8237
|
-
} | null | undefined;
|
|
8238
8238
|
}>>;
|
|
8239
8239
|
//#endregion
|
|
8240
8240
|
export { swappingSwapRequested, swappingSwapRequestedEvent };
|