@chainflip/processor 1.11.9 → 1.11.10
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/common.d.cts +3 -9
- package/dist/100/common.d.ts +3 -9
- 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 +4 -4
- package/dist/100/funding/redemptionRequested.d.ts +4 -4
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
- 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/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/102/common.d.cts +3 -9
- package/dist/102/common.d.ts +3 -9
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +177 -177
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +177 -177
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +88 -88
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.ts +88 -88
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +392 -392
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +392 -392
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +88 -88
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +88 -88
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +20 -20
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.ts +20 -20
- package/dist/11000/common.d.cts +3 -9
- package/dist/11000/common.d.ts +3 -9
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +161 -161
- package/dist/11000/ethereumIngressEgress/depositFailed.d.ts +161 -161
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- 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 +161 -161
- package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +161 -161
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/111/common.d.cts +3 -9
- package/dist/111/common.d.ts +3 -9
- 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 +318 -318
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +318 -318
- package/dist/11100/common.cjs +27 -5
- package/dist/11100/common.d.cts +197 -34
- package/dist/11100/common.d.ts +197 -34
- package/dist/11100/common.mjs +26 -4
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +166 -166
- package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +166 -166
- package/dist/11100/flip/bondUpdated.cjs +7 -0
- package/dist/11100/flip/bondUpdated.d.cts +14 -0
- package/dist/11100/flip/bondUpdated.d.ts +14 -0
- package/dist/11100/flip/bondUpdated.mjs +7 -0
- package/dist/11100/flip/flipMinted.d.cts +2 -2
- package/dist/11100/flip/flipMinted.d.ts +2 -2
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +2 -2
- package/dist/11100/funding/sCCallCannotBeDecoded.d.ts +2 -2
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +31 -31
- package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +31 -31
- package/dist/11100/funding/sCCallExecuted.d.cts +2 -2
- package/dist/11100/funding/sCCallExecuted.d.ts +2 -2
- package/dist/11100/validator/delegated.cjs +5 -1
- package/dist/11100/validator/delegated.d.cts +3 -0
- package/dist/11100/validator/delegated.d.ts +3 -0
- package/dist/11100/validator/delegated.mjs +6 -2
- package/dist/11100/validator/maxBidUpdated.cjs +1 -1
- package/dist/11100/validator/maxBidUpdated.d.cts +33 -3
- package/dist/11100/validator/maxBidUpdated.d.ts +33 -3
- package/dist/11100/validator/maxBidUpdated.mjs +2 -2
- package/dist/11100/validator/palletConfigUpdated.d.cts +10 -40
- package/dist/11100/validator/palletConfigUpdated.d.ts +10 -40
- package/dist/11100/validator/rotationPhaseUpdated.cjs +7 -0
- package/dist/11100/validator/rotationPhaseUpdated.d.cts +236 -0
- package/dist/11100/validator/rotationPhaseUpdated.d.ts +236 -0
- package/dist/11100/validator/rotationPhaseUpdated.mjs +7 -0
- package/dist/11100/validator/undelegated.cjs +11 -0
- package/dist/11100/validator/{unDelegated.d.cts → undelegated.d.cts} +3 -0
- package/dist/11100/validator/{unDelegated.d.ts → undelegated.d.ts} +3 -0
- package/dist/11100/validator/undelegated.mjs +11 -0
- package/dist/120/common.d.cts +3 -9
- package/dist/120/common.d.ts +3 -9
- 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/common.d.cts +3 -9
- package/dist/131/common.d.ts +3 -9
- 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 +2 -2
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +2 -2
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +2 -2
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +2 -2
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/131/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/131/swapping/batchSwapFailed.d.ts +2 -2
- 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 +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/common.d.cts +3 -9
- package/dist/141/common.d.ts +3 -9
- 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/150/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +20 -20
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +20 -20
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +16 -16
- 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 +97 -97
- package/dist/150/assetBalances/refundSkipped.d.ts +97 -97
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/common.d.cts +3 -9
- package/dist/150/common.d.ts +3 -9
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +10 -10
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +10 -10
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/150/solanaIngressEgress/boostFundsAdded.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/depositFinalised.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +2 -2
- 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/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/common.d.cts +3 -9
- package/dist/160/common.d.ts +3 -9
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/160/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.ts +2 -2
- package/dist/160/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/160/swapping/batchSwapFailed.d.ts +2 -2
- package/dist/160/swapping/ccmFailed.d.cts +14 -14
- package/dist/160/swapping/ccmFailed.d.ts +14 -14
- package/dist/160/swapping/refundEgressIgnored.d.cts +18 -18
- package/dist/160/swapping/refundEgressIgnored.d.ts +18 -18
- package/dist/160/swapping/refundEgressScheduled.d.cts +2 -2
- package/dist/160/swapping/refundEgressScheduled.d.ts +2 -2
- package/dist/160/swapping/swapAmountConfiscated.d.cts +2 -2
- package/dist/160/swapping/swapAmountConfiscated.d.ts +2 -2
- package/dist/160/swapping/swapDepositAddressReady.d.cts +13 -13
- package/dist/160/swapping/swapDepositAddressReady.d.ts +13 -13
- package/dist/160/swapping/swapEgressIgnored.d.cts +18 -18
- package/dist/160/swapping/swapEgressIgnored.d.ts +18 -18
- package/dist/160/swapping/swapEgressScheduled.d.cts +2 -2
- package/dist/160/swapping/swapEgressScheduled.d.ts +2 -2
- package/dist/160/swapping/swapRequested.d.cts +26 -26
- package/dist/160/swapping/swapRequested.d.ts +26 -26
- package/dist/160/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/160/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/common.d.cts +3 -9
- package/dist/170/common.d.ts +3 -9
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.ts +2 -2
- 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 +6 -6
- package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/reputation/offencePenalty.d.cts +6 -6
- package/dist/170/reputation/offencePenalty.d.ts +6 -6
- package/dist/170/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/170/reputation/penaltyUpdated.d.ts +4 -4
- 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/170/swapping/minimumChunkSizeSet.d.cts +2 -2
- package/dist/170/swapping/minimumChunkSizeSet.d.ts +2 -2
- package/dist/170/swapping/swapRequested.d.cts +27 -27
- package/dist/170/swapping/swapRequested.d.ts +27 -27
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +179 -179
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +179 -179
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +50 -50
- 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 +306 -306
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +306 -306
- 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 +50 -50
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- 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/common.d.cts +3 -9
- package/dist/180/common.d.ts +3 -9
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +57 -57
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +57 -57
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +162 -162
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +162 -162
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +10 -10
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +24 -24
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +24 -24
- 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 +10 -10
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +10 -10
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +24 -24
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +32 -32
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +32 -32
- 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 +20 -20
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/solanaIngressEgress/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/ccmEgressInvalid.d.cts +64 -64
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +64 -64
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +16 -16
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +16 -16
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +191 -191
- package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +191 -191
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +12 -12
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +64 -64
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +64 -64
- 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/common.d.cts +3 -9
- package/dist/190/common.d.ts +3 -9
- 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/reputation/offencePenalty.d.cts +6 -6
- package/dist/190/reputation/offencePenalty.d.ts +6 -6
- package/dist/190/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/190/reputation/penaltyUpdated.d.ts +4 -4
- 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 +24 -24
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +24 -24
- 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 +10 -10
- package/dist/190/solanaIngressEgress/depositFailed.d.ts +10 -10
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/solanaIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- 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/tradingStrategy/fundsAddedToStrategy.d.cts +2 -2
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.ts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.ts +2 -2
- package/package.json +2 -2
- package/dist/11100/validator/unDelegated.cjs +0 -7
- package/dist/11100/validator/unDelegated.mjs +0 -7
|
@@ -27,11 +27,11 @@ 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" | "Sol" | "Arb";
|
|
31
30
|
value: `0x${string}`;
|
|
32
|
-
}, {
|
|
33
31
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
32
|
+
}, {
|
|
34
33
|
value: string;
|
|
34
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
35
35
|
}>, {
|
|
36
36
|
readonly chain: "Ethereum";
|
|
37
37
|
readonly address: `0x${string}`;
|
|
@@ -48,8 +48,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
48
48
|
readonly chain: "Solana";
|
|
49
49
|
readonly address: string;
|
|
50
50
|
}, {
|
|
51
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
52
51
|
value: string;
|
|
52
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
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>;
|
|
55
55
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -76,8 +76,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
76
76
|
}, {
|
|
77
77
|
__kind: "DepositChannel";
|
|
78
78
|
depositAddress: {
|
|
79
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
80
79
|
value: string;
|
|
80
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
81
81
|
};
|
|
82
82
|
channelId: string | number;
|
|
83
83
|
depositBlockHeight: string | number;
|
|
@@ -115,11 +115,11 @@ 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" | "Sol" | "Arb";
|
|
119
118
|
value: `0x${string}`;
|
|
120
|
-
}, {
|
|
121
119
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
120
|
+
}, {
|
|
122
121
|
value: string;
|
|
122
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
123
123
|
}>, {
|
|
124
124
|
readonly chain: "Ethereum";
|
|
125
125
|
readonly address: `0x${string}`;
|
|
@@ -136,8 +136,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
136
136
|
readonly chain: "Solana";
|
|
137
137
|
readonly address: string;
|
|
138
138
|
}, {
|
|
139
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
140
139
|
value: string;
|
|
140
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
141
141
|
}>;
|
|
142
142
|
}, "strip", z.ZodTypeAny, {
|
|
143
143
|
__kind: "Regular";
|
|
@@ -160,8 +160,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
160
160
|
}, {
|
|
161
161
|
__kind: "Regular";
|
|
162
162
|
outputAddress: {
|
|
163
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
164
163
|
value: string;
|
|
164
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
165
165
|
};
|
|
166
166
|
}>, z.ZodObject<{
|
|
167
167
|
__kind: z.ZodLiteral<"Ccm">;
|
|
@@ -169,11 +169,11 @@ 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" | "Sol" | "Arb";
|
|
173
172
|
value: `0x${string}`;
|
|
174
|
-
}, {
|
|
175
173
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
174
|
+
}, {
|
|
176
175
|
value: string;
|
|
176
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
177
177
|
}>, {
|
|
178
178
|
readonly chain: "Ethereum";
|
|
179
179
|
readonly address: `0x${string}`;
|
|
@@ -190,8 +190,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
190
190
|
readonly chain: "Solana";
|
|
191
191
|
readonly address: string;
|
|
192
192
|
}, {
|
|
193
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
194
193
|
value: string;
|
|
194
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
195
195
|
}>;
|
|
196
196
|
ccmDepositMetadata: z.ZodObject<{
|
|
197
197
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -207,11 +207,11 @@ 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" | "Sol" | "Arb";
|
|
211
210
|
value: `0x${string}`;
|
|
212
|
-
}, {
|
|
213
211
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
212
|
+
}, {
|
|
214
213
|
value: string;
|
|
214
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
215
215
|
}>, {
|
|
216
216
|
readonly chain: "Ethereum";
|
|
217
217
|
readonly address: `0x${string}`;
|
|
@@ -228,8 +228,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
228
228
|
readonly chain: "Solana";
|
|
229
229
|
readonly address: string;
|
|
230
230
|
}, {
|
|
231
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
232
231
|
value: string;
|
|
232
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
233
233
|
}>>>;
|
|
234
234
|
channelMetadata: z.ZodObject<{
|
|
235
235
|
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -277,8 +277,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
277
277
|
cfParameters: string;
|
|
278
278
|
};
|
|
279
279
|
sourceAddress?: {
|
|
280
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
281
280
|
value: string;
|
|
281
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
282
282
|
} | null | undefined;
|
|
283
283
|
}>;
|
|
284
284
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -326,8 +326,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
326
326
|
}, {
|
|
327
327
|
__kind: "Ccm";
|
|
328
328
|
outputAddress: {
|
|
329
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
330
329
|
value: string;
|
|
330
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
331
331
|
};
|
|
332
332
|
ccmDepositMetadata: {
|
|
333
333
|
sourceChain: {
|
|
@@ -339,8 +339,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
339
339
|
cfParameters: string;
|
|
340
340
|
};
|
|
341
341
|
sourceAddress?: {
|
|
342
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
343
342
|
value: string;
|
|
343
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
344
344
|
} | null | undefined;
|
|
345
345
|
};
|
|
346
346
|
}>]>;
|
|
@@ -350,11 +350,11 @@ 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" | "Sol" | "Arb";
|
|
354
353
|
value: `0x${string}`;
|
|
355
|
-
}, {
|
|
356
354
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
355
|
+
}, {
|
|
357
356
|
value: string;
|
|
357
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
358
358
|
}>, {
|
|
359
359
|
readonly chain: "Ethereum";
|
|
360
360
|
readonly address: `0x${string}`;
|
|
@@ -371,8 +371,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
371
371
|
readonly chain: "Solana";
|
|
372
372
|
readonly address: string;
|
|
373
373
|
}, {
|
|
374
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
375
374
|
value: string;
|
|
375
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
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>;
|
|
378
378
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -397,8 +397,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
397
397
|
}, {
|
|
398
398
|
retryDuration: number;
|
|
399
399
|
refundAddress: {
|
|
400
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
401
400
|
value: string;
|
|
401
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
402
402
|
};
|
|
403
403
|
minPrice: string | number;
|
|
404
404
|
}>>>;
|
|
@@ -537,8 +537,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
537
537
|
origin: {
|
|
538
538
|
__kind: "DepositChannel";
|
|
539
539
|
depositAddress: {
|
|
540
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
541
540
|
value: string;
|
|
541
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
542
542
|
};
|
|
543
543
|
channelId: string | number;
|
|
544
544
|
depositBlockHeight: string | number;
|
|
@@ -562,14 +562,14 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
562
562
|
} | {
|
|
563
563
|
__kind: "Regular";
|
|
564
564
|
outputAddress: {
|
|
565
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
566
565
|
value: string;
|
|
566
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
567
567
|
};
|
|
568
568
|
} | {
|
|
569
569
|
__kind: "Ccm";
|
|
570
570
|
outputAddress: {
|
|
571
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
572
571
|
value: string;
|
|
572
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
573
573
|
};
|
|
574
574
|
ccmDepositMetadata: {
|
|
575
575
|
sourceChain: {
|
|
@@ -581,16 +581,16 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
581
581
|
cfParameters: string;
|
|
582
582
|
};
|
|
583
583
|
sourceAddress?: {
|
|
584
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
585
584
|
value: string;
|
|
585
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
586
586
|
} | null | undefined;
|
|
587
587
|
};
|
|
588
588
|
};
|
|
589
589
|
refundParameters?: {
|
|
590
590
|
retryDuration: number;
|
|
591
591
|
refundAddress: {
|
|
592
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
593
592
|
value: string;
|
|
593
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
594
594
|
};
|
|
595
595
|
minPrice: string | number;
|
|
596
596
|
} | null | undefined;
|
|
@@ -27,11 +27,11 @@ 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" | "Sol" | "Arb";
|
|
31
30
|
value: `0x${string}`;
|
|
32
|
-
}, {
|
|
33
31
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
32
|
+
}, {
|
|
34
33
|
value: string;
|
|
34
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
35
35
|
}>, {
|
|
36
36
|
readonly chain: "Ethereum";
|
|
37
37
|
readonly address: `0x${string}`;
|
|
@@ -48,8 +48,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
48
48
|
readonly chain: "Solana";
|
|
49
49
|
readonly address: string;
|
|
50
50
|
}, {
|
|
51
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
52
51
|
value: string;
|
|
52
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
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>;
|
|
55
55
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -76,8 +76,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
76
76
|
}, {
|
|
77
77
|
__kind: "DepositChannel";
|
|
78
78
|
depositAddress: {
|
|
79
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
80
79
|
value: string;
|
|
80
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
81
81
|
};
|
|
82
82
|
channelId: string | number;
|
|
83
83
|
depositBlockHeight: string | number;
|
|
@@ -115,11 +115,11 @@ 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" | "Sol" | "Arb";
|
|
119
118
|
value: `0x${string}`;
|
|
120
|
-
}, {
|
|
121
119
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
120
|
+
}, {
|
|
122
121
|
value: string;
|
|
122
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
123
123
|
}>, {
|
|
124
124
|
readonly chain: "Ethereum";
|
|
125
125
|
readonly address: `0x${string}`;
|
|
@@ -136,8 +136,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
136
136
|
readonly chain: "Solana";
|
|
137
137
|
readonly address: string;
|
|
138
138
|
}, {
|
|
139
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
140
139
|
value: string;
|
|
140
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
141
141
|
}>;
|
|
142
142
|
}, "strip", z.ZodTypeAny, {
|
|
143
143
|
__kind: "Regular";
|
|
@@ -160,8 +160,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
160
160
|
}, {
|
|
161
161
|
__kind: "Regular";
|
|
162
162
|
outputAddress: {
|
|
163
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
164
163
|
value: string;
|
|
164
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
165
165
|
};
|
|
166
166
|
}>, z.ZodObject<{
|
|
167
167
|
__kind: z.ZodLiteral<"Ccm">;
|
|
@@ -169,11 +169,11 @@ 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" | "Sol" | "Arb";
|
|
173
172
|
value: `0x${string}`;
|
|
174
|
-
}, {
|
|
175
173
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
174
|
+
}, {
|
|
176
175
|
value: string;
|
|
176
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
177
177
|
}>, {
|
|
178
178
|
readonly chain: "Ethereum";
|
|
179
179
|
readonly address: `0x${string}`;
|
|
@@ -190,8 +190,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
190
190
|
readonly chain: "Solana";
|
|
191
191
|
readonly address: string;
|
|
192
192
|
}, {
|
|
193
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
194
193
|
value: string;
|
|
194
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
195
195
|
}>;
|
|
196
196
|
ccmDepositMetadata: z.ZodObject<{
|
|
197
197
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -207,11 +207,11 @@ 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" | "Sol" | "Arb";
|
|
211
210
|
value: `0x${string}`;
|
|
212
|
-
}, {
|
|
213
211
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
212
|
+
}, {
|
|
214
213
|
value: string;
|
|
214
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
215
215
|
}>, {
|
|
216
216
|
readonly chain: "Ethereum";
|
|
217
217
|
readonly address: `0x${string}`;
|
|
@@ -228,8 +228,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
228
228
|
readonly chain: "Solana";
|
|
229
229
|
readonly address: string;
|
|
230
230
|
}, {
|
|
231
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
232
231
|
value: string;
|
|
232
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
233
233
|
}>>>;
|
|
234
234
|
channelMetadata: z.ZodObject<{
|
|
235
235
|
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -277,8 +277,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
277
277
|
cfParameters: string;
|
|
278
278
|
};
|
|
279
279
|
sourceAddress?: {
|
|
280
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
281
280
|
value: string;
|
|
281
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
282
282
|
} | null | undefined;
|
|
283
283
|
}>;
|
|
284
284
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -326,8 +326,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
326
326
|
}, {
|
|
327
327
|
__kind: "Ccm";
|
|
328
328
|
outputAddress: {
|
|
329
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
330
329
|
value: string;
|
|
330
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
331
331
|
};
|
|
332
332
|
ccmDepositMetadata: {
|
|
333
333
|
sourceChain: {
|
|
@@ -339,8 +339,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
339
339
|
cfParameters: string;
|
|
340
340
|
};
|
|
341
341
|
sourceAddress?: {
|
|
342
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
343
342
|
value: string;
|
|
343
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
344
344
|
} | null | undefined;
|
|
345
345
|
};
|
|
346
346
|
}>]>;
|
|
@@ -350,11 +350,11 @@ 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" | "Sol" | "Arb";
|
|
354
353
|
value: `0x${string}`;
|
|
355
|
-
}, {
|
|
356
354
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
355
|
+
}, {
|
|
357
356
|
value: string;
|
|
357
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
358
358
|
}>, {
|
|
359
359
|
readonly chain: "Ethereum";
|
|
360
360
|
readonly address: `0x${string}`;
|
|
@@ -371,8 +371,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
371
371
|
readonly chain: "Solana";
|
|
372
372
|
readonly address: string;
|
|
373
373
|
}, {
|
|
374
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
375
374
|
value: string;
|
|
375
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
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>;
|
|
378
378
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -397,8 +397,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
397
397
|
}, {
|
|
398
398
|
retryDuration: number;
|
|
399
399
|
refundAddress: {
|
|
400
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
401
400
|
value: string;
|
|
401
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
402
402
|
};
|
|
403
403
|
minPrice: string | number;
|
|
404
404
|
}>>>;
|
|
@@ -537,8 +537,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
537
537
|
origin: {
|
|
538
538
|
__kind: "DepositChannel";
|
|
539
539
|
depositAddress: {
|
|
540
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
541
540
|
value: string;
|
|
541
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
542
542
|
};
|
|
543
543
|
channelId: string | number;
|
|
544
544
|
depositBlockHeight: string | number;
|
|
@@ -562,14 +562,14 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
562
562
|
} | {
|
|
563
563
|
__kind: "Regular";
|
|
564
564
|
outputAddress: {
|
|
565
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
566
565
|
value: string;
|
|
566
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
567
567
|
};
|
|
568
568
|
} | {
|
|
569
569
|
__kind: "Ccm";
|
|
570
570
|
outputAddress: {
|
|
571
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
572
571
|
value: string;
|
|
572
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
573
573
|
};
|
|
574
574
|
ccmDepositMetadata: {
|
|
575
575
|
sourceChain: {
|
|
@@ -581,16 +581,16 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
581
581
|
cfParameters: string;
|
|
582
582
|
};
|
|
583
583
|
sourceAddress?: {
|
|
584
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
585
584
|
value: string;
|
|
585
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
586
586
|
} | null | undefined;
|
|
587
587
|
};
|
|
588
588
|
};
|
|
589
589
|
refundParameters?: {
|
|
590
590
|
retryDuration: number;
|
|
591
591
|
refundAddress: {
|
|
592
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
593
592
|
value: string;
|
|
593
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
594
594
|
};
|
|
595
595
|
minPrice: string | number;
|
|
596
596
|
} | null | undefined;
|
|
@@ -25,11 +25,11 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
25
25
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
26
26
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
29
28
|
value: `0x${string}`;
|
|
30
|
-
}, {
|
|
31
29
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
30
|
+
}, {
|
|
32
31
|
value: string;
|
|
32
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
33
33
|
}>, {
|
|
34
34
|
readonly chain: "Ethereum";
|
|
35
35
|
readonly address: `0x${string}`;
|
|
@@ -46,8 +46,8 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
46
46
|
readonly chain: "Solana";
|
|
47
47
|
readonly address: string;
|
|
48
48
|
}, {
|
|
49
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
50
49
|
value: string;
|
|
50
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
51
51
|
}>;
|
|
52
52
|
}, "strip", z.ZodTypeAny, {
|
|
53
53
|
destinationAddress: {
|
|
@@ -72,8 +72,8 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
72
72
|
egressAmount: bigint;
|
|
73
73
|
}, {
|
|
74
74
|
destinationAddress: {
|
|
75
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
76
75
|
value: string;
|
|
76
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
77
77
|
};
|
|
78
78
|
egressId: [{
|
|
79
79
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
@@ -25,11 +25,11 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
25
25
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
26
26
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
29
28
|
value: `0x${string}`;
|
|
30
|
-
}, {
|
|
31
29
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
30
|
+
}, {
|
|
32
31
|
value: string;
|
|
32
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
33
33
|
}>, {
|
|
34
34
|
readonly chain: "Ethereum";
|
|
35
35
|
readonly address: `0x${string}`;
|
|
@@ -46,8 +46,8 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
46
46
|
readonly chain: "Solana";
|
|
47
47
|
readonly address: string;
|
|
48
48
|
}, {
|
|
49
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
50
49
|
value: string;
|
|
50
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
51
51
|
}>;
|
|
52
52
|
}, "strip", z.ZodTypeAny, {
|
|
53
53
|
destinationAddress: {
|
|
@@ -72,8 +72,8 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
72
72
|
egressAmount: bigint;
|
|
73
73
|
}, {
|
|
74
74
|
destinationAddress: {
|
|
75
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
76
75
|
value: string;
|
|
76
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
77
77
|
};
|
|
78
78
|
egressId: [{
|
|
79
79
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
@@ -4,11 +4,11 @@ declare const arbitrumIngressEgressBoostedDepositLost: z.ZodObject<{
|
|
|
4
4
|
prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
5
5
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
prewitnessedDepositId: bigint;
|
|
8
7
|
amount: bigint;
|
|
8
|
+
prewitnessedDepositId: bigint;
|
|
9
9
|
}, {
|
|
10
|
-
prewitnessedDepositId: string | number;
|
|
11
10
|
amount: string | number;
|
|
11
|
+
prewitnessedDepositId: string | number;
|
|
12
12
|
}>;
|
|
13
13
|
|
|
14
14
|
export { arbitrumIngressEgressBoostedDepositLost };
|
|
@@ -4,11 +4,11 @@ declare const arbitrumIngressEgressBoostedDepositLost: z.ZodObject<{
|
|
|
4
4
|
prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
5
5
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
prewitnessedDepositId: bigint;
|
|
8
7
|
amount: bigint;
|
|
8
|
+
prewitnessedDepositId: bigint;
|
|
9
9
|
}, {
|
|
10
|
-
prewitnessedDepositId: string | number;
|
|
11
10
|
amount: string | number;
|
|
11
|
+
prewitnessedDepositId: string | number;
|
|
12
12
|
}>;
|
|
13
13
|
|
|
14
14
|
export { arbitrumIngressEgressBoostedDepositLost };
|
|
@@ -29,16 +29,16 @@ declare const arbitrumIngressEgressDepositIgnored: z.ZodObject<{
|
|
|
29
29
|
__kind: "BelowMinimumDeposit" | "NotEnoughToPayFees" | "TransactionRejectedByBroker";
|
|
30
30
|
}>;
|
|
31
31
|
}, "strip", z.ZodTypeAny, {
|
|
32
|
-
amount: bigint;
|
|
33
32
|
depositAddress: `0x${string}`;
|
|
33
|
+
amount: bigint;
|
|
34
34
|
asset: "ArbEth" | "ArbUsdc";
|
|
35
35
|
depositDetails: {
|
|
36
36
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
37
37
|
};
|
|
38
38
|
reason: "BelowMinimumDeposit" | "NotEnoughToPayFees" | "TransactionRejectedByBroker";
|
|
39
39
|
}, {
|
|
40
|
-
amount: string | number;
|
|
41
40
|
depositAddress: string;
|
|
41
|
+
amount: string | number;
|
|
42
42
|
asset: {
|
|
43
43
|
__kind: "ArbEth" | "ArbUsdc";
|
|
44
44
|
};
|
|
@@ -29,16 +29,16 @@ declare const arbitrumIngressEgressDepositIgnored: z.ZodObject<{
|
|
|
29
29
|
__kind: "BelowMinimumDeposit" | "NotEnoughToPayFees" | "TransactionRejectedByBroker";
|
|
30
30
|
}>;
|
|
31
31
|
}, "strip", z.ZodTypeAny, {
|
|
32
|
-
amount: bigint;
|
|
33
32
|
depositAddress: `0x${string}`;
|
|
33
|
+
amount: bigint;
|
|
34
34
|
asset: "ArbEth" | "ArbUsdc";
|
|
35
35
|
depositDetails: {
|
|
36
36
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
37
37
|
};
|
|
38
38
|
reason: "BelowMinimumDeposit" | "NotEnoughToPayFees" | "TransactionRejectedByBroker";
|
|
39
39
|
}, {
|
|
40
|
-
amount: string | number;
|
|
41
40
|
depositAddress: string;
|
|
41
|
+
amount: string | number;
|
|
42
42
|
asset: {
|
|
43
43
|
__kind: "ArbEth" | "ArbUsdc";
|
|
44
44
|
};
|
|
@@ -10,15 +10,15 @@ declare const arbitrumIngressEgressTransactionRejectedByBroker: z.ZodObject<{
|
|
|
10
10
|
txHashes?: string[] | null | undefined;
|
|
11
11
|
}>;
|
|
12
12
|
}, "strip", z.ZodTypeAny, {
|
|
13
|
+
broadcastId: number;
|
|
13
14
|
txId: {
|
|
14
15
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
15
16
|
};
|
|
16
|
-
broadcastId: number;
|
|
17
17
|
}, {
|
|
18
|
+
broadcastId: number;
|
|
18
19
|
txId: {
|
|
19
20
|
txHashes?: string[] | null | undefined;
|
|
20
21
|
};
|
|
21
|
-
broadcastId: number;
|
|
22
22
|
}>;
|
|
23
23
|
|
|
24
24
|
export { arbitrumIngressEgressTransactionRejectedByBroker };
|
|
@@ -10,15 +10,15 @@ declare const arbitrumIngressEgressTransactionRejectedByBroker: z.ZodObject<{
|
|
|
10
10
|
txHashes?: string[] | null | undefined;
|
|
11
11
|
}>;
|
|
12
12
|
}, "strip", z.ZodTypeAny, {
|
|
13
|
+
broadcastId: number;
|
|
13
14
|
txId: {
|
|
14
15
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
15
16
|
};
|
|
16
|
-
broadcastId: number;
|
|
17
17
|
}, {
|
|
18
|
+
broadcastId: number;
|
|
18
19
|
txId: {
|
|
19
20
|
txHashes?: string[] | null | undefined;
|
|
20
21
|
};
|
|
21
|
-
broadcastId: number;
|
|
22
22
|
}>;
|
|
23
23
|
|
|
24
24
|
export { arbitrumIngressEgressTransactionRejectedByBroker };
|
package/dist/170/common.d.cts
CHANGED
|
@@ -6,19 +6,13 @@ declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(val
|
|
|
6
6
|
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
|
|
8
8
|
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
9
|
-
}>, any> extends infer T_1 ? { [k in keyof T_1]: z.
|
|
9
|
+
}>, any> extends infer T_1 ? { [k in keyof T_1]: T_1[k]; } : never, z.baseObjectInputType<{
|
|
10
10
|
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
11
|
-
}
|
|
12
|
-
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
13
|
-
}> extends infer T_2 ? { [k_1 in keyof T_2]: z.baseObjectInputType<{
|
|
14
|
-
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
15
|
-
}>[k_1]; } : never>, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
|
|
11
|
+
}> extends infer T_2 ? { [k_1 in keyof T_2]: T_2[k_1]; } : never>, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
|
|
16
12
|
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
17
13
|
}>, any>["__kind"], z.baseObjectInputType<{
|
|
18
14
|
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
19
|
-
}> extends infer T_3 ? { [k_1 in keyof T_3]:
|
|
20
|
-
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
21
|
-
}>[k_1]; } : never>;
|
|
15
|
+
}> extends infer T_3 ? { [k_1 in keyof T_3]: T_3[k_1]; } : never>;
|
|
22
16
|
declare const cfPrimitivesChainsForeignChain: z.ZodEffects<z.ZodObject<{
|
|
23
17
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana"]>;
|
|
24
18
|
}, "strip", z.ZodTypeAny, {
|
package/dist/170/common.d.ts
CHANGED
|
@@ -6,19 +6,13 @@ declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(val
|
|
|
6
6
|
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
|
|
8
8
|
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
9
|
-
}>, any> extends infer T_1 ? { [k in keyof T_1]: z.
|
|
9
|
+
}>, any> extends infer T_1 ? { [k in keyof T_1]: T_1[k]; } : never, z.baseObjectInputType<{
|
|
10
10
|
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
11
|
-
}
|
|
12
|
-
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
13
|
-
}> extends infer T_2 ? { [k_1 in keyof T_2]: z.baseObjectInputType<{
|
|
14
|
-
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
15
|
-
}>[k_1]; } : never>, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
|
|
11
|
+
}> extends infer T_2 ? { [k_1 in keyof T_2]: T_2[k_1]; } : never>, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
|
|
16
12
|
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
17
13
|
}>, any>["__kind"], z.baseObjectInputType<{
|
|
18
14
|
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
19
|
-
}> extends infer T_3 ? { [k_1 in keyof T_3]:
|
|
20
|
-
__kind: z.ZodEnum<z.Writeable<T>>;
|
|
21
|
-
}>[k_1]; } : never>;
|
|
15
|
+
}> extends infer T_3 ? { [k_1 in keyof T_3]: T_3[k_1]; } : never>;
|
|
22
16
|
declare const cfPrimitivesChainsForeignChain: z.ZodEffects<z.ZodObject<{
|
|
23
17
|
__kind: z.ZodEnum<["Ethereum", "Polkadot", "Bitcoin", "Arbitrum", "Solana"]>;
|
|
24
18
|
}, "strip", z.ZodTypeAny, {
|