@chainflip/processor 1.11.3 → 1.11.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +4 -4
- package/dist/100/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/100/swapping/ccmDepositReceived.d.cts +62 -62
- package/dist/100/swapping/ccmDepositReceived.d.ts +62 -62
- package/dist/100/swapping/ccmFailed.d.cts +62 -62
- package/dist/100/swapping/ccmFailed.d.ts +62 -62
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
- package/dist/100/swapping/minimumSwapAmountSet.d.ts +6 -6
- package/dist/100/swapping/swapAmountTooLow.d.cts +19 -19
- package/dist/100/swapping/swapAmountTooLow.d.ts +19 -19
- package/dist/100/swapping/swapDepositAddressReady.d.cts +26 -26
- package/dist/100/swapping/swapDepositAddressReady.d.ts +26 -26
- package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/100/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/100/swapping/swapExecuted.d.cts +12 -12
- package/dist/100/swapping/swapExecuted.d.ts +12 -12
- package/dist/100/swapping/swapScheduled.d.cts +91 -91
- package/dist/100/swapping/swapScheduled.d.ts +91 -91
- package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/100/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +18 -18
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +18 -18
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +161 -161
- package/dist/11000/assethubIngressEgress/depositFailed.d.ts +161 -161
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +34 -34
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +34 -34
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/11000/environment/runtimeSafeModeUpdated.d.ts +28 -28
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +4 -4
- package/dist/11000/lendingPools/boostFundsAdded.d.ts +4 -4
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +2 -2
- package/dist/11000/lendingPools/stoppedBoosting.d.ts +2 -2
- 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/11000/swapping/palletConfigUpdated.d.cts +32 -32
- package/dist/11000/swapping/palletConfigUpdated.d.ts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.d.cts +12 -12
- package/dist/11000/swapping/refundEgressScheduled.d.ts +12 -12
- package/dist/11000/swapping/refundedOnChain.d.cts +8 -8
- package/dist/11000/swapping/refundedOnChain.d.ts +8 -8
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +42 -42
- package/dist/11000/swapping/swapDepositAddressReady.d.ts +42 -42
- package/dist/11000/swapping/swapRequested.d.cts +44 -44
- package/dist/11000/swapping/swapRequested.d.ts +44 -44
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.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/bitcoinIngressEgress/depositFailed.d.cts +296 -296
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +296 -296
- package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
- package/dist/120/emissions/backupRewardsDistributed.d.ts +2 -2
- package/dist/120/emissions/flipBurnSkipped.d.cts +16 -16
- package/dist/120/emissions/flipBurnSkipped.d.ts +16 -16
- 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 +6 -6
- package/dist/120/swapping/swapEgressScheduled.d.ts +6 -6
- 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 +4 -4
- package/dist/120/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.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 +20 -20
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +22 -22
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +22 -22
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
- 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 +20 -20
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +20 -20
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +20 -20
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +20 -20
- 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/depositBoosted.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- 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 +4 -4
- package/dist/141/swapping/ccmDepositReceived.d.ts +4 -4
- package/dist/141/swapping/ccmFailed.d.cts +4 -4
- package/dist/141/swapping/ccmFailed.d.ts +4 -4
- 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 +18 -18
- package/dist/141/swapping/swapDepositAddressReady.d.ts +18 -18
- package/dist/141/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/141/swapping/swapEgressIgnored.d.ts +12 -12
- 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 +12 -12
- package/dist/141/swapping/swapExecuted.d.ts +12 -12
- package/dist/141/swapping/swapScheduled.d.cts +16 -16
- package/dist/141/swapping/swapScheduled.d.ts +16 -16
- package/dist/141/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/141/swapping/withdrawalRequested.d.ts +6 -6
- package/dist/141/validator/rotationPhaseUpdated.d.cts +20 -20
- package/dist/141/validator/rotationPhaseUpdated.d.ts +20 -20
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.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/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/160/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
- 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/polkadotIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +6 -6
- 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/bitcoinIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +56 -56
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.ts +4 -4
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +4 -4
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +4 -4
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +24 -24
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +26 -26
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +26 -26
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +68 -68
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +68 -68
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +185 -185
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +185 -185
- 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 +64 -64
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +64 -64
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.ts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.cts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.ts +2 -2
- package/dist/180/swapping/swapRequested.d.cts +4 -4
- package/dist/180/swapping/swapRequested.d.ts +4 -4
- 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 +20 -20
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +20 -20
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +10 -10
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/assetBalances/accountCredited.d.cts +6 -6
- package/dist/190/assetBalances/accountCredited.d.ts +6 -6
- package/dist/190/assetBalances/accountDebited.d.cts +6 -6
- package/dist/190/assetBalances/accountDebited.d.ts +6 -6
- package/dist/190/assetBalances/refundScheduled.d.cts +2 -2
- package/dist/190/assetBalances/refundScheduled.d.ts +2 -2
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- 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 +8 -8
- package/dist/190/liquidityPools/orderDeletionFailed.d.ts +8 -8
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +12 -12
- package/dist/190/liquidityPools/rangeOrderUpdated.d.ts +12 -12
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +54 -54
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +54 -54
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/solanaIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +172 -172
- package/dist/190/solanaIngressEgress/depositFailed.d.ts +172 -172
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/solanaIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
- 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 +2 -2
- package/dist/190/swapping/creditedOnChain.d.ts +2 -2
- 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 +2 -2
- package/dist/190/swapping/refundedOnChain.d.ts +2 -2
- 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 +64 -64
- package/dist/190/swapping/swapRequested.d.ts +64 -64
- package/dist/190/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/190/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/Processor.d.cts +1 -5
- package/dist/Processor.d.ts +1 -5
- package/package.json +1 -1
|
@@ -6,20 +6,20 @@ declare const swappingSwapExecuted: z.ZodObject<{
|
|
|
6
6
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
7
7
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
__kind: "Eth" | "
|
|
9
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
10
10
|
}, {
|
|
11
|
-
__kind: "Eth" | "
|
|
12
|
-
}>, "Eth" | "
|
|
13
|
-
__kind: "Eth" | "
|
|
11
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
12
|
+
}>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc", {
|
|
13
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
14
14
|
}>;
|
|
15
15
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
16
16
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
|
-
__kind: "Eth" | "
|
|
18
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
19
19
|
}, {
|
|
20
|
-
__kind: "Eth" | "
|
|
21
|
-
}>, "Eth" | "
|
|
22
|
-
__kind: "Eth" | "
|
|
20
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
21
|
+
}>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc", {
|
|
22
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
23
23
|
}>;
|
|
24
24
|
inputAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
25
25
|
networkFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -29,8 +29,8 @@ declare const swappingSwapExecuted: z.ZodObject<{
|
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
30
|
swapRequestId: bigint;
|
|
31
31
|
swapId: bigint;
|
|
32
|
-
inputAsset: "Eth" | "
|
|
33
|
-
outputAsset: "Eth" | "
|
|
32
|
+
inputAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
33
|
+
outputAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
34
34
|
inputAmount: bigint;
|
|
35
35
|
networkFee: bigint;
|
|
36
36
|
brokerFee: bigint;
|
|
@@ -40,10 +40,10 @@ declare const swappingSwapExecuted: z.ZodObject<{
|
|
|
40
40
|
swapRequestId: string | number;
|
|
41
41
|
swapId: string | number;
|
|
42
42
|
inputAsset: {
|
|
43
|
-
__kind: "Eth" | "
|
|
43
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
44
44
|
};
|
|
45
45
|
outputAsset: {
|
|
46
|
-
__kind: "Eth" | "
|
|
46
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
47
47
|
};
|
|
48
48
|
inputAmount: string | number;
|
|
49
49
|
networkFee: string | number;
|
|
@@ -5,21 +5,21 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
5
5
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
6
6
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
__kind: "Eth" | "
|
|
8
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
9
9
|
}, {
|
|
10
|
-
__kind: "Eth" | "
|
|
11
|
-
}>, "Eth" | "
|
|
12
|
-
__kind: "Eth" | "
|
|
10
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
11
|
+
}>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc", {
|
|
12
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
13
13
|
}>;
|
|
14
14
|
inputAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
16
16
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
|
-
__kind: "Eth" | "
|
|
18
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
19
19
|
}, {
|
|
20
|
-
__kind: "Eth" | "
|
|
21
|
-
}>, "Eth" | "
|
|
22
|
-
__kind: "Eth" | "
|
|
20
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
21
|
+
}>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc", {
|
|
22
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
23
23
|
}>;
|
|
24
24
|
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
25
25
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
@@ -27,10 +27,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
27
27
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
28
28
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
30
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
31
31
|
value: `0x${string}`;
|
|
32
32
|
}, {
|
|
33
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
33
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
34
34
|
value: string;
|
|
35
35
|
}>, {
|
|
36
36
|
readonly chain: "Ethereum";
|
|
@@ -48,7 +48,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
48
48
|
readonly chain: "Solana";
|
|
49
49
|
readonly address: string;
|
|
50
50
|
}, {
|
|
51
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
51
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
52
52
|
value: string;
|
|
53
53
|
}>;
|
|
54
54
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -76,7 +76,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
76
76
|
}, {
|
|
77
77
|
__kind: "DepositChannel";
|
|
78
78
|
depositAddress: {
|
|
79
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
79
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
80
80
|
value: string;
|
|
81
81
|
};
|
|
82
82
|
channelId: string | number;
|
|
@@ -115,10 +115,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
115
115
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
116
116
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
117
117
|
}, "strip", z.ZodTypeAny, {
|
|
118
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
118
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
119
119
|
value: `0x${string}`;
|
|
120
120
|
}, {
|
|
121
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
121
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
122
122
|
value: string;
|
|
123
123
|
}>, {
|
|
124
124
|
readonly chain: "Ethereum";
|
|
@@ -136,7 +136,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
136
136
|
readonly chain: "Solana";
|
|
137
137
|
readonly address: string;
|
|
138
138
|
}, {
|
|
139
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
139
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
140
140
|
value: string;
|
|
141
141
|
}>;
|
|
142
142
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -160,7 +160,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
160
160
|
}, {
|
|
161
161
|
__kind: "Regular";
|
|
162
162
|
outputAddress: {
|
|
163
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
163
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
164
164
|
value: string;
|
|
165
165
|
};
|
|
166
166
|
}>, z.ZodObject<{
|
|
@@ -169,10 +169,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
169
169
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
170
170
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
171
171
|
}, "strip", z.ZodTypeAny, {
|
|
172
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
172
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
173
173
|
value: `0x${string}`;
|
|
174
174
|
}, {
|
|
175
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
175
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
176
176
|
value: string;
|
|
177
177
|
}>, {
|
|
178
178
|
readonly chain: "Ethereum";
|
|
@@ -190,7 +190,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
190
190
|
readonly chain: "Solana";
|
|
191
191
|
readonly address: string;
|
|
192
192
|
}, {
|
|
193
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
193
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
194
194
|
value: string;
|
|
195
195
|
}>;
|
|
196
196
|
ccmDepositMetadata: z.ZodObject<{
|
|
@@ -207,10 +207,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
207
207
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
208
208
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
209
209
|
}, "strip", z.ZodTypeAny, {
|
|
210
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
210
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
211
211
|
value: `0x${string}`;
|
|
212
212
|
}, {
|
|
213
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
213
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
214
214
|
value: string;
|
|
215
215
|
}>, {
|
|
216
216
|
readonly chain: "Ethereum";
|
|
@@ -228,7 +228,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
228
228
|
readonly chain: "Solana";
|
|
229
229
|
readonly address: string;
|
|
230
230
|
}, {
|
|
231
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
231
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
232
232
|
value: string;
|
|
233
233
|
}>>>;
|
|
234
234
|
channelMetadata: z.ZodObject<{
|
|
@@ -277,7 +277,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
277
277
|
cfParameters: string;
|
|
278
278
|
};
|
|
279
279
|
sourceAddress?: {
|
|
280
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
280
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
281
281
|
value: string;
|
|
282
282
|
} | null | undefined;
|
|
283
283
|
}>;
|
|
@@ -326,7 +326,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
326
326
|
}, {
|
|
327
327
|
__kind: "Ccm";
|
|
328
328
|
outputAddress: {
|
|
329
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
329
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
330
330
|
value: string;
|
|
331
331
|
};
|
|
332
332
|
ccmDepositMetadata: {
|
|
@@ -339,7 +339,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
339
339
|
cfParameters: string;
|
|
340
340
|
};
|
|
341
341
|
sourceAddress?: {
|
|
342
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
342
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
343
343
|
value: string;
|
|
344
344
|
} | null | undefined;
|
|
345
345
|
};
|
|
@@ -350,10 +350,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
350
350
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
351
351
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
352
352
|
}, "strip", z.ZodTypeAny, {
|
|
353
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
353
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
354
354
|
value: `0x${string}`;
|
|
355
355
|
}, {
|
|
356
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
356
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
357
357
|
value: string;
|
|
358
358
|
}>, {
|
|
359
359
|
readonly chain: "Ethereum";
|
|
@@ -371,7 +371,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
371
371
|
readonly chain: "Solana";
|
|
372
372
|
readonly address: string;
|
|
373
373
|
}, {
|
|
374
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
374
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
375
375
|
value: string;
|
|
376
376
|
}>;
|
|
377
377
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -397,7 +397,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
397
397
|
}, {
|
|
398
398
|
retryDuration: number;
|
|
399
399
|
refundAddress: {
|
|
400
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
400
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
401
401
|
value: string;
|
|
402
402
|
};
|
|
403
403
|
minPrice: string | number;
|
|
@@ -413,7 +413,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
413
413
|
chunkInterval: number;
|
|
414
414
|
}>>>;
|
|
415
415
|
}, "strip", z.ZodTypeAny, {
|
|
416
|
-
swapRequestId: bigint;
|
|
417
416
|
origin: {
|
|
418
417
|
__kind: "DepositChannel";
|
|
419
418
|
depositAddress: {
|
|
@@ -440,8 +439,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
440
439
|
} | {
|
|
441
440
|
__kind: "Internal";
|
|
442
441
|
};
|
|
443
|
-
|
|
444
|
-
|
|
442
|
+
swapRequestId: bigint;
|
|
443
|
+
inputAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
444
|
+
outputAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
445
445
|
inputAmount: bigint;
|
|
446
446
|
requestType: {
|
|
447
447
|
__kind: "NetworkFee";
|
|
@@ -533,11 +533,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
533
533
|
chunkInterval: number;
|
|
534
534
|
} | null | undefined;
|
|
535
535
|
}, {
|
|
536
|
-
swapRequestId: string | number;
|
|
537
536
|
origin: {
|
|
538
537
|
__kind: "DepositChannel";
|
|
539
538
|
depositAddress: {
|
|
540
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
539
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
541
540
|
value: string;
|
|
542
541
|
};
|
|
543
542
|
channelId: string | number;
|
|
@@ -548,11 +547,12 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
548
547
|
} | {
|
|
549
548
|
__kind: "Internal";
|
|
550
549
|
};
|
|
550
|
+
swapRequestId: string | number;
|
|
551
551
|
inputAsset: {
|
|
552
|
-
__kind: "Eth" | "
|
|
552
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
553
553
|
};
|
|
554
554
|
outputAsset: {
|
|
555
|
-
__kind: "Eth" | "
|
|
555
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
556
556
|
};
|
|
557
557
|
inputAmount: string | number;
|
|
558
558
|
requestType: {
|
|
@@ -562,13 +562,13 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
562
562
|
} | {
|
|
563
563
|
__kind: "Regular";
|
|
564
564
|
outputAddress: {
|
|
565
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
565
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
566
566
|
value: string;
|
|
567
567
|
};
|
|
568
568
|
} | {
|
|
569
569
|
__kind: "Ccm";
|
|
570
570
|
outputAddress: {
|
|
571
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
571
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
572
572
|
value: string;
|
|
573
573
|
};
|
|
574
574
|
ccmDepositMetadata: {
|
|
@@ -581,7 +581,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
581
581
|
cfParameters: string;
|
|
582
582
|
};
|
|
583
583
|
sourceAddress?: {
|
|
584
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
584
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
585
585
|
value: string;
|
|
586
586
|
} | null | undefined;
|
|
587
587
|
};
|
|
@@ -589,7 +589,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
589
589
|
refundParameters?: {
|
|
590
590
|
retryDuration: number;
|
|
591
591
|
refundAddress: {
|
|
592
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
592
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
593
593
|
value: string;
|
|
594
594
|
};
|
|
595
595
|
minPrice: string | number;
|
|
@@ -5,21 +5,21 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
5
5
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
6
6
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
__kind: "Eth" | "
|
|
8
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
9
9
|
}, {
|
|
10
|
-
__kind: "Eth" | "
|
|
11
|
-
}>, "Eth" | "
|
|
12
|
-
__kind: "Eth" | "
|
|
10
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
11
|
+
}>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc", {
|
|
12
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
13
13
|
}>;
|
|
14
14
|
inputAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
16
16
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
|
-
__kind: "Eth" | "
|
|
18
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
19
19
|
}, {
|
|
20
|
-
__kind: "Eth" | "
|
|
21
|
-
}>, "Eth" | "
|
|
22
|
-
__kind: "Eth" | "
|
|
20
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
21
|
+
}>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc", {
|
|
22
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
23
23
|
}>;
|
|
24
24
|
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
25
25
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
@@ -27,10 +27,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
27
27
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
28
28
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
30
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
31
31
|
value: `0x${string}`;
|
|
32
32
|
}, {
|
|
33
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
33
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
34
34
|
value: string;
|
|
35
35
|
}>, {
|
|
36
36
|
readonly chain: "Ethereum";
|
|
@@ -48,7 +48,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
48
48
|
readonly chain: "Solana";
|
|
49
49
|
readonly address: string;
|
|
50
50
|
}, {
|
|
51
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
51
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
52
52
|
value: string;
|
|
53
53
|
}>;
|
|
54
54
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -76,7 +76,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
76
76
|
}, {
|
|
77
77
|
__kind: "DepositChannel";
|
|
78
78
|
depositAddress: {
|
|
79
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
79
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
80
80
|
value: string;
|
|
81
81
|
};
|
|
82
82
|
channelId: string | number;
|
|
@@ -115,10 +115,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
115
115
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
116
116
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
117
117
|
}, "strip", z.ZodTypeAny, {
|
|
118
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
118
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
119
119
|
value: `0x${string}`;
|
|
120
120
|
}, {
|
|
121
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
121
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
122
122
|
value: string;
|
|
123
123
|
}>, {
|
|
124
124
|
readonly chain: "Ethereum";
|
|
@@ -136,7 +136,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
136
136
|
readonly chain: "Solana";
|
|
137
137
|
readonly address: string;
|
|
138
138
|
}, {
|
|
139
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
139
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
140
140
|
value: string;
|
|
141
141
|
}>;
|
|
142
142
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -160,7 +160,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
160
160
|
}, {
|
|
161
161
|
__kind: "Regular";
|
|
162
162
|
outputAddress: {
|
|
163
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
163
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
164
164
|
value: string;
|
|
165
165
|
};
|
|
166
166
|
}>, z.ZodObject<{
|
|
@@ -169,10 +169,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
169
169
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
170
170
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
171
171
|
}, "strip", z.ZodTypeAny, {
|
|
172
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
172
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
173
173
|
value: `0x${string}`;
|
|
174
174
|
}, {
|
|
175
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
175
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
176
176
|
value: string;
|
|
177
177
|
}>, {
|
|
178
178
|
readonly chain: "Ethereum";
|
|
@@ -190,7 +190,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
190
190
|
readonly chain: "Solana";
|
|
191
191
|
readonly address: string;
|
|
192
192
|
}, {
|
|
193
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
193
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
194
194
|
value: string;
|
|
195
195
|
}>;
|
|
196
196
|
ccmDepositMetadata: z.ZodObject<{
|
|
@@ -207,10 +207,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
207
207
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
208
208
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
209
209
|
}, "strip", z.ZodTypeAny, {
|
|
210
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
210
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
211
211
|
value: `0x${string}`;
|
|
212
212
|
}, {
|
|
213
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
213
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
214
214
|
value: string;
|
|
215
215
|
}>, {
|
|
216
216
|
readonly chain: "Ethereum";
|
|
@@ -228,7 +228,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
228
228
|
readonly chain: "Solana";
|
|
229
229
|
readonly address: string;
|
|
230
230
|
}, {
|
|
231
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
231
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
232
232
|
value: string;
|
|
233
233
|
}>>>;
|
|
234
234
|
channelMetadata: z.ZodObject<{
|
|
@@ -277,7 +277,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
277
277
|
cfParameters: string;
|
|
278
278
|
};
|
|
279
279
|
sourceAddress?: {
|
|
280
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
280
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
281
281
|
value: string;
|
|
282
282
|
} | null | undefined;
|
|
283
283
|
}>;
|
|
@@ -326,7 +326,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
326
326
|
}, {
|
|
327
327
|
__kind: "Ccm";
|
|
328
328
|
outputAddress: {
|
|
329
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
329
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
330
330
|
value: string;
|
|
331
331
|
};
|
|
332
332
|
ccmDepositMetadata: {
|
|
@@ -339,7 +339,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
339
339
|
cfParameters: string;
|
|
340
340
|
};
|
|
341
341
|
sourceAddress?: {
|
|
342
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
342
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
343
343
|
value: string;
|
|
344
344
|
} | null | undefined;
|
|
345
345
|
};
|
|
@@ -350,10 +350,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
350
350
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
351
351
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
352
352
|
}, "strip", z.ZodTypeAny, {
|
|
353
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
353
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
354
354
|
value: `0x${string}`;
|
|
355
355
|
}, {
|
|
356
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
356
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
357
357
|
value: string;
|
|
358
358
|
}>, {
|
|
359
359
|
readonly chain: "Ethereum";
|
|
@@ -371,7 +371,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
371
371
|
readonly chain: "Solana";
|
|
372
372
|
readonly address: string;
|
|
373
373
|
}, {
|
|
374
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
374
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
375
375
|
value: string;
|
|
376
376
|
}>;
|
|
377
377
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -397,7 +397,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
397
397
|
}, {
|
|
398
398
|
retryDuration: number;
|
|
399
399
|
refundAddress: {
|
|
400
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
400
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
401
401
|
value: string;
|
|
402
402
|
};
|
|
403
403
|
minPrice: string | number;
|
|
@@ -413,7 +413,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
413
413
|
chunkInterval: number;
|
|
414
414
|
}>>>;
|
|
415
415
|
}, "strip", z.ZodTypeAny, {
|
|
416
|
-
swapRequestId: bigint;
|
|
417
416
|
origin: {
|
|
418
417
|
__kind: "DepositChannel";
|
|
419
418
|
depositAddress: {
|
|
@@ -440,8 +439,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
440
439
|
} | {
|
|
441
440
|
__kind: "Internal";
|
|
442
441
|
};
|
|
443
|
-
|
|
444
|
-
|
|
442
|
+
swapRequestId: bigint;
|
|
443
|
+
inputAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
444
|
+
outputAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
445
445
|
inputAmount: bigint;
|
|
446
446
|
requestType: {
|
|
447
447
|
__kind: "NetworkFee";
|
|
@@ -533,11 +533,10 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
533
533
|
chunkInterval: number;
|
|
534
534
|
} | null | undefined;
|
|
535
535
|
}, {
|
|
536
|
-
swapRequestId: string | number;
|
|
537
536
|
origin: {
|
|
538
537
|
__kind: "DepositChannel";
|
|
539
538
|
depositAddress: {
|
|
540
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
539
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
541
540
|
value: string;
|
|
542
541
|
};
|
|
543
542
|
channelId: string | number;
|
|
@@ -548,11 +547,12 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
548
547
|
} | {
|
|
549
548
|
__kind: "Internal";
|
|
550
549
|
};
|
|
550
|
+
swapRequestId: string | number;
|
|
551
551
|
inputAsset: {
|
|
552
|
-
__kind: "Eth" | "
|
|
552
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
553
553
|
};
|
|
554
554
|
outputAsset: {
|
|
555
|
-
__kind: "Eth" | "
|
|
555
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc";
|
|
556
556
|
};
|
|
557
557
|
inputAmount: string | number;
|
|
558
558
|
requestType: {
|
|
@@ -562,13 +562,13 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
562
562
|
} | {
|
|
563
563
|
__kind: "Regular";
|
|
564
564
|
outputAddress: {
|
|
565
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
565
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
566
566
|
value: string;
|
|
567
567
|
};
|
|
568
568
|
} | {
|
|
569
569
|
__kind: "Ccm";
|
|
570
570
|
outputAddress: {
|
|
571
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
571
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
572
572
|
value: string;
|
|
573
573
|
};
|
|
574
574
|
ccmDepositMetadata: {
|
|
@@ -581,7 +581,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
581
581
|
cfParameters: string;
|
|
582
582
|
};
|
|
583
583
|
sourceAddress?: {
|
|
584
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
584
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
585
585
|
value: string;
|
|
586
586
|
} | null | undefined;
|
|
587
587
|
};
|
|
@@ -589,7 +589,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
589
589
|
refundParameters?: {
|
|
590
590
|
retryDuration: number;
|
|
591
591
|
refundAddress: {
|
|
592
|
-
__kind: "Eth" | "Dot" | "Btc" | "
|
|
592
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
593
593
|
value: string;
|
|
594
594
|
};
|
|
595
595
|
minPrice: string | number;
|