@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
|
@@ -55,17 +55,17 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
55
55
|
error: string;
|
|
56
56
|
}>;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
58
|
+
__kind: "Module";
|
|
58
59
|
value: {
|
|
59
60
|
index: number;
|
|
60
61
|
error: `0x${string}`;
|
|
61
62
|
};
|
|
62
|
-
__kind: "Module";
|
|
63
63
|
}, {
|
|
64
|
+
__kind: "Module";
|
|
64
65
|
value: {
|
|
65
66
|
index: number;
|
|
66
67
|
error: string;
|
|
67
68
|
};
|
|
68
|
-
__kind: "Module";
|
|
69
69
|
}>, z.ZodObject<{
|
|
70
70
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -96,13 +96,13 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
96
96
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
97
97
|
}>;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
100
99
|
__kind: "Token";
|
|
100
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
101
101
|
}, {
|
|
102
|
+
__kind: "Token";
|
|
102
103
|
value: {
|
|
103
104
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
104
105
|
};
|
|
105
|
-
__kind: "Token";
|
|
106
106
|
}>, z.ZodObject<{
|
|
107
107
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
108
108
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -115,13 +115,13 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
115
115
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
116
116
|
}>;
|
|
117
117
|
}, "strip", z.ZodTypeAny, {
|
|
118
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
119
118
|
__kind: "Arithmetic";
|
|
119
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
120
120
|
}, {
|
|
121
|
+
__kind: "Arithmetic";
|
|
121
122
|
value: {
|
|
122
123
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
123
124
|
};
|
|
124
|
-
__kind: "Arithmetic";
|
|
125
125
|
}>, z.ZodObject<{
|
|
126
126
|
__kind: z.ZodLiteral<"Transactional">;
|
|
127
127
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -134,13 +134,13 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
134
134
|
__kind: "LimitReached" | "NoLayer";
|
|
135
135
|
}>;
|
|
136
136
|
}, "strip", z.ZodTypeAny, {
|
|
137
|
-
value: "LimitReached" | "NoLayer";
|
|
138
137
|
__kind: "Transactional";
|
|
138
|
+
value: "LimitReached" | "NoLayer";
|
|
139
139
|
}, {
|
|
140
|
+
__kind: "Transactional";
|
|
140
141
|
value: {
|
|
141
142
|
__kind: "LimitReached" | "NoLayer";
|
|
142
143
|
};
|
|
143
|
-
__kind: "Transactional";
|
|
144
144
|
}>, z.ZodObject<{
|
|
145
145
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
146
146
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -167,6 +167,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
167
167
|
__kind: "RootNotAllowed";
|
|
168
168
|
}>]>;
|
|
169
169
|
}, "strip", z.ZodTypeAny, {
|
|
170
|
+
__kind: "DepositWitnessRejected";
|
|
170
171
|
value: {
|
|
171
172
|
__kind: "Other";
|
|
172
173
|
} | {
|
|
@@ -174,11 +175,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
174
175
|
} | {
|
|
175
176
|
__kind: "BadOrigin";
|
|
176
177
|
} | {
|
|
178
|
+
__kind: "Module";
|
|
177
179
|
value: {
|
|
178
180
|
index: number;
|
|
179
181
|
error: `0x${string}`;
|
|
180
182
|
};
|
|
181
|
-
__kind: "Module";
|
|
182
183
|
} | {
|
|
183
184
|
__kind: "ConsumerRemaining";
|
|
184
185
|
} | {
|
|
@@ -186,14 +187,14 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
186
187
|
} | {
|
|
187
188
|
__kind: "TooManyConsumers";
|
|
188
189
|
} | {
|
|
189
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
190
190
|
__kind: "Token";
|
|
191
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
191
192
|
} | {
|
|
192
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
193
193
|
__kind: "Arithmetic";
|
|
194
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
194
195
|
} | {
|
|
195
|
-
value: "LimitReached" | "NoLayer";
|
|
196
196
|
__kind: "Transactional";
|
|
197
|
+
value: "LimitReached" | "NoLayer";
|
|
197
198
|
} | {
|
|
198
199
|
__kind: "Exhausted";
|
|
199
200
|
} | {
|
|
@@ -203,8 +204,8 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
203
204
|
} | {
|
|
204
205
|
__kind: "RootNotAllowed";
|
|
205
206
|
};
|
|
206
|
-
__kind: "DepositWitnessRejected";
|
|
207
207
|
}, {
|
|
208
|
+
__kind: "DepositWitnessRejected";
|
|
208
209
|
value: {
|
|
209
210
|
__kind: "Other";
|
|
210
211
|
} | {
|
|
@@ -212,11 +213,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
212
213
|
} | {
|
|
213
214
|
__kind: "BadOrigin";
|
|
214
215
|
} | {
|
|
216
|
+
__kind: "Module";
|
|
215
217
|
value: {
|
|
216
218
|
index: number;
|
|
217
219
|
error: string;
|
|
218
220
|
};
|
|
219
|
-
__kind: "Module";
|
|
220
221
|
} | {
|
|
221
222
|
__kind: "ConsumerRemaining";
|
|
222
223
|
} | {
|
|
@@ -224,20 +225,20 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
224
225
|
} | {
|
|
225
226
|
__kind: "TooManyConsumers";
|
|
226
227
|
} | {
|
|
228
|
+
__kind: "Token";
|
|
227
229
|
value: {
|
|
228
230
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
229
231
|
};
|
|
230
|
-
__kind: "Token";
|
|
231
232
|
} | {
|
|
233
|
+
__kind: "Arithmetic";
|
|
232
234
|
value: {
|
|
233
235
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
234
236
|
};
|
|
235
|
-
__kind: "Arithmetic";
|
|
236
237
|
} | {
|
|
238
|
+
__kind: "Transactional";
|
|
237
239
|
value: {
|
|
238
240
|
__kind: "LimitReached" | "NoLayer";
|
|
239
241
|
};
|
|
240
|
-
__kind: "Transactional";
|
|
241
242
|
} | {
|
|
242
243
|
__kind: "Exhausted";
|
|
243
244
|
} | {
|
|
@@ -247,7 +248,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
247
248
|
} | {
|
|
248
249
|
__kind: "RootNotAllowed";
|
|
249
250
|
};
|
|
250
|
-
__kind: "DepositWitnessRejected";
|
|
251
251
|
}>, z.ZodObject<{
|
|
252
252
|
__kind: z.ZodLiteral<"Unrefundable">;
|
|
253
253
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -273,74 +273,74 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
273
273
|
__kind: z.ZodLiteral<"Channel">;
|
|
274
274
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
275
275
|
}, "strip", z.ZodTypeAny, {
|
|
276
|
-
value: `0x${string}`;
|
|
277
276
|
__kind: "Channel";
|
|
277
|
+
value: `0x${string}`;
|
|
278
278
|
}, {
|
|
279
|
-
value: string;
|
|
280
279
|
__kind: "Channel";
|
|
280
|
+
value: string;
|
|
281
281
|
}>, z.ZodObject<{
|
|
282
282
|
__kind: z.ZodLiteral<"VaultSwapAccount">;
|
|
283
283
|
value: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
284
284
|
}, "strip", z.ZodTypeAny, {
|
|
285
|
-
value: [`0x${string}`, bigint];
|
|
286
285
|
__kind: "VaultSwapAccount";
|
|
286
|
+
value: [`0x${string}`, bigint];
|
|
287
287
|
}, {
|
|
288
|
-
value: [string, string | number];
|
|
289
288
|
__kind: "VaultSwapAccount";
|
|
289
|
+
value: [string, string | number];
|
|
290
290
|
}>]>;
|
|
291
291
|
}, "strip", z.ZodTypeAny, {
|
|
292
|
-
depositAddress: `0x${string}`;
|
|
293
292
|
asset: "Sol" | "SolUsdc";
|
|
293
|
+
depositAddress: `0x${string}`;
|
|
294
294
|
amount: bigint;
|
|
295
295
|
depositDetails: {
|
|
296
|
-
value: `0x${string}`;
|
|
297
296
|
__kind: "Channel";
|
|
297
|
+
value: `0x${string}`;
|
|
298
298
|
} | {
|
|
299
|
-
value: [`0x${string}`, bigint];
|
|
300
299
|
__kind: "VaultSwapAccount";
|
|
300
|
+
value: [`0x${string}`, bigint];
|
|
301
301
|
};
|
|
302
302
|
}, {
|
|
303
|
-
depositAddress: string;
|
|
304
303
|
asset: {
|
|
305
304
|
__kind: "Sol" | "SolUsdc";
|
|
306
305
|
};
|
|
306
|
+
depositAddress: string;
|
|
307
307
|
amount: string | number;
|
|
308
308
|
depositDetails: {
|
|
309
|
-
value: string;
|
|
310
309
|
__kind: "Channel";
|
|
310
|
+
value: string;
|
|
311
311
|
} | {
|
|
312
|
-
value: [string, string | number];
|
|
313
312
|
__kind: "VaultSwapAccount";
|
|
313
|
+
value: [string, string | number];
|
|
314
314
|
};
|
|
315
315
|
}>;
|
|
316
316
|
}, "strip", z.ZodTypeAny, {
|
|
317
317
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
318
318
|
depositWitness: {
|
|
319
|
-
depositAddress: `0x${string}`;
|
|
320
319
|
asset: "Sol" | "SolUsdc";
|
|
320
|
+
depositAddress: `0x${string}`;
|
|
321
321
|
amount: bigint;
|
|
322
322
|
depositDetails: {
|
|
323
|
-
value: `0x${string}`;
|
|
324
323
|
__kind: "Channel";
|
|
324
|
+
value: `0x${string}`;
|
|
325
325
|
} | {
|
|
326
|
-
value: [`0x${string}`, bigint];
|
|
327
326
|
__kind: "VaultSwapAccount";
|
|
327
|
+
value: [`0x${string}`, bigint];
|
|
328
328
|
};
|
|
329
329
|
};
|
|
330
330
|
}, {
|
|
331
331
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
332
332
|
depositWitness: {
|
|
333
|
-
depositAddress: string;
|
|
334
333
|
asset: {
|
|
335
334
|
__kind: "Sol" | "SolUsdc";
|
|
336
335
|
};
|
|
336
|
+
depositAddress: string;
|
|
337
337
|
amount: string | number;
|
|
338
338
|
depositDetails: {
|
|
339
|
-
value: string;
|
|
340
339
|
__kind: "Channel";
|
|
340
|
+
value: string;
|
|
341
341
|
} | {
|
|
342
|
-
value: [string, string | number];
|
|
343
342
|
__kind: "VaultSwapAccount";
|
|
343
|
+
value: [string, string | number];
|
|
344
344
|
};
|
|
345
345
|
};
|
|
346
346
|
}>, z.ZodObject<{
|
|
@@ -362,39 +362,39 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
362
362
|
__kind: z.ZodLiteral<"Channel">;
|
|
363
363
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
364
364
|
}, "strip", z.ZodTypeAny, {
|
|
365
|
-
value: `0x${string}`;
|
|
366
365
|
__kind: "Channel";
|
|
366
|
+
value: `0x${string}`;
|
|
367
367
|
}, {
|
|
368
|
-
value: string;
|
|
369
368
|
__kind: "Channel";
|
|
369
|
+
value: string;
|
|
370
370
|
}>, z.ZodObject<{
|
|
371
371
|
__kind: z.ZodLiteral<"VaultSwapAccount">;
|
|
372
372
|
value: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
373
373
|
}, "strip", z.ZodTypeAny, {
|
|
374
|
-
value: [`0x${string}`, bigint];
|
|
375
374
|
__kind: "VaultSwapAccount";
|
|
375
|
+
value: [`0x${string}`, bigint];
|
|
376
376
|
}, {
|
|
377
|
-
value: [string, string | number];
|
|
378
377
|
__kind: "VaultSwapAccount";
|
|
378
|
+
value: [string, string | number];
|
|
379
379
|
}>]>;
|
|
380
380
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
381
381
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
382
382
|
}, "strip", z.ZodTypeAny, {
|
|
383
|
-
__kind: "
|
|
383
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
384
384
|
}, {
|
|
385
|
-
__kind: "
|
|
386
|
-
}>, "
|
|
387
|
-
__kind: "
|
|
385
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
386
|
+
}>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
387
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
388
388
|
}>;
|
|
389
389
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
390
390
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
391
391
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
392
392
|
}, "strip", z.ZodTypeAny, {
|
|
393
|
-
value: `0x${string}`;
|
|
394
393
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
394
|
+
value: `0x${string}`;
|
|
395
395
|
}, {
|
|
396
|
-
value: string;
|
|
397
396
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
397
|
+
value: string;
|
|
398
398
|
}>, {
|
|
399
399
|
readonly chain: "Ethereum";
|
|
400
400
|
readonly address: `0x${string}`;
|
|
@@ -414,8 +414,8 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
414
414
|
readonly chain: "Assethub";
|
|
415
415
|
readonly address: string;
|
|
416
416
|
}, {
|
|
417
|
-
value: string;
|
|
418
417
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
418
|
+
value: string;
|
|
419
419
|
}>;
|
|
420
420
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
421
421
|
channelMetadata: z.ZodObject<{
|
|
@@ -444,67 +444,67 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
444
444
|
__kind: z.ZodLiteral<"Eth">;
|
|
445
445
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
446
446
|
}, "strip", z.ZodTypeAny, {
|
|
447
|
-
value: `0x${string}`;
|
|
448
447
|
__kind: "Eth";
|
|
448
|
+
value: `0x${string}`;
|
|
449
449
|
}, {
|
|
450
|
-
value: string;
|
|
451
450
|
__kind: "Eth";
|
|
451
|
+
value: string;
|
|
452
452
|
}>, z.ZodObject<{
|
|
453
453
|
__kind: z.ZodLiteral<"Dot">;
|
|
454
454
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
455
455
|
}, "strip", z.ZodTypeAny, {
|
|
456
|
-
value: `0x${string}`;
|
|
457
456
|
__kind: "Dot";
|
|
457
|
+
value: `0x${string}`;
|
|
458
458
|
}, {
|
|
459
|
-
value: string;
|
|
460
459
|
__kind: "Dot";
|
|
460
|
+
value: string;
|
|
461
461
|
}>, z.ZodObject<{
|
|
462
462
|
__kind: z.ZodLiteral<"Btc">;
|
|
463
463
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
464
464
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
465
465
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
466
466
|
}, "strip", z.ZodTypeAny, {
|
|
467
|
-
value: `0x${string}`;
|
|
468
467
|
__kind: "P2PKH";
|
|
468
|
+
value: `0x${string}`;
|
|
469
469
|
}, {
|
|
470
|
-
value: string;
|
|
471
470
|
__kind: "P2PKH";
|
|
471
|
+
value: string;
|
|
472
472
|
}>, z.ZodObject<{
|
|
473
473
|
__kind: z.ZodLiteral<"P2SH">;
|
|
474
474
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
475
475
|
}, "strip", z.ZodTypeAny, {
|
|
476
|
-
value: `0x${string}`;
|
|
477
476
|
__kind: "P2SH";
|
|
477
|
+
value: `0x${string}`;
|
|
478
478
|
}, {
|
|
479
|
-
value: string;
|
|
480
479
|
__kind: "P2SH";
|
|
480
|
+
value: string;
|
|
481
481
|
}>, z.ZodObject<{
|
|
482
482
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
483
483
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
484
484
|
}, "strip", z.ZodTypeAny, {
|
|
485
|
-
value: `0x${string}`;
|
|
486
485
|
__kind: "P2WPKH";
|
|
486
|
+
value: `0x${string}`;
|
|
487
487
|
}, {
|
|
488
|
-
value: string;
|
|
489
488
|
__kind: "P2WPKH";
|
|
489
|
+
value: string;
|
|
490
490
|
}>, z.ZodObject<{
|
|
491
491
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
492
492
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
493
493
|
}, "strip", z.ZodTypeAny, {
|
|
494
|
-
value: `0x${string}`;
|
|
495
494
|
__kind: "P2WSH";
|
|
495
|
+
value: `0x${string}`;
|
|
496
496
|
}, {
|
|
497
|
-
value: string;
|
|
498
497
|
__kind: "P2WSH";
|
|
498
|
+
value: string;
|
|
499
499
|
}>, z.ZodObject<{
|
|
500
500
|
__kind: z.ZodLiteral<"Taproot">;
|
|
501
501
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
502
502
|
}, "strip", z.ZodTypeAny, {
|
|
503
|
-
value: `0x${string}`;
|
|
504
503
|
__kind: "Taproot";
|
|
504
|
+
value: `0x${string}`;
|
|
505
505
|
}, {
|
|
506
|
-
value: string;
|
|
507
506
|
__kind: "Taproot";
|
|
507
|
+
value: string;
|
|
508
508
|
}>, z.ZodObject<{
|
|
509
509
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
510
510
|
version: z.ZodNumber;
|
|
@@ -519,76 +519,76 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
519
519
|
program: string;
|
|
520
520
|
}>]>;
|
|
521
521
|
}, "strip", z.ZodTypeAny, {
|
|
522
|
+
__kind: "Btc";
|
|
522
523
|
value: {
|
|
523
|
-
value: `0x${string}`;
|
|
524
524
|
__kind: "P2PKH";
|
|
525
|
-
} | {
|
|
526
525
|
value: `0x${string}`;
|
|
527
|
-
__kind: "P2SH";
|
|
528
526
|
} | {
|
|
527
|
+
__kind: "P2SH";
|
|
529
528
|
value: `0x${string}`;
|
|
530
|
-
__kind: "P2WPKH";
|
|
531
529
|
} | {
|
|
530
|
+
__kind: "P2WPKH";
|
|
532
531
|
value: `0x${string}`;
|
|
533
|
-
__kind: "P2WSH";
|
|
534
532
|
} | {
|
|
533
|
+
__kind: "P2WSH";
|
|
535
534
|
value: `0x${string}`;
|
|
535
|
+
} | {
|
|
536
536
|
__kind: "Taproot";
|
|
537
|
+
value: `0x${string}`;
|
|
537
538
|
} | {
|
|
538
539
|
__kind: "OtherSegwit";
|
|
539
540
|
version: number;
|
|
540
541
|
program: `0x${string}`;
|
|
541
542
|
};
|
|
542
|
-
__kind: "Btc";
|
|
543
543
|
}, {
|
|
544
|
+
__kind: "Btc";
|
|
544
545
|
value: {
|
|
545
|
-
value: string;
|
|
546
546
|
__kind: "P2PKH";
|
|
547
|
-
} | {
|
|
548
547
|
value: string;
|
|
549
|
-
__kind: "P2SH";
|
|
550
548
|
} | {
|
|
549
|
+
__kind: "P2SH";
|
|
551
550
|
value: string;
|
|
552
|
-
__kind: "P2WPKH";
|
|
553
551
|
} | {
|
|
552
|
+
__kind: "P2WPKH";
|
|
554
553
|
value: string;
|
|
555
|
-
__kind: "P2WSH";
|
|
556
554
|
} | {
|
|
555
|
+
__kind: "P2WSH";
|
|
557
556
|
value: string;
|
|
557
|
+
} | {
|
|
558
558
|
__kind: "Taproot";
|
|
559
|
+
value: string;
|
|
559
560
|
} | {
|
|
560
561
|
__kind: "OtherSegwit";
|
|
561
562
|
version: number;
|
|
562
563
|
program: string;
|
|
563
564
|
};
|
|
564
|
-
__kind: "Btc";
|
|
565
565
|
}>, z.ZodObject<{
|
|
566
566
|
__kind: z.ZodLiteral<"Arb">;
|
|
567
567
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
568
568
|
}, "strip", z.ZodTypeAny, {
|
|
569
|
-
value: `0x${string}`;
|
|
570
569
|
__kind: "Arb";
|
|
570
|
+
value: `0x${string}`;
|
|
571
571
|
}, {
|
|
572
|
-
value: string;
|
|
573
572
|
__kind: "Arb";
|
|
573
|
+
value: string;
|
|
574
574
|
}>, z.ZodObject<{
|
|
575
575
|
__kind: z.ZodLiteral<"Sol">;
|
|
576
576
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
577
577
|
}, "strip", z.ZodTypeAny, {
|
|
578
|
-
value: `0x${string}`;
|
|
579
578
|
__kind: "Sol";
|
|
579
|
+
value: `0x${string}`;
|
|
580
580
|
}, {
|
|
581
|
-
value: string;
|
|
582
581
|
__kind: "Sol";
|
|
582
|
+
value: string;
|
|
583
583
|
}>, z.ZodObject<{
|
|
584
584
|
__kind: z.ZodLiteral<"Hub">;
|
|
585
585
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
586
586
|
}, "strip", z.ZodTypeAny, {
|
|
587
|
-
value: `0x${string}`;
|
|
588
587
|
__kind: "Hub";
|
|
588
|
+
value: `0x${string}`;
|
|
589
589
|
}, {
|
|
590
|
-
value: string;
|
|
591
590
|
__kind: "Hub";
|
|
591
|
+
value: string;
|
|
592
592
|
}>]>>>;
|
|
593
593
|
}, "strip", z.ZodTypeAny, {
|
|
594
594
|
channelMetadata: {
|
|
@@ -598,42 +598,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
598
598
|
};
|
|
599
599
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
600
600
|
sourceAddress?: {
|
|
601
|
-
value: `0x${string}`;
|
|
602
601
|
__kind: "Eth";
|
|
603
|
-
} | {
|
|
604
602
|
value: `0x${string}`;
|
|
603
|
+
} | {
|
|
605
604
|
__kind: "Dot";
|
|
605
|
+
value: `0x${string}`;
|
|
606
606
|
} | {
|
|
607
|
+
__kind: "Btc";
|
|
607
608
|
value: {
|
|
608
|
-
value: `0x${string}`;
|
|
609
609
|
__kind: "P2PKH";
|
|
610
|
-
} | {
|
|
611
610
|
value: `0x${string}`;
|
|
612
|
-
__kind: "P2SH";
|
|
613
611
|
} | {
|
|
612
|
+
__kind: "P2SH";
|
|
614
613
|
value: `0x${string}`;
|
|
615
|
-
__kind: "P2WPKH";
|
|
616
614
|
} | {
|
|
615
|
+
__kind: "P2WPKH";
|
|
617
616
|
value: `0x${string}`;
|
|
618
|
-
__kind: "P2WSH";
|
|
619
617
|
} | {
|
|
618
|
+
__kind: "P2WSH";
|
|
620
619
|
value: `0x${string}`;
|
|
620
|
+
} | {
|
|
621
621
|
__kind: "Taproot";
|
|
622
|
+
value: `0x${string}`;
|
|
622
623
|
} | {
|
|
623
624
|
__kind: "OtherSegwit";
|
|
624
625
|
version: number;
|
|
625
626
|
program: `0x${string}`;
|
|
626
627
|
};
|
|
627
|
-
__kind: "Btc";
|
|
628
628
|
} | {
|
|
629
|
-
value: `0x${string}`;
|
|
630
629
|
__kind: "Arb";
|
|
631
|
-
} | {
|
|
632
630
|
value: `0x${string}`;
|
|
633
|
-
__kind: "Sol";
|
|
634
631
|
} | {
|
|
632
|
+
__kind: "Sol";
|
|
635
633
|
value: `0x${string}`;
|
|
634
|
+
} | {
|
|
636
635
|
__kind: "Hub";
|
|
636
|
+
value: `0x${string}`;
|
|
637
637
|
} | null | undefined;
|
|
638
638
|
}, {
|
|
639
639
|
channelMetadata: {
|
|
@@ -645,42 +645,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
645
645
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
646
646
|
};
|
|
647
647
|
sourceAddress?: {
|
|
648
|
-
value: string;
|
|
649
648
|
__kind: "Eth";
|
|
650
|
-
} | {
|
|
651
649
|
value: string;
|
|
650
|
+
} | {
|
|
652
651
|
__kind: "Dot";
|
|
652
|
+
value: string;
|
|
653
653
|
} | {
|
|
654
|
+
__kind: "Btc";
|
|
654
655
|
value: {
|
|
655
|
-
value: string;
|
|
656
656
|
__kind: "P2PKH";
|
|
657
|
-
} | {
|
|
658
657
|
value: string;
|
|
659
|
-
__kind: "P2SH";
|
|
660
658
|
} | {
|
|
659
|
+
__kind: "P2SH";
|
|
661
660
|
value: string;
|
|
662
|
-
__kind: "P2WPKH";
|
|
663
661
|
} | {
|
|
662
|
+
__kind: "P2WPKH";
|
|
664
663
|
value: string;
|
|
665
|
-
__kind: "P2WSH";
|
|
666
664
|
} | {
|
|
665
|
+
__kind: "P2WSH";
|
|
667
666
|
value: string;
|
|
667
|
+
} | {
|
|
668
668
|
__kind: "Taproot";
|
|
669
|
+
value: string;
|
|
669
670
|
} | {
|
|
670
671
|
__kind: "OtherSegwit";
|
|
671
672
|
version: number;
|
|
672
673
|
program: string;
|
|
673
674
|
};
|
|
674
|
-
__kind: "Btc";
|
|
675
675
|
} | {
|
|
676
|
-
value: string;
|
|
677
676
|
__kind: "Arb";
|
|
678
|
-
} | {
|
|
679
677
|
value: string;
|
|
680
|
-
__kind: "Sol";
|
|
681
678
|
} | {
|
|
679
|
+
__kind: "Sol";
|
|
682
680
|
value: string;
|
|
681
|
+
} | {
|
|
683
682
|
__kind: "Hub";
|
|
683
|
+
value: string;
|
|
684
684
|
} | null | undefined;
|
|
685
685
|
}>>>;
|
|
686
686
|
txId: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
@@ -755,17 +755,17 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
755
755
|
}>>>;
|
|
756
756
|
boostFee: z.ZodNumber;
|
|
757
757
|
}, "strip", z.ZodTypeAny, {
|
|
758
|
+
txId: [`0x${string}`, bigint];
|
|
758
759
|
depositDetails: {
|
|
759
|
-
value: `0x${string}`;
|
|
760
760
|
__kind: "Channel";
|
|
761
|
+
value: `0x${string}`;
|
|
761
762
|
} | {
|
|
762
|
-
value: [`0x${string}`, bigint];
|
|
763
763
|
__kind: "VaultSwapAccount";
|
|
764
|
+
value: [`0x${string}`, bigint];
|
|
764
765
|
};
|
|
765
|
-
boostFee: number;
|
|
766
766
|
inputAsset: "Sol" | "SolUsdc";
|
|
767
767
|
depositAmount: bigint;
|
|
768
|
-
outputAsset: "
|
|
768
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
769
769
|
destinationAddress: {
|
|
770
770
|
readonly chain: "Ethereum";
|
|
771
771
|
readonly address: `0x${string}`;
|
|
@@ -785,7 +785,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
785
785
|
readonly chain: "Assethub";
|
|
786
786
|
readonly address: string;
|
|
787
787
|
};
|
|
788
|
-
txId: [`0x${string}`, bigint];
|
|
789
788
|
affiliateFees: {
|
|
790
789
|
account: number;
|
|
791
790
|
bps: number;
|
|
@@ -801,6 +800,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
801
800
|
} | null | undefined;
|
|
802
801
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
803
802
|
};
|
|
803
|
+
boostFee: number;
|
|
804
804
|
depositAddress?: `0x${string}` | null | undefined;
|
|
805
805
|
channelId?: bigint | null | undefined;
|
|
806
806
|
depositMetadata?: {
|
|
@@ -811,42 +811,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
811
811
|
};
|
|
812
812
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
813
813
|
sourceAddress?: {
|
|
814
|
-
value: `0x${string}`;
|
|
815
814
|
__kind: "Eth";
|
|
816
|
-
} | {
|
|
817
815
|
value: `0x${string}`;
|
|
816
|
+
} | {
|
|
818
817
|
__kind: "Dot";
|
|
818
|
+
value: `0x${string}`;
|
|
819
819
|
} | {
|
|
820
|
+
__kind: "Btc";
|
|
820
821
|
value: {
|
|
821
|
-
value: `0x${string}`;
|
|
822
822
|
__kind: "P2PKH";
|
|
823
|
-
} | {
|
|
824
823
|
value: `0x${string}`;
|
|
825
|
-
__kind: "P2SH";
|
|
826
824
|
} | {
|
|
825
|
+
__kind: "P2SH";
|
|
827
826
|
value: `0x${string}`;
|
|
828
|
-
__kind: "P2WPKH";
|
|
829
827
|
} | {
|
|
828
|
+
__kind: "P2WPKH";
|
|
830
829
|
value: `0x${string}`;
|
|
831
|
-
__kind: "P2WSH";
|
|
832
830
|
} | {
|
|
831
|
+
__kind: "P2WSH";
|
|
833
832
|
value: `0x${string}`;
|
|
833
|
+
} | {
|
|
834
834
|
__kind: "Taproot";
|
|
835
|
+
value: `0x${string}`;
|
|
835
836
|
} | {
|
|
836
837
|
__kind: "OtherSegwit";
|
|
837
838
|
version: number;
|
|
838
839
|
program: `0x${string}`;
|
|
839
840
|
};
|
|
840
|
-
__kind: "Btc";
|
|
841
841
|
} | {
|
|
842
|
-
value: `0x${string}`;
|
|
843
842
|
__kind: "Arb";
|
|
844
|
-
} | {
|
|
845
843
|
value: `0x${string}`;
|
|
846
|
-
__kind: "Sol";
|
|
847
844
|
} | {
|
|
845
|
+
__kind: "Sol";
|
|
848
846
|
value: `0x${string}`;
|
|
847
|
+
} | {
|
|
849
848
|
__kind: "Hub";
|
|
849
|
+
value: `0x${string}`;
|
|
850
850
|
} | null | undefined;
|
|
851
851
|
} | null | undefined;
|
|
852
852
|
brokerFee?: {
|
|
@@ -858,26 +858,25 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
858
858
|
chunkInterval: number;
|
|
859
859
|
} | null | undefined;
|
|
860
860
|
}, {
|
|
861
|
+
txId: [string, string | number];
|
|
861
862
|
depositDetails: {
|
|
862
|
-
value: string;
|
|
863
863
|
__kind: "Channel";
|
|
864
|
+
value: string;
|
|
864
865
|
} | {
|
|
865
|
-
value: [string, string | number];
|
|
866
866
|
__kind: "VaultSwapAccount";
|
|
867
|
+
value: [string, string | number];
|
|
867
868
|
};
|
|
868
|
-
boostFee: number;
|
|
869
869
|
inputAsset: {
|
|
870
870
|
__kind: "Sol" | "SolUsdc";
|
|
871
871
|
};
|
|
872
872
|
depositAmount: string | number;
|
|
873
873
|
outputAsset: {
|
|
874
|
-
__kind: "
|
|
874
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
875
875
|
};
|
|
876
876
|
destinationAddress: {
|
|
877
|
-
value: string;
|
|
878
877
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
878
|
+
value: string;
|
|
879
879
|
};
|
|
880
|
-
txId: [string, string | number];
|
|
881
880
|
affiliateFees: {
|
|
882
881
|
account: number;
|
|
883
882
|
bps: number;
|
|
@@ -893,6 +892,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
893
892
|
} | null | undefined;
|
|
894
893
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
895
894
|
};
|
|
895
|
+
boostFee: number;
|
|
896
896
|
depositAddress?: string | null | undefined;
|
|
897
897
|
channelId?: string | number | null | undefined;
|
|
898
898
|
depositMetadata?: {
|
|
@@ -905,42 +905,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
905
905
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
906
906
|
};
|
|
907
907
|
sourceAddress?: {
|
|
908
|
-
value: string;
|
|
909
908
|
__kind: "Eth";
|
|
910
|
-
} | {
|
|
911
909
|
value: string;
|
|
910
|
+
} | {
|
|
912
911
|
__kind: "Dot";
|
|
912
|
+
value: string;
|
|
913
913
|
} | {
|
|
914
|
+
__kind: "Btc";
|
|
914
915
|
value: {
|
|
915
|
-
value: string;
|
|
916
916
|
__kind: "P2PKH";
|
|
917
|
-
} | {
|
|
918
917
|
value: string;
|
|
919
|
-
__kind: "P2SH";
|
|
920
918
|
} | {
|
|
919
|
+
__kind: "P2SH";
|
|
921
920
|
value: string;
|
|
922
|
-
__kind: "P2WPKH";
|
|
923
921
|
} | {
|
|
922
|
+
__kind: "P2WPKH";
|
|
924
923
|
value: string;
|
|
925
|
-
__kind: "P2WSH";
|
|
926
924
|
} | {
|
|
925
|
+
__kind: "P2WSH";
|
|
927
926
|
value: string;
|
|
927
|
+
} | {
|
|
928
928
|
__kind: "Taproot";
|
|
929
|
+
value: string;
|
|
929
930
|
} | {
|
|
930
931
|
__kind: "OtherSegwit";
|
|
931
932
|
version: number;
|
|
932
933
|
program: string;
|
|
933
934
|
};
|
|
934
|
-
__kind: "Btc";
|
|
935
935
|
} | {
|
|
936
|
-
value: string;
|
|
937
936
|
__kind: "Arb";
|
|
938
|
-
} | {
|
|
939
937
|
value: string;
|
|
940
|
-
__kind: "Sol";
|
|
941
938
|
} | {
|
|
939
|
+
__kind: "Sol";
|
|
942
940
|
value: string;
|
|
941
|
+
} | {
|
|
943
942
|
__kind: "Hub";
|
|
943
|
+
value: string;
|
|
944
944
|
} | null | undefined;
|
|
945
945
|
} | null | undefined;
|
|
946
946
|
brokerFee?: {
|
|
@@ -955,17 +955,17 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
955
955
|
}, "strip", z.ZodTypeAny, {
|
|
956
956
|
__kind: "DepositFailedVaultVariantSolana";
|
|
957
957
|
vaultWitness: {
|
|
958
|
+
txId: [`0x${string}`, bigint];
|
|
958
959
|
depositDetails: {
|
|
959
|
-
value: `0x${string}`;
|
|
960
960
|
__kind: "Channel";
|
|
961
|
+
value: `0x${string}`;
|
|
961
962
|
} | {
|
|
962
|
-
value: [`0x${string}`, bigint];
|
|
963
963
|
__kind: "VaultSwapAccount";
|
|
964
|
+
value: [`0x${string}`, bigint];
|
|
964
965
|
};
|
|
965
|
-
boostFee: number;
|
|
966
966
|
inputAsset: "Sol" | "SolUsdc";
|
|
967
967
|
depositAmount: bigint;
|
|
968
|
-
outputAsset: "
|
|
968
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
969
969
|
destinationAddress: {
|
|
970
970
|
readonly chain: "Ethereum";
|
|
971
971
|
readonly address: `0x${string}`;
|
|
@@ -985,7 +985,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
985
985
|
readonly chain: "Assethub";
|
|
986
986
|
readonly address: string;
|
|
987
987
|
};
|
|
988
|
-
txId: [`0x${string}`, bigint];
|
|
989
988
|
affiliateFees: {
|
|
990
989
|
account: number;
|
|
991
990
|
bps: number;
|
|
@@ -1001,6 +1000,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1001
1000
|
} | null | undefined;
|
|
1002
1001
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
1003
1002
|
};
|
|
1003
|
+
boostFee: number;
|
|
1004
1004
|
depositAddress?: `0x${string}` | null | undefined;
|
|
1005
1005
|
channelId?: bigint | null | undefined;
|
|
1006
1006
|
depositMetadata?: {
|
|
@@ -1011,42 +1011,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1011
1011
|
};
|
|
1012
1012
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1013
1013
|
sourceAddress?: {
|
|
1014
|
-
value: `0x${string}`;
|
|
1015
1014
|
__kind: "Eth";
|
|
1016
|
-
} | {
|
|
1017
1015
|
value: `0x${string}`;
|
|
1016
|
+
} | {
|
|
1018
1017
|
__kind: "Dot";
|
|
1018
|
+
value: `0x${string}`;
|
|
1019
1019
|
} | {
|
|
1020
|
+
__kind: "Btc";
|
|
1020
1021
|
value: {
|
|
1021
|
-
value: `0x${string}`;
|
|
1022
1022
|
__kind: "P2PKH";
|
|
1023
|
-
} | {
|
|
1024
1023
|
value: `0x${string}`;
|
|
1025
|
-
__kind: "P2SH";
|
|
1026
1024
|
} | {
|
|
1025
|
+
__kind: "P2SH";
|
|
1027
1026
|
value: `0x${string}`;
|
|
1028
|
-
__kind: "P2WPKH";
|
|
1029
1027
|
} | {
|
|
1028
|
+
__kind: "P2WPKH";
|
|
1030
1029
|
value: `0x${string}`;
|
|
1031
|
-
__kind: "P2WSH";
|
|
1032
1030
|
} | {
|
|
1031
|
+
__kind: "P2WSH";
|
|
1033
1032
|
value: `0x${string}`;
|
|
1033
|
+
} | {
|
|
1034
1034
|
__kind: "Taproot";
|
|
1035
|
+
value: `0x${string}`;
|
|
1035
1036
|
} | {
|
|
1036
1037
|
__kind: "OtherSegwit";
|
|
1037
1038
|
version: number;
|
|
1038
1039
|
program: `0x${string}`;
|
|
1039
1040
|
};
|
|
1040
|
-
__kind: "Btc";
|
|
1041
1041
|
} | {
|
|
1042
|
-
value: `0x${string}`;
|
|
1043
1042
|
__kind: "Arb";
|
|
1044
|
-
} | {
|
|
1045
1043
|
value: `0x${string}`;
|
|
1046
|
-
__kind: "Sol";
|
|
1047
1044
|
} | {
|
|
1045
|
+
__kind: "Sol";
|
|
1048
1046
|
value: `0x${string}`;
|
|
1047
|
+
} | {
|
|
1049
1048
|
__kind: "Hub";
|
|
1049
|
+
value: `0x${string}`;
|
|
1050
1050
|
} | null | undefined;
|
|
1051
1051
|
} | null | undefined;
|
|
1052
1052
|
brokerFee?: {
|
|
@@ -1061,26 +1061,25 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1061
1061
|
}, {
|
|
1062
1062
|
__kind: "DepositFailedVaultVariantSolana";
|
|
1063
1063
|
vaultWitness: {
|
|
1064
|
+
txId: [string, string | number];
|
|
1064
1065
|
depositDetails: {
|
|
1065
|
-
value: string;
|
|
1066
1066
|
__kind: "Channel";
|
|
1067
|
+
value: string;
|
|
1067
1068
|
} | {
|
|
1068
|
-
value: [string, string | number];
|
|
1069
1069
|
__kind: "VaultSwapAccount";
|
|
1070
|
+
value: [string, string | number];
|
|
1070
1071
|
};
|
|
1071
|
-
boostFee: number;
|
|
1072
1072
|
inputAsset: {
|
|
1073
1073
|
__kind: "Sol" | "SolUsdc";
|
|
1074
1074
|
};
|
|
1075
1075
|
depositAmount: string | number;
|
|
1076
1076
|
outputAsset: {
|
|
1077
|
-
__kind: "
|
|
1077
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1078
1078
|
};
|
|
1079
1079
|
destinationAddress: {
|
|
1080
|
-
value: string;
|
|
1081
1080
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1081
|
+
value: string;
|
|
1082
1082
|
};
|
|
1083
|
-
txId: [string, string | number];
|
|
1084
1083
|
affiliateFees: {
|
|
1085
1084
|
account: number;
|
|
1086
1085
|
bps: number;
|
|
@@ -1096,6 +1095,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1096
1095
|
} | null | undefined;
|
|
1097
1096
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
1098
1097
|
};
|
|
1098
|
+
boostFee: number;
|
|
1099
1099
|
depositAddress?: string | null | undefined;
|
|
1100
1100
|
channelId?: string | number | null | undefined;
|
|
1101
1101
|
depositMetadata?: {
|
|
@@ -1108,42 +1108,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1108
1108
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1109
1109
|
};
|
|
1110
1110
|
sourceAddress?: {
|
|
1111
|
-
value: string;
|
|
1112
1111
|
__kind: "Eth";
|
|
1113
|
-
} | {
|
|
1114
1112
|
value: string;
|
|
1113
|
+
} | {
|
|
1115
1114
|
__kind: "Dot";
|
|
1115
|
+
value: string;
|
|
1116
1116
|
} | {
|
|
1117
|
+
__kind: "Btc";
|
|
1117
1118
|
value: {
|
|
1118
|
-
value: string;
|
|
1119
1119
|
__kind: "P2PKH";
|
|
1120
|
-
} | {
|
|
1121
1120
|
value: string;
|
|
1122
|
-
__kind: "P2SH";
|
|
1123
1121
|
} | {
|
|
1122
|
+
__kind: "P2SH";
|
|
1124
1123
|
value: string;
|
|
1125
|
-
__kind: "P2WPKH";
|
|
1126
1124
|
} | {
|
|
1125
|
+
__kind: "P2WPKH";
|
|
1127
1126
|
value: string;
|
|
1128
|
-
__kind: "P2WSH";
|
|
1129
1127
|
} | {
|
|
1128
|
+
__kind: "P2WSH";
|
|
1130
1129
|
value: string;
|
|
1130
|
+
} | {
|
|
1131
1131
|
__kind: "Taproot";
|
|
1132
|
+
value: string;
|
|
1132
1133
|
} | {
|
|
1133
1134
|
__kind: "OtherSegwit";
|
|
1134
1135
|
version: number;
|
|
1135
1136
|
program: string;
|
|
1136
1137
|
};
|
|
1137
|
-
__kind: "Btc";
|
|
1138
1138
|
} | {
|
|
1139
|
-
value: string;
|
|
1140
1139
|
__kind: "Arb";
|
|
1141
|
-
} | {
|
|
1142
1140
|
value: string;
|
|
1143
|
-
__kind: "Sol";
|
|
1144
1141
|
} | {
|
|
1142
|
+
__kind: "Sol";
|
|
1145
1143
|
value: string;
|
|
1144
|
+
} | {
|
|
1146
1145
|
__kind: "Hub";
|
|
1146
|
+
value: string;
|
|
1147
1147
|
} | null | undefined;
|
|
1148
1148
|
} | null | undefined;
|
|
1149
1149
|
brokerFee?: {
|
|
@@ -1157,7 +1157,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1157
1157
|
};
|
|
1158
1158
|
}>]>;
|
|
1159
1159
|
}, "strip", z.ZodTypeAny, {
|
|
1160
|
-
blockHeight: bigint;
|
|
1161
1160
|
reason: {
|
|
1162
1161
|
__kind: "BelowMinimumDeposit";
|
|
1163
1162
|
} | {
|
|
@@ -1165,6 +1164,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1165
1164
|
} | {
|
|
1166
1165
|
__kind: "TransactionRejectedByBroker";
|
|
1167
1166
|
} | {
|
|
1167
|
+
__kind: "DepositWitnessRejected";
|
|
1168
1168
|
value: {
|
|
1169
1169
|
__kind: "Other";
|
|
1170
1170
|
} | {
|
|
@@ -1172,11 +1172,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1172
1172
|
} | {
|
|
1173
1173
|
__kind: "BadOrigin";
|
|
1174
1174
|
} | {
|
|
1175
|
+
__kind: "Module";
|
|
1175
1176
|
value: {
|
|
1176
1177
|
index: number;
|
|
1177
1178
|
error: `0x${string}`;
|
|
1178
1179
|
};
|
|
1179
|
-
__kind: "Module";
|
|
1180
1180
|
} | {
|
|
1181
1181
|
__kind: "ConsumerRemaining";
|
|
1182
1182
|
} | {
|
|
@@ -1184,14 +1184,14 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1184
1184
|
} | {
|
|
1185
1185
|
__kind: "TooManyConsumers";
|
|
1186
1186
|
} | {
|
|
1187
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1188
1187
|
__kind: "Token";
|
|
1188
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1189
1189
|
} | {
|
|
1190
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1191
1190
|
__kind: "Arithmetic";
|
|
1191
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1192
1192
|
} | {
|
|
1193
|
-
value: "LimitReached" | "NoLayer";
|
|
1194
1193
|
__kind: "Transactional";
|
|
1194
|
+
value: "LimitReached" | "NoLayer";
|
|
1195
1195
|
} | {
|
|
1196
1196
|
__kind: "Exhausted";
|
|
1197
1197
|
} | {
|
|
@@ -1201,38 +1201,38 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1201
1201
|
} | {
|
|
1202
1202
|
__kind: "RootNotAllowed";
|
|
1203
1203
|
};
|
|
1204
|
-
__kind: "DepositWitnessRejected";
|
|
1205
1204
|
} | {
|
|
1206
1205
|
__kind: "Unrefundable";
|
|
1207
1206
|
};
|
|
1207
|
+
blockHeight: bigint;
|
|
1208
1208
|
details: {
|
|
1209
1209
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
1210
1210
|
depositWitness: {
|
|
1211
|
-
depositAddress: `0x${string}`;
|
|
1212
1211
|
asset: "Sol" | "SolUsdc";
|
|
1212
|
+
depositAddress: `0x${string}`;
|
|
1213
1213
|
amount: bigint;
|
|
1214
1214
|
depositDetails: {
|
|
1215
|
-
value: `0x${string}`;
|
|
1216
1215
|
__kind: "Channel";
|
|
1216
|
+
value: `0x${string}`;
|
|
1217
1217
|
} | {
|
|
1218
|
-
value: [`0x${string}`, bigint];
|
|
1219
1218
|
__kind: "VaultSwapAccount";
|
|
1219
|
+
value: [`0x${string}`, bigint];
|
|
1220
1220
|
};
|
|
1221
1221
|
};
|
|
1222
1222
|
} | {
|
|
1223
1223
|
__kind: "DepositFailedVaultVariantSolana";
|
|
1224
1224
|
vaultWitness: {
|
|
1225
|
+
txId: [`0x${string}`, bigint];
|
|
1225
1226
|
depositDetails: {
|
|
1226
|
-
value: `0x${string}`;
|
|
1227
1227
|
__kind: "Channel";
|
|
1228
|
+
value: `0x${string}`;
|
|
1228
1229
|
} | {
|
|
1229
|
-
value: [`0x${string}`, bigint];
|
|
1230
1230
|
__kind: "VaultSwapAccount";
|
|
1231
|
+
value: [`0x${string}`, bigint];
|
|
1231
1232
|
};
|
|
1232
|
-
boostFee: number;
|
|
1233
1233
|
inputAsset: "Sol" | "SolUsdc";
|
|
1234
1234
|
depositAmount: bigint;
|
|
1235
|
-
outputAsset: "
|
|
1235
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1236
1236
|
destinationAddress: {
|
|
1237
1237
|
readonly chain: "Ethereum";
|
|
1238
1238
|
readonly address: `0x${string}`;
|
|
@@ -1252,7 +1252,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1252
1252
|
readonly chain: "Assethub";
|
|
1253
1253
|
readonly address: string;
|
|
1254
1254
|
};
|
|
1255
|
-
txId: [`0x${string}`, bigint];
|
|
1256
1255
|
affiliateFees: {
|
|
1257
1256
|
account: number;
|
|
1258
1257
|
bps: number;
|
|
@@ -1268,6 +1267,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1268
1267
|
} | null | undefined;
|
|
1269
1268
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
1270
1269
|
};
|
|
1270
|
+
boostFee: number;
|
|
1271
1271
|
depositAddress?: `0x${string}` | null | undefined;
|
|
1272
1272
|
channelId?: bigint | null | undefined;
|
|
1273
1273
|
depositMetadata?: {
|
|
@@ -1278,42 +1278,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1278
1278
|
};
|
|
1279
1279
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1280
1280
|
sourceAddress?: {
|
|
1281
|
-
value: `0x${string}`;
|
|
1282
1281
|
__kind: "Eth";
|
|
1283
|
-
} | {
|
|
1284
1282
|
value: `0x${string}`;
|
|
1283
|
+
} | {
|
|
1285
1284
|
__kind: "Dot";
|
|
1285
|
+
value: `0x${string}`;
|
|
1286
1286
|
} | {
|
|
1287
|
+
__kind: "Btc";
|
|
1287
1288
|
value: {
|
|
1288
|
-
value: `0x${string}`;
|
|
1289
1289
|
__kind: "P2PKH";
|
|
1290
|
-
} | {
|
|
1291
1290
|
value: `0x${string}`;
|
|
1292
|
-
__kind: "P2SH";
|
|
1293
1291
|
} | {
|
|
1292
|
+
__kind: "P2SH";
|
|
1294
1293
|
value: `0x${string}`;
|
|
1295
|
-
__kind: "P2WPKH";
|
|
1296
1294
|
} | {
|
|
1295
|
+
__kind: "P2WPKH";
|
|
1297
1296
|
value: `0x${string}`;
|
|
1298
|
-
__kind: "P2WSH";
|
|
1299
1297
|
} | {
|
|
1298
|
+
__kind: "P2WSH";
|
|
1300
1299
|
value: `0x${string}`;
|
|
1300
|
+
} | {
|
|
1301
1301
|
__kind: "Taproot";
|
|
1302
|
+
value: `0x${string}`;
|
|
1302
1303
|
} | {
|
|
1303
1304
|
__kind: "OtherSegwit";
|
|
1304
1305
|
version: number;
|
|
1305
1306
|
program: `0x${string}`;
|
|
1306
1307
|
};
|
|
1307
|
-
__kind: "Btc";
|
|
1308
1308
|
} | {
|
|
1309
|
-
value: `0x${string}`;
|
|
1310
1309
|
__kind: "Arb";
|
|
1311
|
-
} | {
|
|
1312
1310
|
value: `0x${string}`;
|
|
1313
|
-
__kind: "Sol";
|
|
1314
1311
|
} | {
|
|
1312
|
+
__kind: "Sol";
|
|
1315
1313
|
value: `0x${string}`;
|
|
1314
|
+
} | {
|
|
1316
1315
|
__kind: "Hub";
|
|
1316
|
+
value: `0x${string}`;
|
|
1317
1317
|
} | null | undefined;
|
|
1318
1318
|
} | null | undefined;
|
|
1319
1319
|
brokerFee?: {
|
|
@@ -1327,7 +1327,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1327
1327
|
};
|
|
1328
1328
|
};
|
|
1329
1329
|
}, {
|
|
1330
|
-
blockHeight: string | number;
|
|
1331
1330
|
reason: {
|
|
1332
1331
|
__kind: "BelowMinimumDeposit";
|
|
1333
1332
|
} | {
|
|
@@ -1335,6 +1334,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1335
1334
|
} | {
|
|
1336
1335
|
__kind: "TransactionRejectedByBroker";
|
|
1337
1336
|
} | {
|
|
1337
|
+
__kind: "DepositWitnessRejected";
|
|
1338
1338
|
value: {
|
|
1339
1339
|
__kind: "Other";
|
|
1340
1340
|
} | {
|
|
@@ -1342,11 +1342,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1342
1342
|
} | {
|
|
1343
1343
|
__kind: "BadOrigin";
|
|
1344
1344
|
} | {
|
|
1345
|
+
__kind: "Module";
|
|
1345
1346
|
value: {
|
|
1346
1347
|
index: number;
|
|
1347
1348
|
error: string;
|
|
1348
1349
|
};
|
|
1349
|
-
__kind: "Module";
|
|
1350
1350
|
} | {
|
|
1351
1351
|
__kind: "ConsumerRemaining";
|
|
1352
1352
|
} | {
|
|
@@ -1354,20 +1354,20 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1354
1354
|
} | {
|
|
1355
1355
|
__kind: "TooManyConsumers";
|
|
1356
1356
|
} | {
|
|
1357
|
+
__kind: "Token";
|
|
1357
1358
|
value: {
|
|
1358
1359
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1359
1360
|
};
|
|
1360
|
-
__kind: "Token";
|
|
1361
1361
|
} | {
|
|
1362
|
+
__kind: "Arithmetic";
|
|
1362
1363
|
value: {
|
|
1363
1364
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1364
1365
|
};
|
|
1365
|
-
__kind: "Arithmetic";
|
|
1366
1366
|
} | {
|
|
1367
|
+
__kind: "Transactional";
|
|
1367
1368
|
value: {
|
|
1368
1369
|
__kind: "LimitReached" | "NoLayer";
|
|
1369
1370
|
};
|
|
1370
|
-
__kind: "Transactional";
|
|
1371
1371
|
} | {
|
|
1372
1372
|
__kind: "Exhausted";
|
|
1373
1373
|
} | {
|
|
@@ -1377,49 +1377,48 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1377
1377
|
} | {
|
|
1378
1378
|
__kind: "RootNotAllowed";
|
|
1379
1379
|
};
|
|
1380
|
-
__kind: "DepositWitnessRejected";
|
|
1381
1380
|
} | {
|
|
1382
1381
|
__kind: "Unrefundable";
|
|
1383
1382
|
};
|
|
1383
|
+
blockHeight: string | number;
|
|
1384
1384
|
details: {
|
|
1385
1385
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
1386
1386
|
depositWitness: {
|
|
1387
|
-
depositAddress: string;
|
|
1388
1387
|
asset: {
|
|
1389
1388
|
__kind: "Sol" | "SolUsdc";
|
|
1390
1389
|
};
|
|
1390
|
+
depositAddress: string;
|
|
1391
1391
|
amount: string | number;
|
|
1392
1392
|
depositDetails: {
|
|
1393
|
-
value: string;
|
|
1394
1393
|
__kind: "Channel";
|
|
1394
|
+
value: string;
|
|
1395
1395
|
} | {
|
|
1396
|
-
value: [string, string | number];
|
|
1397
1396
|
__kind: "VaultSwapAccount";
|
|
1397
|
+
value: [string, string | number];
|
|
1398
1398
|
};
|
|
1399
1399
|
};
|
|
1400
1400
|
} | {
|
|
1401
1401
|
__kind: "DepositFailedVaultVariantSolana";
|
|
1402
1402
|
vaultWitness: {
|
|
1403
|
+
txId: [string, string | number];
|
|
1403
1404
|
depositDetails: {
|
|
1404
|
-
value: string;
|
|
1405
1405
|
__kind: "Channel";
|
|
1406
|
+
value: string;
|
|
1406
1407
|
} | {
|
|
1407
|
-
value: [string, string | number];
|
|
1408
1408
|
__kind: "VaultSwapAccount";
|
|
1409
|
+
value: [string, string | number];
|
|
1409
1410
|
};
|
|
1410
|
-
boostFee: number;
|
|
1411
1411
|
inputAsset: {
|
|
1412
1412
|
__kind: "Sol" | "SolUsdc";
|
|
1413
1413
|
};
|
|
1414
1414
|
depositAmount: string | number;
|
|
1415
1415
|
outputAsset: {
|
|
1416
|
-
__kind: "
|
|
1416
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1417
1417
|
};
|
|
1418
1418
|
destinationAddress: {
|
|
1419
|
-
value: string;
|
|
1420
1419
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1420
|
+
value: string;
|
|
1421
1421
|
};
|
|
1422
|
-
txId: [string, string | number];
|
|
1423
1422
|
affiliateFees: {
|
|
1424
1423
|
account: number;
|
|
1425
1424
|
bps: number;
|
|
@@ -1435,6 +1434,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1435
1434
|
} | null | undefined;
|
|
1436
1435
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
1437
1436
|
};
|
|
1437
|
+
boostFee: number;
|
|
1438
1438
|
depositAddress?: string | null | undefined;
|
|
1439
1439
|
channelId?: string | number | null | undefined;
|
|
1440
1440
|
depositMetadata?: {
|
|
@@ -1447,42 +1447,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1447
1447
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1448
1448
|
};
|
|
1449
1449
|
sourceAddress?: {
|
|
1450
|
-
value: string;
|
|
1451
1450
|
__kind: "Eth";
|
|
1452
|
-
} | {
|
|
1453
1451
|
value: string;
|
|
1452
|
+
} | {
|
|
1454
1453
|
__kind: "Dot";
|
|
1454
|
+
value: string;
|
|
1455
1455
|
} | {
|
|
1456
|
+
__kind: "Btc";
|
|
1456
1457
|
value: {
|
|
1457
|
-
value: string;
|
|
1458
1458
|
__kind: "P2PKH";
|
|
1459
|
-
} | {
|
|
1460
1459
|
value: string;
|
|
1461
|
-
__kind: "P2SH";
|
|
1462
1460
|
} | {
|
|
1461
|
+
__kind: "P2SH";
|
|
1463
1462
|
value: string;
|
|
1464
|
-
__kind: "P2WPKH";
|
|
1465
1463
|
} | {
|
|
1464
|
+
__kind: "P2WPKH";
|
|
1466
1465
|
value: string;
|
|
1467
|
-
__kind: "P2WSH";
|
|
1468
1466
|
} | {
|
|
1467
|
+
__kind: "P2WSH";
|
|
1469
1468
|
value: string;
|
|
1469
|
+
} | {
|
|
1470
1470
|
__kind: "Taproot";
|
|
1471
|
+
value: string;
|
|
1471
1472
|
} | {
|
|
1472
1473
|
__kind: "OtherSegwit";
|
|
1473
1474
|
version: number;
|
|
1474
1475
|
program: string;
|
|
1475
1476
|
};
|
|
1476
|
-
__kind: "Btc";
|
|
1477
1477
|
} | {
|
|
1478
|
-
value: string;
|
|
1479
1478
|
__kind: "Arb";
|
|
1480
|
-
} | {
|
|
1481
1479
|
value: string;
|
|
1482
|
-
__kind: "Sol";
|
|
1483
1480
|
} | {
|
|
1481
|
+
__kind: "Sol";
|
|
1484
1482
|
value: string;
|
|
1483
|
+
} | {
|
|
1485
1484
|
__kind: "Hub";
|
|
1485
|
+
value: string;
|
|
1486
1486
|
} | null | undefined;
|
|
1487
1487
|
} | null | undefined;
|
|
1488
1488
|
brokerFee?: {
|
|
@@ -1549,17 +1549,17 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1549
1549
|
error: string;
|
|
1550
1550
|
}>;
|
|
1551
1551
|
}, "strip", z.ZodTypeAny, {
|
|
1552
|
+
__kind: "Module";
|
|
1552
1553
|
value: {
|
|
1553
1554
|
index: number;
|
|
1554
1555
|
error: `0x${string}`;
|
|
1555
1556
|
};
|
|
1556
|
-
__kind: "Module";
|
|
1557
1557
|
}, {
|
|
1558
|
+
__kind: "Module";
|
|
1558
1559
|
value: {
|
|
1559
1560
|
index: number;
|
|
1560
1561
|
error: string;
|
|
1561
1562
|
};
|
|
1562
|
-
__kind: "Module";
|
|
1563
1563
|
}>, z.ZodObject<{
|
|
1564
1564
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
1565
1565
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1590,13 +1590,13 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1590
1590
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1591
1591
|
}>;
|
|
1592
1592
|
}, "strip", z.ZodTypeAny, {
|
|
1593
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1594
1593
|
__kind: "Token";
|
|
1594
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1595
1595
|
}, {
|
|
1596
|
+
__kind: "Token";
|
|
1596
1597
|
value: {
|
|
1597
1598
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1598
1599
|
};
|
|
1599
|
-
__kind: "Token";
|
|
1600
1600
|
}>, z.ZodObject<{
|
|
1601
1601
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
1602
1602
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1609,13 +1609,13 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1609
1609
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1610
1610
|
}>;
|
|
1611
1611
|
}, "strip", z.ZodTypeAny, {
|
|
1612
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1613
1612
|
__kind: "Arithmetic";
|
|
1613
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1614
1614
|
}, {
|
|
1615
|
+
__kind: "Arithmetic";
|
|
1615
1616
|
value: {
|
|
1616
1617
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1617
1618
|
};
|
|
1618
|
-
__kind: "Arithmetic";
|
|
1619
1619
|
}>, z.ZodObject<{
|
|
1620
1620
|
__kind: z.ZodLiteral<"Transactional">;
|
|
1621
1621
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1628,13 +1628,13 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1628
1628
|
__kind: "LimitReached" | "NoLayer";
|
|
1629
1629
|
}>;
|
|
1630
1630
|
}, "strip", z.ZodTypeAny, {
|
|
1631
|
-
value: "LimitReached" | "NoLayer";
|
|
1632
1631
|
__kind: "Transactional";
|
|
1632
|
+
value: "LimitReached" | "NoLayer";
|
|
1633
1633
|
}, {
|
|
1634
|
+
__kind: "Transactional";
|
|
1634
1635
|
value: {
|
|
1635
1636
|
__kind: "LimitReached" | "NoLayer";
|
|
1636
1637
|
};
|
|
1637
|
-
__kind: "Transactional";
|
|
1638
1638
|
}>, z.ZodObject<{
|
|
1639
1639
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
1640
1640
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1661,6 +1661,7 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1661
1661
|
__kind: "RootNotAllowed";
|
|
1662
1662
|
}>]>;
|
|
1663
1663
|
}, "strip", z.ZodTypeAny, {
|
|
1664
|
+
__kind: "DepositWitnessRejected";
|
|
1664
1665
|
value: {
|
|
1665
1666
|
__kind: "Other";
|
|
1666
1667
|
} | {
|
|
@@ -1668,11 +1669,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1668
1669
|
} | {
|
|
1669
1670
|
__kind: "BadOrigin";
|
|
1670
1671
|
} | {
|
|
1672
|
+
__kind: "Module";
|
|
1671
1673
|
value: {
|
|
1672
1674
|
index: number;
|
|
1673
1675
|
error: `0x${string}`;
|
|
1674
1676
|
};
|
|
1675
|
-
__kind: "Module";
|
|
1676
1677
|
} | {
|
|
1677
1678
|
__kind: "ConsumerRemaining";
|
|
1678
1679
|
} | {
|
|
@@ -1680,14 +1681,14 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1680
1681
|
} | {
|
|
1681
1682
|
__kind: "TooManyConsumers";
|
|
1682
1683
|
} | {
|
|
1683
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1684
1684
|
__kind: "Token";
|
|
1685
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1685
1686
|
} | {
|
|
1686
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1687
1687
|
__kind: "Arithmetic";
|
|
1688
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1688
1689
|
} | {
|
|
1689
|
-
value: "LimitReached" | "NoLayer";
|
|
1690
1690
|
__kind: "Transactional";
|
|
1691
|
+
value: "LimitReached" | "NoLayer";
|
|
1691
1692
|
} | {
|
|
1692
1693
|
__kind: "Exhausted";
|
|
1693
1694
|
} | {
|
|
@@ -1697,8 +1698,8 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1697
1698
|
} | {
|
|
1698
1699
|
__kind: "RootNotAllowed";
|
|
1699
1700
|
};
|
|
1700
|
-
__kind: "DepositWitnessRejected";
|
|
1701
1701
|
}, {
|
|
1702
|
+
__kind: "DepositWitnessRejected";
|
|
1702
1703
|
value: {
|
|
1703
1704
|
__kind: "Other";
|
|
1704
1705
|
} | {
|
|
@@ -1706,11 +1707,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1706
1707
|
} | {
|
|
1707
1708
|
__kind: "BadOrigin";
|
|
1708
1709
|
} | {
|
|
1710
|
+
__kind: "Module";
|
|
1709
1711
|
value: {
|
|
1710
1712
|
index: number;
|
|
1711
1713
|
error: string;
|
|
1712
1714
|
};
|
|
1713
|
-
__kind: "Module";
|
|
1714
1715
|
} | {
|
|
1715
1716
|
__kind: "ConsumerRemaining";
|
|
1716
1717
|
} | {
|
|
@@ -1718,20 +1719,20 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1718
1719
|
} | {
|
|
1719
1720
|
__kind: "TooManyConsumers";
|
|
1720
1721
|
} | {
|
|
1722
|
+
__kind: "Token";
|
|
1721
1723
|
value: {
|
|
1722
1724
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1723
1725
|
};
|
|
1724
|
-
__kind: "Token";
|
|
1725
1726
|
} | {
|
|
1727
|
+
__kind: "Arithmetic";
|
|
1726
1728
|
value: {
|
|
1727
1729
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1728
1730
|
};
|
|
1729
|
-
__kind: "Arithmetic";
|
|
1730
1731
|
} | {
|
|
1732
|
+
__kind: "Transactional";
|
|
1731
1733
|
value: {
|
|
1732
1734
|
__kind: "LimitReached" | "NoLayer";
|
|
1733
1735
|
};
|
|
1734
|
-
__kind: "Transactional";
|
|
1735
1736
|
} | {
|
|
1736
1737
|
__kind: "Exhausted";
|
|
1737
1738
|
} | {
|
|
@@ -1741,7 +1742,6 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1741
1742
|
} | {
|
|
1742
1743
|
__kind: "RootNotAllowed";
|
|
1743
1744
|
};
|
|
1744
|
-
__kind: "DepositWitnessRejected";
|
|
1745
1745
|
}>, z.ZodObject<{
|
|
1746
1746
|
__kind: z.ZodLiteral<"Unrefundable">;
|
|
1747
1747
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1767,74 +1767,74 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1767
1767
|
__kind: z.ZodLiteral<"Channel">;
|
|
1768
1768
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1769
1769
|
}, "strip", z.ZodTypeAny, {
|
|
1770
|
-
value: `0x${string}`;
|
|
1771
1770
|
__kind: "Channel";
|
|
1771
|
+
value: `0x${string}`;
|
|
1772
1772
|
}, {
|
|
1773
|
-
value: string;
|
|
1774
1773
|
__kind: "Channel";
|
|
1774
|
+
value: string;
|
|
1775
1775
|
}>, z.ZodObject<{
|
|
1776
1776
|
__kind: z.ZodLiteral<"VaultSwapAccount">;
|
|
1777
1777
|
value: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
1778
1778
|
}, "strip", z.ZodTypeAny, {
|
|
1779
|
-
value: [`0x${string}`, bigint];
|
|
1780
1779
|
__kind: "VaultSwapAccount";
|
|
1780
|
+
value: [`0x${string}`, bigint];
|
|
1781
1781
|
}, {
|
|
1782
|
-
value: [string, string | number];
|
|
1783
1782
|
__kind: "VaultSwapAccount";
|
|
1783
|
+
value: [string, string | number];
|
|
1784
1784
|
}>]>;
|
|
1785
1785
|
}, "strip", z.ZodTypeAny, {
|
|
1786
|
-
depositAddress: `0x${string}`;
|
|
1787
1786
|
asset: "Sol" | "SolUsdc";
|
|
1787
|
+
depositAddress: `0x${string}`;
|
|
1788
1788
|
amount: bigint;
|
|
1789
1789
|
depositDetails: {
|
|
1790
|
-
value: `0x${string}`;
|
|
1791
1790
|
__kind: "Channel";
|
|
1791
|
+
value: `0x${string}`;
|
|
1792
1792
|
} | {
|
|
1793
|
-
value: [`0x${string}`, bigint];
|
|
1794
1793
|
__kind: "VaultSwapAccount";
|
|
1794
|
+
value: [`0x${string}`, bigint];
|
|
1795
1795
|
};
|
|
1796
1796
|
}, {
|
|
1797
|
-
depositAddress: string;
|
|
1798
1797
|
asset: {
|
|
1799
1798
|
__kind: "Sol" | "SolUsdc";
|
|
1800
1799
|
};
|
|
1800
|
+
depositAddress: string;
|
|
1801
1801
|
amount: string | number;
|
|
1802
1802
|
depositDetails: {
|
|
1803
|
-
value: string;
|
|
1804
1803
|
__kind: "Channel";
|
|
1804
|
+
value: string;
|
|
1805
1805
|
} | {
|
|
1806
|
-
value: [string, string | number];
|
|
1807
1806
|
__kind: "VaultSwapAccount";
|
|
1807
|
+
value: [string, string | number];
|
|
1808
1808
|
};
|
|
1809
1809
|
}>;
|
|
1810
1810
|
}, "strip", z.ZodTypeAny, {
|
|
1811
1811
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
1812
1812
|
depositWitness: {
|
|
1813
|
-
depositAddress: `0x${string}`;
|
|
1814
1813
|
asset: "Sol" | "SolUsdc";
|
|
1814
|
+
depositAddress: `0x${string}`;
|
|
1815
1815
|
amount: bigint;
|
|
1816
1816
|
depositDetails: {
|
|
1817
|
-
value: `0x${string}`;
|
|
1818
1817
|
__kind: "Channel";
|
|
1818
|
+
value: `0x${string}`;
|
|
1819
1819
|
} | {
|
|
1820
|
-
value: [`0x${string}`, bigint];
|
|
1821
1820
|
__kind: "VaultSwapAccount";
|
|
1821
|
+
value: [`0x${string}`, bigint];
|
|
1822
1822
|
};
|
|
1823
1823
|
};
|
|
1824
1824
|
}, {
|
|
1825
1825
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
1826
1826
|
depositWitness: {
|
|
1827
|
-
depositAddress: string;
|
|
1828
1827
|
asset: {
|
|
1829
1828
|
__kind: "Sol" | "SolUsdc";
|
|
1830
1829
|
};
|
|
1830
|
+
depositAddress: string;
|
|
1831
1831
|
amount: string | number;
|
|
1832
1832
|
depositDetails: {
|
|
1833
|
-
value: string;
|
|
1834
1833
|
__kind: "Channel";
|
|
1834
|
+
value: string;
|
|
1835
1835
|
} | {
|
|
1836
|
-
value: [string, string | number];
|
|
1837
1836
|
__kind: "VaultSwapAccount";
|
|
1837
|
+
value: [string, string | number];
|
|
1838
1838
|
};
|
|
1839
1839
|
};
|
|
1840
1840
|
}>, z.ZodObject<{
|
|
@@ -1856,39 +1856,39 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1856
1856
|
__kind: z.ZodLiteral<"Channel">;
|
|
1857
1857
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1858
1858
|
}, "strip", z.ZodTypeAny, {
|
|
1859
|
-
value: `0x${string}`;
|
|
1860
1859
|
__kind: "Channel";
|
|
1860
|
+
value: `0x${string}`;
|
|
1861
1861
|
}, {
|
|
1862
|
-
value: string;
|
|
1863
1862
|
__kind: "Channel";
|
|
1863
|
+
value: string;
|
|
1864
1864
|
}>, z.ZodObject<{
|
|
1865
1865
|
__kind: z.ZodLiteral<"VaultSwapAccount">;
|
|
1866
1866
|
value: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
1867
1867
|
}, "strip", z.ZodTypeAny, {
|
|
1868
|
-
value: [`0x${string}`, bigint];
|
|
1869
1868
|
__kind: "VaultSwapAccount";
|
|
1869
|
+
value: [`0x${string}`, bigint];
|
|
1870
1870
|
}, {
|
|
1871
|
-
value: [string, string | number];
|
|
1872
1871
|
__kind: "VaultSwapAccount";
|
|
1872
|
+
value: [string, string | number];
|
|
1873
1873
|
}>]>;
|
|
1874
1874
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
1875
1875
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
1876
1876
|
}, "strip", z.ZodTypeAny, {
|
|
1877
|
-
__kind: "
|
|
1877
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1878
1878
|
}, {
|
|
1879
|
-
__kind: "
|
|
1880
|
-
}>, "
|
|
1881
|
-
__kind: "
|
|
1879
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1880
|
+
}>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
1881
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1882
1882
|
}>;
|
|
1883
1883
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
1884
1884
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
1885
1885
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1886
1886
|
}, "strip", z.ZodTypeAny, {
|
|
1887
|
-
value: `0x${string}`;
|
|
1888
1887
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1888
|
+
value: `0x${string}`;
|
|
1889
1889
|
}, {
|
|
1890
|
-
value: string;
|
|
1891
1890
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1891
|
+
value: string;
|
|
1892
1892
|
}>, {
|
|
1893
1893
|
readonly chain: "Ethereum";
|
|
1894
1894
|
readonly address: `0x${string}`;
|
|
@@ -1908,8 +1908,8 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1908
1908
|
readonly chain: "Assethub";
|
|
1909
1909
|
readonly address: string;
|
|
1910
1910
|
}, {
|
|
1911
|
-
value: string;
|
|
1912
1911
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1912
|
+
value: string;
|
|
1913
1913
|
}>;
|
|
1914
1914
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1915
1915
|
channelMetadata: z.ZodObject<{
|
|
@@ -1938,67 +1938,67 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
1938
1938
|
__kind: z.ZodLiteral<"Eth">;
|
|
1939
1939
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1940
1940
|
}, "strip", z.ZodTypeAny, {
|
|
1941
|
-
value: `0x${string}`;
|
|
1942
1941
|
__kind: "Eth";
|
|
1942
|
+
value: `0x${string}`;
|
|
1943
1943
|
}, {
|
|
1944
|
-
value: string;
|
|
1945
1944
|
__kind: "Eth";
|
|
1945
|
+
value: string;
|
|
1946
1946
|
}>, z.ZodObject<{
|
|
1947
1947
|
__kind: z.ZodLiteral<"Dot">;
|
|
1948
1948
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1949
1949
|
}, "strip", z.ZodTypeAny, {
|
|
1950
|
-
value: `0x${string}`;
|
|
1951
1950
|
__kind: "Dot";
|
|
1951
|
+
value: `0x${string}`;
|
|
1952
1952
|
}, {
|
|
1953
|
-
value: string;
|
|
1954
1953
|
__kind: "Dot";
|
|
1954
|
+
value: string;
|
|
1955
1955
|
}>, z.ZodObject<{
|
|
1956
1956
|
__kind: z.ZodLiteral<"Btc">;
|
|
1957
1957
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1958
1958
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1959
1959
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1960
1960
|
}, "strip", z.ZodTypeAny, {
|
|
1961
|
-
value: `0x${string}`;
|
|
1962
1961
|
__kind: "P2PKH";
|
|
1962
|
+
value: `0x${string}`;
|
|
1963
1963
|
}, {
|
|
1964
|
-
value: string;
|
|
1965
1964
|
__kind: "P2PKH";
|
|
1965
|
+
value: string;
|
|
1966
1966
|
}>, z.ZodObject<{
|
|
1967
1967
|
__kind: z.ZodLiteral<"P2SH">;
|
|
1968
1968
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1969
1969
|
}, "strip", z.ZodTypeAny, {
|
|
1970
|
-
value: `0x${string}`;
|
|
1971
1970
|
__kind: "P2SH";
|
|
1971
|
+
value: `0x${string}`;
|
|
1972
1972
|
}, {
|
|
1973
|
-
value: string;
|
|
1974
1973
|
__kind: "P2SH";
|
|
1974
|
+
value: string;
|
|
1975
1975
|
}>, z.ZodObject<{
|
|
1976
1976
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1977
1977
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1978
1978
|
}, "strip", z.ZodTypeAny, {
|
|
1979
|
-
value: `0x${string}`;
|
|
1980
1979
|
__kind: "P2WPKH";
|
|
1980
|
+
value: `0x${string}`;
|
|
1981
1981
|
}, {
|
|
1982
|
-
value: string;
|
|
1983
1982
|
__kind: "P2WPKH";
|
|
1983
|
+
value: string;
|
|
1984
1984
|
}>, z.ZodObject<{
|
|
1985
1985
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
1986
1986
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1987
1987
|
}, "strip", z.ZodTypeAny, {
|
|
1988
|
-
value: `0x${string}`;
|
|
1989
1988
|
__kind: "P2WSH";
|
|
1989
|
+
value: `0x${string}`;
|
|
1990
1990
|
}, {
|
|
1991
|
-
value: string;
|
|
1992
1991
|
__kind: "P2WSH";
|
|
1992
|
+
value: string;
|
|
1993
1993
|
}>, z.ZodObject<{
|
|
1994
1994
|
__kind: z.ZodLiteral<"Taproot">;
|
|
1995
1995
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1996
1996
|
}, "strip", z.ZodTypeAny, {
|
|
1997
|
-
value: `0x${string}`;
|
|
1998
1997
|
__kind: "Taproot";
|
|
1998
|
+
value: `0x${string}`;
|
|
1999
1999
|
}, {
|
|
2000
|
-
value: string;
|
|
2001
2000
|
__kind: "Taproot";
|
|
2001
|
+
value: string;
|
|
2002
2002
|
}>, z.ZodObject<{
|
|
2003
2003
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
2004
2004
|
version: z.ZodNumber;
|
|
@@ -2013,76 +2013,76 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2013
2013
|
program: string;
|
|
2014
2014
|
}>]>;
|
|
2015
2015
|
}, "strip", z.ZodTypeAny, {
|
|
2016
|
+
__kind: "Btc";
|
|
2016
2017
|
value: {
|
|
2017
|
-
value: `0x${string}`;
|
|
2018
2018
|
__kind: "P2PKH";
|
|
2019
|
-
} | {
|
|
2020
2019
|
value: `0x${string}`;
|
|
2021
|
-
__kind: "P2SH";
|
|
2022
2020
|
} | {
|
|
2021
|
+
__kind: "P2SH";
|
|
2023
2022
|
value: `0x${string}`;
|
|
2024
|
-
__kind: "P2WPKH";
|
|
2025
2023
|
} | {
|
|
2024
|
+
__kind: "P2WPKH";
|
|
2026
2025
|
value: `0x${string}`;
|
|
2027
|
-
__kind: "P2WSH";
|
|
2028
2026
|
} | {
|
|
2027
|
+
__kind: "P2WSH";
|
|
2029
2028
|
value: `0x${string}`;
|
|
2029
|
+
} | {
|
|
2030
2030
|
__kind: "Taproot";
|
|
2031
|
+
value: `0x${string}`;
|
|
2031
2032
|
} | {
|
|
2032
2033
|
__kind: "OtherSegwit";
|
|
2033
2034
|
version: number;
|
|
2034
2035
|
program: `0x${string}`;
|
|
2035
2036
|
};
|
|
2036
|
-
__kind: "Btc";
|
|
2037
2037
|
}, {
|
|
2038
|
+
__kind: "Btc";
|
|
2038
2039
|
value: {
|
|
2039
|
-
value: string;
|
|
2040
2040
|
__kind: "P2PKH";
|
|
2041
|
-
} | {
|
|
2042
2041
|
value: string;
|
|
2043
|
-
__kind: "P2SH";
|
|
2044
2042
|
} | {
|
|
2043
|
+
__kind: "P2SH";
|
|
2045
2044
|
value: string;
|
|
2046
|
-
__kind: "P2WPKH";
|
|
2047
2045
|
} | {
|
|
2046
|
+
__kind: "P2WPKH";
|
|
2048
2047
|
value: string;
|
|
2049
|
-
__kind: "P2WSH";
|
|
2050
2048
|
} | {
|
|
2049
|
+
__kind: "P2WSH";
|
|
2051
2050
|
value: string;
|
|
2051
|
+
} | {
|
|
2052
2052
|
__kind: "Taproot";
|
|
2053
|
+
value: string;
|
|
2053
2054
|
} | {
|
|
2054
2055
|
__kind: "OtherSegwit";
|
|
2055
2056
|
version: number;
|
|
2056
2057
|
program: string;
|
|
2057
2058
|
};
|
|
2058
|
-
__kind: "Btc";
|
|
2059
2059
|
}>, z.ZodObject<{
|
|
2060
2060
|
__kind: z.ZodLiteral<"Arb">;
|
|
2061
2061
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2062
2062
|
}, "strip", z.ZodTypeAny, {
|
|
2063
|
-
value: `0x${string}`;
|
|
2064
2063
|
__kind: "Arb";
|
|
2064
|
+
value: `0x${string}`;
|
|
2065
2065
|
}, {
|
|
2066
|
-
value: string;
|
|
2067
2066
|
__kind: "Arb";
|
|
2067
|
+
value: string;
|
|
2068
2068
|
}>, z.ZodObject<{
|
|
2069
2069
|
__kind: z.ZodLiteral<"Sol">;
|
|
2070
2070
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2071
2071
|
}, "strip", z.ZodTypeAny, {
|
|
2072
|
-
value: `0x${string}`;
|
|
2073
2072
|
__kind: "Sol";
|
|
2073
|
+
value: `0x${string}`;
|
|
2074
2074
|
}, {
|
|
2075
|
-
value: string;
|
|
2076
2075
|
__kind: "Sol";
|
|
2076
|
+
value: string;
|
|
2077
2077
|
}>, z.ZodObject<{
|
|
2078
2078
|
__kind: z.ZodLiteral<"Hub">;
|
|
2079
2079
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2080
2080
|
}, "strip", z.ZodTypeAny, {
|
|
2081
|
-
value: `0x${string}`;
|
|
2082
2081
|
__kind: "Hub";
|
|
2082
|
+
value: `0x${string}`;
|
|
2083
2083
|
}, {
|
|
2084
|
-
value: string;
|
|
2085
2084
|
__kind: "Hub";
|
|
2085
|
+
value: string;
|
|
2086
2086
|
}>]>>>;
|
|
2087
2087
|
}, "strip", z.ZodTypeAny, {
|
|
2088
2088
|
channelMetadata: {
|
|
@@ -2092,42 +2092,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2092
2092
|
};
|
|
2093
2093
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2094
2094
|
sourceAddress?: {
|
|
2095
|
-
value: `0x${string}`;
|
|
2096
2095
|
__kind: "Eth";
|
|
2097
|
-
} | {
|
|
2098
2096
|
value: `0x${string}`;
|
|
2097
|
+
} | {
|
|
2099
2098
|
__kind: "Dot";
|
|
2099
|
+
value: `0x${string}`;
|
|
2100
2100
|
} | {
|
|
2101
|
+
__kind: "Btc";
|
|
2101
2102
|
value: {
|
|
2102
|
-
value: `0x${string}`;
|
|
2103
2103
|
__kind: "P2PKH";
|
|
2104
|
-
} | {
|
|
2105
2104
|
value: `0x${string}`;
|
|
2106
|
-
__kind: "P2SH";
|
|
2107
2105
|
} | {
|
|
2106
|
+
__kind: "P2SH";
|
|
2108
2107
|
value: `0x${string}`;
|
|
2109
|
-
__kind: "P2WPKH";
|
|
2110
2108
|
} | {
|
|
2109
|
+
__kind: "P2WPKH";
|
|
2111
2110
|
value: `0x${string}`;
|
|
2112
|
-
__kind: "P2WSH";
|
|
2113
2111
|
} | {
|
|
2112
|
+
__kind: "P2WSH";
|
|
2114
2113
|
value: `0x${string}`;
|
|
2114
|
+
} | {
|
|
2115
2115
|
__kind: "Taproot";
|
|
2116
|
+
value: `0x${string}`;
|
|
2116
2117
|
} | {
|
|
2117
2118
|
__kind: "OtherSegwit";
|
|
2118
2119
|
version: number;
|
|
2119
2120
|
program: `0x${string}`;
|
|
2120
2121
|
};
|
|
2121
|
-
__kind: "Btc";
|
|
2122
2122
|
} | {
|
|
2123
|
-
value: `0x${string}`;
|
|
2124
2123
|
__kind: "Arb";
|
|
2125
|
-
} | {
|
|
2126
2124
|
value: `0x${string}`;
|
|
2127
|
-
__kind: "Sol";
|
|
2128
2125
|
} | {
|
|
2126
|
+
__kind: "Sol";
|
|
2129
2127
|
value: `0x${string}`;
|
|
2128
|
+
} | {
|
|
2130
2129
|
__kind: "Hub";
|
|
2130
|
+
value: `0x${string}`;
|
|
2131
2131
|
} | null | undefined;
|
|
2132
2132
|
}, {
|
|
2133
2133
|
channelMetadata: {
|
|
@@ -2139,42 +2139,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2139
2139
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2140
2140
|
};
|
|
2141
2141
|
sourceAddress?: {
|
|
2142
|
-
value: string;
|
|
2143
2142
|
__kind: "Eth";
|
|
2144
|
-
} | {
|
|
2145
2143
|
value: string;
|
|
2144
|
+
} | {
|
|
2146
2145
|
__kind: "Dot";
|
|
2146
|
+
value: string;
|
|
2147
2147
|
} | {
|
|
2148
|
+
__kind: "Btc";
|
|
2148
2149
|
value: {
|
|
2149
|
-
value: string;
|
|
2150
2150
|
__kind: "P2PKH";
|
|
2151
|
-
} | {
|
|
2152
2151
|
value: string;
|
|
2153
|
-
__kind: "P2SH";
|
|
2154
2152
|
} | {
|
|
2153
|
+
__kind: "P2SH";
|
|
2155
2154
|
value: string;
|
|
2156
|
-
__kind: "P2WPKH";
|
|
2157
2155
|
} | {
|
|
2156
|
+
__kind: "P2WPKH";
|
|
2158
2157
|
value: string;
|
|
2159
|
-
__kind: "P2WSH";
|
|
2160
2158
|
} | {
|
|
2159
|
+
__kind: "P2WSH";
|
|
2161
2160
|
value: string;
|
|
2161
|
+
} | {
|
|
2162
2162
|
__kind: "Taproot";
|
|
2163
|
+
value: string;
|
|
2163
2164
|
} | {
|
|
2164
2165
|
__kind: "OtherSegwit";
|
|
2165
2166
|
version: number;
|
|
2166
2167
|
program: string;
|
|
2167
2168
|
};
|
|
2168
|
-
__kind: "Btc";
|
|
2169
2169
|
} | {
|
|
2170
|
-
value: string;
|
|
2171
2170
|
__kind: "Arb";
|
|
2172
|
-
} | {
|
|
2173
2171
|
value: string;
|
|
2174
|
-
__kind: "Sol";
|
|
2175
2172
|
} | {
|
|
2173
|
+
__kind: "Sol";
|
|
2176
2174
|
value: string;
|
|
2175
|
+
} | {
|
|
2177
2176
|
__kind: "Hub";
|
|
2177
|
+
value: string;
|
|
2178
2178
|
} | null | undefined;
|
|
2179
2179
|
}>>>;
|
|
2180
2180
|
txId: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
@@ -2249,17 +2249,17 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2249
2249
|
}>>>;
|
|
2250
2250
|
boostFee: z.ZodNumber;
|
|
2251
2251
|
}, "strip", z.ZodTypeAny, {
|
|
2252
|
+
txId: [`0x${string}`, bigint];
|
|
2252
2253
|
depositDetails: {
|
|
2253
|
-
value: `0x${string}`;
|
|
2254
2254
|
__kind: "Channel";
|
|
2255
|
+
value: `0x${string}`;
|
|
2255
2256
|
} | {
|
|
2256
|
-
value: [`0x${string}`, bigint];
|
|
2257
2257
|
__kind: "VaultSwapAccount";
|
|
2258
|
+
value: [`0x${string}`, bigint];
|
|
2258
2259
|
};
|
|
2259
|
-
boostFee: number;
|
|
2260
2260
|
inputAsset: "Sol" | "SolUsdc";
|
|
2261
2261
|
depositAmount: bigint;
|
|
2262
|
-
outputAsset: "
|
|
2262
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2263
2263
|
destinationAddress: {
|
|
2264
2264
|
readonly chain: "Ethereum";
|
|
2265
2265
|
readonly address: `0x${string}`;
|
|
@@ -2279,7 +2279,6 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2279
2279
|
readonly chain: "Assethub";
|
|
2280
2280
|
readonly address: string;
|
|
2281
2281
|
};
|
|
2282
|
-
txId: [`0x${string}`, bigint];
|
|
2283
2282
|
affiliateFees: {
|
|
2284
2283
|
account: number;
|
|
2285
2284
|
bps: number;
|
|
@@ -2295,6 +2294,7 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2295
2294
|
} | null | undefined;
|
|
2296
2295
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
2297
2296
|
};
|
|
2297
|
+
boostFee: number;
|
|
2298
2298
|
depositAddress?: `0x${string}` | null | undefined;
|
|
2299
2299
|
channelId?: bigint | null | undefined;
|
|
2300
2300
|
depositMetadata?: {
|
|
@@ -2305,42 +2305,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2305
2305
|
};
|
|
2306
2306
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2307
2307
|
sourceAddress?: {
|
|
2308
|
-
value: `0x${string}`;
|
|
2309
2308
|
__kind: "Eth";
|
|
2310
|
-
} | {
|
|
2311
2309
|
value: `0x${string}`;
|
|
2310
|
+
} | {
|
|
2312
2311
|
__kind: "Dot";
|
|
2312
|
+
value: `0x${string}`;
|
|
2313
2313
|
} | {
|
|
2314
|
+
__kind: "Btc";
|
|
2314
2315
|
value: {
|
|
2315
|
-
value: `0x${string}`;
|
|
2316
2316
|
__kind: "P2PKH";
|
|
2317
|
-
} | {
|
|
2318
2317
|
value: `0x${string}`;
|
|
2319
|
-
__kind: "P2SH";
|
|
2320
2318
|
} | {
|
|
2319
|
+
__kind: "P2SH";
|
|
2321
2320
|
value: `0x${string}`;
|
|
2322
|
-
__kind: "P2WPKH";
|
|
2323
2321
|
} | {
|
|
2322
|
+
__kind: "P2WPKH";
|
|
2324
2323
|
value: `0x${string}`;
|
|
2325
|
-
__kind: "P2WSH";
|
|
2326
2324
|
} | {
|
|
2325
|
+
__kind: "P2WSH";
|
|
2327
2326
|
value: `0x${string}`;
|
|
2327
|
+
} | {
|
|
2328
2328
|
__kind: "Taproot";
|
|
2329
|
+
value: `0x${string}`;
|
|
2329
2330
|
} | {
|
|
2330
2331
|
__kind: "OtherSegwit";
|
|
2331
2332
|
version: number;
|
|
2332
2333
|
program: `0x${string}`;
|
|
2333
2334
|
};
|
|
2334
|
-
__kind: "Btc";
|
|
2335
2335
|
} | {
|
|
2336
|
-
value: `0x${string}`;
|
|
2337
2336
|
__kind: "Arb";
|
|
2338
|
-
} | {
|
|
2339
2337
|
value: `0x${string}`;
|
|
2340
|
-
__kind: "Sol";
|
|
2341
2338
|
} | {
|
|
2339
|
+
__kind: "Sol";
|
|
2342
2340
|
value: `0x${string}`;
|
|
2341
|
+
} | {
|
|
2343
2342
|
__kind: "Hub";
|
|
2343
|
+
value: `0x${string}`;
|
|
2344
2344
|
} | null | undefined;
|
|
2345
2345
|
} | null | undefined;
|
|
2346
2346
|
brokerFee?: {
|
|
@@ -2352,26 +2352,25 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2352
2352
|
chunkInterval: number;
|
|
2353
2353
|
} | null | undefined;
|
|
2354
2354
|
}, {
|
|
2355
|
+
txId: [string, string | number];
|
|
2355
2356
|
depositDetails: {
|
|
2356
|
-
value: string;
|
|
2357
2357
|
__kind: "Channel";
|
|
2358
|
+
value: string;
|
|
2358
2359
|
} | {
|
|
2359
|
-
value: [string, string | number];
|
|
2360
2360
|
__kind: "VaultSwapAccount";
|
|
2361
|
+
value: [string, string | number];
|
|
2361
2362
|
};
|
|
2362
|
-
boostFee: number;
|
|
2363
2363
|
inputAsset: {
|
|
2364
2364
|
__kind: "Sol" | "SolUsdc";
|
|
2365
2365
|
};
|
|
2366
2366
|
depositAmount: string | number;
|
|
2367
2367
|
outputAsset: {
|
|
2368
|
-
__kind: "
|
|
2368
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2369
2369
|
};
|
|
2370
2370
|
destinationAddress: {
|
|
2371
|
-
value: string;
|
|
2372
2371
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2372
|
+
value: string;
|
|
2373
2373
|
};
|
|
2374
|
-
txId: [string, string | number];
|
|
2375
2374
|
affiliateFees: {
|
|
2376
2375
|
account: number;
|
|
2377
2376
|
bps: number;
|
|
@@ -2387,6 +2386,7 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2387
2386
|
} | null | undefined;
|
|
2388
2387
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
2389
2388
|
};
|
|
2389
|
+
boostFee: number;
|
|
2390
2390
|
depositAddress?: string | null | undefined;
|
|
2391
2391
|
channelId?: string | number | null | undefined;
|
|
2392
2392
|
depositMetadata?: {
|
|
@@ -2399,42 +2399,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2399
2399
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2400
2400
|
};
|
|
2401
2401
|
sourceAddress?: {
|
|
2402
|
-
value: string;
|
|
2403
2402
|
__kind: "Eth";
|
|
2404
|
-
} | {
|
|
2405
2403
|
value: string;
|
|
2404
|
+
} | {
|
|
2406
2405
|
__kind: "Dot";
|
|
2406
|
+
value: string;
|
|
2407
2407
|
} | {
|
|
2408
|
+
__kind: "Btc";
|
|
2408
2409
|
value: {
|
|
2409
|
-
value: string;
|
|
2410
2410
|
__kind: "P2PKH";
|
|
2411
|
-
} | {
|
|
2412
2411
|
value: string;
|
|
2413
|
-
__kind: "P2SH";
|
|
2414
2412
|
} | {
|
|
2413
|
+
__kind: "P2SH";
|
|
2415
2414
|
value: string;
|
|
2416
|
-
__kind: "P2WPKH";
|
|
2417
2415
|
} | {
|
|
2416
|
+
__kind: "P2WPKH";
|
|
2418
2417
|
value: string;
|
|
2419
|
-
__kind: "P2WSH";
|
|
2420
2418
|
} | {
|
|
2419
|
+
__kind: "P2WSH";
|
|
2421
2420
|
value: string;
|
|
2421
|
+
} | {
|
|
2422
2422
|
__kind: "Taproot";
|
|
2423
|
+
value: string;
|
|
2423
2424
|
} | {
|
|
2424
2425
|
__kind: "OtherSegwit";
|
|
2425
2426
|
version: number;
|
|
2426
2427
|
program: string;
|
|
2427
2428
|
};
|
|
2428
|
-
__kind: "Btc";
|
|
2429
2429
|
} | {
|
|
2430
|
-
value: string;
|
|
2431
2430
|
__kind: "Arb";
|
|
2432
|
-
} | {
|
|
2433
2431
|
value: string;
|
|
2434
|
-
__kind: "Sol";
|
|
2435
2432
|
} | {
|
|
2433
|
+
__kind: "Sol";
|
|
2436
2434
|
value: string;
|
|
2435
|
+
} | {
|
|
2437
2436
|
__kind: "Hub";
|
|
2437
|
+
value: string;
|
|
2438
2438
|
} | null | undefined;
|
|
2439
2439
|
} | null | undefined;
|
|
2440
2440
|
brokerFee?: {
|
|
@@ -2449,17 +2449,17 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2449
2449
|
}, "strip", z.ZodTypeAny, {
|
|
2450
2450
|
__kind: "DepositFailedVaultVariantSolana";
|
|
2451
2451
|
vaultWitness: {
|
|
2452
|
+
txId: [`0x${string}`, bigint];
|
|
2452
2453
|
depositDetails: {
|
|
2453
|
-
value: `0x${string}`;
|
|
2454
2454
|
__kind: "Channel";
|
|
2455
|
+
value: `0x${string}`;
|
|
2455
2456
|
} | {
|
|
2456
|
-
value: [`0x${string}`, bigint];
|
|
2457
2457
|
__kind: "VaultSwapAccount";
|
|
2458
|
+
value: [`0x${string}`, bigint];
|
|
2458
2459
|
};
|
|
2459
|
-
boostFee: number;
|
|
2460
2460
|
inputAsset: "Sol" | "SolUsdc";
|
|
2461
2461
|
depositAmount: bigint;
|
|
2462
|
-
outputAsset: "
|
|
2462
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2463
2463
|
destinationAddress: {
|
|
2464
2464
|
readonly chain: "Ethereum";
|
|
2465
2465
|
readonly address: `0x${string}`;
|
|
@@ -2479,7 +2479,6 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2479
2479
|
readonly chain: "Assethub";
|
|
2480
2480
|
readonly address: string;
|
|
2481
2481
|
};
|
|
2482
|
-
txId: [`0x${string}`, bigint];
|
|
2483
2482
|
affiliateFees: {
|
|
2484
2483
|
account: number;
|
|
2485
2484
|
bps: number;
|
|
@@ -2495,6 +2494,7 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2495
2494
|
} | null | undefined;
|
|
2496
2495
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
2497
2496
|
};
|
|
2497
|
+
boostFee: number;
|
|
2498
2498
|
depositAddress?: `0x${string}` | null | undefined;
|
|
2499
2499
|
channelId?: bigint | null | undefined;
|
|
2500
2500
|
depositMetadata?: {
|
|
@@ -2505,42 +2505,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2505
2505
|
};
|
|
2506
2506
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2507
2507
|
sourceAddress?: {
|
|
2508
|
-
value: `0x${string}`;
|
|
2509
2508
|
__kind: "Eth";
|
|
2510
|
-
} | {
|
|
2511
2509
|
value: `0x${string}`;
|
|
2510
|
+
} | {
|
|
2512
2511
|
__kind: "Dot";
|
|
2512
|
+
value: `0x${string}`;
|
|
2513
2513
|
} | {
|
|
2514
|
+
__kind: "Btc";
|
|
2514
2515
|
value: {
|
|
2515
|
-
value: `0x${string}`;
|
|
2516
2516
|
__kind: "P2PKH";
|
|
2517
|
-
} | {
|
|
2518
2517
|
value: `0x${string}`;
|
|
2519
|
-
__kind: "P2SH";
|
|
2520
2518
|
} | {
|
|
2519
|
+
__kind: "P2SH";
|
|
2521
2520
|
value: `0x${string}`;
|
|
2522
|
-
__kind: "P2WPKH";
|
|
2523
2521
|
} | {
|
|
2522
|
+
__kind: "P2WPKH";
|
|
2524
2523
|
value: `0x${string}`;
|
|
2525
|
-
__kind: "P2WSH";
|
|
2526
2524
|
} | {
|
|
2525
|
+
__kind: "P2WSH";
|
|
2527
2526
|
value: `0x${string}`;
|
|
2527
|
+
} | {
|
|
2528
2528
|
__kind: "Taproot";
|
|
2529
|
+
value: `0x${string}`;
|
|
2529
2530
|
} | {
|
|
2530
2531
|
__kind: "OtherSegwit";
|
|
2531
2532
|
version: number;
|
|
2532
2533
|
program: `0x${string}`;
|
|
2533
2534
|
};
|
|
2534
|
-
__kind: "Btc";
|
|
2535
2535
|
} | {
|
|
2536
|
-
value: `0x${string}`;
|
|
2537
2536
|
__kind: "Arb";
|
|
2538
|
-
} | {
|
|
2539
2537
|
value: `0x${string}`;
|
|
2540
|
-
__kind: "Sol";
|
|
2541
2538
|
} | {
|
|
2539
|
+
__kind: "Sol";
|
|
2542
2540
|
value: `0x${string}`;
|
|
2541
|
+
} | {
|
|
2543
2542
|
__kind: "Hub";
|
|
2543
|
+
value: `0x${string}`;
|
|
2544
2544
|
} | null | undefined;
|
|
2545
2545
|
} | null | undefined;
|
|
2546
2546
|
brokerFee?: {
|
|
@@ -2555,26 +2555,25 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2555
2555
|
}, {
|
|
2556
2556
|
__kind: "DepositFailedVaultVariantSolana";
|
|
2557
2557
|
vaultWitness: {
|
|
2558
|
+
txId: [string, string | number];
|
|
2558
2559
|
depositDetails: {
|
|
2559
|
-
value: string;
|
|
2560
2560
|
__kind: "Channel";
|
|
2561
|
+
value: string;
|
|
2561
2562
|
} | {
|
|
2562
|
-
value: [string, string | number];
|
|
2563
2563
|
__kind: "VaultSwapAccount";
|
|
2564
|
+
value: [string, string | number];
|
|
2564
2565
|
};
|
|
2565
|
-
boostFee: number;
|
|
2566
2566
|
inputAsset: {
|
|
2567
2567
|
__kind: "Sol" | "SolUsdc";
|
|
2568
2568
|
};
|
|
2569
2569
|
depositAmount: string | number;
|
|
2570
2570
|
outputAsset: {
|
|
2571
|
-
__kind: "
|
|
2571
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2572
2572
|
};
|
|
2573
2573
|
destinationAddress: {
|
|
2574
|
-
value: string;
|
|
2575
2574
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2575
|
+
value: string;
|
|
2576
2576
|
};
|
|
2577
|
-
txId: [string, string | number];
|
|
2578
2577
|
affiliateFees: {
|
|
2579
2578
|
account: number;
|
|
2580
2579
|
bps: number;
|
|
@@ -2590,6 +2589,7 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2590
2589
|
} | null | undefined;
|
|
2591
2590
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
2592
2591
|
};
|
|
2592
|
+
boostFee: number;
|
|
2593
2593
|
depositAddress?: string | null | undefined;
|
|
2594
2594
|
channelId?: string | number | null | undefined;
|
|
2595
2595
|
depositMetadata?: {
|
|
@@ -2602,42 +2602,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2602
2602
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2603
2603
|
};
|
|
2604
2604
|
sourceAddress?: {
|
|
2605
|
-
value: string;
|
|
2606
2605
|
__kind: "Eth";
|
|
2607
|
-
} | {
|
|
2608
2606
|
value: string;
|
|
2607
|
+
} | {
|
|
2609
2608
|
__kind: "Dot";
|
|
2609
|
+
value: string;
|
|
2610
2610
|
} | {
|
|
2611
|
+
__kind: "Btc";
|
|
2611
2612
|
value: {
|
|
2612
|
-
value: string;
|
|
2613
2613
|
__kind: "P2PKH";
|
|
2614
|
-
} | {
|
|
2615
2614
|
value: string;
|
|
2616
|
-
__kind: "P2SH";
|
|
2617
2615
|
} | {
|
|
2616
|
+
__kind: "P2SH";
|
|
2618
2617
|
value: string;
|
|
2619
|
-
__kind: "P2WPKH";
|
|
2620
2618
|
} | {
|
|
2619
|
+
__kind: "P2WPKH";
|
|
2621
2620
|
value: string;
|
|
2622
|
-
__kind: "P2WSH";
|
|
2623
2621
|
} | {
|
|
2622
|
+
__kind: "P2WSH";
|
|
2624
2623
|
value: string;
|
|
2624
|
+
} | {
|
|
2625
2625
|
__kind: "Taproot";
|
|
2626
|
+
value: string;
|
|
2626
2627
|
} | {
|
|
2627
2628
|
__kind: "OtherSegwit";
|
|
2628
2629
|
version: number;
|
|
2629
2630
|
program: string;
|
|
2630
2631
|
};
|
|
2631
|
-
__kind: "Btc";
|
|
2632
2632
|
} | {
|
|
2633
|
-
value: string;
|
|
2634
2633
|
__kind: "Arb";
|
|
2635
|
-
} | {
|
|
2636
2634
|
value: string;
|
|
2637
|
-
__kind: "Sol";
|
|
2638
2635
|
} | {
|
|
2636
|
+
__kind: "Sol";
|
|
2639
2637
|
value: string;
|
|
2638
|
+
} | {
|
|
2640
2639
|
__kind: "Hub";
|
|
2640
|
+
value: string;
|
|
2641
2641
|
} | null | undefined;
|
|
2642
2642
|
} | null | undefined;
|
|
2643
2643
|
brokerFee?: {
|
|
@@ -2651,7 +2651,6 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2651
2651
|
};
|
|
2652
2652
|
}>]>;
|
|
2653
2653
|
}, "strip", z.ZodTypeAny, {
|
|
2654
|
-
blockHeight: bigint;
|
|
2655
2654
|
reason: {
|
|
2656
2655
|
__kind: "BelowMinimumDeposit";
|
|
2657
2656
|
} | {
|
|
@@ -2659,6 +2658,7 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2659
2658
|
} | {
|
|
2660
2659
|
__kind: "TransactionRejectedByBroker";
|
|
2661
2660
|
} | {
|
|
2661
|
+
__kind: "DepositWitnessRejected";
|
|
2662
2662
|
value: {
|
|
2663
2663
|
__kind: "Other";
|
|
2664
2664
|
} | {
|
|
@@ -2666,11 +2666,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2666
2666
|
} | {
|
|
2667
2667
|
__kind: "BadOrigin";
|
|
2668
2668
|
} | {
|
|
2669
|
+
__kind: "Module";
|
|
2669
2670
|
value: {
|
|
2670
2671
|
index: number;
|
|
2671
2672
|
error: `0x${string}`;
|
|
2672
2673
|
};
|
|
2673
|
-
__kind: "Module";
|
|
2674
2674
|
} | {
|
|
2675
2675
|
__kind: "ConsumerRemaining";
|
|
2676
2676
|
} | {
|
|
@@ -2678,14 +2678,14 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2678
2678
|
} | {
|
|
2679
2679
|
__kind: "TooManyConsumers";
|
|
2680
2680
|
} | {
|
|
2681
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2682
2681
|
__kind: "Token";
|
|
2682
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2683
2683
|
} | {
|
|
2684
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2685
2684
|
__kind: "Arithmetic";
|
|
2685
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2686
2686
|
} | {
|
|
2687
|
-
value: "LimitReached" | "NoLayer";
|
|
2688
2687
|
__kind: "Transactional";
|
|
2688
|
+
value: "LimitReached" | "NoLayer";
|
|
2689
2689
|
} | {
|
|
2690
2690
|
__kind: "Exhausted";
|
|
2691
2691
|
} | {
|
|
@@ -2695,38 +2695,38 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2695
2695
|
} | {
|
|
2696
2696
|
__kind: "RootNotAllowed";
|
|
2697
2697
|
};
|
|
2698
|
-
__kind: "DepositWitnessRejected";
|
|
2699
2698
|
} | {
|
|
2700
2699
|
__kind: "Unrefundable";
|
|
2701
2700
|
};
|
|
2701
|
+
blockHeight: bigint;
|
|
2702
2702
|
details: {
|
|
2703
2703
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
2704
2704
|
depositWitness: {
|
|
2705
|
-
depositAddress: `0x${string}`;
|
|
2706
2705
|
asset: "Sol" | "SolUsdc";
|
|
2706
|
+
depositAddress: `0x${string}`;
|
|
2707
2707
|
amount: bigint;
|
|
2708
2708
|
depositDetails: {
|
|
2709
|
-
value: `0x${string}`;
|
|
2710
2709
|
__kind: "Channel";
|
|
2710
|
+
value: `0x${string}`;
|
|
2711
2711
|
} | {
|
|
2712
|
-
value: [`0x${string}`, bigint];
|
|
2713
2712
|
__kind: "VaultSwapAccount";
|
|
2713
|
+
value: [`0x${string}`, bigint];
|
|
2714
2714
|
};
|
|
2715
2715
|
};
|
|
2716
2716
|
} | {
|
|
2717
2717
|
__kind: "DepositFailedVaultVariantSolana";
|
|
2718
2718
|
vaultWitness: {
|
|
2719
|
+
txId: [`0x${string}`, bigint];
|
|
2719
2720
|
depositDetails: {
|
|
2720
|
-
value: `0x${string}`;
|
|
2721
2721
|
__kind: "Channel";
|
|
2722
|
+
value: `0x${string}`;
|
|
2722
2723
|
} | {
|
|
2723
|
-
value: [`0x${string}`, bigint];
|
|
2724
2724
|
__kind: "VaultSwapAccount";
|
|
2725
|
+
value: [`0x${string}`, bigint];
|
|
2725
2726
|
};
|
|
2726
|
-
boostFee: number;
|
|
2727
2727
|
inputAsset: "Sol" | "SolUsdc";
|
|
2728
2728
|
depositAmount: bigint;
|
|
2729
|
-
outputAsset: "
|
|
2729
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2730
2730
|
destinationAddress: {
|
|
2731
2731
|
readonly chain: "Ethereum";
|
|
2732
2732
|
readonly address: `0x${string}`;
|
|
@@ -2746,7 +2746,6 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2746
2746
|
readonly chain: "Assethub";
|
|
2747
2747
|
readonly address: string;
|
|
2748
2748
|
};
|
|
2749
|
-
txId: [`0x${string}`, bigint];
|
|
2750
2749
|
affiliateFees: {
|
|
2751
2750
|
account: number;
|
|
2752
2751
|
bps: number;
|
|
@@ -2762,6 +2761,7 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2762
2761
|
} | null | undefined;
|
|
2763
2762
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
2764
2763
|
};
|
|
2764
|
+
boostFee: number;
|
|
2765
2765
|
depositAddress?: `0x${string}` | null | undefined;
|
|
2766
2766
|
channelId?: bigint | null | undefined;
|
|
2767
2767
|
depositMetadata?: {
|
|
@@ -2772,42 +2772,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2772
2772
|
};
|
|
2773
2773
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2774
2774
|
sourceAddress?: {
|
|
2775
|
-
value: `0x${string}`;
|
|
2776
2775
|
__kind: "Eth";
|
|
2777
|
-
} | {
|
|
2778
2776
|
value: `0x${string}`;
|
|
2777
|
+
} | {
|
|
2779
2778
|
__kind: "Dot";
|
|
2779
|
+
value: `0x${string}`;
|
|
2780
2780
|
} | {
|
|
2781
|
+
__kind: "Btc";
|
|
2781
2782
|
value: {
|
|
2782
|
-
value: `0x${string}`;
|
|
2783
2783
|
__kind: "P2PKH";
|
|
2784
|
-
} | {
|
|
2785
2784
|
value: `0x${string}`;
|
|
2786
|
-
__kind: "P2SH";
|
|
2787
2785
|
} | {
|
|
2786
|
+
__kind: "P2SH";
|
|
2788
2787
|
value: `0x${string}`;
|
|
2789
|
-
__kind: "P2WPKH";
|
|
2790
2788
|
} | {
|
|
2789
|
+
__kind: "P2WPKH";
|
|
2791
2790
|
value: `0x${string}`;
|
|
2792
|
-
__kind: "P2WSH";
|
|
2793
2791
|
} | {
|
|
2792
|
+
__kind: "P2WSH";
|
|
2794
2793
|
value: `0x${string}`;
|
|
2794
|
+
} | {
|
|
2795
2795
|
__kind: "Taproot";
|
|
2796
|
+
value: `0x${string}`;
|
|
2796
2797
|
} | {
|
|
2797
2798
|
__kind: "OtherSegwit";
|
|
2798
2799
|
version: number;
|
|
2799
2800
|
program: `0x${string}`;
|
|
2800
2801
|
};
|
|
2801
|
-
__kind: "Btc";
|
|
2802
2802
|
} | {
|
|
2803
|
-
value: `0x${string}`;
|
|
2804
2803
|
__kind: "Arb";
|
|
2805
|
-
} | {
|
|
2806
2804
|
value: `0x${string}`;
|
|
2807
|
-
__kind: "Sol";
|
|
2808
2805
|
} | {
|
|
2806
|
+
__kind: "Sol";
|
|
2809
2807
|
value: `0x${string}`;
|
|
2808
|
+
} | {
|
|
2810
2809
|
__kind: "Hub";
|
|
2810
|
+
value: `0x${string}`;
|
|
2811
2811
|
} | null | undefined;
|
|
2812
2812
|
} | null | undefined;
|
|
2813
2813
|
brokerFee?: {
|
|
@@ -2821,7 +2821,6 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2821
2821
|
};
|
|
2822
2822
|
};
|
|
2823
2823
|
}, {
|
|
2824
|
-
blockHeight: string | number;
|
|
2825
2824
|
reason: {
|
|
2826
2825
|
__kind: "BelowMinimumDeposit";
|
|
2827
2826
|
} | {
|
|
@@ -2829,6 +2828,7 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2829
2828
|
} | {
|
|
2830
2829
|
__kind: "TransactionRejectedByBroker";
|
|
2831
2830
|
} | {
|
|
2831
|
+
__kind: "DepositWitnessRejected";
|
|
2832
2832
|
value: {
|
|
2833
2833
|
__kind: "Other";
|
|
2834
2834
|
} | {
|
|
@@ -2836,11 +2836,11 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2836
2836
|
} | {
|
|
2837
2837
|
__kind: "BadOrigin";
|
|
2838
2838
|
} | {
|
|
2839
|
+
__kind: "Module";
|
|
2839
2840
|
value: {
|
|
2840
2841
|
index: number;
|
|
2841
2842
|
error: string;
|
|
2842
2843
|
};
|
|
2843
|
-
__kind: "Module";
|
|
2844
2844
|
} | {
|
|
2845
2845
|
__kind: "ConsumerRemaining";
|
|
2846
2846
|
} | {
|
|
@@ -2848,20 +2848,20 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2848
2848
|
} | {
|
|
2849
2849
|
__kind: "TooManyConsumers";
|
|
2850
2850
|
} | {
|
|
2851
|
+
__kind: "Token";
|
|
2851
2852
|
value: {
|
|
2852
2853
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2853
2854
|
};
|
|
2854
|
-
__kind: "Token";
|
|
2855
2855
|
} | {
|
|
2856
|
+
__kind: "Arithmetic";
|
|
2856
2857
|
value: {
|
|
2857
2858
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2858
2859
|
};
|
|
2859
|
-
__kind: "Arithmetic";
|
|
2860
2860
|
} | {
|
|
2861
|
+
__kind: "Transactional";
|
|
2861
2862
|
value: {
|
|
2862
2863
|
__kind: "LimitReached" | "NoLayer";
|
|
2863
2864
|
};
|
|
2864
|
-
__kind: "Transactional";
|
|
2865
2865
|
} | {
|
|
2866
2866
|
__kind: "Exhausted";
|
|
2867
2867
|
} | {
|
|
@@ -2871,49 +2871,48 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2871
2871
|
} | {
|
|
2872
2872
|
__kind: "RootNotAllowed";
|
|
2873
2873
|
};
|
|
2874
|
-
__kind: "DepositWitnessRejected";
|
|
2875
2874
|
} | {
|
|
2876
2875
|
__kind: "Unrefundable";
|
|
2877
2876
|
};
|
|
2877
|
+
blockHeight: string | number;
|
|
2878
2878
|
details: {
|
|
2879
2879
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
2880
2880
|
depositWitness: {
|
|
2881
|
-
depositAddress: string;
|
|
2882
2881
|
asset: {
|
|
2883
2882
|
__kind: "Sol" | "SolUsdc";
|
|
2884
2883
|
};
|
|
2884
|
+
depositAddress: string;
|
|
2885
2885
|
amount: string | number;
|
|
2886
2886
|
depositDetails: {
|
|
2887
|
-
value: string;
|
|
2888
2887
|
__kind: "Channel";
|
|
2888
|
+
value: string;
|
|
2889
2889
|
} | {
|
|
2890
|
-
value: [string, string | number];
|
|
2891
2890
|
__kind: "VaultSwapAccount";
|
|
2891
|
+
value: [string, string | number];
|
|
2892
2892
|
};
|
|
2893
2893
|
};
|
|
2894
2894
|
} | {
|
|
2895
2895
|
__kind: "DepositFailedVaultVariantSolana";
|
|
2896
2896
|
vaultWitness: {
|
|
2897
|
+
txId: [string, string | number];
|
|
2897
2898
|
depositDetails: {
|
|
2898
|
-
value: string;
|
|
2899
2899
|
__kind: "Channel";
|
|
2900
|
+
value: string;
|
|
2900
2901
|
} | {
|
|
2901
|
-
value: [string, string | number];
|
|
2902
2902
|
__kind: "VaultSwapAccount";
|
|
2903
|
+
value: [string, string | number];
|
|
2903
2904
|
};
|
|
2904
|
-
boostFee: number;
|
|
2905
2905
|
inputAsset: {
|
|
2906
2906
|
__kind: "Sol" | "SolUsdc";
|
|
2907
2907
|
};
|
|
2908
2908
|
depositAmount: string | number;
|
|
2909
2909
|
outputAsset: {
|
|
2910
|
-
__kind: "
|
|
2910
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2911
2911
|
};
|
|
2912
2912
|
destinationAddress: {
|
|
2913
|
-
value: string;
|
|
2914
2913
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2914
|
+
value: string;
|
|
2915
2915
|
};
|
|
2916
|
-
txId: [string, string | number];
|
|
2917
2916
|
affiliateFees: {
|
|
2918
2917
|
account: number;
|
|
2919
2918
|
bps: number;
|
|
@@ -2929,6 +2928,7 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2929
2928
|
} | null | undefined;
|
|
2930
2929
|
maxOraclePriceSlippage?: number | null | undefined;
|
|
2931
2930
|
};
|
|
2931
|
+
boostFee: number;
|
|
2932
2932
|
depositAddress?: string | null | undefined;
|
|
2933
2933
|
channelId?: string | number | null | undefined;
|
|
2934
2934
|
depositMetadata?: {
|
|
@@ -2941,42 +2941,42 @@ declare const solanaIngressEgressDepositFailedEvent: _$_chainflip_processor_even
|
|
|
2941
2941
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2942
2942
|
};
|
|
2943
2943
|
sourceAddress?: {
|
|
2944
|
-
value: string;
|
|
2945
2944
|
__kind: "Eth";
|
|
2946
|
-
} | {
|
|
2947
2945
|
value: string;
|
|
2946
|
+
} | {
|
|
2948
2947
|
__kind: "Dot";
|
|
2948
|
+
value: string;
|
|
2949
2949
|
} | {
|
|
2950
|
+
__kind: "Btc";
|
|
2950
2951
|
value: {
|
|
2951
|
-
value: string;
|
|
2952
2952
|
__kind: "P2PKH";
|
|
2953
|
-
} | {
|
|
2954
2953
|
value: string;
|
|
2955
|
-
__kind: "P2SH";
|
|
2956
2954
|
} | {
|
|
2955
|
+
__kind: "P2SH";
|
|
2957
2956
|
value: string;
|
|
2958
|
-
__kind: "P2WPKH";
|
|
2959
2957
|
} | {
|
|
2958
|
+
__kind: "P2WPKH";
|
|
2960
2959
|
value: string;
|
|
2961
|
-
__kind: "P2WSH";
|
|
2962
2960
|
} | {
|
|
2961
|
+
__kind: "P2WSH";
|
|
2963
2962
|
value: string;
|
|
2963
|
+
} | {
|
|
2964
2964
|
__kind: "Taproot";
|
|
2965
|
+
value: string;
|
|
2965
2966
|
} | {
|
|
2966
2967
|
__kind: "OtherSegwit";
|
|
2967
2968
|
version: number;
|
|
2968
2969
|
program: string;
|
|
2969
2970
|
};
|
|
2970
|
-
__kind: "Btc";
|
|
2971
2971
|
} | {
|
|
2972
|
-
value: string;
|
|
2973
2972
|
__kind: "Arb";
|
|
2974
|
-
} | {
|
|
2975
2973
|
value: string;
|
|
2976
|
-
__kind: "Sol";
|
|
2977
2974
|
} | {
|
|
2975
|
+
__kind: "Sol";
|
|
2978
2976
|
value: string;
|
|
2977
|
+
} | {
|
|
2979
2978
|
__kind: "Hub";
|
|
2979
|
+
value: string;
|
|
2980
2980
|
} | null | undefined;
|
|
2981
2981
|
} | null | undefined;
|
|
2982
2982
|
brokerFee?: {
|