@chainflip/processor 1.11.5 → 1.11.6
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/flip/remainingImbalance.d.cts +22 -22
- package/dist/100/flip/remainingImbalance.d.ts +22 -22
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/100/reputation/offencePenalty.d.cts +2 -2
- package/dist/100/reputation/offencePenalty.d.ts +2 -2
- 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/system/extrinsicFailed.d.cts +17 -17
- package/dist/100/system/extrinsicFailed.d.ts +17 -17
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +88 -88
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +88 -88
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +178 -178
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +178 -178
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +88 -88
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +88 -88
- 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 +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/11000/swapping/refundEgressScheduled.d.cts +6 -6
- package/dist/11000/swapping/refundEgressScheduled.d.ts +6 -6
- package/dist/11000/swapping/refundedOnChain.d.cts +4 -4
- package/dist/11000/swapping/refundedOnChain.d.ts +4 -4
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +27 -27
- package/dist/11000/swapping/swapDepositAddressReady.d.ts +27 -27
- package/dist/11000/swapping/swapRequested.d.cts +92 -92
- package/dist/11000/swapping/swapRequested.d.ts +92 -92
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +175 -166
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.ts +175 -166
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +39 -30
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +39 -30
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +31 -22
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +31 -22
- package/dist/11100/common.cjs +85 -40
- package/dist/11100/common.d.cts +946 -336
- package/dist/11100/common.d.ts +946 -336
- package/dist/11100/common.mjs +84 -39
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +15 -6
- package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +15 -6
- package/dist/11100/funding/sCCallCannotBeDecoded.cjs +11 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +17 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.d.ts +17 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.mjs +11 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.cjs +17 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +541 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +541 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.mjs +17 -0
- package/dist/11100/funding/sCCallExecuted.cjs +15 -0
- package/dist/11100/funding/sCCallExecuted.d.cts +168 -0
- package/dist/11100/funding/sCCallExecuted.d.ts +168 -0
- package/dist/11100/funding/sCCallExecuted.mjs +15 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +39 -30
- package/dist/11100/polkadotIngressEgress/depositFailed.d.ts +39 -30
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +175 -166
- package/dist/11100/solanaIngressEgress/depositFailed.d.ts +175 -166
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +86 -81
- package/dist/11100/swapping/swapDepositAddressReady.d.ts +86 -81
- package/dist/11100/swapping/swapRequested.d.cts +325 -320
- package/dist/11100/swapping/swapRequested.d.ts +325 -320
- package/dist/11100/validator/maxBidUpdated.cjs +10 -0
- package/dist/11100/validator/maxBidUpdated.d.cts +14 -0
- package/dist/11100/validator/maxBidUpdated.d.ts +14 -0
- package/dist/11100/validator/maxBidUpdated.mjs +10 -0
- package/dist/11100/validator/unDelegationFinalized.cjs +7 -0
- package/dist/11100/validator/unDelegationFinalized.d.cts +14 -0
- package/dist/11100/validator/unDelegationFinalized.d.ts +14 -0
- package/dist/11100/validator/unDelegationFinalized.mjs +7 -0
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +20 -20
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +20 -20
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +20 -20
- package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
- package/dist/120/emissions/backupRewardsDistributed.d.ts +2 -2
- 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/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/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.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 +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/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/141/environment/runtimeSafeModeUpdated.d.ts +12 -12
- 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/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- 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/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- 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/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +26 -26
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +26 -26
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
- 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/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/150/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/150/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/150/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/150/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/150/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/150/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/150/swapping/ccmDepositReceived.d.cts +74 -74
- package/dist/150/swapping/ccmDepositReceived.d.ts +74 -74
- package/dist/150/swapping/ccmFailed.d.cts +79 -79
- package/dist/150/swapping/ccmFailed.d.ts +79 -79
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/150/swapping/swapDepositAddressReady.d.cts +25 -25
- package/dist/150/swapping/swapDepositAddressReady.d.ts +25 -25
- package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapExecuted.d.cts +94 -94
- package/dist/150/swapping/swapExecuted.d.ts +94 -94
- package/dist/150/swapping/swapScheduled.d.cts +103 -103
- package/dist/150/swapping/swapScheduled.d.ts +103 -103
- package/dist/150/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/150/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/160/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/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/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 +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/160/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- 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/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/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/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/ccmFailed.d.cts +37 -37
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- 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 +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/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +167 -167
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +167 -167
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +170 -170
- package/dist/190/assethubIngressEgress/depositFailed.d.ts +170 -170
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/190/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/190/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/190/liquidityProvider/assetTransferred.d.ts +6 -6
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +18 -18
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.ts +18 -18
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.ts +10 -10
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +20 -20
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.ts +20 -20
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/polkadotIngressEgress/depositFailed.d.ts +10 -10
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/polkadotIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
- 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/ccmEgressInvalid.d.cts +4 -4
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/190/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/190/swapping/batchSwapFailed.d.ts +2 -2
- package/dist/190/swapping/creditedOnChain.d.cts +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/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
|
@@ -61,10 +61,10 @@ declare const polkadotIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
61
61
|
}>]>;
|
|
62
62
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
63
63
|
}, "strip", z.ZodTypeAny, {
|
|
64
|
-
asset: "Dot";
|
|
65
64
|
amount: bigint;
|
|
66
65
|
depositAddress: `0x${string}`;
|
|
67
66
|
channelId: bigint;
|
|
67
|
+
asset: "Dot";
|
|
68
68
|
ingressFee: bigint;
|
|
69
69
|
action: {
|
|
70
70
|
__kind: "Swap";
|
|
@@ -83,12 +83,12 @@ declare const polkadotIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
83
83
|
prewitnessedDepositId: bigint;
|
|
84
84
|
};
|
|
85
85
|
}, {
|
|
86
|
-
asset: {
|
|
87
|
-
__kind: "Dot";
|
|
88
|
-
};
|
|
89
86
|
amount: string | number;
|
|
90
87
|
depositAddress: string;
|
|
91
88
|
channelId: string | number;
|
|
89
|
+
asset: {
|
|
90
|
+
__kind: "Dot";
|
|
91
|
+
};
|
|
92
92
|
ingressFee: string | number;
|
|
93
93
|
action: {
|
|
94
94
|
__kind: "Swap";
|
|
@@ -61,10 +61,10 @@ declare const polkadotIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
61
61
|
}>]>;
|
|
62
62
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
63
63
|
}, "strip", z.ZodTypeAny, {
|
|
64
|
-
asset: "Dot";
|
|
65
64
|
amount: bigint;
|
|
66
65
|
depositAddress: `0x${string}`;
|
|
67
66
|
channelId: bigint;
|
|
67
|
+
asset: "Dot";
|
|
68
68
|
ingressFee: bigint;
|
|
69
69
|
action: {
|
|
70
70
|
__kind: "Swap";
|
|
@@ -83,12 +83,12 @@ declare const polkadotIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
83
83
|
prewitnessedDepositId: bigint;
|
|
84
84
|
};
|
|
85
85
|
}, {
|
|
86
|
-
asset: {
|
|
87
|
-
__kind: "Dot";
|
|
88
|
-
};
|
|
89
86
|
amount: string | number;
|
|
90
87
|
depositAddress: string;
|
|
91
88
|
channelId: string | number;
|
|
89
|
+
asset: {
|
|
90
|
+
__kind: "Dot";
|
|
91
|
+
};
|
|
92
92
|
ingressFee: string | number;
|
|
93
93
|
action: {
|
|
94
94
|
__kind: "Swap";
|
|
@@ -14,16 +14,16 @@ declare const polkadotIngressEgressInsufficientBoostLiquidity: z.ZodObject<{
|
|
|
14
14
|
amountAttempted: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
|
-
asset: "Dot";
|
|
18
17
|
channelId: bigint;
|
|
19
18
|
prewitnessedDepositId: bigint;
|
|
19
|
+
asset: "Dot";
|
|
20
20
|
amountAttempted: bigint;
|
|
21
21
|
}, {
|
|
22
|
+
channelId: string | number;
|
|
23
|
+
prewitnessedDepositId: string | number;
|
|
22
24
|
asset: {
|
|
23
25
|
__kind: "Dot";
|
|
24
26
|
};
|
|
25
|
-
channelId: string | number;
|
|
26
|
-
prewitnessedDepositId: string | number;
|
|
27
27
|
amountAttempted: string | number;
|
|
28
28
|
}>;
|
|
29
29
|
|
|
@@ -14,16 +14,16 @@ declare const polkadotIngressEgressInsufficientBoostLiquidity: z.ZodObject<{
|
|
|
14
14
|
amountAttempted: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
|
-
asset: "Dot";
|
|
18
17
|
channelId: bigint;
|
|
19
18
|
prewitnessedDepositId: bigint;
|
|
19
|
+
asset: "Dot";
|
|
20
20
|
amountAttempted: bigint;
|
|
21
21
|
}, {
|
|
22
|
+
channelId: string | number;
|
|
23
|
+
prewitnessedDepositId: string | number;
|
|
22
24
|
asset: {
|
|
23
25
|
__kind: "Dot";
|
|
24
26
|
};
|
|
25
|
-
channelId: string | number;
|
|
26
|
-
prewitnessedDepositId: string | number;
|
|
27
27
|
amountAttempted: string | number;
|
|
28
28
|
}>;
|
|
29
29
|
|
|
@@ -41,17 +41,17 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
41
41
|
error: string;
|
|
42
42
|
}>;
|
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
|
44
|
+
__kind: "Module";
|
|
44
45
|
value: {
|
|
45
46
|
index: number;
|
|
46
47
|
error: `0x${string}`;
|
|
47
48
|
};
|
|
48
|
-
__kind: "Module";
|
|
49
49
|
}, {
|
|
50
|
+
__kind: "Module";
|
|
50
51
|
value: {
|
|
51
52
|
index: number;
|
|
52
53
|
error: string;
|
|
53
54
|
};
|
|
54
|
-
__kind: "Module";
|
|
55
55
|
}>, z.ZodObject<{
|
|
56
56
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -82,13 +82,13 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
82
82
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
83
83
|
}>;
|
|
84
84
|
}, "strip", z.ZodTypeAny, {
|
|
85
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
86
85
|
__kind: "Token";
|
|
86
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
87
87
|
}, {
|
|
88
|
+
__kind: "Token";
|
|
88
89
|
value: {
|
|
89
90
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
90
91
|
};
|
|
91
|
-
__kind: "Token";
|
|
92
92
|
}>, z.ZodObject<{
|
|
93
93
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
94
94
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -101,13 +101,13 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
101
101
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
102
102
|
}>;
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
105
104
|
__kind: "Arithmetic";
|
|
105
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
106
106
|
}, {
|
|
107
|
+
__kind: "Arithmetic";
|
|
107
108
|
value: {
|
|
108
109
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
109
110
|
};
|
|
110
|
-
__kind: "Arithmetic";
|
|
111
111
|
}>, z.ZodObject<{
|
|
112
112
|
__kind: z.ZodLiteral<"Transactional">;
|
|
113
113
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -120,13 +120,13 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
120
120
|
__kind: "LimitReached" | "NoLayer";
|
|
121
121
|
}>;
|
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
|
123
|
-
value: "LimitReached" | "NoLayer";
|
|
124
123
|
__kind: "Transactional";
|
|
124
|
+
value: "LimitReached" | "NoLayer";
|
|
125
125
|
}, {
|
|
126
|
+
__kind: "Transactional";
|
|
126
127
|
value: {
|
|
127
128
|
__kind: "LimitReached" | "NoLayer";
|
|
128
129
|
};
|
|
129
|
-
__kind: "Transactional";
|
|
130
130
|
}>, z.ZodObject<{
|
|
131
131
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
132
132
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -160,11 +160,11 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
160
160
|
} | {
|
|
161
161
|
__kind: "BadOrigin";
|
|
162
162
|
} | {
|
|
163
|
+
__kind: "Module";
|
|
163
164
|
value: {
|
|
164
165
|
index: number;
|
|
165
166
|
error: `0x${string}`;
|
|
166
167
|
};
|
|
167
|
-
__kind: "Module";
|
|
168
168
|
} | {
|
|
169
169
|
__kind: "ConsumerRemaining";
|
|
170
170
|
} | {
|
|
@@ -172,14 +172,14 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
172
172
|
} | {
|
|
173
173
|
__kind: "TooManyConsumers";
|
|
174
174
|
} | {
|
|
175
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
176
175
|
__kind: "Token";
|
|
176
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
177
177
|
} | {
|
|
178
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
179
178
|
__kind: "Arithmetic";
|
|
179
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
180
180
|
} | {
|
|
181
|
-
value: "LimitReached" | "NoLayer";
|
|
182
181
|
__kind: "Transactional";
|
|
182
|
+
value: "LimitReached" | "NoLayer";
|
|
183
183
|
} | {
|
|
184
184
|
__kind: "Exhausted";
|
|
185
185
|
} | {
|
|
@@ -198,11 +198,11 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
198
198
|
} | {
|
|
199
199
|
__kind: "BadOrigin";
|
|
200
200
|
} | {
|
|
201
|
+
__kind: "Module";
|
|
201
202
|
value: {
|
|
202
203
|
index: number;
|
|
203
204
|
error: string;
|
|
204
205
|
};
|
|
205
|
-
__kind: "Module";
|
|
206
206
|
} | {
|
|
207
207
|
__kind: "ConsumerRemaining";
|
|
208
208
|
} | {
|
|
@@ -210,20 +210,20 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
210
210
|
} | {
|
|
211
211
|
__kind: "TooManyConsumers";
|
|
212
212
|
} | {
|
|
213
|
+
__kind: "Token";
|
|
213
214
|
value: {
|
|
214
215
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
215
216
|
};
|
|
216
|
-
__kind: "Token";
|
|
217
217
|
} | {
|
|
218
|
+
__kind: "Arithmetic";
|
|
218
219
|
value: {
|
|
219
220
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
220
221
|
};
|
|
221
|
-
__kind: "Arithmetic";
|
|
222
222
|
} | {
|
|
223
|
+
__kind: "Transactional";
|
|
223
224
|
value: {
|
|
224
225
|
__kind: "LimitReached" | "NoLayer";
|
|
225
226
|
};
|
|
226
|
-
__kind: "Transactional";
|
|
227
227
|
} | {
|
|
228
228
|
__kind: "Exhausted";
|
|
229
229
|
} | {
|
|
@@ -41,17 +41,17 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
41
41
|
error: string;
|
|
42
42
|
}>;
|
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
|
44
|
+
__kind: "Module";
|
|
44
45
|
value: {
|
|
45
46
|
index: number;
|
|
46
47
|
error: `0x${string}`;
|
|
47
48
|
};
|
|
48
|
-
__kind: "Module";
|
|
49
49
|
}, {
|
|
50
|
+
__kind: "Module";
|
|
50
51
|
value: {
|
|
51
52
|
index: number;
|
|
52
53
|
error: string;
|
|
53
54
|
};
|
|
54
|
-
__kind: "Module";
|
|
55
55
|
}>, z.ZodObject<{
|
|
56
56
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -82,13 +82,13 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
82
82
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
83
83
|
}>;
|
|
84
84
|
}, "strip", z.ZodTypeAny, {
|
|
85
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
86
85
|
__kind: "Token";
|
|
86
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
87
87
|
}, {
|
|
88
|
+
__kind: "Token";
|
|
88
89
|
value: {
|
|
89
90
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
90
91
|
};
|
|
91
|
-
__kind: "Token";
|
|
92
92
|
}>, z.ZodObject<{
|
|
93
93
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
94
94
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -101,13 +101,13 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
101
101
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
102
102
|
}>;
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
105
104
|
__kind: "Arithmetic";
|
|
105
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
106
106
|
}, {
|
|
107
|
+
__kind: "Arithmetic";
|
|
107
108
|
value: {
|
|
108
109
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
109
110
|
};
|
|
110
|
-
__kind: "Arithmetic";
|
|
111
111
|
}>, z.ZodObject<{
|
|
112
112
|
__kind: z.ZodLiteral<"Transactional">;
|
|
113
113
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -120,13 +120,13 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
120
120
|
__kind: "LimitReached" | "NoLayer";
|
|
121
121
|
}>;
|
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
|
123
|
-
value: "LimitReached" | "NoLayer";
|
|
124
123
|
__kind: "Transactional";
|
|
124
|
+
value: "LimitReached" | "NoLayer";
|
|
125
125
|
}, {
|
|
126
|
+
__kind: "Transactional";
|
|
126
127
|
value: {
|
|
127
128
|
__kind: "LimitReached" | "NoLayer";
|
|
128
129
|
};
|
|
129
|
-
__kind: "Transactional";
|
|
130
130
|
}>, z.ZodObject<{
|
|
131
131
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
132
132
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -160,11 +160,11 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
160
160
|
} | {
|
|
161
161
|
__kind: "BadOrigin";
|
|
162
162
|
} | {
|
|
163
|
+
__kind: "Module";
|
|
163
164
|
value: {
|
|
164
165
|
index: number;
|
|
165
166
|
error: `0x${string}`;
|
|
166
167
|
};
|
|
167
|
-
__kind: "Module";
|
|
168
168
|
} | {
|
|
169
169
|
__kind: "ConsumerRemaining";
|
|
170
170
|
} | {
|
|
@@ -172,14 +172,14 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
172
172
|
} | {
|
|
173
173
|
__kind: "TooManyConsumers";
|
|
174
174
|
} | {
|
|
175
|
-
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
176
175
|
__kind: "Token";
|
|
176
|
+
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
177
177
|
} | {
|
|
178
|
-
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
179
178
|
__kind: "Arithmetic";
|
|
179
|
+
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
180
180
|
} | {
|
|
181
|
-
value: "LimitReached" | "NoLayer";
|
|
182
181
|
__kind: "Transactional";
|
|
182
|
+
value: "LimitReached" | "NoLayer";
|
|
183
183
|
} | {
|
|
184
184
|
__kind: "Exhausted";
|
|
185
185
|
} | {
|
|
@@ -198,11 +198,11 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
198
198
|
} | {
|
|
199
199
|
__kind: "BadOrigin";
|
|
200
200
|
} | {
|
|
201
|
+
__kind: "Module";
|
|
201
202
|
value: {
|
|
202
203
|
index: number;
|
|
203
204
|
error: string;
|
|
204
205
|
};
|
|
205
|
-
__kind: "Module";
|
|
206
206
|
} | {
|
|
207
207
|
__kind: "ConsumerRemaining";
|
|
208
208
|
} | {
|
|
@@ -210,20 +210,20 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
|
|
|
210
210
|
} | {
|
|
211
211
|
__kind: "TooManyConsumers";
|
|
212
212
|
} | {
|
|
213
|
+
__kind: "Token";
|
|
213
214
|
value: {
|
|
214
215
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
215
216
|
};
|
|
216
|
-
__kind: "Token";
|
|
217
217
|
} | {
|
|
218
|
+
__kind: "Arithmetic";
|
|
218
219
|
value: {
|
|
219
220
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
220
221
|
};
|
|
221
|
-
__kind: "Arithmetic";
|
|
222
222
|
} | {
|
|
223
|
+
__kind: "Transactional";
|
|
223
224
|
value: {
|
|
224
225
|
__kind: "LimitReached" | "NoLayer";
|
|
225
226
|
};
|
|
226
|
-
__kind: "Transactional";
|
|
227
227
|
} | {
|
|
228
228
|
__kind: "Exhausted";
|
|
229
229
|
} | {
|
|
@@ -72,16 +72,13 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
72
72
|
}>]>;
|
|
73
73
|
}, "strip", z.ZodTypeAny, {
|
|
74
74
|
depositAddress: `0x${string}`;
|
|
75
|
-
channelId: bigint;
|
|
76
|
-
prewitnessedDepositId: bigint;
|
|
77
75
|
asset: "ArbEth" | "ArbUsdc";
|
|
76
|
+
blockHeight: bigint;
|
|
78
77
|
depositDetails: {
|
|
79
78
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
80
79
|
};
|
|
81
|
-
amounts: [number, bigint][];
|
|
82
|
-
blockHeight: bigint;
|
|
83
80
|
ingressFee: bigint;
|
|
84
|
-
|
|
81
|
+
prewitnessedDepositId: bigint;
|
|
85
82
|
action: {
|
|
86
83
|
__kind: "Swap";
|
|
87
84
|
swapId: bigint;
|
|
@@ -98,20 +95,20 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
98
95
|
__kind: "BoostersCredited";
|
|
99
96
|
prewitnessedDepositId: bigint;
|
|
100
97
|
};
|
|
98
|
+
channelId: bigint;
|
|
99
|
+
amounts: [number, bigint][];
|
|
100
|
+
boostFee: bigint;
|
|
101
101
|
}, {
|
|
102
102
|
depositAddress: string;
|
|
103
|
-
channelId: string | number;
|
|
104
|
-
prewitnessedDepositId: string | number;
|
|
105
103
|
asset: {
|
|
106
104
|
__kind: "ArbEth" | "ArbUsdc";
|
|
107
105
|
};
|
|
106
|
+
blockHeight: string | number;
|
|
108
107
|
depositDetails: {
|
|
109
108
|
txHashes?: string[] | null | undefined;
|
|
110
109
|
};
|
|
111
|
-
amounts: [number, string | number][];
|
|
112
|
-
blockHeight: string | number;
|
|
113
110
|
ingressFee: string | number;
|
|
114
|
-
|
|
111
|
+
prewitnessedDepositId: string | number;
|
|
115
112
|
action: {
|
|
116
113
|
__kind: "Swap";
|
|
117
114
|
swapId: string | number;
|
|
@@ -128,6 +125,9 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
128
125
|
__kind: "BoostersCredited";
|
|
129
126
|
prewitnessedDepositId: string | number;
|
|
130
127
|
};
|
|
128
|
+
channelId: string | number;
|
|
129
|
+
amounts: [number, string | number][];
|
|
130
|
+
boostFee: string | number;
|
|
131
131
|
}>;
|
|
132
132
|
|
|
133
133
|
export { arbitrumIngressEgressDepositBoosted };
|
|
@@ -72,16 +72,13 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
72
72
|
}>]>;
|
|
73
73
|
}, "strip", z.ZodTypeAny, {
|
|
74
74
|
depositAddress: `0x${string}`;
|
|
75
|
-
channelId: bigint;
|
|
76
|
-
prewitnessedDepositId: bigint;
|
|
77
75
|
asset: "ArbEth" | "ArbUsdc";
|
|
76
|
+
blockHeight: bigint;
|
|
78
77
|
depositDetails: {
|
|
79
78
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
80
79
|
};
|
|
81
|
-
amounts: [number, bigint][];
|
|
82
|
-
blockHeight: bigint;
|
|
83
80
|
ingressFee: bigint;
|
|
84
|
-
|
|
81
|
+
prewitnessedDepositId: bigint;
|
|
85
82
|
action: {
|
|
86
83
|
__kind: "Swap";
|
|
87
84
|
swapId: bigint;
|
|
@@ -98,20 +95,20 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
98
95
|
__kind: "BoostersCredited";
|
|
99
96
|
prewitnessedDepositId: bigint;
|
|
100
97
|
};
|
|
98
|
+
channelId: bigint;
|
|
99
|
+
amounts: [number, bigint][];
|
|
100
|
+
boostFee: bigint;
|
|
101
101
|
}, {
|
|
102
102
|
depositAddress: string;
|
|
103
|
-
channelId: string | number;
|
|
104
|
-
prewitnessedDepositId: string | number;
|
|
105
103
|
asset: {
|
|
106
104
|
__kind: "ArbEth" | "ArbUsdc";
|
|
107
105
|
};
|
|
106
|
+
blockHeight: string | number;
|
|
108
107
|
depositDetails: {
|
|
109
108
|
txHashes?: string[] | null | undefined;
|
|
110
109
|
};
|
|
111
|
-
amounts: [number, string | number][];
|
|
112
|
-
blockHeight: string | number;
|
|
113
110
|
ingressFee: string | number;
|
|
114
|
-
|
|
111
|
+
prewitnessedDepositId: string | number;
|
|
115
112
|
action: {
|
|
116
113
|
__kind: "Swap";
|
|
117
114
|
swapId: string | number;
|
|
@@ -128,6 +125,9 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
128
125
|
__kind: "BoostersCredited";
|
|
129
126
|
prewitnessedDepositId: string | number;
|
|
130
127
|
};
|
|
128
|
+
channelId: string | number;
|
|
129
|
+
amounts: [number, string | number][];
|
|
130
|
+
boostFee: string | number;
|
|
131
131
|
}>;
|
|
132
132
|
|
|
133
133
|
export { arbitrumIngressEgressDepositBoosted };
|
|
@@ -70,13 +70,12 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
70
70
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
72
|
depositAddress: `0x${string}`;
|
|
73
|
-
channelId: bigint;
|
|
74
73
|
asset: "ArbEth" | "ArbUsdc";
|
|
75
74
|
amount: bigint;
|
|
75
|
+
blockHeight: bigint;
|
|
76
76
|
depositDetails: {
|
|
77
77
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
78
78
|
};
|
|
79
|
-
blockHeight: bigint;
|
|
80
79
|
ingressFee: bigint;
|
|
81
80
|
action: {
|
|
82
81
|
__kind: "Swap";
|
|
@@ -94,17 +93,17 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
94
93
|
__kind: "BoostersCredited";
|
|
95
94
|
prewitnessedDepositId: bigint;
|
|
96
95
|
};
|
|
96
|
+
channelId: bigint;
|
|
97
97
|
}, {
|
|
98
98
|
depositAddress: string;
|
|
99
|
-
channelId: string | number;
|
|
100
99
|
asset: {
|
|
101
100
|
__kind: "ArbEth" | "ArbUsdc";
|
|
102
101
|
};
|
|
103
102
|
amount: string | number;
|
|
103
|
+
blockHeight: string | number;
|
|
104
104
|
depositDetails: {
|
|
105
105
|
txHashes?: string[] | null | undefined;
|
|
106
106
|
};
|
|
107
|
-
blockHeight: string | number;
|
|
108
107
|
ingressFee: string | number;
|
|
109
108
|
action: {
|
|
110
109
|
__kind: "Swap";
|
|
@@ -122,6 +121,7 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
122
121
|
__kind: "BoostersCredited";
|
|
123
122
|
prewitnessedDepositId: string | number;
|
|
124
123
|
};
|
|
124
|
+
channelId: string | number;
|
|
125
125
|
}>;
|
|
126
126
|
|
|
127
127
|
export { arbitrumIngressEgressDepositFinalised };
|
|
@@ -70,13 +70,12 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
70
70
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
72
|
depositAddress: `0x${string}`;
|
|
73
|
-
channelId: bigint;
|
|
74
73
|
asset: "ArbEth" | "ArbUsdc";
|
|
75
74
|
amount: bigint;
|
|
75
|
+
blockHeight: bigint;
|
|
76
76
|
depositDetails: {
|
|
77
77
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
78
78
|
};
|
|
79
|
-
blockHeight: bigint;
|
|
80
79
|
ingressFee: bigint;
|
|
81
80
|
action: {
|
|
82
81
|
__kind: "Swap";
|
|
@@ -94,17 +93,17 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
94
93
|
__kind: "BoostersCredited";
|
|
95
94
|
prewitnessedDepositId: bigint;
|
|
96
95
|
};
|
|
96
|
+
channelId: bigint;
|
|
97
97
|
}, {
|
|
98
98
|
depositAddress: string;
|
|
99
|
-
channelId: string | number;
|
|
100
99
|
asset: {
|
|
101
100
|
__kind: "ArbEth" | "ArbUsdc";
|
|
102
101
|
};
|
|
103
102
|
amount: string | number;
|
|
103
|
+
blockHeight: string | number;
|
|
104
104
|
depositDetails: {
|
|
105
105
|
txHashes?: string[] | null | undefined;
|
|
106
106
|
};
|
|
107
|
-
blockHeight: string | number;
|
|
108
107
|
ingressFee: string | number;
|
|
109
108
|
action: {
|
|
110
109
|
__kind: "Swap";
|
|
@@ -122,6 +121,7 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
122
121
|
__kind: "BoostersCredited";
|
|
123
122
|
prewitnessedDepositId: string | number;
|
|
124
123
|
};
|
|
124
|
+
channelId: string | number;
|
|
125
125
|
}>;
|
|
126
126
|
|
|
127
127
|
export { arbitrumIngressEgressDepositFinalised };
|