@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 arbitrumIngressEgressDepositFailed: 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, {
|
|
@@ -89,20 +89,20 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
89
89
|
value: z.ZodEffects<z.ZodObject<{
|
|
90
90
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
|
-
__kind: "
|
|
92
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
93
93
|
}, {
|
|
94
|
-
__kind: "
|
|
95
|
-
}>, "
|
|
96
|
-
__kind: "
|
|
94
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
95
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
96
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
97
97
|
}>;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "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
|
-
__kind: "
|
|
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 arbitrumIngressEgressDepositFailed: 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 arbitrumIngressEgressDepositFailed: 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 arbitrumIngressEgressDepositFailed: 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 arbitrumIngressEgressDepositFailed: 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 arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
186
187
|
} | {
|
|
187
188
|
__kind: "TooManyConsumers";
|
|
188
189
|
} | {
|
|
189
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "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 arbitrumIngressEgressDepositFailed: 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 arbitrumIngressEgressDepositFailed: 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 arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
224
225
|
} | {
|
|
225
226
|
__kind: "TooManyConsumers";
|
|
226
227
|
} | {
|
|
228
|
+
__kind: "Token";
|
|
227
229
|
value: {
|
|
228
|
-
__kind: "
|
|
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 arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
247
248
|
} | {
|
|
248
249
|
__kind: "RootNotAllowed";
|
|
249
250
|
};
|
|
250
|
-
__kind: "DepositWitnessRejected";
|
|
251
251
|
}>]>;
|
|
252
252
|
details: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
253
253
|
__kind: z.ZodLiteral<"DepositFailedDepositChannelVariantArbitrum">;
|
|
@@ -334,21 +334,21 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
334
334
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
335
335
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
336
336
|
}, "strip", z.ZodTypeAny, {
|
|
337
|
-
__kind: "
|
|
337
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
338
338
|
}, {
|
|
339
|
-
__kind: "
|
|
340
|
-
}>, "
|
|
341
|
-
__kind: "
|
|
339
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
340
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
341
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
342
342
|
}>;
|
|
343
343
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
344
344
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
345
345
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
346
346
|
}, "strip", z.ZodTypeAny, {
|
|
347
|
-
value: `0x${string}`;
|
|
348
347
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
348
|
+
value: `0x${string}`;
|
|
349
349
|
}, {
|
|
350
|
-
value: string;
|
|
351
350
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
351
|
+
value: string;
|
|
352
352
|
}>, {
|
|
353
353
|
readonly chain: "Ethereum";
|
|
354
354
|
readonly address: `0x${string}`;
|
|
@@ -368,8 +368,8 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
368
368
|
readonly chain: "Assethub";
|
|
369
369
|
readonly address: string;
|
|
370
370
|
}, {
|
|
371
|
-
value: string;
|
|
372
371
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
372
|
+
value: string;
|
|
373
373
|
}>;
|
|
374
374
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
375
375
|
channelMetadata: z.ZodObject<{
|
|
@@ -398,67 +398,67 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
398
398
|
__kind: z.ZodLiteral<"Eth">;
|
|
399
399
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
400
400
|
}, "strip", z.ZodTypeAny, {
|
|
401
|
-
value: `0x${string}`;
|
|
402
401
|
__kind: "Eth";
|
|
402
|
+
value: `0x${string}`;
|
|
403
403
|
}, {
|
|
404
|
-
value: string;
|
|
405
404
|
__kind: "Eth";
|
|
405
|
+
value: string;
|
|
406
406
|
}>, z.ZodObject<{
|
|
407
407
|
__kind: z.ZodLiteral<"Dot">;
|
|
408
408
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
409
409
|
}, "strip", z.ZodTypeAny, {
|
|
410
|
-
value: `0x${string}`;
|
|
411
410
|
__kind: "Dot";
|
|
411
|
+
value: `0x${string}`;
|
|
412
412
|
}, {
|
|
413
|
-
value: string;
|
|
414
413
|
__kind: "Dot";
|
|
414
|
+
value: string;
|
|
415
415
|
}>, z.ZodObject<{
|
|
416
416
|
__kind: z.ZodLiteral<"Btc">;
|
|
417
417
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
418
418
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
419
419
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
420
420
|
}, "strip", z.ZodTypeAny, {
|
|
421
|
-
value: `0x${string}`;
|
|
422
421
|
__kind: "P2PKH";
|
|
422
|
+
value: `0x${string}`;
|
|
423
423
|
}, {
|
|
424
|
-
value: string;
|
|
425
424
|
__kind: "P2PKH";
|
|
425
|
+
value: string;
|
|
426
426
|
}>, z.ZodObject<{
|
|
427
427
|
__kind: z.ZodLiteral<"P2SH">;
|
|
428
428
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
429
429
|
}, "strip", z.ZodTypeAny, {
|
|
430
|
-
value: `0x${string}`;
|
|
431
430
|
__kind: "P2SH";
|
|
431
|
+
value: `0x${string}`;
|
|
432
432
|
}, {
|
|
433
|
-
value: string;
|
|
434
433
|
__kind: "P2SH";
|
|
434
|
+
value: string;
|
|
435
435
|
}>, z.ZodObject<{
|
|
436
436
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
437
437
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
438
438
|
}, "strip", z.ZodTypeAny, {
|
|
439
|
-
value: `0x${string}`;
|
|
440
439
|
__kind: "P2WPKH";
|
|
440
|
+
value: `0x${string}`;
|
|
441
441
|
}, {
|
|
442
|
-
value: string;
|
|
443
442
|
__kind: "P2WPKH";
|
|
443
|
+
value: string;
|
|
444
444
|
}>, z.ZodObject<{
|
|
445
445
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
446
446
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
447
447
|
}, "strip", z.ZodTypeAny, {
|
|
448
|
-
value: `0x${string}`;
|
|
449
448
|
__kind: "P2WSH";
|
|
449
|
+
value: `0x${string}`;
|
|
450
450
|
}, {
|
|
451
|
-
value: string;
|
|
452
451
|
__kind: "P2WSH";
|
|
452
|
+
value: string;
|
|
453
453
|
}>, z.ZodObject<{
|
|
454
454
|
__kind: z.ZodLiteral<"Taproot">;
|
|
455
455
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
456
456
|
}, "strip", z.ZodTypeAny, {
|
|
457
|
-
value: `0x${string}`;
|
|
458
457
|
__kind: "Taproot";
|
|
458
|
+
value: `0x${string}`;
|
|
459
459
|
}, {
|
|
460
|
-
value: string;
|
|
461
460
|
__kind: "Taproot";
|
|
461
|
+
value: string;
|
|
462
462
|
}>, z.ZodObject<{
|
|
463
463
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
464
464
|
version: z.ZodNumber;
|
|
@@ -473,76 +473,76 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
473
473
|
program: string;
|
|
474
474
|
}>]>;
|
|
475
475
|
}, "strip", z.ZodTypeAny, {
|
|
476
|
+
__kind: "Btc";
|
|
476
477
|
value: {
|
|
477
|
-
value: `0x${string}`;
|
|
478
478
|
__kind: "P2PKH";
|
|
479
|
-
} | {
|
|
480
479
|
value: `0x${string}`;
|
|
481
|
-
__kind: "P2SH";
|
|
482
480
|
} | {
|
|
481
|
+
__kind: "P2SH";
|
|
483
482
|
value: `0x${string}`;
|
|
484
|
-
__kind: "P2WPKH";
|
|
485
483
|
} | {
|
|
484
|
+
__kind: "P2WPKH";
|
|
486
485
|
value: `0x${string}`;
|
|
487
|
-
__kind: "P2WSH";
|
|
488
486
|
} | {
|
|
487
|
+
__kind: "P2WSH";
|
|
489
488
|
value: `0x${string}`;
|
|
489
|
+
} | {
|
|
490
490
|
__kind: "Taproot";
|
|
491
|
+
value: `0x${string}`;
|
|
491
492
|
} | {
|
|
492
493
|
__kind: "OtherSegwit";
|
|
493
494
|
version: number;
|
|
494
495
|
program: `0x${string}`;
|
|
495
496
|
};
|
|
496
|
-
__kind: "Btc";
|
|
497
497
|
}, {
|
|
498
|
+
__kind: "Btc";
|
|
498
499
|
value: {
|
|
499
|
-
value: string;
|
|
500
500
|
__kind: "P2PKH";
|
|
501
|
-
} | {
|
|
502
501
|
value: string;
|
|
503
|
-
__kind: "P2SH";
|
|
504
502
|
} | {
|
|
503
|
+
__kind: "P2SH";
|
|
505
504
|
value: string;
|
|
506
|
-
__kind: "P2WPKH";
|
|
507
505
|
} | {
|
|
506
|
+
__kind: "P2WPKH";
|
|
508
507
|
value: string;
|
|
509
|
-
__kind: "P2WSH";
|
|
510
508
|
} | {
|
|
509
|
+
__kind: "P2WSH";
|
|
511
510
|
value: string;
|
|
511
|
+
} | {
|
|
512
512
|
__kind: "Taproot";
|
|
513
|
+
value: string;
|
|
513
514
|
} | {
|
|
514
515
|
__kind: "OtherSegwit";
|
|
515
516
|
version: number;
|
|
516
517
|
program: string;
|
|
517
518
|
};
|
|
518
|
-
__kind: "Btc";
|
|
519
519
|
}>, z.ZodObject<{
|
|
520
520
|
__kind: z.ZodLiteral<"Arb">;
|
|
521
521
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
522
522
|
}, "strip", z.ZodTypeAny, {
|
|
523
|
-
value: `0x${string}`;
|
|
524
523
|
__kind: "Arb";
|
|
524
|
+
value: `0x${string}`;
|
|
525
525
|
}, {
|
|
526
|
-
value: string;
|
|
527
526
|
__kind: "Arb";
|
|
527
|
+
value: string;
|
|
528
528
|
}>, z.ZodObject<{
|
|
529
529
|
__kind: z.ZodLiteral<"Sol">;
|
|
530
530
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
531
531
|
}, "strip", z.ZodTypeAny, {
|
|
532
|
-
value: `0x${string}`;
|
|
533
532
|
__kind: "Sol";
|
|
533
|
+
value: `0x${string}`;
|
|
534
534
|
}, {
|
|
535
|
-
value: string;
|
|
536
535
|
__kind: "Sol";
|
|
536
|
+
value: string;
|
|
537
537
|
}>, z.ZodObject<{
|
|
538
538
|
__kind: z.ZodLiteral<"Hub">;
|
|
539
539
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
540
540
|
}, "strip", z.ZodTypeAny, {
|
|
541
|
-
value: `0x${string}`;
|
|
542
541
|
__kind: "Hub";
|
|
542
|
+
value: `0x${string}`;
|
|
543
543
|
}, {
|
|
544
|
-
value: string;
|
|
545
544
|
__kind: "Hub";
|
|
545
|
+
value: string;
|
|
546
546
|
}>]>>>;
|
|
547
547
|
}, "strip", z.ZodTypeAny, {
|
|
548
548
|
channelMetadata: {
|
|
@@ -552,42 +552,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
552
552
|
};
|
|
553
553
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
554
554
|
sourceAddress?: {
|
|
555
|
-
value: `0x${string}`;
|
|
556
555
|
__kind: "Eth";
|
|
557
|
-
} | {
|
|
558
556
|
value: `0x${string}`;
|
|
557
|
+
} | {
|
|
559
558
|
__kind: "Dot";
|
|
559
|
+
value: `0x${string}`;
|
|
560
560
|
} | {
|
|
561
|
+
__kind: "Btc";
|
|
561
562
|
value: {
|
|
562
|
-
value: `0x${string}`;
|
|
563
563
|
__kind: "P2PKH";
|
|
564
|
-
} | {
|
|
565
564
|
value: `0x${string}`;
|
|
566
|
-
__kind: "P2SH";
|
|
567
565
|
} | {
|
|
566
|
+
__kind: "P2SH";
|
|
568
567
|
value: `0x${string}`;
|
|
569
|
-
__kind: "P2WPKH";
|
|
570
568
|
} | {
|
|
569
|
+
__kind: "P2WPKH";
|
|
571
570
|
value: `0x${string}`;
|
|
572
|
-
__kind: "P2WSH";
|
|
573
571
|
} | {
|
|
572
|
+
__kind: "P2WSH";
|
|
574
573
|
value: `0x${string}`;
|
|
574
|
+
} | {
|
|
575
575
|
__kind: "Taproot";
|
|
576
|
+
value: `0x${string}`;
|
|
576
577
|
} | {
|
|
577
578
|
__kind: "OtherSegwit";
|
|
578
579
|
version: number;
|
|
579
580
|
program: `0x${string}`;
|
|
580
581
|
};
|
|
581
|
-
__kind: "Btc";
|
|
582
582
|
} | {
|
|
583
|
-
value: `0x${string}`;
|
|
584
583
|
__kind: "Arb";
|
|
585
|
-
} | {
|
|
586
584
|
value: `0x${string}`;
|
|
587
|
-
__kind: "Sol";
|
|
588
585
|
} | {
|
|
586
|
+
__kind: "Sol";
|
|
589
587
|
value: `0x${string}`;
|
|
588
|
+
} | {
|
|
590
589
|
__kind: "Hub";
|
|
590
|
+
value: `0x${string}`;
|
|
591
591
|
} | null | undefined;
|
|
592
592
|
}, {
|
|
593
593
|
channelMetadata: {
|
|
@@ -599,42 +599,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
599
599
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
600
600
|
};
|
|
601
601
|
sourceAddress?: {
|
|
602
|
-
value: string;
|
|
603
602
|
__kind: "Eth";
|
|
604
|
-
} | {
|
|
605
603
|
value: string;
|
|
604
|
+
} | {
|
|
606
605
|
__kind: "Dot";
|
|
606
|
+
value: string;
|
|
607
607
|
} | {
|
|
608
|
+
__kind: "Btc";
|
|
608
609
|
value: {
|
|
609
|
-
value: string;
|
|
610
610
|
__kind: "P2PKH";
|
|
611
|
-
} | {
|
|
612
611
|
value: string;
|
|
613
|
-
__kind: "P2SH";
|
|
614
612
|
} | {
|
|
613
|
+
__kind: "P2SH";
|
|
615
614
|
value: string;
|
|
616
|
-
__kind: "P2WPKH";
|
|
617
615
|
} | {
|
|
616
|
+
__kind: "P2WPKH";
|
|
618
617
|
value: string;
|
|
619
|
-
__kind: "P2WSH";
|
|
620
618
|
} | {
|
|
619
|
+
__kind: "P2WSH";
|
|
621
620
|
value: string;
|
|
621
|
+
} | {
|
|
622
622
|
__kind: "Taproot";
|
|
623
|
+
value: string;
|
|
623
624
|
} | {
|
|
624
625
|
__kind: "OtherSegwit";
|
|
625
626
|
version: number;
|
|
626
627
|
program: string;
|
|
627
628
|
};
|
|
628
|
-
__kind: "Btc";
|
|
629
629
|
} | {
|
|
630
|
-
value: string;
|
|
631
630
|
__kind: "Arb";
|
|
632
|
-
} | {
|
|
633
631
|
value: string;
|
|
634
|
-
__kind: "Sol";
|
|
635
632
|
} | {
|
|
633
|
+
__kind: "Sol";
|
|
636
634
|
value: string;
|
|
635
|
+
} | {
|
|
637
636
|
__kind: "Hub";
|
|
637
|
+
value: string;
|
|
638
638
|
} | null | undefined;
|
|
639
639
|
}>>>;
|
|
640
640
|
txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -664,12 +664,12 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
664
664
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
665
665
|
}, "strip", z.ZodTypeAny, {
|
|
666
666
|
retryDuration: number;
|
|
667
|
-
minPrice: bigint;
|
|
668
667
|
refundAddress: `0x${string}`;
|
|
668
|
+
minPrice: bigint;
|
|
669
669
|
}, {
|
|
670
670
|
retryDuration: number;
|
|
671
|
-
minPrice: string | number;
|
|
672
671
|
refundAddress: string;
|
|
672
|
+
minPrice: string | number;
|
|
673
673
|
}>;
|
|
674
674
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
675
675
|
numberOfChunks: z.ZodNumber;
|
|
@@ -683,13 +683,12 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
683
683
|
}>>>;
|
|
684
684
|
boostFee: z.ZodNumber;
|
|
685
685
|
}, "strip", z.ZodTypeAny, {
|
|
686
|
-
txId: `0x${string}`;
|
|
687
686
|
depositDetails: {
|
|
688
687
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
689
688
|
};
|
|
690
689
|
inputAsset: "ArbEth" | "ArbUsdc";
|
|
691
690
|
depositAmount: bigint;
|
|
692
|
-
outputAsset: "
|
|
691
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
693
692
|
destinationAddress: {
|
|
694
693
|
readonly chain: "Ethereum";
|
|
695
694
|
readonly address: `0x${string}`;
|
|
@@ -709,14 +708,15 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
709
708
|
readonly chain: "Assethub";
|
|
710
709
|
readonly address: string;
|
|
711
710
|
};
|
|
711
|
+
txId: `0x${string}`;
|
|
712
712
|
affiliateFees: {
|
|
713
713
|
account: number;
|
|
714
714
|
bps: number;
|
|
715
715
|
}[];
|
|
716
716
|
refundParams: {
|
|
717
717
|
retryDuration: number;
|
|
718
|
-
minPrice: bigint;
|
|
719
718
|
refundAddress: `0x${string}`;
|
|
719
|
+
minPrice: bigint;
|
|
720
720
|
};
|
|
721
721
|
boostFee: number;
|
|
722
722
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -729,42 +729,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
729
729
|
};
|
|
730
730
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
731
731
|
sourceAddress?: {
|
|
732
|
-
value: `0x${string}`;
|
|
733
732
|
__kind: "Eth";
|
|
734
|
-
} | {
|
|
735
733
|
value: `0x${string}`;
|
|
734
|
+
} | {
|
|
736
735
|
__kind: "Dot";
|
|
736
|
+
value: `0x${string}`;
|
|
737
737
|
} | {
|
|
738
|
+
__kind: "Btc";
|
|
738
739
|
value: {
|
|
739
|
-
value: `0x${string}`;
|
|
740
740
|
__kind: "P2PKH";
|
|
741
|
-
} | {
|
|
742
741
|
value: `0x${string}`;
|
|
743
|
-
__kind: "P2SH";
|
|
744
742
|
} | {
|
|
743
|
+
__kind: "P2SH";
|
|
745
744
|
value: `0x${string}`;
|
|
746
|
-
__kind: "P2WPKH";
|
|
747
745
|
} | {
|
|
746
|
+
__kind: "P2WPKH";
|
|
748
747
|
value: `0x${string}`;
|
|
749
|
-
__kind: "P2WSH";
|
|
750
748
|
} | {
|
|
749
|
+
__kind: "P2WSH";
|
|
751
750
|
value: `0x${string}`;
|
|
751
|
+
} | {
|
|
752
752
|
__kind: "Taproot";
|
|
753
|
+
value: `0x${string}`;
|
|
753
754
|
} | {
|
|
754
755
|
__kind: "OtherSegwit";
|
|
755
756
|
version: number;
|
|
756
757
|
program: `0x${string}`;
|
|
757
758
|
};
|
|
758
|
-
__kind: "Btc";
|
|
759
759
|
} | {
|
|
760
|
-
value: `0x${string}`;
|
|
761
760
|
__kind: "Arb";
|
|
762
|
-
} | {
|
|
763
761
|
value: `0x${string}`;
|
|
764
|
-
__kind: "Sol";
|
|
765
762
|
} | {
|
|
763
|
+
__kind: "Sol";
|
|
766
764
|
value: `0x${string}`;
|
|
765
|
+
} | {
|
|
767
766
|
__kind: "Hub";
|
|
767
|
+
value: `0x${string}`;
|
|
768
768
|
} | null | undefined;
|
|
769
769
|
} | null | undefined;
|
|
770
770
|
brokerFee?: {
|
|
@@ -776,7 +776,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
776
776
|
chunkInterval: number;
|
|
777
777
|
} | null | undefined;
|
|
778
778
|
}, {
|
|
779
|
-
txId: string;
|
|
780
779
|
depositDetails: {
|
|
781
780
|
txHashes?: string[] | null | undefined;
|
|
782
781
|
};
|
|
@@ -785,20 +784,21 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
785
784
|
};
|
|
786
785
|
depositAmount: string | number;
|
|
787
786
|
outputAsset: {
|
|
788
|
-
__kind: "
|
|
787
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
789
788
|
};
|
|
790
789
|
destinationAddress: {
|
|
791
|
-
value: string;
|
|
792
790
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
791
|
+
value: string;
|
|
793
792
|
};
|
|
793
|
+
txId: string;
|
|
794
794
|
affiliateFees: {
|
|
795
795
|
account: number;
|
|
796
796
|
bps: number;
|
|
797
797
|
}[];
|
|
798
798
|
refundParams: {
|
|
799
799
|
retryDuration: number;
|
|
800
|
-
minPrice: string | number;
|
|
801
800
|
refundAddress: string;
|
|
801
|
+
minPrice: string | number;
|
|
802
802
|
};
|
|
803
803
|
boostFee: number;
|
|
804
804
|
depositAddress?: string | null | undefined;
|
|
@@ -813,42 +813,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
813
813
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
814
814
|
};
|
|
815
815
|
sourceAddress?: {
|
|
816
|
-
value: string;
|
|
817
816
|
__kind: "Eth";
|
|
818
|
-
} | {
|
|
819
817
|
value: string;
|
|
818
|
+
} | {
|
|
820
819
|
__kind: "Dot";
|
|
820
|
+
value: string;
|
|
821
821
|
} | {
|
|
822
|
+
__kind: "Btc";
|
|
822
823
|
value: {
|
|
823
|
-
value: string;
|
|
824
824
|
__kind: "P2PKH";
|
|
825
|
-
} | {
|
|
826
825
|
value: string;
|
|
827
|
-
__kind: "P2SH";
|
|
828
826
|
} | {
|
|
827
|
+
__kind: "P2SH";
|
|
829
828
|
value: string;
|
|
830
|
-
__kind: "P2WPKH";
|
|
831
829
|
} | {
|
|
830
|
+
__kind: "P2WPKH";
|
|
832
831
|
value: string;
|
|
833
|
-
__kind: "P2WSH";
|
|
834
832
|
} | {
|
|
833
|
+
__kind: "P2WSH";
|
|
835
834
|
value: string;
|
|
835
|
+
} | {
|
|
836
836
|
__kind: "Taproot";
|
|
837
|
+
value: string;
|
|
837
838
|
} | {
|
|
838
839
|
__kind: "OtherSegwit";
|
|
839
840
|
version: number;
|
|
840
841
|
program: string;
|
|
841
842
|
};
|
|
842
|
-
__kind: "Btc";
|
|
843
843
|
} | {
|
|
844
|
-
value: string;
|
|
845
844
|
__kind: "Arb";
|
|
846
|
-
} | {
|
|
847
845
|
value: string;
|
|
848
|
-
__kind: "Sol";
|
|
849
846
|
} | {
|
|
847
|
+
__kind: "Sol";
|
|
850
848
|
value: string;
|
|
849
|
+
} | {
|
|
851
850
|
__kind: "Hub";
|
|
851
|
+
value: string;
|
|
852
852
|
} | null | undefined;
|
|
853
853
|
} | null | undefined;
|
|
854
854
|
brokerFee?: {
|
|
@@ -863,13 +863,12 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
863
863
|
}, "strip", z.ZodTypeAny, {
|
|
864
864
|
__kind: "DepositFailedVaultVariantArbitrum";
|
|
865
865
|
vaultWitness: {
|
|
866
|
-
txId: `0x${string}`;
|
|
867
866
|
depositDetails: {
|
|
868
867
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
869
868
|
};
|
|
870
869
|
inputAsset: "ArbEth" | "ArbUsdc";
|
|
871
870
|
depositAmount: bigint;
|
|
872
|
-
outputAsset: "
|
|
871
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
873
872
|
destinationAddress: {
|
|
874
873
|
readonly chain: "Ethereum";
|
|
875
874
|
readonly address: `0x${string}`;
|
|
@@ -889,14 +888,15 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
889
888
|
readonly chain: "Assethub";
|
|
890
889
|
readonly address: string;
|
|
891
890
|
};
|
|
891
|
+
txId: `0x${string}`;
|
|
892
892
|
affiliateFees: {
|
|
893
893
|
account: number;
|
|
894
894
|
bps: number;
|
|
895
895
|
}[];
|
|
896
896
|
refundParams: {
|
|
897
897
|
retryDuration: number;
|
|
898
|
-
minPrice: bigint;
|
|
899
898
|
refundAddress: `0x${string}`;
|
|
899
|
+
minPrice: bigint;
|
|
900
900
|
};
|
|
901
901
|
boostFee: number;
|
|
902
902
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -909,42 +909,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
909
909
|
};
|
|
910
910
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
911
911
|
sourceAddress?: {
|
|
912
|
-
value: `0x${string}`;
|
|
913
912
|
__kind: "Eth";
|
|
914
|
-
} | {
|
|
915
913
|
value: `0x${string}`;
|
|
914
|
+
} | {
|
|
916
915
|
__kind: "Dot";
|
|
916
|
+
value: `0x${string}`;
|
|
917
917
|
} | {
|
|
918
|
+
__kind: "Btc";
|
|
918
919
|
value: {
|
|
919
|
-
value: `0x${string}`;
|
|
920
920
|
__kind: "P2PKH";
|
|
921
|
-
} | {
|
|
922
921
|
value: `0x${string}`;
|
|
923
|
-
__kind: "P2SH";
|
|
924
922
|
} | {
|
|
923
|
+
__kind: "P2SH";
|
|
925
924
|
value: `0x${string}`;
|
|
926
|
-
__kind: "P2WPKH";
|
|
927
925
|
} | {
|
|
926
|
+
__kind: "P2WPKH";
|
|
928
927
|
value: `0x${string}`;
|
|
929
|
-
__kind: "P2WSH";
|
|
930
928
|
} | {
|
|
929
|
+
__kind: "P2WSH";
|
|
931
930
|
value: `0x${string}`;
|
|
931
|
+
} | {
|
|
932
932
|
__kind: "Taproot";
|
|
933
|
+
value: `0x${string}`;
|
|
933
934
|
} | {
|
|
934
935
|
__kind: "OtherSegwit";
|
|
935
936
|
version: number;
|
|
936
937
|
program: `0x${string}`;
|
|
937
938
|
};
|
|
938
|
-
__kind: "Btc";
|
|
939
939
|
} | {
|
|
940
|
-
value: `0x${string}`;
|
|
941
940
|
__kind: "Arb";
|
|
942
|
-
} | {
|
|
943
941
|
value: `0x${string}`;
|
|
944
|
-
__kind: "Sol";
|
|
945
942
|
} | {
|
|
943
|
+
__kind: "Sol";
|
|
946
944
|
value: `0x${string}`;
|
|
945
|
+
} | {
|
|
947
946
|
__kind: "Hub";
|
|
947
|
+
value: `0x${string}`;
|
|
948
948
|
} | null | undefined;
|
|
949
949
|
} | null | undefined;
|
|
950
950
|
brokerFee?: {
|
|
@@ -959,7 +959,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
959
959
|
}, {
|
|
960
960
|
__kind: "DepositFailedVaultVariantArbitrum";
|
|
961
961
|
vaultWitness: {
|
|
962
|
-
txId: string;
|
|
963
962
|
depositDetails: {
|
|
964
963
|
txHashes?: string[] | null | undefined;
|
|
965
964
|
};
|
|
@@ -968,20 +967,21 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
968
967
|
};
|
|
969
968
|
depositAmount: string | number;
|
|
970
969
|
outputAsset: {
|
|
971
|
-
__kind: "
|
|
970
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
972
971
|
};
|
|
973
972
|
destinationAddress: {
|
|
974
|
-
value: string;
|
|
975
973
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
974
|
+
value: string;
|
|
976
975
|
};
|
|
976
|
+
txId: string;
|
|
977
977
|
affiliateFees: {
|
|
978
978
|
account: number;
|
|
979
979
|
bps: number;
|
|
980
980
|
}[];
|
|
981
981
|
refundParams: {
|
|
982
982
|
retryDuration: number;
|
|
983
|
-
minPrice: string | number;
|
|
984
983
|
refundAddress: string;
|
|
984
|
+
minPrice: string | number;
|
|
985
985
|
};
|
|
986
986
|
boostFee: number;
|
|
987
987
|
depositAddress?: string | null | undefined;
|
|
@@ -996,42 +996,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
996
996
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
997
997
|
};
|
|
998
998
|
sourceAddress?: {
|
|
999
|
-
value: string;
|
|
1000
999
|
__kind: "Eth";
|
|
1001
|
-
} | {
|
|
1002
1000
|
value: string;
|
|
1001
|
+
} | {
|
|
1003
1002
|
__kind: "Dot";
|
|
1003
|
+
value: string;
|
|
1004
1004
|
} | {
|
|
1005
|
+
__kind: "Btc";
|
|
1005
1006
|
value: {
|
|
1006
|
-
value: string;
|
|
1007
1007
|
__kind: "P2PKH";
|
|
1008
|
-
} | {
|
|
1009
1008
|
value: string;
|
|
1010
|
-
__kind: "P2SH";
|
|
1011
1009
|
} | {
|
|
1010
|
+
__kind: "P2SH";
|
|
1012
1011
|
value: string;
|
|
1013
|
-
__kind: "P2WPKH";
|
|
1014
1012
|
} | {
|
|
1013
|
+
__kind: "P2WPKH";
|
|
1015
1014
|
value: string;
|
|
1016
|
-
__kind: "P2WSH";
|
|
1017
1015
|
} | {
|
|
1016
|
+
__kind: "P2WSH";
|
|
1018
1017
|
value: string;
|
|
1018
|
+
} | {
|
|
1019
1019
|
__kind: "Taproot";
|
|
1020
|
+
value: string;
|
|
1020
1021
|
} | {
|
|
1021
1022
|
__kind: "OtherSegwit";
|
|
1022
1023
|
version: number;
|
|
1023
1024
|
program: string;
|
|
1024
1025
|
};
|
|
1025
|
-
__kind: "Btc";
|
|
1026
1026
|
} | {
|
|
1027
|
-
value: string;
|
|
1028
1027
|
__kind: "Arb";
|
|
1029
|
-
} | {
|
|
1030
1028
|
value: string;
|
|
1031
|
-
__kind: "Sol";
|
|
1032
1029
|
} | {
|
|
1030
|
+
__kind: "Sol";
|
|
1033
1031
|
value: string;
|
|
1032
|
+
} | {
|
|
1034
1033
|
__kind: "Hub";
|
|
1034
|
+
value: string;
|
|
1035
1035
|
} | null | undefined;
|
|
1036
1036
|
} | null | undefined;
|
|
1037
1037
|
brokerFee?: {
|
|
@@ -1053,6 +1053,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1053
1053
|
} | {
|
|
1054
1054
|
__kind: "TransactionRejectedByBroker";
|
|
1055
1055
|
} | {
|
|
1056
|
+
__kind: "DepositWitnessRejected";
|
|
1056
1057
|
value: {
|
|
1057
1058
|
__kind: "Other";
|
|
1058
1059
|
} | {
|
|
@@ -1060,11 +1061,11 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1060
1061
|
} | {
|
|
1061
1062
|
__kind: "BadOrigin";
|
|
1062
1063
|
} | {
|
|
1064
|
+
__kind: "Module";
|
|
1063
1065
|
value: {
|
|
1064
1066
|
index: number;
|
|
1065
1067
|
error: `0x${string}`;
|
|
1066
1068
|
};
|
|
1067
|
-
__kind: "Module";
|
|
1068
1069
|
} | {
|
|
1069
1070
|
__kind: "ConsumerRemaining";
|
|
1070
1071
|
} | {
|
|
@@ -1072,14 +1073,14 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1072
1073
|
} | {
|
|
1073
1074
|
__kind: "TooManyConsumers";
|
|
1074
1075
|
} | {
|
|
1075
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1076
1076
|
__kind: "Token";
|
|
1077
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1077
1078
|
} | {
|
|
1078
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1079
1079
|
__kind: "Arithmetic";
|
|
1080
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1080
1081
|
} | {
|
|
1081
|
-
value: "LimitReached" | "NoLayer";
|
|
1082
1082
|
__kind: "Transactional";
|
|
1083
|
+
value: "LimitReached" | "NoLayer";
|
|
1083
1084
|
} | {
|
|
1084
1085
|
__kind: "Exhausted";
|
|
1085
1086
|
} | {
|
|
@@ -1089,7 +1090,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1089
1090
|
} | {
|
|
1090
1091
|
__kind: "RootNotAllowed";
|
|
1091
1092
|
};
|
|
1092
|
-
__kind: "DepositWitnessRejected";
|
|
1093
1093
|
};
|
|
1094
1094
|
details: {
|
|
1095
1095
|
__kind: "DepositFailedDepositChannelVariantArbitrum";
|
|
@@ -1104,13 +1104,12 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1104
1104
|
} | {
|
|
1105
1105
|
__kind: "DepositFailedVaultVariantArbitrum";
|
|
1106
1106
|
vaultWitness: {
|
|
1107
|
-
txId: `0x${string}`;
|
|
1108
1107
|
depositDetails: {
|
|
1109
1108
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
1110
1109
|
};
|
|
1111
1110
|
inputAsset: "ArbEth" | "ArbUsdc";
|
|
1112
1111
|
depositAmount: bigint;
|
|
1113
|
-
outputAsset: "
|
|
1112
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1114
1113
|
destinationAddress: {
|
|
1115
1114
|
readonly chain: "Ethereum";
|
|
1116
1115
|
readonly address: `0x${string}`;
|
|
@@ -1130,14 +1129,15 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1130
1129
|
readonly chain: "Assethub";
|
|
1131
1130
|
readonly address: string;
|
|
1132
1131
|
};
|
|
1132
|
+
txId: `0x${string}`;
|
|
1133
1133
|
affiliateFees: {
|
|
1134
1134
|
account: number;
|
|
1135
1135
|
bps: number;
|
|
1136
1136
|
}[];
|
|
1137
1137
|
refundParams: {
|
|
1138
1138
|
retryDuration: number;
|
|
1139
|
-
minPrice: bigint;
|
|
1140
1139
|
refundAddress: `0x${string}`;
|
|
1140
|
+
minPrice: bigint;
|
|
1141
1141
|
};
|
|
1142
1142
|
boostFee: number;
|
|
1143
1143
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -1150,42 +1150,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1150
1150
|
};
|
|
1151
1151
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1152
1152
|
sourceAddress?: {
|
|
1153
|
-
value: `0x${string}`;
|
|
1154
1153
|
__kind: "Eth";
|
|
1155
|
-
} | {
|
|
1156
1154
|
value: `0x${string}`;
|
|
1155
|
+
} | {
|
|
1157
1156
|
__kind: "Dot";
|
|
1157
|
+
value: `0x${string}`;
|
|
1158
1158
|
} | {
|
|
1159
|
+
__kind: "Btc";
|
|
1159
1160
|
value: {
|
|
1160
|
-
value: `0x${string}`;
|
|
1161
1161
|
__kind: "P2PKH";
|
|
1162
|
-
} | {
|
|
1163
1162
|
value: `0x${string}`;
|
|
1164
|
-
__kind: "P2SH";
|
|
1165
1163
|
} | {
|
|
1164
|
+
__kind: "P2SH";
|
|
1166
1165
|
value: `0x${string}`;
|
|
1167
|
-
__kind: "P2WPKH";
|
|
1168
1166
|
} | {
|
|
1167
|
+
__kind: "P2WPKH";
|
|
1169
1168
|
value: `0x${string}`;
|
|
1170
|
-
__kind: "P2WSH";
|
|
1171
1169
|
} | {
|
|
1170
|
+
__kind: "P2WSH";
|
|
1172
1171
|
value: `0x${string}`;
|
|
1172
|
+
} | {
|
|
1173
1173
|
__kind: "Taproot";
|
|
1174
|
+
value: `0x${string}`;
|
|
1174
1175
|
} | {
|
|
1175
1176
|
__kind: "OtherSegwit";
|
|
1176
1177
|
version: number;
|
|
1177
1178
|
program: `0x${string}`;
|
|
1178
1179
|
};
|
|
1179
|
-
__kind: "Btc";
|
|
1180
1180
|
} | {
|
|
1181
|
-
value: `0x${string}`;
|
|
1182
1181
|
__kind: "Arb";
|
|
1183
|
-
} | {
|
|
1184
1182
|
value: `0x${string}`;
|
|
1185
|
-
__kind: "Sol";
|
|
1186
1183
|
} | {
|
|
1184
|
+
__kind: "Sol";
|
|
1187
1185
|
value: `0x${string}`;
|
|
1186
|
+
} | {
|
|
1188
1187
|
__kind: "Hub";
|
|
1188
|
+
value: `0x${string}`;
|
|
1189
1189
|
} | null | undefined;
|
|
1190
1190
|
} | null | undefined;
|
|
1191
1191
|
brokerFee?: {
|
|
@@ -1207,6 +1207,7 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1207
1207
|
} | {
|
|
1208
1208
|
__kind: "TransactionRejectedByBroker";
|
|
1209
1209
|
} | {
|
|
1210
|
+
__kind: "DepositWitnessRejected";
|
|
1210
1211
|
value: {
|
|
1211
1212
|
__kind: "Other";
|
|
1212
1213
|
} | {
|
|
@@ -1214,11 +1215,11 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1214
1215
|
} | {
|
|
1215
1216
|
__kind: "BadOrigin";
|
|
1216
1217
|
} | {
|
|
1218
|
+
__kind: "Module";
|
|
1217
1219
|
value: {
|
|
1218
1220
|
index: number;
|
|
1219
1221
|
error: string;
|
|
1220
1222
|
};
|
|
1221
|
-
__kind: "Module";
|
|
1222
1223
|
} | {
|
|
1223
1224
|
__kind: "ConsumerRemaining";
|
|
1224
1225
|
} | {
|
|
@@ -1226,20 +1227,20 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1226
1227
|
} | {
|
|
1227
1228
|
__kind: "TooManyConsumers";
|
|
1228
1229
|
} | {
|
|
1230
|
+
__kind: "Token";
|
|
1229
1231
|
value: {
|
|
1230
|
-
__kind: "
|
|
1232
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1231
1233
|
};
|
|
1232
|
-
__kind: "Token";
|
|
1233
1234
|
} | {
|
|
1235
|
+
__kind: "Arithmetic";
|
|
1234
1236
|
value: {
|
|
1235
1237
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1236
1238
|
};
|
|
1237
|
-
__kind: "Arithmetic";
|
|
1238
1239
|
} | {
|
|
1240
|
+
__kind: "Transactional";
|
|
1239
1241
|
value: {
|
|
1240
1242
|
__kind: "LimitReached" | "NoLayer";
|
|
1241
1243
|
};
|
|
1242
|
-
__kind: "Transactional";
|
|
1243
1244
|
} | {
|
|
1244
1245
|
__kind: "Exhausted";
|
|
1245
1246
|
} | {
|
|
@@ -1249,7 +1250,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1249
1250
|
} | {
|
|
1250
1251
|
__kind: "RootNotAllowed";
|
|
1251
1252
|
};
|
|
1252
|
-
__kind: "DepositWitnessRejected";
|
|
1253
1253
|
};
|
|
1254
1254
|
details: {
|
|
1255
1255
|
__kind: "DepositFailedDepositChannelVariantArbitrum";
|
|
@@ -1266,7 +1266,6 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1266
1266
|
} | {
|
|
1267
1267
|
__kind: "DepositFailedVaultVariantArbitrum";
|
|
1268
1268
|
vaultWitness: {
|
|
1269
|
-
txId: string;
|
|
1270
1269
|
depositDetails: {
|
|
1271
1270
|
txHashes?: string[] | null | undefined;
|
|
1272
1271
|
};
|
|
@@ -1275,20 +1274,21 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1275
1274
|
};
|
|
1276
1275
|
depositAmount: string | number;
|
|
1277
1276
|
outputAsset: {
|
|
1278
|
-
__kind: "
|
|
1277
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1279
1278
|
};
|
|
1280
1279
|
destinationAddress: {
|
|
1281
|
-
value: string;
|
|
1282
1280
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1281
|
+
value: string;
|
|
1283
1282
|
};
|
|
1283
|
+
txId: string;
|
|
1284
1284
|
affiliateFees: {
|
|
1285
1285
|
account: number;
|
|
1286
1286
|
bps: number;
|
|
1287
1287
|
}[];
|
|
1288
1288
|
refundParams: {
|
|
1289
1289
|
retryDuration: number;
|
|
1290
|
-
minPrice: string | number;
|
|
1291
1290
|
refundAddress: string;
|
|
1291
|
+
minPrice: string | number;
|
|
1292
1292
|
};
|
|
1293
1293
|
boostFee: number;
|
|
1294
1294
|
depositAddress?: string | null | undefined;
|
|
@@ -1303,42 +1303,42 @@ declare const arbitrumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1303
1303
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1304
1304
|
};
|
|
1305
1305
|
sourceAddress?: {
|
|
1306
|
-
value: string;
|
|
1307
1306
|
__kind: "Eth";
|
|
1308
|
-
} | {
|
|
1309
1307
|
value: string;
|
|
1308
|
+
} | {
|
|
1310
1309
|
__kind: "Dot";
|
|
1310
|
+
value: string;
|
|
1311
1311
|
} | {
|
|
1312
|
+
__kind: "Btc";
|
|
1312
1313
|
value: {
|
|
1313
|
-
value: string;
|
|
1314
1314
|
__kind: "P2PKH";
|
|
1315
|
-
} | {
|
|
1316
1315
|
value: string;
|
|
1317
|
-
__kind: "P2SH";
|
|
1318
1316
|
} | {
|
|
1317
|
+
__kind: "P2SH";
|
|
1319
1318
|
value: string;
|
|
1320
|
-
__kind: "P2WPKH";
|
|
1321
1319
|
} | {
|
|
1320
|
+
__kind: "P2WPKH";
|
|
1322
1321
|
value: string;
|
|
1323
|
-
__kind: "P2WSH";
|
|
1324
1322
|
} | {
|
|
1323
|
+
__kind: "P2WSH";
|
|
1325
1324
|
value: string;
|
|
1325
|
+
} | {
|
|
1326
1326
|
__kind: "Taproot";
|
|
1327
|
+
value: string;
|
|
1327
1328
|
} | {
|
|
1328
1329
|
__kind: "OtherSegwit";
|
|
1329
1330
|
version: number;
|
|
1330
1331
|
program: string;
|
|
1331
1332
|
};
|
|
1332
|
-
__kind: "Btc";
|
|
1333
1333
|
} | {
|
|
1334
|
-
value: string;
|
|
1335
1334
|
__kind: "Arb";
|
|
1336
|
-
} | {
|
|
1337
1335
|
value: string;
|
|
1338
|
-
__kind: "Sol";
|
|
1339
1336
|
} | {
|
|
1337
|
+
__kind: "Sol";
|
|
1340
1338
|
value: string;
|
|
1339
|
+
} | {
|
|
1341
1340
|
__kind: "Hub";
|
|
1341
|
+
value: string;
|
|
1342
1342
|
} | null | undefined;
|
|
1343
1343
|
} | null | undefined;
|
|
1344
1344
|
brokerFee?: {
|
|
@@ -1405,17 +1405,17 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1405
1405
|
error: string;
|
|
1406
1406
|
}>;
|
|
1407
1407
|
}, "strip", z.ZodTypeAny, {
|
|
1408
|
+
__kind: "Module";
|
|
1408
1409
|
value: {
|
|
1409
1410
|
index: number;
|
|
1410
1411
|
error: `0x${string}`;
|
|
1411
1412
|
};
|
|
1412
|
-
__kind: "Module";
|
|
1413
1413
|
}, {
|
|
1414
|
+
__kind: "Module";
|
|
1414
1415
|
value: {
|
|
1415
1416
|
index: number;
|
|
1416
1417
|
error: string;
|
|
1417
1418
|
};
|
|
1418
|
-
__kind: "Module";
|
|
1419
1419
|
}>, z.ZodObject<{
|
|
1420
1420
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
1421
1421
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1439,20 +1439,20 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1439
1439
|
value: z.ZodEffects<z.ZodObject<{
|
|
1440
1440
|
__kind: z.ZodEnum<["FundsUnavailable", "OnlyProvider", "BelowMinimum", "CannotCreate", "UnknownAsset", "Frozen", "Unsupported", "CannotCreateHold", "NotExpendable", "Blocked"]>;
|
|
1441
1441
|
}, "strip", z.ZodTypeAny, {
|
|
1442
|
-
__kind: "
|
|
1442
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1443
1443
|
}, {
|
|
1444
|
-
__kind: "
|
|
1445
|
-
}>, "
|
|
1446
|
-
__kind: "
|
|
1444
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1445
|
+
}>, "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked", {
|
|
1446
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1447
1447
|
}>;
|
|
1448
1448
|
}, "strip", z.ZodTypeAny, {
|
|
1449
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1450
1449
|
__kind: "Token";
|
|
1450
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1451
1451
|
}, {
|
|
1452
|
+
__kind: "Token";
|
|
1452
1453
|
value: {
|
|
1453
|
-
__kind: "
|
|
1454
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1454
1455
|
};
|
|
1455
|
-
__kind: "Token";
|
|
1456
1456
|
}>, z.ZodObject<{
|
|
1457
1457
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
1458
1458
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1465,13 +1465,13 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1465
1465
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1466
1466
|
}>;
|
|
1467
1467
|
}, "strip", z.ZodTypeAny, {
|
|
1468
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1469
1468
|
__kind: "Arithmetic";
|
|
1469
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1470
1470
|
}, {
|
|
1471
|
+
__kind: "Arithmetic";
|
|
1471
1472
|
value: {
|
|
1472
1473
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1473
1474
|
};
|
|
1474
|
-
__kind: "Arithmetic";
|
|
1475
1475
|
}>, z.ZodObject<{
|
|
1476
1476
|
__kind: z.ZodLiteral<"Transactional">;
|
|
1477
1477
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -1484,13 +1484,13 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1484
1484
|
__kind: "LimitReached" | "NoLayer";
|
|
1485
1485
|
}>;
|
|
1486
1486
|
}, "strip", z.ZodTypeAny, {
|
|
1487
|
-
value: "LimitReached" | "NoLayer";
|
|
1488
1487
|
__kind: "Transactional";
|
|
1488
|
+
value: "LimitReached" | "NoLayer";
|
|
1489
1489
|
}, {
|
|
1490
|
+
__kind: "Transactional";
|
|
1490
1491
|
value: {
|
|
1491
1492
|
__kind: "LimitReached" | "NoLayer";
|
|
1492
1493
|
};
|
|
1493
|
-
__kind: "Transactional";
|
|
1494
1494
|
}>, z.ZodObject<{
|
|
1495
1495
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
1496
1496
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1517,6 +1517,7 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1517
1517
|
__kind: "RootNotAllowed";
|
|
1518
1518
|
}>]>;
|
|
1519
1519
|
}, "strip", z.ZodTypeAny, {
|
|
1520
|
+
__kind: "DepositWitnessRejected";
|
|
1520
1521
|
value: {
|
|
1521
1522
|
__kind: "Other";
|
|
1522
1523
|
} | {
|
|
@@ -1524,11 +1525,11 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1524
1525
|
} | {
|
|
1525
1526
|
__kind: "BadOrigin";
|
|
1526
1527
|
} | {
|
|
1528
|
+
__kind: "Module";
|
|
1527
1529
|
value: {
|
|
1528
1530
|
index: number;
|
|
1529
1531
|
error: `0x${string}`;
|
|
1530
1532
|
};
|
|
1531
|
-
__kind: "Module";
|
|
1532
1533
|
} | {
|
|
1533
1534
|
__kind: "ConsumerRemaining";
|
|
1534
1535
|
} | {
|
|
@@ -1536,14 +1537,14 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1536
1537
|
} | {
|
|
1537
1538
|
__kind: "TooManyConsumers";
|
|
1538
1539
|
} | {
|
|
1539
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1540
1540
|
__kind: "Token";
|
|
1541
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1541
1542
|
} | {
|
|
1542
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1543
1543
|
__kind: "Arithmetic";
|
|
1544
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1544
1545
|
} | {
|
|
1545
|
-
value: "LimitReached" | "NoLayer";
|
|
1546
1546
|
__kind: "Transactional";
|
|
1547
|
+
value: "LimitReached" | "NoLayer";
|
|
1547
1548
|
} | {
|
|
1548
1549
|
__kind: "Exhausted";
|
|
1549
1550
|
} | {
|
|
@@ -1553,8 +1554,8 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1553
1554
|
} | {
|
|
1554
1555
|
__kind: "RootNotAllowed";
|
|
1555
1556
|
};
|
|
1556
|
-
__kind: "DepositWitnessRejected";
|
|
1557
1557
|
}, {
|
|
1558
|
+
__kind: "DepositWitnessRejected";
|
|
1558
1559
|
value: {
|
|
1559
1560
|
__kind: "Other";
|
|
1560
1561
|
} | {
|
|
@@ -1562,11 +1563,11 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1562
1563
|
} | {
|
|
1563
1564
|
__kind: "BadOrigin";
|
|
1564
1565
|
} | {
|
|
1566
|
+
__kind: "Module";
|
|
1565
1567
|
value: {
|
|
1566
1568
|
index: number;
|
|
1567
1569
|
error: string;
|
|
1568
1570
|
};
|
|
1569
|
-
__kind: "Module";
|
|
1570
1571
|
} | {
|
|
1571
1572
|
__kind: "ConsumerRemaining";
|
|
1572
1573
|
} | {
|
|
@@ -1574,20 +1575,20 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1574
1575
|
} | {
|
|
1575
1576
|
__kind: "TooManyConsumers";
|
|
1576
1577
|
} | {
|
|
1578
|
+
__kind: "Token";
|
|
1577
1579
|
value: {
|
|
1578
|
-
__kind: "
|
|
1580
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1579
1581
|
};
|
|
1580
|
-
__kind: "Token";
|
|
1581
1582
|
} | {
|
|
1583
|
+
__kind: "Arithmetic";
|
|
1582
1584
|
value: {
|
|
1583
1585
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1584
1586
|
};
|
|
1585
|
-
__kind: "Arithmetic";
|
|
1586
1587
|
} | {
|
|
1588
|
+
__kind: "Transactional";
|
|
1587
1589
|
value: {
|
|
1588
1590
|
__kind: "LimitReached" | "NoLayer";
|
|
1589
1591
|
};
|
|
1590
|
-
__kind: "Transactional";
|
|
1591
1592
|
} | {
|
|
1592
1593
|
__kind: "Exhausted";
|
|
1593
1594
|
} | {
|
|
@@ -1597,7 +1598,6 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1597
1598
|
} | {
|
|
1598
1599
|
__kind: "RootNotAllowed";
|
|
1599
1600
|
};
|
|
1600
|
-
__kind: "DepositWitnessRejected";
|
|
1601
1601
|
}>]>;
|
|
1602
1602
|
details: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1603
1603
|
__kind: z.ZodLiteral<"DepositFailedDepositChannelVariantArbitrum">;
|
|
@@ -1684,21 +1684,21 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1684
1684
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
1685
1685
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
1686
1686
|
}, "strip", z.ZodTypeAny, {
|
|
1687
|
-
__kind: "
|
|
1687
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1688
1688
|
}, {
|
|
1689
|
-
__kind: "
|
|
1690
|
-
}>, "
|
|
1691
|
-
__kind: "
|
|
1689
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1690
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
1691
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
1692
1692
|
}>;
|
|
1693
1693
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
1694
1694
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
1695
1695
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1696
1696
|
}, "strip", z.ZodTypeAny, {
|
|
1697
|
-
value: `0x${string}`;
|
|
1698
1697
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1698
|
+
value: `0x${string}`;
|
|
1699
1699
|
}, {
|
|
1700
|
-
value: string;
|
|
1701
1700
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1701
|
+
value: string;
|
|
1702
1702
|
}>, {
|
|
1703
1703
|
readonly chain: "Ethereum";
|
|
1704
1704
|
readonly address: `0x${string}`;
|
|
@@ -1718,8 +1718,8 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1718
1718
|
readonly chain: "Assethub";
|
|
1719
1719
|
readonly address: string;
|
|
1720
1720
|
}, {
|
|
1721
|
-
value: string;
|
|
1722
1721
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1722
|
+
value: string;
|
|
1723
1723
|
}>;
|
|
1724
1724
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1725
1725
|
channelMetadata: z.ZodObject<{
|
|
@@ -1748,67 +1748,67 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1748
1748
|
__kind: z.ZodLiteral<"Eth">;
|
|
1749
1749
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1750
1750
|
}, "strip", z.ZodTypeAny, {
|
|
1751
|
-
value: `0x${string}`;
|
|
1752
1751
|
__kind: "Eth";
|
|
1752
|
+
value: `0x${string}`;
|
|
1753
1753
|
}, {
|
|
1754
|
-
value: string;
|
|
1755
1754
|
__kind: "Eth";
|
|
1755
|
+
value: string;
|
|
1756
1756
|
}>, z.ZodObject<{
|
|
1757
1757
|
__kind: z.ZodLiteral<"Dot">;
|
|
1758
1758
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1759
1759
|
}, "strip", z.ZodTypeAny, {
|
|
1760
|
-
value: `0x${string}`;
|
|
1761
1760
|
__kind: "Dot";
|
|
1761
|
+
value: `0x${string}`;
|
|
1762
1762
|
}, {
|
|
1763
|
-
value: string;
|
|
1764
1763
|
__kind: "Dot";
|
|
1764
|
+
value: string;
|
|
1765
1765
|
}>, z.ZodObject<{
|
|
1766
1766
|
__kind: z.ZodLiteral<"Btc">;
|
|
1767
1767
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1768
1768
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1769
1769
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1770
1770
|
}, "strip", z.ZodTypeAny, {
|
|
1771
|
-
value: `0x${string}`;
|
|
1772
1771
|
__kind: "P2PKH";
|
|
1772
|
+
value: `0x${string}`;
|
|
1773
1773
|
}, {
|
|
1774
|
-
value: string;
|
|
1775
1774
|
__kind: "P2PKH";
|
|
1775
|
+
value: string;
|
|
1776
1776
|
}>, z.ZodObject<{
|
|
1777
1777
|
__kind: z.ZodLiteral<"P2SH">;
|
|
1778
1778
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1779
1779
|
}, "strip", z.ZodTypeAny, {
|
|
1780
|
-
value: `0x${string}`;
|
|
1781
1780
|
__kind: "P2SH";
|
|
1781
|
+
value: `0x${string}`;
|
|
1782
1782
|
}, {
|
|
1783
|
-
value: string;
|
|
1784
1783
|
__kind: "P2SH";
|
|
1784
|
+
value: string;
|
|
1785
1785
|
}>, z.ZodObject<{
|
|
1786
1786
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1787
1787
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1788
1788
|
}, "strip", z.ZodTypeAny, {
|
|
1789
|
-
value: `0x${string}`;
|
|
1790
1789
|
__kind: "P2WPKH";
|
|
1790
|
+
value: `0x${string}`;
|
|
1791
1791
|
}, {
|
|
1792
|
-
value: string;
|
|
1793
1792
|
__kind: "P2WPKH";
|
|
1793
|
+
value: string;
|
|
1794
1794
|
}>, z.ZodObject<{
|
|
1795
1795
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
1796
1796
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1797
1797
|
}, "strip", z.ZodTypeAny, {
|
|
1798
|
-
value: `0x${string}`;
|
|
1799
1798
|
__kind: "P2WSH";
|
|
1799
|
+
value: `0x${string}`;
|
|
1800
1800
|
}, {
|
|
1801
|
-
value: string;
|
|
1802
1801
|
__kind: "P2WSH";
|
|
1802
|
+
value: string;
|
|
1803
1803
|
}>, z.ZodObject<{
|
|
1804
1804
|
__kind: z.ZodLiteral<"Taproot">;
|
|
1805
1805
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1806
1806
|
}, "strip", z.ZodTypeAny, {
|
|
1807
|
-
value: `0x${string}`;
|
|
1808
1807
|
__kind: "Taproot";
|
|
1808
|
+
value: `0x${string}`;
|
|
1809
1809
|
}, {
|
|
1810
|
-
value: string;
|
|
1811
1810
|
__kind: "Taproot";
|
|
1811
|
+
value: string;
|
|
1812
1812
|
}>, z.ZodObject<{
|
|
1813
1813
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1814
1814
|
version: z.ZodNumber;
|
|
@@ -1823,76 +1823,76 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1823
1823
|
program: string;
|
|
1824
1824
|
}>]>;
|
|
1825
1825
|
}, "strip", z.ZodTypeAny, {
|
|
1826
|
+
__kind: "Btc";
|
|
1826
1827
|
value: {
|
|
1827
|
-
value: `0x${string}`;
|
|
1828
1828
|
__kind: "P2PKH";
|
|
1829
|
-
} | {
|
|
1830
1829
|
value: `0x${string}`;
|
|
1831
|
-
__kind: "P2SH";
|
|
1832
1830
|
} | {
|
|
1831
|
+
__kind: "P2SH";
|
|
1833
1832
|
value: `0x${string}`;
|
|
1834
|
-
__kind: "P2WPKH";
|
|
1835
1833
|
} | {
|
|
1834
|
+
__kind: "P2WPKH";
|
|
1836
1835
|
value: `0x${string}`;
|
|
1837
|
-
__kind: "P2WSH";
|
|
1838
1836
|
} | {
|
|
1837
|
+
__kind: "P2WSH";
|
|
1839
1838
|
value: `0x${string}`;
|
|
1839
|
+
} | {
|
|
1840
1840
|
__kind: "Taproot";
|
|
1841
|
+
value: `0x${string}`;
|
|
1841
1842
|
} | {
|
|
1842
1843
|
__kind: "OtherSegwit";
|
|
1843
1844
|
version: number;
|
|
1844
1845
|
program: `0x${string}`;
|
|
1845
1846
|
};
|
|
1846
|
-
__kind: "Btc";
|
|
1847
1847
|
}, {
|
|
1848
|
+
__kind: "Btc";
|
|
1848
1849
|
value: {
|
|
1849
|
-
value: string;
|
|
1850
1850
|
__kind: "P2PKH";
|
|
1851
|
-
} | {
|
|
1852
1851
|
value: string;
|
|
1853
|
-
__kind: "P2SH";
|
|
1854
1852
|
} | {
|
|
1853
|
+
__kind: "P2SH";
|
|
1855
1854
|
value: string;
|
|
1856
|
-
__kind: "P2WPKH";
|
|
1857
1855
|
} | {
|
|
1856
|
+
__kind: "P2WPKH";
|
|
1858
1857
|
value: string;
|
|
1859
|
-
__kind: "P2WSH";
|
|
1860
1858
|
} | {
|
|
1859
|
+
__kind: "P2WSH";
|
|
1861
1860
|
value: string;
|
|
1861
|
+
} | {
|
|
1862
1862
|
__kind: "Taproot";
|
|
1863
|
+
value: string;
|
|
1863
1864
|
} | {
|
|
1864
1865
|
__kind: "OtherSegwit";
|
|
1865
1866
|
version: number;
|
|
1866
1867
|
program: string;
|
|
1867
1868
|
};
|
|
1868
|
-
__kind: "Btc";
|
|
1869
1869
|
}>, z.ZodObject<{
|
|
1870
1870
|
__kind: z.ZodLiteral<"Arb">;
|
|
1871
1871
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1872
1872
|
}, "strip", z.ZodTypeAny, {
|
|
1873
|
-
value: `0x${string}`;
|
|
1874
1873
|
__kind: "Arb";
|
|
1874
|
+
value: `0x${string}`;
|
|
1875
1875
|
}, {
|
|
1876
|
-
value: string;
|
|
1877
1876
|
__kind: "Arb";
|
|
1877
|
+
value: string;
|
|
1878
1878
|
}>, z.ZodObject<{
|
|
1879
1879
|
__kind: z.ZodLiteral<"Sol">;
|
|
1880
1880
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1881
1881
|
}, "strip", z.ZodTypeAny, {
|
|
1882
|
-
value: `0x${string}`;
|
|
1883
1882
|
__kind: "Sol";
|
|
1883
|
+
value: `0x${string}`;
|
|
1884
1884
|
}, {
|
|
1885
|
-
value: string;
|
|
1886
1885
|
__kind: "Sol";
|
|
1886
|
+
value: string;
|
|
1887
1887
|
}>, z.ZodObject<{
|
|
1888
1888
|
__kind: z.ZodLiteral<"Hub">;
|
|
1889
1889
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1890
1890
|
}, "strip", z.ZodTypeAny, {
|
|
1891
|
-
value: `0x${string}`;
|
|
1892
1891
|
__kind: "Hub";
|
|
1892
|
+
value: `0x${string}`;
|
|
1893
1893
|
}, {
|
|
1894
|
-
value: string;
|
|
1895
1894
|
__kind: "Hub";
|
|
1895
|
+
value: string;
|
|
1896
1896
|
}>]>>>;
|
|
1897
1897
|
}, "strip", z.ZodTypeAny, {
|
|
1898
1898
|
channelMetadata: {
|
|
@@ -1902,42 +1902,42 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1902
1902
|
};
|
|
1903
1903
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1904
1904
|
sourceAddress?: {
|
|
1905
|
-
value: `0x${string}`;
|
|
1906
1905
|
__kind: "Eth";
|
|
1907
|
-
} | {
|
|
1908
1906
|
value: `0x${string}`;
|
|
1907
|
+
} | {
|
|
1909
1908
|
__kind: "Dot";
|
|
1909
|
+
value: `0x${string}`;
|
|
1910
1910
|
} | {
|
|
1911
|
+
__kind: "Btc";
|
|
1911
1912
|
value: {
|
|
1912
|
-
value: `0x${string}`;
|
|
1913
1913
|
__kind: "P2PKH";
|
|
1914
|
-
} | {
|
|
1915
1914
|
value: `0x${string}`;
|
|
1916
|
-
__kind: "P2SH";
|
|
1917
1915
|
} | {
|
|
1916
|
+
__kind: "P2SH";
|
|
1918
1917
|
value: `0x${string}`;
|
|
1919
|
-
__kind: "P2WPKH";
|
|
1920
1918
|
} | {
|
|
1919
|
+
__kind: "P2WPKH";
|
|
1921
1920
|
value: `0x${string}`;
|
|
1922
|
-
__kind: "P2WSH";
|
|
1923
1921
|
} | {
|
|
1922
|
+
__kind: "P2WSH";
|
|
1924
1923
|
value: `0x${string}`;
|
|
1924
|
+
} | {
|
|
1925
1925
|
__kind: "Taproot";
|
|
1926
|
+
value: `0x${string}`;
|
|
1926
1927
|
} | {
|
|
1927
1928
|
__kind: "OtherSegwit";
|
|
1928
1929
|
version: number;
|
|
1929
1930
|
program: `0x${string}`;
|
|
1930
1931
|
};
|
|
1931
|
-
__kind: "Btc";
|
|
1932
1932
|
} | {
|
|
1933
|
-
value: `0x${string}`;
|
|
1934
1933
|
__kind: "Arb";
|
|
1935
|
-
} | {
|
|
1936
1934
|
value: `0x${string}`;
|
|
1937
|
-
__kind: "Sol";
|
|
1938
1935
|
} | {
|
|
1936
|
+
__kind: "Sol";
|
|
1939
1937
|
value: `0x${string}`;
|
|
1938
|
+
} | {
|
|
1940
1939
|
__kind: "Hub";
|
|
1940
|
+
value: `0x${string}`;
|
|
1941
1941
|
} | null | undefined;
|
|
1942
1942
|
}, {
|
|
1943
1943
|
channelMetadata: {
|
|
@@ -1949,42 +1949,42 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
1949
1949
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1950
1950
|
};
|
|
1951
1951
|
sourceAddress?: {
|
|
1952
|
-
value: string;
|
|
1953
1952
|
__kind: "Eth";
|
|
1954
|
-
} | {
|
|
1955
1953
|
value: string;
|
|
1954
|
+
} | {
|
|
1956
1955
|
__kind: "Dot";
|
|
1956
|
+
value: string;
|
|
1957
1957
|
} | {
|
|
1958
|
+
__kind: "Btc";
|
|
1958
1959
|
value: {
|
|
1959
|
-
value: string;
|
|
1960
1960
|
__kind: "P2PKH";
|
|
1961
|
-
} | {
|
|
1962
1961
|
value: string;
|
|
1963
|
-
__kind: "P2SH";
|
|
1964
1962
|
} | {
|
|
1963
|
+
__kind: "P2SH";
|
|
1965
1964
|
value: string;
|
|
1966
|
-
__kind: "P2WPKH";
|
|
1967
1965
|
} | {
|
|
1966
|
+
__kind: "P2WPKH";
|
|
1968
1967
|
value: string;
|
|
1969
|
-
__kind: "P2WSH";
|
|
1970
1968
|
} | {
|
|
1969
|
+
__kind: "P2WSH";
|
|
1971
1970
|
value: string;
|
|
1971
|
+
} | {
|
|
1972
1972
|
__kind: "Taproot";
|
|
1973
|
+
value: string;
|
|
1973
1974
|
} | {
|
|
1974
1975
|
__kind: "OtherSegwit";
|
|
1975
1976
|
version: number;
|
|
1976
1977
|
program: string;
|
|
1977
1978
|
};
|
|
1978
|
-
__kind: "Btc";
|
|
1979
1979
|
} | {
|
|
1980
|
-
value: string;
|
|
1981
1980
|
__kind: "Arb";
|
|
1982
|
-
} | {
|
|
1983
1981
|
value: string;
|
|
1984
|
-
__kind: "Sol";
|
|
1985
1982
|
} | {
|
|
1983
|
+
__kind: "Sol";
|
|
1986
1984
|
value: string;
|
|
1985
|
+
} | {
|
|
1987
1986
|
__kind: "Hub";
|
|
1987
|
+
value: string;
|
|
1988
1988
|
} | null | undefined;
|
|
1989
1989
|
}>>>;
|
|
1990
1990
|
txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -2014,12 +2014,12 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2014
2014
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2015
2015
|
}, "strip", z.ZodTypeAny, {
|
|
2016
2016
|
retryDuration: number;
|
|
2017
|
-
minPrice: bigint;
|
|
2018
2017
|
refundAddress: `0x${string}`;
|
|
2018
|
+
minPrice: bigint;
|
|
2019
2019
|
}, {
|
|
2020
2020
|
retryDuration: number;
|
|
2021
|
-
minPrice: string | number;
|
|
2022
2021
|
refundAddress: string;
|
|
2022
|
+
minPrice: string | number;
|
|
2023
2023
|
}>;
|
|
2024
2024
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2025
2025
|
numberOfChunks: z.ZodNumber;
|
|
@@ -2033,13 +2033,12 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2033
2033
|
}>>>;
|
|
2034
2034
|
boostFee: z.ZodNumber;
|
|
2035
2035
|
}, "strip", z.ZodTypeAny, {
|
|
2036
|
-
txId: `0x${string}`;
|
|
2037
2036
|
depositDetails: {
|
|
2038
2037
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
2039
2038
|
};
|
|
2040
2039
|
inputAsset: "ArbEth" | "ArbUsdc";
|
|
2041
2040
|
depositAmount: bigint;
|
|
2042
|
-
outputAsset: "
|
|
2041
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2043
2042
|
destinationAddress: {
|
|
2044
2043
|
readonly chain: "Ethereum";
|
|
2045
2044
|
readonly address: `0x${string}`;
|
|
@@ -2059,14 +2058,15 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2059
2058
|
readonly chain: "Assethub";
|
|
2060
2059
|
readonly address: string;
|
|
2061
2060
|
};
|
|
2061
|
+
txId: `0x${string}`;
|
|
2062
2062
|
affiliateFees: {
|
|
2063
2063
|
account: number;
|
|
2064
2064
|
bps: number;
|
|
2065
2065
|
}[];
|
|
2066
2066
|
refundParams: {
|
|
2067
2067
|
retryDuration: number;
|
|
2068
|
-
minPrice: bigint;
|
|
2069
2068
|
refundAddress: `0x${string}`;
|
|
2069
|
+
minPrice: bigint;
|
|
2070
2070
|
};
|
|
2071
2071
|
boostFee: number;
|
|
2072
2072
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -2079,42 +2079,42 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2079
2079
|
};
|
|
2080
2080
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2081
2081
|
sourceAddress?: {
|
|
2082
|
-
value: `0x${string}`;
|
|
2083
2082
|
__kind: "Eth";
|
|
2084
|
-
} | {
|
|
2085
2083
|
value: `0x${string}`;
|
|
2084
|
+
} | {
|
|
2086
2085
|
__kind: "Dot";
|
|
2086
|
+
value: `0x${string}`;
|
|
2087
2087
|
} | {
|
|
2088
|
+
__kind: "Btc";
|
|
2088
2089
|
value: {
|
|
2089
|
-
value: `0x${string}`;
|
|
2090
2090
|
__kind: "P2PKH";
|
|
2091
|
-
} | {
|
|
2092
2091
|
value: `0x${string}`;
|
|
2093
|
-
__kind: "P2SH";
|
|
2094
2092
|
} | {
|
|
2093
|
+
__kind: "P2SH";
|
|
2095
2094
|
value: `0x${string}`;
|
|
2096
|
-
__kind: "P2WPKH";
|
|
2097
2095
|
} | {
|
|
2096
|
+
__kind: "P2WPKH";
|
|
2098
2097
|
value: `0x${string}`;
|
|
2099
|
-
__kind: "P2WSH";
|
|
2100
2098
|
} | {
|
|
2099
|
+
__kind: "P2WSH";
|
|
2101
2100
|
value: `0x${string}`;
|
|
2101
|
+
} | {
|
|
2102
2102
|
__kind: "Taproot";
|
|
2103
|
+
value: `0x${string}`;
|
|
2103
2104
|
} | {
|
|
2104
2105
|
__kind: "OtherSegwit";
|
|
2105
2106
|
version: number;
|
|
2106
2107
|
program: `0x${string}`;
|
|
2107
2108
|
};
|
|
2108
|
-
__kind: "Btc";
|
|
2109
2109
|
} | {
|
|
2110
|
-
value: `0x${string}`;
|
|
2111
2110
|
__kind: "Arb";
|
|
2112
|
-
} | {
|
|
2113
2111
|
value: `0x${string}`;
|
|
2114
|
-
__kind: "Sol";
|
|
2115
2112
|
} | {
|
|
2113
|
+
__kind: "Sol";
|
|
2116
2114
|
value: `0x${string}`;
|
|
2115
|
+
} | {
|
|
2117
2116
|
__kind: "Hub";
|
|
2117
|
+
value: `0x${string}`;
|
|
2118
2118
|
} | null | undefined;
|
|
2119
2119
|
} | null | undefined;
|
|
2120
2120
|
brokerFee?: {
|
|
@@ -2126,7 +2126,6 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2126
2126
|
chunkInterval: number;
|
|
2127
2127
|
} | null | undefined;
|
|
2128
2128
|
}, {
|
|
2129
|
-
txId: string;
|
|
2130
2129
|
depositDetails: {
|
|
2131
2130
|
txHashes?: string[] | null | undefined;
|
|
2132
2131
|
};
|
|
@@ -2135,20 +2134,21 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2135
2134
|
};
|
|
2136
2135
|
depositAmount: string | number;
|
|
2137
2136
|
outputAsset: {
|
|
2138
|
-
__kind: "
|
|
2137
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2139
2138
|
};
|
|
2140
2139
|
destinationAddress: {
|
|
2141
|
-
value: string;
|
|
2142
2140
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2141
|
+
value: string;
|
|
2143
2142
|
};
|
|
2143
|
+
txId: string;
|
|
2144
2144
|
affiliateFees: {
|
|
2145
2145
|
account: number;
|
|
2146
2146
|
bps: number;
|
|
2147
2147
|
}[];
|
|
2148
2148
|
refundParams: {
|
|
2149
2149
|
retryDuration: number;
|
|
2150
|
-
minPrice: string | number;
|
|
2151
2150
|
refundAddress: string;
|
|
2151
|
+
minPrice: string | number;
|
|
2152
2152
|
};
|
|
2153
2153
|
boostFee: number;
|
|
2154
2154
|
depositAddress?: string | null | undefined;
|
|
@@ -2163,42 +2163,42 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2163
2163
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2164
2164
|
};
|
|
2165
2165
|
sourceAddress?: {
|
|
2166
|
-
value: string;
|
|
2167
2166
|
__kind: "Eth";
|
|
2168
|
-
} | {
|
|
2169
2167
|
value: string;
|
|
2168
|
+
} | {
|
|
2170
2169
|
__kind: "Dot";
|
|
2170
|
+
value: string;
|
|
2171
2171
|
} | {
|
|
2172
|
+
__kind: "Btc";
|
|
2172
2173
|
value: {
|
|
2173
|
-
value: string;
|
|
2174
2174
|
__kind: "P2PKH";
|
|
2175
|
-
} | {
|
|
2176
2175
|
value: string;
|
|
2177
|
-
__kind: "P2SH";
|
|
2178
2176
|
} | {
|
|
2177
|
+
__kind: "P2SH";
|
|
2179
2178
|
value: string;
|
|
2180
|
-
__kind: "P2WPKH";
|
|
2181
2179
|
} | {
|
|
2180
|
+
__kind: "P2WPKH";
|
|
2182
2181
|
value: string;
|
|
2183
|
-
__kind: "P2WSH";
|
|
2184
2182
|
} | {
|
|
2183
|
+
__kind: "P2WSH";
|
|
2185
2184
|
value: string;
|
|
2185
|
+
} | {
|
|
2186
2186
|
__kind: "Taproot";
|
|
2187
|
+
value: string;
|
|
2187
2188
|
} | {
|
|
2188
2189
|
__kind: "OtherSegwit";
|
|
2189
2190
|
version: number;
|
|
2190
2191
|
program: string;
|
|
2191
2192
|
};
|
|
2192
|
-
__kind: "Btc";
|
|
2193
2193
|
} | {
|
|
2194
|
-
value: string;
|
|
2195
2194
|
__kind: "Arb";
|
|
2196
|
-
} | {
|
|
2197
2195
|
value: string;
|
|
2198
|
-
__kind: "Sol";
|
|
2199
2196
|
} | {
|
|
2197
|
+
__kind: "Sol";
|
|
2200
2198
|
value: string;
|
|
2199
|
+
} | {
|
|
2201
2200
|
__kind: "Hub";
|
|
2201
|
+
value: string;
|
|
2202
2202
|
} | null | undefined;
|
|
2203
2203
|
} | null | undefined;
|
|
2204
2204
|
brokerFee?: {
|
|
@@ -2213,13 +2213,12 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2213
2213
|
}, "strip", z.ZodTypeAny, {
|
|
2214
2214
|
__kind: "DepositFailedVaultVariantArbitrum";
|
|
2215
2215
|
vaultWitness: {
|
|
2216
|
-
txId: `0x${string}`;
|
|
2217
2216
|
depositDetails: {
|
|
2218
2217
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
2219
2218
|
};
|
|
2220
2219
|
inputAsset: "ArbEth" | "ArbUsdc";
|
|
2221
2220
|
depositAmount: bigint;
|
|
2222
|
-
outputAsset: "
|
|
2221
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2223
2222
|
destinationAddress: {
|
|
2224
2223
|
readonly chain: "Ethereum";
|
|
2225
2224
|
readonly address: `0x${string}`;
|
|
@@ -2239,14 +2238,15 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2239
2238
|
readonly chain: "Assethub";
|
|
2240
2239
|
readonly address: string;
|
|
2241
2240
|
};
|
|
2241
|
+
txId: `0x${string}`;
|
|
2242
2242
|
affiliateFees: {
|
|
2243
2243
|
account: number;
|
|
2244
2244
|
bps: number;
|
|
2245
2245
|
}[];
|
|
2246
2246
|
refundParams: {
|
|
2247
2247
|
retryDuration: number;
|
|
2248
|
-
minPrice: bigint;
|
|
2249
2248
|
refundAddress: `0x${string}`;
|
|
2249
|
+
minPrice: bigint;
|
|
2250
2250
|
};
|
|
2251
2251
|
boostFee: number;
|
|
2252
2252
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -2259,42 +2259,42 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2259
2259
|
};
|
|
2260
2260
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2261
2261
|
sourceAddress?: {
|
|
2262
|
-
value: `0x${string}`;
|
|
2263
2262
|
__kind: "Eth";
|
|
2264
|
-
} | {
|
|
2265
2263
|
value: `0x${string}`;
|
|
2264
|
+
} | {
|
|
2266
2265
|
__kind: "Dot";
|
|
2266
|
+
value: `0x${string}`;
|
|
2267
2267
|
} | {
|
|
2268
|
+
__kind: "Btc";
|
|
2268
2269
|
value: {
|
|
2269
|
-
value: `0x${string}`;
|
|
2270
2270
|
__kind: "P2PKH";
|
|
2271
|
-
} | {
|
|
2272
2271
|
value: `0x${string}`;
|
|
2273
|
-
__kind: "P2SH";
|
|
2274
2272
|
} | {
|
|
2273
|
+
__kind: "P2SH";
|
|
2275
2274
|
value: `0x${string}`;
|
|
2276
|
-
__kind: "P2WPKH";
|
|
2277
2275
|
} | {
|
|
2276
|
+
__kind: "P2WPKH";
|
|
2278
2277
|
value: `0x${string}`;
|
|
2279
|
-
__kind: "P2WSH";
|
|
2280
2278
|
} | {
|
|
2279
|
+
__kind: "P2WSH";
|
|
2281
2280
|
value: `0x${string}`;
|
|
2281
|
+
} | {
|
|
2282
2282
|
__kind: "Taproot";
|
|
2283
|
+
value: `0x${string}`;
|
|
2283
2284
|
} | {
|
|
2284
2285
|
__kind: "OtherSegwit";
|
|
2285
2286
|
version: number;
|
|
2286
2287
|
program: `0x${string}`;
|
|
2287
2288
|
};
|
|
2288
|
-
__kind: "Btc";
|
|
2289
2289
|
} | {
|
|
2290
|
-
value: `0x${string}`;
|
|
2291
2290
|
__kind: "Arb";
|
|
2292
|
-
} | {
|
|
2293
2291
|
value: `0x${string}`;
|
|
2294
|
-
__kind: "Sol";
|
|
2295
2292
|
} | {
|
|
2293
|
+
__kind: "Sol";
|
|
2296
2294
|
value: `0x${string}`;
|
|
2295
|
+
} | {
|
|
2297
2296
|
__kind: "Hub";
|
|
2297
|
+
value: `0x${string}`;
|
|
2298
2298
|
} | null | undefined;
|
|
2299
2299
|
} | null | undefined;
|
|
2300
2300
|
brokerFee?: {
|
|
@@ -2309,7 +2309,6 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2309
2309
|
}, {
|
|
2310
2310
|
__kind: "DepositFailedVaultVariantArbitrum";
|
|
2311
2311
|
vaultWitness: {
|
|
2312
|
-
txId: string;
|
|
2313
2312
|
depositDetails: {
|
|
2314
2313
|
txHashes?: string[] | null | undefined;
|
|
2315
2314
|
};
|
|
@@ -2318,20 +2317,21 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2318
2317
|
};
|
|
2319
2318
|
depositAmount: string | number;
|
|
2320
2319
|
outputAsset: {
|
|
2321
|
-
__kind: "
|
|
2320
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2322
2321
|
};
|
|
2323
2322
|
destinationAddress: {
|
|
2324
|
-
value: string;
|
|
2325
2323
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2324
|
+
value: string;
|
|
2326
2325
|
};
|
|
2326
|
+
txId: string;
|
|
2327
2327
|
affiliateFees: {
|
|
2328
2328
|
account: number;
|
|
2329
2329
|
bps: number;
|
|
2330
2330
|
}[];
|
|
2331
2331
|
refundParams: {
|
|
2332
2332
|
retryDuration: number;
|
|
2333
|
-
minPrice: string | number;
|
|
2334
2333
|
refundAddress: string;
|
|
2334
|
+
minPrice: string | number;
|
|
2335
2335
|
};
|
|
2336
2336
|
boostFee: number;
|
|
2337
2337
|
depositAddress?: string | null | undefined;
|
|
@@ -2346,42 +2346,42 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2346
2346
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2347
2347
|
};
|
|
2348
2348
|
sourceAddress?: {
|
|
2349
|
-
value: string;
|
|
2350
2349
|
__kind: "Eth";
|
|
2351
|
-
} | {
|
|
2352
2350
|
value: string;
|
|
2351
|
+
} | {
|
|
2353
2352
|
__kind: "Dot";
|
|
2353
|
+
value: string;
|
|
2354
2354
|
} | {
|
|
2355
|
+
__kind: "Btc";
|
|
2355
2356
|
value: {
|
|
2356
|
-
value: string;
|
|
2357
2357
|
__kind: "P2PKH";
|
|
2358
|
-
} | {
|
|
2359
2358
|
value: string;
|
|
2360
|
-
__kind: "P2SH";
|
|
2361
2359
|
} | {
|
|
2360
|
+
__kind: "P2SH";
|
|
2362
2361
|
value: string;
|
|
2363
|
-
__kind: "P2WPKH";
|
|
2364
2362
|
} | {
|
|
2363
|
+
__kind: "P2WPKH";
|
|
2365
2364
|
value: string;
|
|
2366
|
-
__kind: "P2WSH";
|
|
2367
2365
|
} | {
|
|
2366
|
+
__kind: "P2WSH";
|
|
2368
2367
|
value: string;
|
|
2368
|
+
} | {
|
|
2369
2369
|
__kind: "Taproot";
|
|
2370
|
+
value: string;
|
|
2370
2371
|
} | {
|
|
2371
2372
|
__kind: "OtherSegwit";
|
|
2372
2373
|
version: number;
|
|
2373
2374
|
program: string;
|
|
2374
2375
|
};
|
|
2375
|
-
__kind: "Btc";
|
|
2376
2376
|
} | {
|
|
2377
|
-
value: string;
|
|
2378
2377
|
__kind: "Arb";
|
|
2379
|
-
} | {
|
|
2380
2378
|
value: string;
|
|
2381
|
-
__kind: "Sol";
|
|
2382
2379
|
} | {
|
|
2380
|
+
__kind: "Sol";
|
|
2383
2381
|
value: string;
|
|
2382
|
+
} | {
|
|
2384
2383
|
__kind: "Hub";
|
|
2384
|
+
value: string;
|
|
2385
2385
|
} | null | undefined;
|
|
2386
2386
|
} | null | undefined;
|
|
2387
2387
|
brokerFee?: {
|
|
@@ -2403,6 +2403,7 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2403
2403
|
} | {
|
|
2404
2404
|
__kind: "TransactionRejectedByBroker";
|
|
2405
2405
|
} | {
|
|
2406
|
+
__kind: "DepositWitnessRejected";
|
|
2406
2407
|
value: {
|
|
2407
2408
|
__kind: "Other";
|
|
2408
2409
|
} | {
|
|
@@ -2410,11 +2411,11 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2410
2411
|
} | {
|
|
2411
2412
|
__kind: "BadOrigin";
|
|
2412
2413
|
} | {
|
|
2414
|
+
__kind: "Module";
|
|
2413
2415
|
value: {
|
|
2414
2416
|
index: number;
|
|
2415
2417
|
error: `0x${string}`;
|
|
2416
2418
|
};
|
|
2417
|
-
__kind: "Module";
|
|
2418
2419
|
} | {
|
|
2419
2420
|
__kind: "ConsumerRemaining";
|
|
2420
2421
|
} | {
|
|
@@ -2422,14 +2423,14 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2422
2423
|
} | {
|
|
2423
2424
|
__kind: "TooManyConsumers";
|
|
2424
2425
|
} | {
|
|
2425
|
-
value: "Unsupported" | "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2426
2426
|
__kind: "Token";
|
|
2427
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2427
2428
|
} | {
|
|
2428
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2429
2429
|
__kind: "Arithmetic";
|
|
2430
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2430
2431
|
} | {
|
|
2431
|
-
value: "LimitReached" | "NoLayer";
|
|
2432
2432
|
__kind: "Transactional";
|
|
2433
|
+
value: "LimitReached" | "NoLayer";
|
|
2433
2434
|
} | {
|
|
2434
2435
|
__kind: "Exhausted";
|
|
2435
2436
|
} | {
|
|
@@ -2439,7 +2440,6 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2439
2440
|
} | {
|
|
2440
2441
|
__kind: "RootNotAllowed";
|
|
2441
2442
|
};
|
|
2442
|
-
__kind: "DepositWitnessRejected";
|
|
2443
2443
|
};
|
|
2444
2444
|
details: {
|
|
2445
2445
|
__kind: "DepositFailedDepositChannelVariantArbitrum";
|
|
@@ -2454,13 +2454,12 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2454
2454
|
} | {
|
|
2455
2455
|
__kind: "DepositFailedVaultVariantArbitrum";
|
|
2456
2456
|
vaultWitness: {
|
|
2457
|
-
txId: `0x${string}`;
|
|
2458
2457
|
depositDetails: {
|
|
2459
2458
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
2460
2459
|
};
|
|
2461
2460
|
inputAsset: "ArbEth" | "ArbUsdc";
|
|
2462
2461
|
depositAmount: bigint;
|
|
2463
|
-
outputAsset: "
|
|
2462
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2464
2463
|
destinationAddress: {
|
|
2465
2464
|
readonly chain: "Ethereum";
|
|
2466
2465
|
readonly address: `0x${string}`;
|
|
@@ -2480,14 +2479,15 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2480
2479
|
readonly chain: "Assethub";
|
|
2481
2480
|
readonly address: string;
|
|
2482
2481
|
};
|
|
2482
|
+
txId: `0x${string}`;
|
|
2483
2483
|
affiliateFees: {
|
|
2484
2484
|
account: number;
|
|
2485
2485
|
bps: number;
|
|
2486
2486
|
}[];
|
|
2487
2487
|
refundParams: {
|
|
2488
2488
|
retryDuration: number;
|
|
2489
|
-
minPrice: bigint;
|
|
2490
2489
|
refundAddress: `0x${string}`;
|
|
2490
|
+
minPrice: bigint;
|
|
2491
2491
|
};
|
|
2492
2492
|
boostFee: number;
|
|
2493
2493
|
depositAddress?: `0x${string}` | null | undefined;
|
|
@@ -2500,42 +2500,42 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2500
2500
|
};
|
|
2501
2501
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2502
2502
|
sourceAddress?: {
|
|
2503
|
-
value: `0x${string}`;
|
|
2504
2503
|
__kind: "Eth";
|
|
2505
|
-
} | {
|
|
2506
2504
|
value: `0x${string}`;
|
|
2505
|
+
} | {
|
|
2507
2506
|
__kind: "Dot";
|
|
2507
|
+
value: `0x${string}`;
|
|
2508
2508
|
} | {
|
|
2509
|
+
__kind: "Btc";
|
|
2509
2510
|
value: {
|
|
2510
|
-
value: `0x${string}`;
|
|
2511
2511
|
__kind: "P2PKH";
|
|
2512
|
-
} | {
|
|
2513
2512
|
value: `0x${string}`;
|
|
2514
|
-
__kind: "P2SH";
|
|
2515
2513
|
} | {
|
|
2514
|
+
__kind: "P2SH";
|
|
2516
2515
|
value: `0x${string}`;
|
|
2517
|
-
__kind: "P2WPKH";
|
|
2518
2516
|
} | {
|
|
2517
|
+
__kind: "P2WPKH";
|
|
2519
2518
|
value: `0x${string}`;
|
|
2520
|
-
__kind: "P2WSH";
|
|
2521
2519
|
} | {
|
|
2520
|
+
__kind: "P2WSH";
|
|
2522
2521
|
value: `0x${string}`;
|
|
2522
|
+
} | {
|
|
2523
2523
|
__kind: "Taproot";
|
|
2524
|
+
value: `0x${string}`;
|
|
2524
2525
|
} | {
|
|
2525
2526
|
__kind: "OtherSegwit";
|
|
2526
2527
|
version: number;
|
|
2527
2528
|
program: `0x${string}`;
|
|
2528
2529
|
};
|
|
2529
|
-
__kind: "Btc";
|
|
2530
2530
|
} | {
|
|
2531
|
-
value: `0x${string}`;
|
|
2532
2531
|
__kind: "Arb";
|
|
2533
|
-
} | {
|
|
2534
2532
|
value: `0x${string}`;
|
|
2535
|
-
__kind: "Sol";
|
|
2536
2533
|
} | {
|
|
2534
|
+
__kind: "Sol";
|
|
2537
2535
|
value: `0x${string}`;
|
|
2536
|
+
} | {
|
|
2538
2537
|
__kind: "Hub";
|
|
2538
|
+
value: `0x${string}`;
|
|
2539
2539
|
} | null | undefined;
|
|
2540
2540
|
} | null | undefined;
|
|
2541
2541
|
brokerFee?: {
|
|
@@ -2557,6 +2557,7 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2557
2557
|
} | {
|
|
2558
2558
|
__kind: "TransactionRejectedByBroker";
|
|
2559
2559
|
} | {
|
|
2560
|
+
__kind: "DepositWitnessRejected";
|
|
2560
2561
|
value: {
|
|
2561
2562
|
__kind: "Other";
|
|
2562
2563
|
} | {
|
|
@@ -2564,11 +2565,11 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2564
2565
|
} | {
|
|
2565
2566
|
__kind: "BadOrigin";
|
|
2566
2567
|
} | {
|
|
2568
|
+
__kind: "Module";
|
|
2567
2569
|
value: {
|
|
2568
2570
|
index: number;
|
|
2569
2571
|
error: string;
|
|
2570
2572
|
};
|
|
2571
|
-
__kind: "Module";
|
|
2572
2573
|
} | {
|
|
2573
2574
|
__kind: "ConsumerRemaining";
|
|
2574
2575
|
} | {
|
|
@@ -2576,20 +2577,20 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2576
2577
|
} | {
|
|
2577
2578
|
__kind: "TooManyConsumers";
|
|
2578
2579
|
} | {
|
|
2580
|
+
__kind: "Token";
|
|
2579
2581
|
value: {
|
|
2580
|
-
__kind: "
|
|
2582
|
+
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
2581
2583
|
};
|
|
2582
|
-
__kind: "Token";
|
|
2583
2584
|
} | {
|
|
2585
|
+
__kind: "Arithmetic";
|
|
2584
2586
|
value: {
|
|
2585
2587
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
2586
2588
|
};
|
|
2587
|
-
__kind: "Arithmetic";
|
|
2588
2589
|
} | {
|
|
2590
|
+
__kind: "Transactional";
|
|
2589
2591
|
value: {
|
|
2590
2592
|
__kind: "LimitReached" | "NoLayer";
|
|
2591
2593
|
};
|
|
2592
|
-
__kind: "Transactional";
|
|
2593
2594
|
} | {
|
|
2594
2595
|
__kind: "Exhausted";
|
|
2595
2596
|
} | {
|
|
@@ -2599,7 +2600,6 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2599
2600
|
} | {
|
|
2600
2601
|
__kind: "RootNotAllowed";
|
|
2601
2602
|
};
|
|
2602
|
-
__kind: "DepositWitnessRejected";
|
|
2603
2603
|
};
|
|
2604
2604
|
details: {
|
|
2605
2605
|
__kind: "DepositFailedDepositChannelVariantArbitrum";
|
|
@@ -2616,7 +2616,6 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2616
2616
|
} | {
|
|
2617
2617
|
__kind: "DepositFailedVaultVariantArbitrum";
|
|
2618
2618
|
vaultWitness: {
|
|
2619
|
-
txId: string;
|
|
2620
2619
|
depositDetails: {
|
|
2621
2620
|
txHashes?: string[] | null | undefined;
|
|
2622
2621
|
};
|
|
@@ -2625,20 +2624,21 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2625
2624
|
};
|
|
2626
2625
|
depositAmount: string | number;
|
|
2627
2626
|
outputAsset: {
|
|
2628
|
-
__kind: "
|
|
2627
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
2629
2628
|
};
|
|
2630
2629
|
destinationAddress: {
|
|
2631
|
-
value: string;
|
|
2632
2630
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2631
|
+
value: string;
|
|
2633
2632
|
};
|
|
2633
|
+
txId: string;
|
|
2634
2634
|
affiliateFees: {
|
|
2635
2635
|
account: number;
|
|
2636
2636
|
bps: number;
|
|
2637
2637
|
}[];
|
|
2638
2638
|
refundParams: {
|
|
2639
2639
|
retryDuration: number;
|
|
2640
|
-
minPrice: string | number;
|
|
2641
2640
|
refundAddress: string;
|
|
2641
|
+
minPrice: string | number;
|
|
2642
2642
|
};
|
|
2643
2643
|
boostFee: number;
|
|
2644
2644
|
depositAddress?: string | null | undefined;
|
|
@@ -2653,42 +2653,42 @@ declare const arbitrumIngressEgressDepositFailedEvent: _$_chainflip_processor_ev
|
|
|
2653
2653
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2654
2654
|
};
|
|
2655
2655
|
sourceAddress?: {
|
|
2656
|
-
value: string;
|
|
2657
2656
|
__kind: "Eth";
|
|
2658
|
-
} | {
|
|
2659
2657
|
value: string;
|
|
2658
|
+
} | {
|
|
2660
2659
|
__kind: "Dot";
|
|
2660
|
+
value: string;
|
|
2661
2661
|
} | {
|
|
2662
|
+
__kind: "Btc";
|
|
2662
2663
|
value: {
|
|
2663
|
-
value: string;
|
|
2664
2664
|
__kind: "P2PKH";
|
|
2665
|
-
} | {
|
|
2666
2665
|
value: string;
|
|
2667
|
-
__kind: "P2SH";
|
|
2668
2666
|
} | {
|
|
2667
|
+
__kind: "P2SH";
|
|
2669
2668
|
value: string;
|
|
2670
|
-
__kind: "P2WPKH";
|
|
2671
2669
|
} | {
|
|
2670
|
+
__kind: "P2WPKH";
|
|
2672
2671
|
value: string;
|
|
2673
|
-
__kind: "P2WSH";
|
|
2674
2672
|
} | {
|
|
2673
|
+
__kind: "P2WSH";
|
|
2675
2674
|
value: string;
|
|
2675
|
+
} | {
|
|
2676
2676
|
__kind: "Taproot";
|
|
2677
|
+
value: string;
|
|
2677
2678
|
} | {
|
|
2678
2679
|
__kind: "OtherSegwit";
|
|
2679
2680
|
version: number;
|
|
2680
2681
|
program: string;
|
|
2681
2682
|
};
|
|
2682
|
-
__kind: "Btc";
|
|
2683
2683
|
} | {
|
|
2684
|
-
value: string;
|
|
2685
2684
|
__kind: "Arb";
|
|
2686
|
-
} | {
|
|
2687
2685
|
value: string;
|
|
2688
|
-
__kind: "Sol";
|
|
2689
2686
|
} | {
|
|
2687
|
+
__kind: "Sol";
|
|
2690
2688
|
value: string;
|
|
2689
|
+
} | {
|
|
2691
2690
|
__kind: "Hub";
|
|
2691
|
+
value: string;
|
|
2692
2692
|
} | null | undefined;
|
|
2693
2693
|
} | null | undefined;
|
|
2694
2694
|
brokerFee?: {
|