@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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/11100/swapping/swapCanceled.ts
|
|
2
|
+
var _zod = require('zod');
|
|
3
|
+
var _commoncjs = require('../common.cjs');
|
|
4
|
+
var swappingSwapCanceled = _zod.z.object({ swapId: _commoncjs.numberOrHex });
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
exports.swappingSwapCanceled = swappingSwapCanceled;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const swappingSwapCanceled: z.ZodObject<{
|
|
4
|
+
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
swapId: bigint;
|
|
7
|
+
}, {
|
|
8
|
+
swapId: string | number;
|
|
9
|
+
}>;
|
|
10
|
+
|
|
11
|
+
export { swappingSwapCanceled };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const swappingSwapCanceled: z.ZodObject<{
|
|
4
|
+
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
swapId: bigint;
|
|
7
|
+
}, {
|
|
8
|
+
swapId: string | number;
|
|
9
|
+
}>;
|
|
10
|
+
|
|
11
|
+
export { swappingSwapCanceled };
|
|
@@ -507,34 +507,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
507
507
|
};
|
|
508
508
|
channelId: bigint;
|
|
509
509
|
brokerId: string;
|
|
510
|
-
refundParameters: {
|
|
511
|
-
retryDuration: number;
|
|
512
|
-
refundAddress: {
|
|
513
|
-
readonly chain: "Ethereum";
|
|
514
|
-
readonly address: `0x${string}`;
|
|
515
|
-
} | {
|
|
516
|
-
readonly chain: "Polkadot";
|
|
517
|
-
readonly address: string;
|
|
518
|
-
} | {
|
|
519
|
-
readonly chain: "Bitcoin";
|
|
520
|
-
readonly address: string;
|
|
521
|
-
} | {
|
|
522
|
-
readonly chain: "Arbitrum";
|
|
523
|
-
readonly address: `0x${string}`;
|
|
524
|
-
} | {
|
|
525
|
-
readonly chain: "Solana";
|
|
526
|
-
readonly address: string;
|
|
527
|
-
} | {
|
|
528
|
-
readonly chain: "Assethub";
|
|
529
|
-
readonly address: string;
|
|
530
|
-
};
|
|
531
|
-
minPrice: bigint;
|
|
532
|
-
refundCcmMetadata?: {
|
|
533
|
-
message: `0x${string}`;
|
|
534
|
-
gasBudget: bigint;
|
|
535
|
-
ccmAdditionalData: `0x${string}`;
|
|
536
|
-
} | null | undefined;
|
|
537
|
-
};
|
|
538
510
|
destinationAddress: {
|
|
539
511
|
readonly chain: "Ethereum";
|
|
540
512
|
readonly address: `0x${string}`;
|
|
@@ -564,6 +536,34 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
564
536
|
brokerCommissionRate: number;
|
|
565
537
|
sourceChainExpiryBlock: bigint;
|
|
566
538
|
channelOpeningFee: bigint;
|
|
539
|
+
refundParameters: {
|
|
540
|
+
retryDuration: number;
|
|
541
|
+
refundAddress: {
|
|
542
|
+
readonly chain: "Ethereum";
|
|
543
|
+
readonly address: `0x${string}`;
|
|
544
|
+
} | {
|
|
545
|
+
readonly chain: "Polkadot";
|
|
546
|
+
readonly address: string;
|
|
547
|
+
} | {
|
|
548
|
+
readonly chain: "Bitcoin";
|
|
549
|
+
readonly address: string;
|
|
550
|
+
} | {
|
|
551
|
+
readonly chain: "Arbitrum";
|
|
552
|
+
readonly address: `0x${string}`;
|
|
553
|
+
} | {
|
|
554
|
+
readonly chain: "Solana";
|
|
555
|
+
readonly address: string;
|
|
556
|
+
} | {
|
|
557
|
+
readonly chain: "Assethub";
|
|
558
|
+
readonly address: string;
|
|
559
|
+
};
|
|
560
|
+
minPrice: bigint;
|
|
561
|
+
refundCcmMetadata?: {
|
|
562
|
+
message: `0x${string}`;
|
|
563
|
+
gasBudget: bigint;
|
|
564
|
+
ccmAdditionalData: `0x${string}`;
|
|
565
|
+
} | null | undefined;
|
|
566
|
+
};
|
|
567
567
|
channelMetadata?: {
|
|
568
568
|
message: `0x${string}`;
|
|
569
569
|
gasBudget: bigint;
|
|
@@ -612,19 +612,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
612
612
|
};
|
|
613
613
|
channelId: string | number;
|
|
614
614
|
brokerId: string;
|
|
615
|
-
refundParameters: {
|
|
616
|
-
retryDuration: number;
|
|
617
|
-
refundAddress: {
|
|
618
|
-
value: string;
|
|
619
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
620
|
-
};
|
|
621
|
-
minPrice: string | number;
|
|
622
|
-
refundCcmMetadata?: {
|
|
623
|
-
message: string;
|
|
624
|
-
gasBudget: string | number;
|
|
625
|
-
ccmAdditionalData: string;
|
|
626
|
-
} | null | undefined;
|
|
627
|
-
};
|
|
628
615
|
destinationAddress: {
|
|
629
616
|
value: string;
|
|
630
617
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
@@ -643,6 +630,19 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
643
630
|
brokerCommissionRate: number;
|
|
644
631
|
sourceChainExpiryBlock: string | number;
|
|
645
632
|
channelOpeningFee: string | number;
|
|
633
|
+
refundParameters: {
|
|
634
|
+
retryDuration: number;
|
|
635
|
+
refundAddress: {
|
|
636
|
+
value: string;
|
|
637
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
638
|
+
};
|
|
639
|
+
minPrice: string | number;
|
|
640
|
+
refundCcmMetadata?: {
|
|
641
|
+
message: string;
|
|
642
|
+
gasBudget: string | number;
|
|
643
|
+
ccmAdditionalData: string;
|
|
644
|
+
} | null | undefined;
|
|
645
|
+
};
|
|
646
646
|
channelMetadata?: {
|
|
647
647
|
message: string;
|
|
648
648
|
gasBudget: string | number;
|
|
@@ -507,34 +507,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
507
507
|
};
|
|
508
508
|
channelId: bigint;
|
|
509
509
|
brokerId: string;
|
|
510
|
-
refundParameters: {
|
|
511
|
-
retryDuration: number;
|
|
512
|
-
refundAddress: {
|
|
513
|
-
readonly chain: "Ethereum";
|
|
514
|
-
readonly address: `0x${string}`;
|
|
515
|
-
} | {
|
|
516
|
-
readonly chain: "Polkadot";
|
|
517
|
-
readonly address: string;
|
|
518
|
-
} | {
|
|
519
|
-
readonly chain: "Bitcoin";
|
|
520
|
-
readonly address: string;
|
|
521
|
-
} | {
|
|
522
|
-
readonly chain: "Arbitrum";
|
|
523
|
-
readonly address: `0x${string}`;
|
|
524
|
-
} | {
|
|
525
|
-
readonly chain: "Solana";
|
|
526
|
-
readonly address: string;
|
|
527
|
-
} | {
|
|
528
|
-
readonly chain: "Assethub";
|
|
529
|
-
readonly address: string;
|
|
530
|
-
};
|
|
531
|
-
minPrice: bigint;
|
|
532
|
-
refundCcmMetadata?: {
|
|
533
|
-
message: `0x${string}`;
|
|
534
|
-
gasBudget: bigint;
|
|
535
|
-
ccmAdditionalData: `0x${string}`;
|
|
536
|
-
} | null | undefined;
|
|
537
|
-
};
|
|
538
510
|
destinationAddress: {
|
|
539
511
|
readonly chain: "Ethereum";
|
|
540
512
|
readonly address: `0x${string}`;
|
|
@@ -564,6 +536,34 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
564
536
|
brokerCommissionRate: number;
|
|
565
537
|
sourceChainExpiryBlock: bigint;
|
|
566
538
|
channelOpeningFee: bigint;
|
|
539
|
+
refundParameters: {
|
|
540
|
+
retryDuration: number;
|
|
541
|
+
refundAddress: {
|
|
542
|
+
readonly chain: "Ethereum";
|
|
543
|
+
readonly address: `0x${string}`;
|
|
544
|
+
} | {
|
|
545
|
+
readonly chain: "Polkadot";
|
|
546
|
+
readonly address: string;
|
|
547
|
+
} | {
|
|
548
|
+
readonly chain: "Bitcoin";
|
|
549
|
+
readonly address: string;
|
|
550
|
+
} | {
|
|
551
|
+
readonly chain: "Arbitrum";
|
|
552
|
+
readonly address: `0x${string}`;
|
|
553
|
+
} | {
|
|
554
|
+
readonly chain: "Solana";
|
|
555
|
+
readonly address: string;
|
|
556
|
+
} | {
|
|
557
|
+
readonly chain: "Assethub";
|
|
558
|
+
readonly address: string;
|
|
559
|
+
};
|
|
560
|
+
minPrice: bigint;
|
|
561
|
+
refundCcmMetadata?: {
|
|
562
|
+
message: `0x${string}`;
|
|
563
|
+
gasBudget: bigint;
|
|
564
|
+
ccmAdditionalData: `0x${string}`;
|
|
565
|
+
} | null | undefined;
|
|
566
|
+
};
|
|
567
567
|
channelMetadata?: {
|
|
568
568
|
message: `0x${string}`;
|
|
569
569
|
gasBudget: bigint;
|
|
@@ -612,19 +612,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
612
612
|
};
|
|
613
613
|
channelId: string | number;
|
|
614
614
|
brokerId: string;
|
|
615
|
-
refundParameters: {
|
|
616
|
-
retryDuration: number;
|
|
617
|
-
refundAddress: {
|
|
618
|
-
value: string;
|
|
619
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
620
|
-
};
|
|
621
|
-
minPrice: string | number;
|
|
622
|
-
refundCcmMetadata?: {
|
|
623
|
-
message: string;
|
|
624
|
-
gasBudget: string | number;
|
|
625
|
-
ccmAdditionalData: string;
|
|
626
|
-
} | null | undefined;
|
|
627
|
-
};
|
|
628
615
|
destinationAddress: {
|
|
629
616
|
value: string;
|
|
630
617
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
@@ -643,6 +630,19 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
643
630
|
brokerCommissionRate: number;
|
|
644
631
|
sourceChainExpiryBlock: string | number;
|
|
645
632
|
channelOpeningFee: string | number;
|
|
633
|
+
refundParameters: {
|
|
634
|
+
retryDuration: number;
|
|
635
|
+
refundAddress: {
|
|
636
|
+
value: string;
|
|
637
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
638
|
+
};
|
|
639
|
+
minPrice: string | number;
|
|
640
|
+
refundCcmMetadata?: {
|
|
641
|
+
message: string;
|
|
642
|
+
gasBudget: string | number;
|
|
643
|
+
ccmAdditionalData: string;
|
|
644
|
+
} | null | undefined;
|
|
645
|
+
};
|
|
646
646
|
channelMetadata?: {
|
|
647
647
|
message: string;
|
|
648
648
|
gasBudget: string | number;
|
|
@@ -2106,10 +2106,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2106
2106
|
chunkInterval: number;
|
|
2107
2107
|
}>>>;
|
|
2108
2108
|
}, "strip", z.ZodTypeAny, {
|
|
2109
|
-
swapRequestId: bigint;
|
|
2110
2109
|
inputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2111
|
-
inputAmount: bigint;
|
|
2112
2110
|
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2111
|
+
swapRequestId: bigint;
|
|
2112
|
+
inputAmount: bigint;
|
|
2113
2113
|
origin: {
|
|
2114
2114
|
__kind: "DepositChannel";
|
|
2115
2115
|
depositAddress: {
|
|
@@ -2387,14 +2387,14 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2387
2387
|
chunkInterval: number;
|
|
2388
2388
|
} | null | undefined;
|
|
2389
2389
|
}, {
|
|
2390
|
-
swapRequestId: string | number;
|
|
2391
2390
|
inputAsset: {
|
|
2392
2391
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2393
2392
|
};
|
|
2394
|
-
inputAmount: string | number;
|
|
2395
2393
|
outputAsset: {
|
|
2396
2394
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2397
2395
|
};
|
|
2396
|
+
swapRequestId: string | number;
|
|
2397
|
+
inputAmount: string | number;
|
|
2398
2398
|
origin: {
|
|
2399
2399
|
__kind: "DepositChannel";
|
|
2400
2400
|
depositAddress: {
|
|
@@ -2106,10 +2106,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2106
2106
|
chunkInterval: number;
|
|
2107
2107
|
}>>>;
|
|
2108
2108
|
}, "strip", z.ZodTypeAny, {
|
|
2109
|
-
swapRequestId: bigint;
|
|
2110
2109
|
inputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2111
|
-
inputAmount: bigint;
|
|
2112
2110
|
outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2111
|
+
swapRequestId: bigint;
|
|
2112
|
+
inputAmount: bigint;
|
|
2113
2113
|
origin: {
|
|
2114
2114
|
__kind: "DepositChannel";
|
|
2115
2115
|
depositAddress: {
|
|
@@ -2387,14 +2387,14 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2387
2387
|
chunkInterval: number;
|
|
2388
2388
|
} | null | undefined;
|
|
2389
2389
|
}, {
|
|
2390
|
-
swapRequestId: string | number;
|
|
2391
2390
|
inputAsset: {
|
|
2392
2391
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2393
2392
|
};
|
|
2394
|
-
inputAmount: string | number;
|
|
2395
2393
|
outputAsset: {
|
|
2396
2394
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2397
2395
|
};
|
|
2396
|
+
swapRequestId: string | number;
|
|
2397
|
+
inputAmount: string | number;
|
|
2398
2398
|
origin: {
|
|
2399
2399
|
__kind: "DepositChannel";
|
|
2400
2400
|
depositAddress: {
|
|
@@ -13,14 +13,14 @@ declare const liquidityProviderLiquidityDepositCredited: z.ZodObject<{
|
|
|
13
13
|
}>;
|
|
14
14
|
amountCredited: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
accountId: string;
|
|
17
16
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
17
|
+
accountId: string;
|
|
18
18
|
amountCredited: bigint;
|
|
19
19
|
}, {
|
|
20
|
-
accountId: string;
|
|
21
20
|
asset: {
|
|
22
21
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
23
22
|
};
|
|
23
|
+
accountId: string;
|
|
24
24
|
amountCredited: string | number;
|
|
25
25
|
}>;
|
|
26
26
|
|
|
@@ -13,14 +13,14 @@ declare const liquidityProviderLiquidityDepositCredited: z.ZodObject<{
|
|
|
13
13
|
}>;
|
|
14
14
|
amountCredited: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
accountId: string;
|
|
17
16
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
17
|
+
accountId: string;
|
|
18
18
|
amountCredited: bigint;
|
|
19
19
|
}, {
|
|
20
|
-
accountId: string;
|
|
21
20
|
asset: {
|
|
22
21
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
23
22
|
};
|
|
23
|
+
accountId: string;
|
|
24
24
|
amountCredited: string | number;
|
|
25
25
|
}>;
|
|
26
26
|
|
|
@@ -44,8 +44,8 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
44
44
|
}>;
|
|
45
45
|
fee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
46
46
|
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
48
47
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
|
|
48
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
49
49
|
amount: bigint;
|
|
50
50
|
destinationAddress: {
|
|
51
51
|
readonly chain: "Ethereum";
|
|
@@ -59,12 +59,12 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
59
59
|
};
|
|
60
60
|
fee: bigint;
|
|
61
61
|
}, {
|
|
62
|
-
asset: {
|
|
63
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
64
|
-
};
|
|
65
62
|
egressId: [{
|
|
66
63
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
67
64
|
}, string | number];
|
|
65
|
+
asset: {
|
|
66
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
67
|
+
};
|
|
68
68
|
amount: string | number;
|
|
69
69
|
destinationAddress: {
|
|
70
70
|
value: string;
|
|
@@ -44,8 +44,8 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
44
44
|
}>;
|
|
45
45
|
fee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
46
46
|
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
48
47
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
|
|
48
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
49
49
|
amount: bigint;
|
|
50
50
|
destinationAddress: {
|
|
51
51
|
readonly chain: "Ethereum";
|
|
@@ -59,12 +59,12 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
59
59
|
};
|
|
60
60
|
fee: bigint;
|
|
61
61
|
}, {
|
|
62
|
-
asset: {
|
|
63
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
64
|
-
};
|
|
65
62
|
egressId: [{
|
|
66
63
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
67
64
|
}, string | number];
|
|
65
|
+
asset: {
|
|
66
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
67
|
+
};
|
|
68
68
|
amount: string | number;
|
|
69
69
|
destinationAddress: {
|
|
70
70
|
value: string;
|