@chainflip/processor 1.11.0-beta → 1.11.2
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/README.MD +4 -2
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +12 -12
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
- package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
- package/dist/100/funding/funded.d.cts +2 -2
- package/dist/100/funding/funded.d.ts +2 -2
- package/dist/100/funding/redemptionRequested.d.cts +2 -2
- package/dist/100/funding/redemptionRequested.d.ts +2 -2
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +20 -20
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +20 -20
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/100/system/extrinsicFailed.d.cts +16 -16
- package/dist/100/system/extrinsicFailed.d.ts +16 -16
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +18 -18
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +18 -18
- package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/11000/environment/runtimeSafeModeUpdated.d.ts +28 -28
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +203 -203
- package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +203 -203
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +40 -40
- package/dist/11000/solanaIngressEgress/depositFailed.d.ts +40 -40
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +30 -30
- package/dist/11100/common.cjs +162 -1
- package/dist/11100/common.d.cts +2296 -1
- package/dist/11100/common.d.ts +2296 -1
- package/dist/11100/common.mjs +162 -1
- package/dist/11100/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +1390 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.d.ts +1390 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.mjs +9 -0
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +166 -166
- package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +166 -166
- package/dist/11100/genericElections/allVotesCleared.cjs +6 -0
- package/dist/11100/genericElections/allVotesCleared.d.cts +5 -0
- package/dist/11100/genericElections/allVotesCleared.d.ts +5 -0
- package/dist/11100/genericElections/allVotesCleared.mjs +6 -0
- package/dist/11100/genericElections/allVotesNotCleared.cjs +6 -0
- package/dist/11100/genericElections/allVotesNotCleared.d.cts +5 -0
- package/dist/11100/genericElections/allVotesNotCleared.d.ts +5 -0
- package/dist/11100/genericElections/allVotesNotCleared.mjs +6 -0
- package/dist/11100/genericElections/corruptStorage.cjs +6 -0
- package/dist/11100/genericElections/corruptStorage.d.cts +5 -0
- package/dist/11100/genericElections/corruptStorage.d.ts +5 -0
- package/dist/11100/genericElections/corruptStorage.mjs +6 -0
- package/dist/11100/genericElections/electoralEvent.cjs +6 -0
- package/dist/11100/genericElections/electoralEvent.d.cts +63 -0
- package/dist/11100/genericElections/electoralEvent.d.ts +63 -0
- package/dist/11100/genericElections/electoralEvent.mjs +6 -0
- package/dist/11100/genericElections/uninitialized.cjs +6 -0
- package/dist/11100/genericElections/uninitialized.d.cts +5 -0
- package/dist/11100/genericElections/uninitialized.d.ts +5 -0
- package/dist/11100/genericElections/uninitialized.mjs +6 -0
- package/dist/11100/genericElections/unknownElection.cjs +13 -0
- package/dist/11100/genericElections/unknownElection.d.cts +13 -0
- package/dist/11100/genericElections/unknownElection.d.ts +13 -0
- package/dist/11100/genericElections/unknownElection.mjs +13 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11100/polkadotIngressEgress/depositFailed.d.ts +30 -30
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +166 -166
- package/dist/11100/solanaIngressEgress/depositFailed.d.ts +166 -166
- package/dist/11100/swapping/swapCanceled.cjs +7 -0
- package/dist/11100/swapping/swapCanceled.d.cts +11 -0
- package/dist/11100/swapping/swapCanceled.d.ts +11 -0
- package/dist/11100/swapping/swapCanceled.mjs +7 -0
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +41 -41
- package/dist/11100/swapping/swapDepositAddressReady.d.ts +41 -41
- package/dist/11100/swapping/swapRequested.d.cts +4 -4
- package/dist/11100/swapping/swapRequested.d.ts +4 -4
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +4 -4
- package/dist/120/swapping/ccmFailed.d.cts +62 -62
- package/dist/120/swapping/ccmFailed.d.ts +62 -62
- package/dist/120/swapping/swapEgressIgnored.d.cts +28 -28
- package/dist/120/swapping/swapEgressIgnored.d.ts +28 -28
- package/dist/120/swapping/swapEgressScheduled.d.cts +10 -10
- package/dist/120/swapping/swapEgressScheduled.d.ts +10 -10
- package/dist/120/swapping/swapExecuted.d.cts +12 -12
- package/dist/120/swapping/swapExecuted.d.ts +12 -12
- package/dist/120/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/120/swapping/withdrawalRequested.d.ts +8 -8
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +4 -4
- package/dist/131/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/131/swapping/batchSwapFailed.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +24 -24
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.ts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/ethereumIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/stoppedBoosting.d.ts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.cts +68 -68
- package/dist/141/swapping/ccmDepositReceived.d.ts +68 -68
- package/dist/141/swapping/ccmFailed.d.cts +73 -73
- package/dist/141/swapping/ccmFailed.d.ts +73 -73
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +26 -26
- package/dist/141/swapping/swapDepositAddressReady.d.ts +26 -26
- package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +90 -90
- package/dist/141/swapping/swapExecuted.d.ts +90 -90
- package/dist/141/swapping/swapScheduled.d.cts +99 -99
- package/dist/141/swapping/swapScheduled.d.ts +99 -99
- package/dist/141/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/141/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/141/validator/rotationPhaseUpdated.d.cts +20 -20
- package/dist/141/validator/rotationPhaseUpdated.d.ts +20 -20
- package/dist/150/assetBalances/refundScheduled.d.cts +52 -52
- package/dist/150/assetBalances/refundScheduled.d.ts +52 -52
- package/dist/150/assetBalances/refundSkipped.d.cts +66 -66
- package/dist/150/assetBalances/refundSkipped.d.ts +66 -66
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/150/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/150/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/150/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/150/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/150/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/150/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/150/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/150/swapping/ccmDepositReceived.d.cts +74 -74
- package/dist/150/swapping/ccmDepositReceived.d.ts +74 -74
- package/dist/150/swapping/ccmFailed.d.cts +79 -79
- package/dist/150/swapping/ccmFailed.d.ts +79 -79
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/150/swapping/swapDepositAddressReady.d.cts +25 -25
- package/dist/150/swapping/swapDepositAddressReady.d.ts +25 -25
- package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapExecuted.d.cts +94 -94
- package/dist/150/swapping/swapExecuted.d.ts +94 -94
- package/dist/150/swapping/swapScheduled.d.cts +103 -103
- package/dist/150/swapping/swapScheduled.d.ts +103 -103
- package/dist/150/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/150/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/160/assetBalances/accountCredited.d.cts +2 -2
- package/dist/160/assetBalances/accountCredited.d.ts +2 -2
- package/dist/160/assetBalances/accountDebited.d.cts +2 -2
- package/dist/160/assetBalances/accountDebited.d.ts +2 -2
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +28 -28
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +26 -26
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +26 -26
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/160/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/160/solanaBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/160/swapping/ccmFailed.d.cts +14 -14
- package/dist/160/swapping/ccmFailed.d.ts +14 -14
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
- package/dist/160/swapping/swapDepositAddressReady.d.cts +31 -31
- package/dist/160/swapping/swapDepositAddressReady.d.ts +31 -31
- package/dist/160/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.ts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +40 -40
- package/dist/160/swapping/swapRequested.d.ts +40 -40
- package/dist/160/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/160/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +151 -151
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +151 -151
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +313 -313
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +313 -313
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +20 -20
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +20 -20
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +179 -179
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +179 -179
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +167 -167
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +167 -167
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +54 -54
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +54 -54
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +184 -184
- package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +184 -184
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/assetBalances/refundScheduled.d.cts +56 -56
- package/dist/190/assetBalances/refundScheduled.d.ts +56 -56
- package/dist/190/assetBalances/refundSkipped.d.cts +103 -103
- package/dist/190/assetBalances/refundSkipped.d.ts +103 -103
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/190/assethubIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/190/assethubIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +16 -16
- package/dist/190/assethubIngressEgress/depositFailed.d.ts +16 -16
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +54 -54
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.ts +54 -54
- package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/ethereumIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/190/ethereumIngressEgress/depositFailed.d.cts +184 -184
- package/dist/190/ethereumIngressEgress/depositFailed.d.ts +184 -184
- package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/ethereumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/190/liquidityPools/limitOrderUpdated.d.ts +12 -12
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +4 -4
- package/dist/190/liquidityPools/orderDeletionFailed.d.ts +4 -4
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/190/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- package/dist/190/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/190/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +6 -6
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.ts +6 -6
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +198 -198
- package/dist/190/polkadotIngressEgress/depositFailed.d.ts +198 -198
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/polkadotIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/190/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/190/swapping/batchSwapFailed.d.ts +2 -2
- package/dist/190/swapping/creditedOnChain.d.cts +4 -4
- package/dist/190/swapping/creditedOnChain.d.ts +4 -4
- package/dist/190/swapping/refundEgressIgnored.d.cts +18 -18
- package/dist/190/swapping/refundEgressIgnored.d.ts +18 -18
- package/dist/190/swapping/refundEgressScheduled.d.cts +2 -2
- package/dist/190/swapping/refundEgressScheduled.d.ts +2 -2
- package/dist/190/swapping/refundedOnChain.d.cts +4 -4
- package/dist/190/swapping/refundedOnChain.d.ts +4 -4
- package/dist/190/swapping/swapAmountConfiscated.d.cts +2 -2
- package/dist/190/swapping/swapAmountConfiscated.d.ts +2 -2
- package/dist/190/swapping/swapDepositAddressReady.d.cts +13 -13
- package/dist/190/swapping/swapDepositAddressReady.d.ts +13 -13
- package/dist/190/swapping/swapEgressIgnored.d.cts +18 -18
- package/dist/190/swapping/swapEgressIgnored.d.ts +18 -18
- package/dist/190/swapping/swapEgressScheduled.d.cts +2 -2
- package/dist/190/swapping/swapEgressScheduled.d.ts +2 -2
- package/dist/190/swapping/swapRequested.d.cts +70 -70
- package/dist/190/swapping/swapRequested.d.ts +70 -70
- package/dist/190/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/190/swapping/withdrawalRequested.d.ts +4 -4
- package/package.json +3 -3
|
@@ -53,17 +53,17 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
53
53
|
error: string;
|
|
54
54
|
}>;
|
|
55
55
|
}, "strip", z.ZodTypeAny, {
|
|
56
|
-
__kind: "Module";
|
|
57
56
|
value: {
|
|
58
57
|
index: number;
|
|
59
58
|
error: `0x${string}`;
|
|
60
59
|
};
|
|
61
|
-
}, {
|
|
62
60
|
__kind: "Module";
|
|
61
|
+
}, {
|
|
63
62
|
value: {
|
|
64
63
|
index: number;
|
|
65
64
|
error: string;
|
|
66
65
|
};
|
|
66
|
+
__kind: "Module";
|
|
67
67
|
}>, z.ZodObject<{
|
|
68
68
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
69
69
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -94,13 +94,13 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
94
94
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
95
95
|
}>;
|
|
96
96
|
}, "strip", z.ZodTypeAny, {
|
|
97
|
-
__kind: "Token";
|
|
98
97
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
99
|
-
}, {
|
|
100
98
|
__kind: "Token";
|
|
99
|
+
}, {
|
|
101
100
|
value: {
|
|
102
101
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
103
102
|
};
|
|
103
|
+
__kind: "Token";
|
|
104
104
|
}>, z.ZodObject<{
|
|
105
105
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
106
106
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -113,13 +113,13 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
113
113
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
114
114
|
}>;
|
|
115
115
|
}, "strip", z.ZodTypeAny, {
|
|
116
|
-
__kind: "Arithmetic";
|
|
117
116
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
118
|
-
}, {
|
|
119
117
|
__kind: "Arithmetic";
|
|
118
|
+
}, {
|
|
120
119
|
value: {
|
|
121
120
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
122
121
|
};
|
|
122
|
+
__kind: "Arithmetic";
|
|
123
123
|
}>, z.ZodObject<{
|
|
124
124
|
__kind: z.ZodLiteral<"Transactional">;
|
|
125
125
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -132,13 +132,13 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
132
132
|
__kind: "LimitReached" | "NoLayer";
|
|
133
133
|
}>;
|
|
134
134
|
}, "strip", z.ZodTypeAny, {
|
|
135
|
-
__kind: "Transactional";
|
|
136
135
|
value: "LimitReached" | "NoLayer";
|
|
137
|
-
}, {
|
|
138
136
|
__kind: "Transactional";
|
|
137
|
+
}, {
|
|
139
138
|
value: {
|
|
140
139
|
__kind: "LimitReached" | "NoLayer";
|
|
141
140
|
};
|
|
141
|
+
__kind: "Transactional";
|
|
142
142
|
}>, z.ZodObject<{
|
|
143
143
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
144
144
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -165,7 +165,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
165
165
|
__kind: "RootNotAllowed";
|
|
166
166
|
}>]>;
|
|
167
167
|
}, "strip", z.ZodTypeAny, {
|
|
168
|
-
__kind: "DepositWitnessRejected";
|
|
169
168
|
value: {
|
|
170
169
|
__kind: "Other";
|
|
171
170
|
} | {
|
|
@@ -173,11 +172,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
173
172
|
} | {
|
|
174
173
|
__kind: "BadOrigin";
|
|
175
174
|
} | {
|
|
176
|
-
__kind: "Module";
|
|
177
175
|
value: {
|
|
178
176
|
index: number;
|
|
179
177
|
error: `0x${string}`;
|
|
180
178
|
};
|
|
179
|
+
__kind: "Module";
|
|
181
180
|
} | {
|
|
182
181
|
__kind: "ConsumerRemaining";
|
|
183
182
|
} | {
|
|
@@ -185,14 +184,14 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
185
184
|
} | {
|
|
186
185
|
__kind: "TooManyConsumers";
|
|
187
186
|
} | {
|
|
188
|
-
__kind: "Token";
|
|
189
187
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
188
|
+
__kind: "Token";
|
|
190
189
|
} | {
|
|
191
|
-
__kind: "Arithmetic";
|
|
192
190
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
191
|
+
__kind: "Arithmetic";
|
|
193
192
|
} | {
|
|
194
|
-
__kind: "Transactional";
|
|
195
193
|
value: "LimitReached" | "NoLayer";
|
|
194
|
+
__kind: "Transactional";
|
|
196
195
|
} | {
|
|
197
196
|
__kind: "Exhausted";
|
|
198
197
|
} | {
|
|
@@ -202,8 +201,8 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
202
201
|
} | {
|
|
203
202
|
__kind: "RootNotAllowed";
|
|
204
203
|
};
|
|
205
|
-
}, {
|
|
206
204
|
__kind: "DepositWitnessRejected";
|
|
205
|
+
}, {
|
|
207
206
|
value: {
|
|
208
207
|
__kind: "Other";
|
|
209
208
|
} | {
|
|
@@ -211,11 +210,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
211
210
|
} | {
|
|
212
211
|
__kind: "BadOrigin";
|
|
213
212
|
} | {
|
|
214
|
-
__kind: "Module";
|
|
215
213
|
value: {
|
|
216
214
|
index: number;
|
|
217
215
|
error: string;
|
|
218
216
|
};
|
|
217
|
+
__kind: "Module";
|
|
219
218
|
} | {
|
|
220
219
|
__kind: "ConsumerRemaining";
|
|
221
220
|
} | {
|
|
@@ -223,20 +222,20 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
223
222
|
} | {
|
|
224
223
|
__kind: "TooManyConsumers";
|
|
225
224
|
} | {
|
|
226
|
-
__kind: "Token";
|
|
227
225
|
value: {
|
|
228
226
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
229
227
|
};
|
|
228
|
+
__kind: "Token";
|
|
230
229
|
} | {
|
|
231
|
-
__kind: "Arithmetic";
|
|
232
230
|
value: {
|
|
233
231
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
234
232
|
};
|
|
233
|
+
__kind: "Arithmetic";
|
|
235
234
|
} | {
|
|
236
|
-
__kind: "Transactional";
|
|
237
235
|
value: {
|
|
238
236
|
__kind: "LimitReached" | "NoLayer";
|
|
239
237
|
};
|
|
238
|
+
__kind: "Transactional";
|
|
240
239
|
} | {
|
|
241
240
|
__kind: "Exhausted";
|
|
242
241
|
} | {
|
|
@@ -246,6 +245,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
246
245
|
} | {
|
|
247
246
|
__kind: "RootNotAllowed";
|
|
248
247
|
};
|
|
248
|
+
__kind: "DepositWitnessRejected";
|
|
249
249
|
}>]>;
|
|
250
250
|
details: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
251
251
|
__kind: z.ZodLiteral<"DepositFailedDepositChannelVariantSolana">;
|
|
@@ -262,30 +262,30 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
262
262
|
}>;
|
|
263
263
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
264
264
|
}, "strip", z.ZodTypeAny, {
|
|
265
|
-
asset: "Sol" | "SolUsdc";
|
|
266
265
|
depositAddress: `0x${string}`;
|
|
266
|
+
asset: "Sol" | "SolUsdc";
|
|
267
267
|
amount: bigint;
|
|
268
268
|
}, {
|
|
269
|
+
depositAddress: string;
|
|
269
270
|
asset: {
|
|
270
271
|
__kind: "Sol" | "SolUsdc";
|
|
271
272
|
};
|
|
272
|
-
depositAddress: string;
|
|
273
273
|
amount: string | number;
|
|
274
274
|
}>;
|
|
275
275
|
}, "strip", z.ZodTypeAny, {
|
|
276
276
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
277
277
|
depositWitness: {
|
|
278
|
-
asset: "Sol" | "SolUsdc";
|
|
279
278
|
depositAddress: `0x${string}`;
|
|
279
|
+
asset: "Sol" | "SolUsdc";
|
|
280
280
|
amount: bigint;
|
|
281
281
|
};
|
|
282
282
|
}, {
|
|
283
283
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
284
284
|
depositWitness: {
|
|
285
|
+
depositAddress: string;
|
|
285
286
|
asset: {
|
|
286
287
|
__kind: "Sol" | "SolUsdc";
|
|
287
288
|
};
|
|
288
|
-
depositAddress: string;
|
|
289
289
|
amount: string | number;
|
|
290
290
|
};
|
|
291
291
|
}>, z.ZodObject<{
|
|
@@ -316,11 +316,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
316
316
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
317
317
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
318
318
|
}, "strip", z.ZodTypeAny, {
|
|
319
|
-
__kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb" | "Hub";
|
|
320
319
|
value: `0x${string}`;
|
|
321
|
-
}, {
|
|
322
320
|
__kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb" | "Hub";
|
|
321
|
+
}, {
|
|
323
322
|
value: string;
|
|
323
|
+
__kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb" | "Hub";
|
|
324
324
|
}>, {
|
|
325
325
|
readonly chain: "Ethereum";
|
|
326
326
|
readonly address: `0x${string}`;
|
|
@@ -340,8 +340,8 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
340
340
|
readonly chain: "Assethub";
|
|
341
341
|
readonly address: string;
|
|
342
342
|
}, {
|
|
343
|
-
__kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb" | "Hub";
|
|
344
343
|
value: string;
|
|
344
|
+
__kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb" | "Hub";
|
|
345
345
|
}>;
|
|
346
346
|
depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
347
347
|
channelMetadata: z.ZodObject<{
|
|
@@ -370,67 +370,67 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
370
370
|
__kind: z.ZodLiteral<"Eth">;
|
|
371
371
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
372
372
|
}, "strip", z.ZodTypeAny, {
|
|
373
|
-
__kind: "Eth";
|
|
374
373
|
value: `0x${string}`;
|
|
375
|
-
}, {
|
|
376
374
|
__kind: "Eth";
|
|
375
|
+
}, {
|
|
377
376
|
value: string;
|
|
377
|
+
__kind: "Eth";
|
|
378
378
|
}>, z.ZodObject<{
|
|
379
379
|
__kind: z.ZodLiteral<"Dot">;
|
|
380
380
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
381
381
|
}, "strip", z.ZodTypeAny, {
|
|
382
|
-
__kind: "Dot";
|
|
383
382
|
value: `0x${string}`;
|
|
384
|
-
}, {
|
|
385
383
|
__kind: "Dot";
|
|
384
|
+
}, {
|
|
386
385
|
value: string;
|
|
386
|
+
__kind: "Dot";
|
|
387
387
|
}>, z.ZodObject<{
|
|
388
388
|
__kind: z.ZodLiteral<"Btc">;
|
|
389
389
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
390
390
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
391
391
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
392
392
|
}, "strip", z.ZodTypeAny, {
|
|
393
|
-
__kind: "P2PKH";
|
|
394
393
|
value: `0x${string}`;
|
|
395
|
-
}, {
|
|
396
394
|
__kind: "P2PKH";
|
|
395
|
+
}, {
|
|
397
396
|
value: string;
|
|
397
|
+
__kind: "P2PKH";
|
|
398
398
|
}>, z.ZodObject<{
|
|
399
399
|
__kind: z.ZodLiteral<"P2SH">;
|
|
400
400
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
401
401
|
}, "strip", z.ZodTypeAny, {
|
|
402
|
-
__kind: "P2SH";
|
|
403
402
|
value: `0x${string}`;
|
|
404
|
-
}, {
|
|
405
403
|
__kind: "P2SH";
|
|
404
|
+
}, {
|
|
406
405
|
value: string;
|
|
406
|
+
__kind: "P2SH";
|
|
407
407
|
}>, z.ZodObject<{
|
|
408
408
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
409
409
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
410
410
|
}, "strip", z.ZodTypeAny, {
|
|
411
|
-
__kind: "P2WPKH";
|
|
412
411
|
value: `0x${string}`;
|
|
413
|
-
}, {
|
|
414
412
|
__kind: "P2WPKH";
|
|
413
|
+
}, {
|
|
415
414
|
value: string;
|
|
415
|
+
__kind: "P2WPKH";
|
|
416
416
|
}>, z.ZodObject<{
|
|
417
417
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
418
418
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
419
419
|
}, "strip", z.ZodTypeAny, {
|
|
420
|
-
__kind: "P2WSH";
|
|
421
420
|
value: `0x${string}`;
|
|
422
|
-
}, {
|
|
423
421
|
__kind: "P2WSH";
|
|
422
|
+
}, {
|
|
424
423
|
value: string;
|
|
424
|
+
__kind: "P2WSH";
|
|
425
425
|
}>, z.ZodObject<{
|
|
426
426
|
__kind: z.ZodLiteral<"Taproot">;
|
|
427
427
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
|
-
__kind: "Taproot";
|
|
430
429
|
value: `0x${string}`;
|
|
431
|
-
}, {
|
|
432
430
|
__kind: "Taproot";
|
|
431
|
+
}, {
|
|
433
432
|
value: string;
|
|
433
|
+
__kind: "Taproot";
|
|
434
434
|
}>, z.ZodObject<{
|
|
435
435
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
436
436
|
version: z.ZodNumber;
|
|
@@ -445,76 +445,76 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
445
445
|
program: string;
|
|
446
446
|
}>]>;
|
|
447
447
|
}, "strip", z.ZodTypeAny, {
|
|
448
|
-
__kind: "Btc";
|
|
449
448
|
value: {
|
|
450
|
-
__kind: "P2PKH";
|
|
451
449
|
value: `0x${string}`;
|
|
450
|
+
__kind: "P2PKH";
|
|
452
451
|
} | {
|
|
453
|
-
__kind: "P2SH";
|
|
454
452
|
value: `0x${string}`;
|
|
453
|
+
__kind: "P2SH";
|
|
455
454
|
} | {
|
|
456
|
-
__kind: "P2WPKH";
|
|
457
455
|
value: `0x${string}`;
|
|
456
|
+
__kind: "P2WPKH";
|
|
458
457
|
} | {
|
|
459
|
-
__kind: "P2WSH";
|
|
460
458
|
value: `0x${string}`;
|
|
459
|
+
__kind: "P2WSH";
|
|
461
460
|
} | {
|
|
462
|
-
__kind: "Taproot";
|
|
463
461
|
value: `0x${string}`;
|
|
462
|
+
__kind: "Taproot";
|
|
464
463
|
} | {
|
|
465
464
|
__kind: "OtherSegwit";
|
|
466
465
|
version: number;
|
|
467
466
|
program: `0x${string}`;
|
|
468
467
|
};
|
|
469
|
-
}, {
|
|
470
468
|
__kind: "Btc";
|
|
469
|
+
}, {
|
|
471
470
|
value: {
|
|
472
|
-
__kind: "P2PKH";
|
|
473
471
|
value: string;
|
|
472
|
+
__kind: "P2PKH";
|
|
474
473
|
} | {
|
|
475
|
-
__kind: "P2SH";
|
|
476
474
|
value: string;
|
|
475
|
+
__kind: "P2SH";
|
|
477
476
|
} | {
|
|
478
|
-
__kind: "P2WPKH";
|
|
479
477
|
value: string;
|
|
478
|
+
__kind: "P2WPKH";
|
|
480
479
|
} | {
|
|
481
|
-
__kind: "P2WSH";
|
|
482
480
|
value: string;
|
|
481
|
+
__kind: "P2WSH";
|
|
483
482
|
} | {
|
|
484
|
-
__kind: "Taproot";
|
|
485
483
|
value: string;
|
|
484
|
+
__kind: "Taproot";
|
|
486
485
|
} | {
|
|
487
486
|
__kind: "OtherSegwit";
|
|
488
487
|
version: number;
|
|
489
488
|
program: string;
|
|
490
489
|
};
|
|
490
|
+
__kind: "Btc";
|
|
491
491
|
}>, z.ZodObject<{
|
|
492
492
|
__kind: z.ZodLiteral<"Arb">;
|
|
493
493
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
494
494
|
}, "strip", z.ZodTypeAny, {
|
|
495
|
-
__kind: "Arb";
|
|
496
495
|
value: `0x${string}`;
|
|
497
|
-
}, {
|
|
498
496
|
__kind: "Arb";
|
|
497
|
+
}, {
|
|
499
498
|
value: string;
|
|
499
|
+
__kind: "Arb";
|
|
500
500
|
}>, z.ZodObject<{
|
|
501
501
|
__kind: z.ZodLiteral<"Sol">;
|
|
502
502
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
503
503
|
}, "strip", z.ZodTypeAny, {
|
|
504
|
-
__kind: "Sol";
|
|
505
504
|
value: `0x${string}`;
|
|
506
|
-
}, {
|
|
507
505
|
__kind: "Sol";
|
|
506
|
+
}, {
|
|
508
507
|
value: string;
|
|
508
|
+
__kind: "Sol";
|
|
509
509
|
}>, z.ZodObject<{
|
|
510
510
|
__kind: z.ZodLiteral<"Hub">;
|
|
511
511
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
512
512
|
}, "strip", z.ZodTypeAny, {
|
|
513
|
-
__kind: "Hub";
|
|
514
513
|
value: `0x${string}`;
|
|
515
|
-
}, {
|
|
516
514
|
__kind: "Hub";
|
|
515
|
+
}, {
|
|
517
516
|
value: string;
|
|
517
|
+
__kind: "Hub";
|
|
518
518
|
}>]>>>;
|
|
519
519
|
}, "strip", z.ZodTypeAny, {
|
|
520
520
|
channelMetadata: {
|
|
@@ -524,42 +524,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
524
524
|
};
|
|
525
525
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
526
526
|
sourceAddress?: {
|
|
527
|
-
__kind: "Eth";
|
|
528
527
|
value: `0x${string}`;
|
|
528
|
+
__kind: "Eth";
|
|
529
529
|
} | {
|
|
530
|
-
__kind: "Dot";
|
|
531
530
|
value: `0x${string}`;
|
|
531
|
+
__kind: "Dot";
|
|
532
532
|
} | {
|
|
533
|
-
__kind: "Btc";
|
|
534
533
|
value: {
|
|
535
|
-
__kind: "P2PKH";
|
|
536
534
|
value: `0x${string}`;
|
|
535
|
+
__kind: "P2PKH";
|
|
537
536
|
} | {
|
|
538
|
-
__kind: "P2SH";
|
|
539
537
|
value: `0x${string}`;
|
|
538
|
+
__kind: "P2SH";
|
|
540
539
|
} | {
|
|
541
|
-
__kind: "P2WPKH";
|
|
542
540
|
value: `0x${string}`;
|
|
541
|
+
__kind: "P2WPKH";
|
|
543
542
|
} | {
|
|
544
|
-
__kind: "P2WSH";
|
|
545
543
|
value: `0x${string}`;
|
|
544
|
+
__kind: "P2WSH";
|
|
546
545
|
} | {
|
|
547
|
-
__kind: "Taproot";
|
|
548
546
|
value: `0x${string}`;
|
|
547
|
+
__kind: "Taproot";
|
|
549
548
|
} | {
|
|
550
549
|
__kind: "OtherSegwit";
|
|
551
550
|
version: number;
|
|
552
551
|
program: `0x${string}`;
|
|
553
552
|
};
|
|
553
|
+
__kind: "Btc";
|
|
554
554
|
} | {
|
|
555
|
-
__kind: "Arb";
|
|
556
555
|
value: `0x${string}`;
|
|
556
|
+
__kind: "Arb";
|
|
557
557
|
} | {
|
|
558
|
-
__kind: "Sol";
|
|
559
558
|
value: `0x${string}`;
|
|
559
|
+
__kind: "Sol";
|
|
560
560
|
} | {
|
|
561
|
-
__kind: "Hub";
|
|
562
561
|
value: `0x${string}`;
|
|
562
|
+
__kind: "Hub";
|
|
563
563
|
} | null | undefined;
|
|
564
564
|
}, {
|
|
565
565
|
channelMetadata: {
|
|
@@ -571,42 +571,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
571
571
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
572
572
|
};
|
|
573
573
|
sourceAddress?: {
|
|
574
|
-
__kind: "Eth";
|
|
575
574
|
value: string;
|
|
575
|
+
__kind: "Eth";
|
|
576
576
|
} | {
|
|
577
|
-
__kind: "Dot";
|
|
578
577
|
value: string;
|
|
578
|
+
__kind: "Dot";
|
|
579
579
|
} | {
|
|
580
|
-
__kind: "Btc";
|
|
581
580
|
value: {
|
|
582
|
-
__kind: "P2PKH";
|
|
583
581
|
value: string;
|
|
582
|
+
__kind: "P2PKH";
|
|
584
583
|
} | {
|
|
585
|
-
__kind: "P2SH";
|
|
586
584
|
value: string;
|
|
585
|
+
__kind: "P2SH";
|
|
587
586
|
} | {
|
|
588
|
-
__kind: "P2WPKH";
|
|
589
587
|
value: string;
|
|
588
|
+
__kind: "P2WPKH";
|
|
590
589
|
} | {
|
|
591
|
-
__kind: "P2WSH";
|
|
592
590
|
value: string;
|
|
591
|
+
__kind: "P2WSH";
|
|
593
592
|
} | {
|
|
594
|
-
__kind: "Taproot";
|
|
595
593
|
value: string;
|
|
594
|
+
__kind: "Taproot";
|
|
596
595
|
} | {
|
|
597
596
|
__kind: "OtherSegwit";
|
|
598
597
|
version: number;
|
|
599
598
|
program: string;
|
|
600
599
|
};
|
|
600
|
+
__kind: "Btc";
|
|
601
601
|
} | {
|
|
602
|
-
__kind: "Arb";
|
|
603
602
|
value: string;
|
|
603
|
+
__kind: "Arb";
|
|
604
604
|
} | {
|
|
605
|
-
__kind: "Sol";
|
|
606
605
|
value: string;
|
|
606
|
+
__kind: "Sol";
|
|
607
607
|
} | {
|
|
608
|
-
__kind: "Hub";
|
|
609
608
|
value: string;
|
|
609
|
+
__kind: "Hub";
|
|
610
610
|
} | null | undefined;
|
|
611
611
|
}>>>;
|
|
612
612
|
txId: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
@@ -678,7 +678,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
678
678
|
}>>>;
|
|
679
679
|
boostFee: z.ZodNumber;
|
|
680
680
|
}, "strip", z.ZodTypeAny, {
|
|
681
|
-
txId: [`0x${string}`, bigint];
|
|
682
681
|
inputAsset: "Sol" | "SolUsdc";
|
|
683
682
|
depositAmount: bigint;
|
|
684
683
|
outputAsset: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
@@ -701,6 +700,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
701
700
|
readonly chain: "Assethub";
|
|
702
701
|
readonly address: string;
|
|
703
702
|
};
|
|
703
|
+
txId: [`0x${string}`, bigint];
|
|
704
704
|
affiliateFees: {
|
|
705
705
|
account: number;
|
|
706
706
|
bps: number;
|
|
@@ -726,42 +726,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
726
726
|
};
|
|
727
727
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
728
728
|
sourceAddress?: {
|
|
729
|
-
__kind: "Eth";
|
|
730
729
|
value: `0x${string}`;
|
|
730
|
+
__kind: "Eth";
|
|
731
731
|
} | {
|
|
732
|
-
__kind: "Dot";
|
|
733
732
|
value: `0x${string}`;
|
|
733
|
+
__kind: "Dot";
|
|
734
734
|
} | {
|
|
735
|
-
__kind: "Btc";
|
|
736
735
|
value: {
|
|
737
|
-
__kind: "P2PKH";
|
|
738
736
|
value: `0x${string}`;
|
|
737
|
+
__kind: "P2PKH";
|
|
739
738
|
} | {
|
|
740
|
-
__kind: "P2SH";
|
|
741
739
|
value: `0x${string}`;
|
|
740
|
+
__kind: "P2SH";
|
|
742
741
|
} | {
|
|
743
|
-
__kind: "P2WPKH";
|
|
744
742
|
value: `0x${string}`;
|
|
743
|
+
__kind: "P2WPKH";
|
|
745
744
|
} | {
|
|
746
|
-
__kind: "P2WSH";
|
|
747
745
|
value: `0x${string}`;
|
|
746
|
+
__kind: "P2WSH";
|
|
748
747
|
} | {
|
|
749
|
-
__kind: "Taproot";
|
|
750
748
|
value: `0x${string}`;
|
|
749
|
+
__kind: "Taproot";
|
|
751
750
|
} | {
|
|
752
751
|
__kind: "OtherSegwit";
|
|
753
752
|
version: number;
|
|
754
753
|
program: `0x${string}`;
|
|
755
754
|
};
|
|
755
|
+
__kind: "Btc";
|
|
756
756
|
} | {
|
|
757
|
-
__kind: "Arb";
|
|
758
757
|
value: `0x${string}`;
|
|
758
|
+
__kind: "Arb";
|
|
759
759
|
} | {
|
|
760
|
-
__kind: "Sol";
|
|
761
760
|
value: `0x${string}`;
|
|
761
|
+
__kind: "Sol";
|
|
762
762
|
} | {
|
|
763
|
-
__kind: "Hub";
|
|
764
763
|
value: `0x${string}`;
|
|
764
|
+
__kind: "Hub";
|
|
765
765
|
} | null | undefined;
|
|
766
766
|
} | null | undefined;
|
|
767
767
|
brokerFee?: {
|
|
@@ -773,7 +773,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
773
773
|
chunkInterval: number;
|
|
774
774
|
} | null | undefined;
|
|
775
775
|
}, {
|
|
776
|
-
txId: [string, string | number];
|
|
777
776
|
inputAsset: {
|
|
778
777
|
__kind: "Sol" | "SolUsdc";
|
|
779
778
|
};
|
|
@@ -782,9 +781,10 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
782
781
|
__kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
783
782
|
};
|
|
784
783
|
destinationAddress: {
|
|
785
|
-
__kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb" | "Hub";
|
|
786
784
|
value: string;
|
|
785
|
+
__kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb" | "Hub";
|
|
787
786
|
};
|
|
787
|
+
txId: [string, string | number];
|
|
788
788
|
affiliateFees: {
|
|
789
789
|
account: number;
|
|
790
790
|
bps: number;
|
|
@@ -812,42 +812,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
812
812
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
813
813
|
};
|
|
814
814
|
sourceAddress?: {
|
|
815
|
-
__kind: "Eth";
|
|
816
815
|
value: string;
|
|
816
|
+
__kind: "Eth";
|
|
817
817
|
} | {
|
|
818
|
-
__kind: "Dot";
|
|
819
818
|
value: string;
|
|
819
|
+
__kind: "Dot";
|
|
820
820
|
} | {
|
|
821
|
-
__kind: "Btc";
|
|
822
821
|
value: {
|
|
823
|
-
__kind: "P2PKH";
|
|
824
822
|
value: string;
|
|
823
|
+
__kind: "P2PKH";
|
|
825
824
|
} | {
|
|
826
|
-
__kind: "P2SH";
|
|
827
825
|
value: string;
|
|
826
|
+
__kind: "P2SH";
|
|
828
827
|
} | {
|
|
829
|
-
__kind: "P2WPKH";
|
|
830
828
|
value: string;
|
|
829
|
+
__kind: "P2WPKH";
|
|
831
830
|
} | {
|
|
832
|
-
__kind: "P2WSH";
|
|
833
831
|
value: string;
|
|
832
|
+
__kind: "P2WSH";
|
|
834
833
|
} | {
|
|
835
|
-
__kind: "Taproot";
|
|
836
834
|
value: string;
|
|
835
|
+
__kind: "Taproot";
|
|
837
836
|
} | {
|
|
838
837
|
__kind: "OtherSegwit";
|
|
839
838
|
version: number;
|
|
840
839
|
program: string;
|
|
841
840
|
};
|
|
841
|
+
__kind: "Btc";
|
|
842
842
|
} | {
|
|
843
|
-
__kind: "Arb";
|
|
844
843
|
value: string;
|
|
844
|
+
__kind: "Arb";
|
|
845
845
|
} | {
|
|
846
|
-
__kind: "Sol";
|
|
847
846
|
value: string;
|
|
847
|
+
__kind: "Sol";
|
|
848
848
|
} | {
|
|
849
|
-
__kind: "Hub";
|
|
850
849
|
value: string;
|
|
850
|
+
__kind: "Hub";
|
|
851
851
|
} | null | undefined;
|
|
852
852
|
} | null | undefined;
|
|
853
853
|
brokerFee?: {
|
|
@@ -862,7 +862,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
862
862
|
}, "strip", z.ZodTypeAny, {
|
|
863
863
|
__kind: "DepositFailedVaultVariantSolana";
|
|
864
864
|
vaultWitness: {
|
|
865
|
-
txId: [`0x${string}`, bigint];
|
|
866
865
|
inputAsset: "Sol" | "SolUsdc";
|
|
867
866
|
depositAmount: bigint;
|
|
868
867
|
outputAsset: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
@@ -885,6 +884,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
885
884
|
readonly chain: "Assethub";
|
|
886
885
|
readonly address: string;
|
|
887
886
|
};
|
|
887
|
+
txId: [`0x${string}`, bigint];
|
|
888
888
|
affiliateFees: {
|
|
889
889
|
account: number;
|
|
890
890
|
bps: number;
|
|
@@ -910,42 +910,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
910
910
|
};
|
|
911
911
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
912
912
|
sourceAddress?: {
|
|
913
|
-
__kind: "Eth";
|
|
914
913
|
value: `0x${string}`;
|
|
914
|
+
__kind: "Eth";
|
|
915
915
|
} | {
|
|
916
|
-
__kind: "Dot";
|
|
917
916
|
value: `0x${string}`;
|
|
917
|
+
__kind: "Dot";
|
|
918
918
|
} | {
|
|
919
|
-
__kind: "Btc";
|
|
920
919
|
value: {
|
|
921
|
-
__kind: "P2PKH";
|
|
922
920
|
value: `0x${string}`;
|
|
921
|
+
__kind: "P2PKH";
|
|
923
922
|
} | {
|
|
924
|
-
__kind: "P2SH";
|
|
925
923
|
value: `0x${string}`;
|
|
924
|
+
__kind: "P2SH";
|
|
926
925
|
} | {
|
|
927
|
-
__kind: "P2WPKH";
|
|
928
926
|
value: `0x${string}`;
|
|
927
|
+
__kind: "P2WPKH";
|
|
929
928
|
} | {
|
|
930
|
-
__kind: "P2WSH";
|
|
931
929
|
value: `0x${string}`;
|
|
930
|
+
__kind: "P2WSH";
|
|
932
931
|
} | {
|
|
933
|
-
__kind: "Taproot";
|
|
934
932
|
value: `0x${string}`;
|
|
933
|
+
__kind: "Taproot";
|
|
935
934
|
} | {
|
|
936
935
|
__kind: "OtherSegwit";
|
|
937
936
|
version: number;
|
|
938
937
|
program: `0x${string}`;
|
|
939
938
|
};
|
|
939
|
+
__kind: "Btc";
|
|
940
940
|
} | {
|
|
941
|
-
__kind: "Arb";
|
|
942
941
|
value: `0x${string}`;
|
|
942
|
+
__kind: "Arb";
|
|
943
943
|
} | {
|
|
944
|
-
__kind: "Sol";
|
|
945
944
|
value: `0x${string}`;
|
|
945
|
+
__kind: "Sol";
|
|
946
946
|
} | {
|
|
947
|
-
__kind: "Hub";
|
|
948
947
|
value: `0x${string}`;
|
|
948
|
+
__kind: "Hub";
|
|
949
949
|
} | null | undefined;
|
|
950
950
|
} | null | undefined;
|
|
951
951
|
brokerFee?: {
|
|
@@ -960,7 +960,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
960
960
|
}, {
|
|
961
961
|
__kind: "DepositFailedVaultVariantSolana";
|
|
962
962
|
vaultWitness: {
|
|
963
|
-
txId: [string, string | number];
|
|
964
963
|
inputAsset: {
|
|
965
964
|
__kind: "Sol" | "SolUsdc";
|
|
966
965
|
};
|
|
@@ -969,9 +968,10 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
969
968
|
__kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
970
969
|
};
|
|
971
970
|
destinationAddress: {
|
|
972
|
-
__kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb" | "Hub";
|
|
973
971
|
value: string;
|
|
972
|
+
__kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb" | "Hub";
|
|
974
973
|
};
|
|
974
|
+
txId: [string, string | number];
|
|
975
975
|
affiliateFees: {
|
|
976
976
|
account: number;
|
|
977
977
|
bps: number;
|
|
@@ -999,42 +999,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
999
999
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1000
1000
|
};
|
|
1001
1001
|
sourceAddress?: {
|
|
1002
|
-
__kind: "Eth";
|
|
1003
1002
|
value: string;
|
|
1003
|
+
__kind: "Eth";
|
|
1004
1004
|
} | {
|
|
1005
|
-
__kind: "Dot";
|
|
1006
1005
|
value: string;
|
|
1006
|
+
__kind: "Dot";
|
|
1007
1007
|
} | {
|
|
1008
|
-
__kind: "Btc";
|
|
1009
1008
|
value: {
|
|
1010
|
-
__kind: "P2PKH";
|
|
1011
1009
|
value: string;
|
|
1010
|
+
__kind: "P2PKH";
|
|
1012
1011
|
} | {
|
|
1013
|
-
__kind: "P2SH";
|
|
1014
1012
|
value: string;
|
|
1013
|
+
__kind: "P2SH";
|
|
1015
1014
|
} | {
|
|
1016
|
-
__kind: "P2WPKH";
|
|
1017
1015
|
value: string;
|
|
1016
|
+
__kind: "P2WPKH";
|
|
1018
1017
|
} | {
|
|
1019
|
-
__kind: "P2WSH";
|
|
1020
1018
|
value: string;
|
|
1019
|
+
__kind: "P2WSH";
|
|
1021
1020
|
} | {
|
|
1022
|
-
__kind: "Taproot";
|
|
1023
1021
|
value: string;
|
|
1022
|
+
__kind: "Taproot";
|
|
1024
1023
|
} | {
|
|
1025
1024
|
__kind: "OtherSegwit";
|
|
1026
1025
|
version: number;
|
|
1027
1026
|
program: string;
|
|
1028
1027
|
};
|
|
1028
|
+
__kind: "Btc";
|
|
1029
1029
|
} | {
|
|
1030
|
-
__kind: "Arb";
|
|
1031
1030
|
value: string;
|
|
1031
|
+
__kind: "Arb";
|
|
1032
1032
|
} | {
|
|
1033
|
-
__kind: "Sol";
|
|
1034
1033
|
value: string;
|
|
1034
|
+
__kind: "Sol";
|
|
1035
1035
|
} | {
|
|
1036
|
-
__kind: "Hub";
|
|
1037
1036
|
value: string;
|
|
1037
|
+
__kind: "Hub";
|
|
1038
1038
|
} | null | undefined;
|
|
1039
1039
|
} | null | undefined;
|
|
1040
1040
|
brokerFee?: {
|
|
@@ -1056,7 +1056,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1056
1056
|
} | {
|
|
1057
1057
|
__kind: "TransactionRejectedByBroker";
|
|
1058
1058
|
} | {
|
|
1059
|
-
__kind: "DepositWitnessRejected";
|
|
1060
1059
|
value: {
|
|
1061
1060
|
__kind: "Other";
|
|
1062
1061
|
} | {
|
|
@@ -1064,11 +1063,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1064
1063
|
} | {
|
|
1065
1064
|
__kind: "BadOrigin";
|
|
1066
1065
|
} | {
|
|
1067
|
-
__kind: "Module";
|
|
1068
1066
|
value: {
|
|
1069
1067
|
index: number;
|
|
1070
1068
|
error: `0x${string}`;
|
|
1071
1069
|
};
|
|
1070
|
+
__kind: "Module";
|
|
1072
1071
|
} | {
|
|
1073
1072
|
__kind: "ConsumerRemaining";
|
|
1074
1073
|
} | {
|
|
@@ -1076,14 +1075,14 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1076
1075
|
} | {
|
|
1077
1076
|
__kind: "TooManyConsumers";
|
|
1078
1077
|
} | {
|
|
1079
|
-
__kind: "Token";
|
|
1080
1078
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1079
|
+
__kind: "Token";
|
|
1081
1080
|
} | {
|
|
1082
|
-
__kind: "Arithmetic";
|
|
1083
1081
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1082
|
+
__kind: "Arithmetic";
|
|
1084
1083
|
} | {
|
|
1085
|
-
__kind: "Transactional";
|
|
1086
1084
|
value: "LimitReached" | "NoLayer";
|
|
1085
|
+
__kind: "Transactional";
|
|
1087
1086
|
} | {
|
|
1088
1087
|
__kind: "Exhausted";
|
|
1089
1088
|
} | {
|
|
@@ -1093,18 +1092,18 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1093
1092
|
} | {
|
|
1094
1093
|
__kind: "RootNotAllowed";
|
|
1095
1094
|
};
|
|
1095
|
+
__kind: "DepositWitnessRejected";
|
|
1096
1096
|
};
|
|
1097
1097
|
details: {
|
|
1098
1098
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
1099
1099
|
depositWitness: {
|
|
1100
|
-
asset: "Sol" | "SolUsdc";
|
|
1101
1100
|
depositAddress: `0x${string}`;
|
|
1101
|
+
asset: "Sol" | "SolUsdc";
|
|
1102
1102
|
amount: bigint;
|
|
1103
1103
|
};
|
|
1104
1104
|
} | {
|
|
1105
1105
|
__kind: "DepositFailedVaultVariantSolana";
|
|
1106
1106
|
vaultWitness: {
|
|
1107
|
-
txId: [`0x${string}`, bigint];
|
|
1108
1107
|
inputAsset: "Sol" | "SolUsdc";
|
|
1109
1108
|
depositAmount: bigint;
|
|
1110
1109
|
outputAsset: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
@@ -1127,6 +1126,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1127
1126
|
readonly chain: "Assethub";
|
|
1128
1127
|
readonly address: string;
|
|
1129
1128
|
};
|
|
1129
|
+
txId: [`0x${string}`, bigint];
|
|
1130
1130
|
affiliateFees: {
|
|
1131
1131
|
account: number;
|
|
1132
1132
|
bps: number;
|
|
@@ -1152,42 +1152,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1152
1152
|
};
|
|
1153
1153
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1154
1154
|
sourceAddress?: {
|
|
1155
|
-
__kind: "Eth";
|
|
1156
1155
|
value: `0x${string}`;
|
|
1156
|
+
__kind: "Eth";
|
|
1157
1157
|
} | {
|
|
1158
|
-
__kind: "Dot";
|
|
1159
1158
|
value: `0x${string}`;
|
|
1159
|
+
__kind: "Dot";
|
|
1160
1160
|
} | {
|
|
1161
|
-
__kind: "Btc";
|
|
1162
1161
|
value: {
|
|
1163
|
-
__kind: "P2PKH";
|
|
1164
1162
|
value: `0x${string}`;
|
|
1163
|
+
__kind: "P2PKH";
|
|
1165
1164
|
} | {
|
|
1166
|
-
__kind: "P2SH";
|
|
1167
1165
|
value: `0x${string}`;
|
|
1166
|
+
__kind: "P2SH";
|
|
1168
1167
|
} | {
|
|
1169
|
-
__kind: "P2WPKH";
|
|
1170
1168
|
value: `0x${string}`;
|
|
1169
|
+
__kind: "P2WPKH";
|
|
1171
1170
|
} | {
|
|
1172
|
-
__kind: "P2WSH";
|
|
1173
1171
|
value: `0x${string}`;
|
|
1172
|
+
__kind: "P2WSH";
|
|
1174
1173
|
} | {
|
|
1175
|
-
__kind: "Taproot";
|
|
1176
1174
|
value: `0x${string}`;
|
|
1175
|
+
__kind: "Taproot";
|
|
1177
1176
|
} | {
|
|
1178
1177
|
__kind: "OtherSegwit";
|
|
1179
1178
|
version: number;
|
|
1180
1179
|
program: `0x${string}`;
|
|
1181
1180
|
};
|
|
1181
|
+
__kind: "Btc";
|
|
1182
1182
|
} | {
|
|
1183
|
-
__kind: "Arb";
|
|
1184
1183
|
value: `0x${string}`;
|
|
1184
|
+
__kind: "Arb";
|
|
1185
1185
|
} | {
|
|
1186
|
-
__kind: "Sol";
|
|
1187
1186
|
value: `0x${string}`;
|
|
1187
|
+
__kind: "Sol";
|
|
1188
1188
|
} | {
|
|
1189
|
-
__kind: "Hub";
|
|
1190
1189
|
value: `0x${string}`;
|
|
1190
|
+
__kind: "Hub";
|
|
1191
1191
|
} | null | undefined;
|
|
1192
1192
|
} | null | undefined;
|
|
1193
1193
|
brokerFee?: {
|
|
@@ -1209,7 +1209,6 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1209
1209
|
} | {
|
|
1210
1210
|
__kind: "TransactionRejectedByBroker";
|
|
1211
1211
|
} | {
|
|
1212
|
-
__kind: "DepositWitnessRejected";
|
|
1213
1212
|
value: {
|
|
1214
1213
|
__kind: "Other";
|
|
1215
1214
|
} | {
|
|
@@ -1217,11 +1216,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1217
1216
|
} | {
|
|
1218
1217
|
__kind: "BadOrigin";
|
|
1219
1218
|
} | {
|
|
1220
|
-
__kind: "Module";
|
|
1221
1219
|
value: {
|
|
1222
1220
|
index: number;
|
|
1223
1221
|
error: string;
|
|
1224
1222
|
};
|
|
1223
|
+
__kind: "Module";
|
|
1225
1224
|
} | {
|
|
1226
1225
|
__kind: "ConsumerRemaining";
|
|
1227
1226
|
} | {
|
|
@@ -1229,20 +1228,20 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1229
1228
|
} | {
|
|
1230
1229
|
__kind: "TooManyConsumers";
|
|
1231
1230
|
} | {
|
|
1232
|
-
__kind: "Token";
|
|
1233
1231
|
value: {
|
|
1234
1232
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
1235
1233
|
};
|
|
1234
|
+
__kind: "Token";
|
|
1236
1235
|
} | {
|
|
1237
|
-
__kind: "Arithmetic";
|
|
1238
1236
|
value: {
|
|
1239
1237
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
1240
1238
|
};
|
|
1239
|
+
__kind: "Arithmetic";
|
|
1241
1240
|
} | {
|
|
1242
|
-
__kind: "Transactional";
|
|
1243
1241
|
value: {
|
|
1244
1242
|
__kind: "LimitReached" | "NoLayer";
|
|
1245
1243
|
};
|
|
1244
|
+
__kind: "Transactional";
|
|
1246
1245
|
} | {
|
|
1247
1246
|
__kind: "Exhausted";
|
|
1248
1247
|
} | {
|
|
@@ -1252,20 +1251,20 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1252
1251
|
} | {
|
|
1253
1252
|
__kind: "RootNotAllowed";
|
|
1254
1253
|
};
|
|
1254
|
+
__kind: "DepositWitnessRejected";
|
|
1255
1255
|
};
|
|
1256
1256
|
details: {
|
|
1257
1257
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
1258
1258
|
depositWitness: {
|
|
1259
|
+
depositAddress: string;
|
|
1259
1260
|
asset: {
|
|
1260
1261
|
__kind: "Sol" | "SolUsdc";
|
|
1261
1262
|
};
|
|
1262
|
-
depositAddress: string;
|
|
1263
1263
|
amount: string | number;
|
|
1264
1264
|
};
|
|
1265
1265
|
} | {
|
|
1266
1266
|
__kind: "DepositFailedVaultVariantSolana";
|
|
1267
1267
|
vaultWitness: {
|
|
1268
|
-
txId: [string, string | number];
|
|
1269
1268
|
inputAsset: {
|
|
1270
1269
|
__kind: "Sol" | "SolUsdc";
|
|
1271
1270
|
};
|
|
@@ -1274,9 +1273,10 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1274
1273
|
__kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1275
1274
|
};
|
|
1276
1275
|
destinationAddress: {
|
|
1277
|
-
__kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb" | "Hub";
|
|
1278
1276
|
value: string;
|
|
1277
|
+
__kind: "Sol" | "Eth" | "Dot" | "Btc" | "Arb" | "Hub";
|
|
1279
1278
|
};
|
|
1279
|
+
txId: [string, string | number];
|
|
1280
1280
|
affiliateFees: {
|
|
1281
1281
|
account: number;
|
|
1282
1282
|
bps: number;
|
|
@@ -1304,42 +1304,42 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1304
1304
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1305
1305
|
};
|
|
1306
1306
|
sourceAddress?: {
|
|
1307
|
-
__kind: "Eth";
|
|
1308
1307
|
value: string;
|
|
1308
|
+
__kind: "Eth";
|
|
1309
1309
|
} | {
|
|
1310
|
-
__kind: "Dot";
|
|
1311
1310
|
value: string;
|
|
1311
|
+
__kind: "Dot";
|
|
1312
1312
|
} | {
|
|
1313
|
-
__kind: "Btc";
|
|
1314
1313
|
value: {
|
|
1315
|
-
__kind: "P2PKH";
|
|
1316
1314
|
value: string;
|
|
1315
|
+
__kind: "P2PKH";
|
|
1317
1316
|
} | {
|
|
1318
|
-
__kind: "P2SH";
|
|
1319
1317
|
value: string;
|
|
1318
|
+
__kind: "P2SH";
|
|
1320
1319
|
} | {
|
|
1321
|
-
__kind: "P2WPKH";
|
|
1322
1320
|
value: string;
|
|
1321
|
+
__kind: "P2WPKH";
|
|
1323
1322
|
} | {
|
|
1324
|
-
__kind: "P2WSH";
|
|
1325
1323
|
value: string;
|
|
1324
|
+
__kind: "P2WSH";
|
|
1326
1325
|
} | {
|
|
1327
|
-
__kind: "Taproot";
|
|
1328
1326
|
value: string;
|
|
1327
|
+
__kind: "Taproot";
|
|
1329
1328
|
} | {
|
|
1330
1329
|
__kind: "OtherSegwit";
|
|
1331
1330
|
version: number;
|
|
1332
1331
|
program: string;
|
|
1333
1332
|
};
|
|
1333
|
+
__kind: "Btc";
|
|
1334
1334
|
} | {
|
|
1335
|
-
__kind: "Arb";
|
|
1336
1335
|
value: string;
|
|
1336
|
+
__kind: "Arb";
|
|
1337
1337
|
} | {
|
|
1338
|
-
__kind: "Sol";
|
|
1339
1338
|
value: string;
|
|
1339
|
+
__kind: "Sol";
|
|
1340
1340
|
} | {
|
|
1341
|
-
__kind: "Hub";
|
|
1342
1341
|
value: string;
|
|
1342
|
+
__kind: "Hub";
|
|
1343
1343
|
} | null | undefined;
|
|
1344
1344
|
} | null | undefined;
|
|
1345
1345
|
brokerFee?: {
|