@chainflip/processor 1.11.3 → 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/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/system/extrinsicFailed.d.cts +17 -17
- package/dist/100/system/extrinsicFailed.d.ts +17 -17
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +18 -18
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +18 -18
- 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/assethubIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +161 -161
- package/dist/11000/assethubIngressEgress/depositFailed.d.ts +161 -161
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +34 -34
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +34 -34
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +48 -48
- package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +48 -48
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +40 -40
- package/dist/11000/solanaIngressEgress/depositFailed.d.ts +40 -40
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/11000/swapping/palletConfigUpdated.d.cts +32 -32
- package/dist/11000/swapping/palletConfigUpdated.d.ts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.d.cts +16 -16
- package/dist/11000/swapping/refundEgressScheduled.d.ts +16 -16
- package/dist/11000/swapping/refundedOnChain.d.cts +10 -10
- package/dist/11000/swapping/refundedOnChain.d.ts +10 -10
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +56 -56
- package/dist/11000/swapping/swapDepositAddressReady.d.ts +56 -56
- package/dist/11000/swapping/swapRequested.d.cts +111 -111
- package/dist/11000/swapping/swapRequested.d.ts +111 -111
- 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 +15 -6
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +15 -6
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +327 -318
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +327 -318
- 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/flipBurnSkipped.d.cts +16 -16
- package/dist/120/emissions/flipBurnSkipped.d.ts +16 -16
- 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/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/141/environment/runtimeSafeModeUpdated.d.ts +12 -12
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- package/dist/141/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/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.cts +4 -4
- package/dist/141/swapping/ccmDepositReceived.d.ts +4 -4
- package/dist/141/swapping/ccmFailed.d.cts +4 -4
- package/dist/141/swapping/ccmFailed.d.ts +4 -4
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +18 -18
- package/dist/141/swapping/swapDepositAddressReady.d.ts +18 -18
- package/dist/141/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/141/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +12 -12
- package/dist/141/swapping/swapExecuted.d.ts +12 -12
- package/dist/141/swapping/swapScheduled.d.cts +16 -16
- package/dist/141/swapping/swapScheduled.d.ts +16 -16
- package/dist/141/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/141/swapping/withdrawalRequested.d.ts +6 -6
- package/dist/141/validator/rotationPhaseUpdated.d.cts +20 -20
- package/dist/141/validator/rotationPhaseUpdated.d.ts +20 -20
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +4 -4
- package/dist/150/assetBalances/refundScheduled.d.cts +52 -52
- package/dist/150/assetBalances/refundScheduled.d.ts +52 -52
- package/dist/150/assetBalances/refundSkipped.d.cts +66 -66
- package/dist/150/assetBalances/refundSkipped.d.ts +66 -66
- package/dist/150/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/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/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 +2 -2
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
- 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 +6 -6
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +6 -6
- 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 +8 -8
- package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/160/swapping/ccmFailed.d.cts +14 -14
- package/dist/160/swapping/ccmFailed.d.ts +14 -14
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
- package/dist/160/swapping/swapDepositAddressReady.d.cts +31 -31
- package/dist/160/swapping/swapDepositAddressReady.d.ts +31 -31
- package/dist/160/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.ts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +40 -40
- package/dist/160/swapping/swapRequested.d.ts +40 -40
- package/dist/160/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/160/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +56 -56
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.ts +4 -4
- package/dist/170/ethereumIngressEgress/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/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/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/polkadotIngressEgress/ccmEgressInvalid.d.cts +68 -68
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +68 -68
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +185 -185
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +185 -185
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +64 -64
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +64 -64
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/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/180/swapping/privateBrokerChannelClosed.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.ts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.cts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.ts +2 -2
- package/dist/180/swapping/swapRequested.d.cts +4 -4
- package/dist/180/swapping/swapRequested.d.ts +4 -4
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +24 -24
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +10 -10
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/assetBalances/accountCredited.d.cts +6 -6
- package/dist/190/assetBalances/accountCredited.d.ts +6 -6
- package/dist/190/assetBalances/accountDebited.d.cts +6 -6
- package/dist/190/assetBalances/accountDebited.d.ts +6 -6
- package/dist/190/assetBalances/refundScheduled.d.cts +2 -2
- package/dist/190/assetBalances/refundScheduled.d.ts +2 -2
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/190/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/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/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/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/solanaIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +172 -172
- package/dist/190/solanaIngressEgress/depositFailed.d.ts +172 -172
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/solanaIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/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/dist/Processor.d.cts +1 -5
- package/dist/Processor.d.ts +1 -5
- package/package.json +2 -2
|
@@ -14,11 +14,11 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
14
14
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
15
15
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
18
17
|
value: `0x${string}`;
|
|
18
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
19
19
|
}, {
|
|
20
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
21
20
|
value: string;
|
|
21
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
22
22
|
}>, {
|
|
23
23
|
readonly chain: "Ethereum";
|
|
24
24
|
readonly address: `0x${string}`;
|
|
@@ -35,8 +35,8 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
35
35
|
readonly chain: "Solana";
|
|
36
36
|
readonly address: string;
|
|
37
37
|
}, {
|
|
38
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
39
38
|
value: string;
|
|
39
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
40
40
|
}>;
|
|
41
41
|
depositMetadata: z.ZodObject<{
|
|
42
42
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -52,67 +52,67 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
52
52
|
__kind: z.ZodLiteral<"Eth">;
|
|
53
53
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
54
54
|
}, "strip", z.ZodTypeAny, {
|
|
55
|
-
__kind: "Eth";
|
|
56
55
|
value: `0x${string}`;
|
|
57
|
-
}, {
|
|
58
56
|
__kind: "Eth";
|
|
57
|
+
}, {
|
|
59
58
|
value: string;
|
|
59
|
+
__kind: "Eth";
|
|
60
60
|
}>, z.ZodObject<{
|
|
61
61
|
__kind: z.ZodLiteral<"Dot">;
|
|
62
62
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
63
63
|
}, "strip", z.ZodTypeAny, {
|
|
64
|
-
__kind: "Dot";
|
|
65
64
|
value: `0x${string}`;
|
|
66
|
-
}, {
|
|
67
65
|
__kind: "Dot";
|
|
66
|
+
}, {
|
|
68
67
|
value: string;
|
|
68
|
+
__kind: "Dot";
|
|
69
69
|
}>, z.ZodObject<{
|
|
70
70
|
__kind: z.ZodLiteral<"Btc">;
|
|
71
71
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
72
72
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
73
73
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
74
74
|
}, "strip", z.ZodTypeAny, {
|
|
75
|
-
__kind: "P2PKH";
|
|
76
75
|
value: `0x${string}`;
|
|
77
|
-
}, {
|
|
78
76
|
__kind: "P2PKH";
|
|
77
|
+
}, {
|
|
79
78
|
value: string;
|
|
79
|
+
__kind: "P2PKH";
|
|
80
80
|
}>, z.ZodObject<{
|
|
81
81
|
__kind: z.ZodLiteral<"P2SH">;
|
|
82
82
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
83
83
|
}, "strip", z.ZodTypeAny, {
|
|
84
|
-
__kind: "P2SH";
|
|
85
84
|
value: `0x${string}`;
|
|
86
|
-
}, {
|
|
87
85
|
__kind: "P2SH";
|
|
86
|
+
}, {
|
|
88
87
|
value: string;
|
|
88
|
+
__kind: "P2SH";
|
|
89
89
|
}>, z.ZodObject<{
|
|
90
90
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
91
91
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
92
92
|
}, "strip", z.ZodTypeAny, {
|
|
93
|
-
__kind: "P2WPKH";
|
|
94
93
|
value: `0x${string}`;
|
|
95
|
-
}, {
|
|
96
94
|
__kind: "P2WPKH";
|
|
95
|
+
}, {
|
|
97
96
|
value: string;
|
|
97
|
+
__kind: "P2WPKH";
|
|
98
98
|
}>, z.ZodObject<{
|
|
99
99
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
100
100
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
101
101
|
}, "strip", z.ZodTypeAny, {
|
|
102
|
-
__kind: "P2WSH";
|
|
103
102
|
value: `0x${string}`;
|
|
104
|
-
}, {
|
|
105
103
|
__kind: "P2WSH";
|
|
104
|
+
}, {
|
|
106
105
|
value: string;
|
|
106
|
+
__kind: "P2WSH";
|
|
107
107
|
}>, z.ZodObject<{
|
|
108
108
|
__kind: z.ZodLiteral<"Taproot">;
|
|
109
109
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
110
110
|
}, "strip", z.ZodTypeAny, {
|
|
111
|
-
__kind: "Taproot";
|
|
112
111
|
value: `0x${string}`;
|
|
113
|
-
}, {
|
|
114
112
|
__kind: "Taproot";
|
|
113
|
+
}, {
|
|
115
114
|
value: string;
|
|
115
|
+
__kind: "Taproot";
|
|
116
116
|
}>, z.ZodObject<{
|
|
117
117
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
118
118
|
version: z.ZodNumber;
|
|
@@ -127,67 +127,67 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
127
127
|
program: string;
|
|
128
128
|
}>]>;
|
|
129
129
|
}, "strip", z.ZodTypeAny, {
|
|
130
|
-
__kind: "Btc";
|
|
131
130
|
value: {
|
|
132
|
-
__kind: "P2PKH";
|
|
133
131
|
value: `0x${string}`;
|
|
132
|
+
__kind: "P2PKH";
|
|
134
133
|
} | {
|
|
135
|
-
__kind: "P2SH";
|
|
136
134
|
value: `0x${string}`;
|
|
135
|
+
__kind: "P2SH";
|
|
137
136
|
} | {
|
|
138
|
-
__kind: "P2WPKH";
|
|
139
137
|
value: `0x${string}`;
|
|
138
|
+
__kind: "P2WPKH";
|
|
140
139
|
} | {
|
|
141
|
-
__kind: "P2WSH";
|
|
142
140
|
value: `0x${string}`;
|
|
141
|
+
__kind: "P2WSH";
|
|
143
142
|
} | {
|
|
144
|
-
__kind: "Taproot";
|
|
145
143
|
value: `0x${string}`;
|
|
144
|
+
__kind: "Taproot";
|
|
146
145
|
} | {
|
|
147
146
|
__kind: "OtherSegwit";
|
|
148
147
|
version: number;
|
|
149
148
|
program: `0x${string}`;
|
|
150
149
|
};
|
|
151
|
-
}, {
|
|
152
150
|
__kind: "Btc";
|
|
151
|
+
}, {
|
|
153
152
|
value: {
|
|
154
|
-
__kind: "P2PKH";
|
|
155
153
|
value: string;
|
|
154
|
+
__kind: "P2PKH";
|
|
156
155
|
} | {
|
|
157
|
-
__kind: "P2SH";
|
|
158
156
|
value: string;
|
|
157
|
+
__kind: "P2SH";
|
|
159
158
|
} | {
|
|
160
|
-
__kind: "P2WPKH";
|
|
161
159
|
value: string;
|
|
160
|
+
__kind: "P2WPKH";
|
|
162
161
|
} | {
|
|
163
|
-
__kind: "P2WSH";
|
|
164
162
|
value: string;
|
|
163
|
+
__kind: "P2WSH";
|
|
165
164
|
} | {
|
|
166
|
-
__kind: "Taproot";
|
|
167
165
|
value: string;
|
|
166
|
+
__kind: "Taproot";
|
|
168
167
|
} | {
|
|
169
168
|
__kind: "OtherSegwit";
|
|
170
169
|
version: number;
|
|
171
170
|
program: string;
|
|
172
171
|
};
|
|
172
|
+
__kind: "Btc";
|
|
173
173
|
}>, z.ZodObject<{
|
|
174
174
|
__kind: z.ZodLiteral<"Arb">;
|
|
175
175
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
176
176
|
}, "strip", z.ZodTypeAny, {
|
|
177
|
-
__kind: "Arb";
|
|
178
177
|
value: `0x${string}`;
|
|
179
|
-
}, {
|
|
180
178
|
__kind: "Arb";
|
|
179
|
+
}, {
|
|
181
180
|
value: string;
|
|
181
|
+
__kind: "Arb";
|
|
182
182
|
}>, z.ZodObject<{
|
|
183
183
|
__kind: z.ZodLiteral<"Sol">;
|
|
184
184
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
185
185
|
}, "strip", z.ZodTypeAny, {
|
|
186
|
-
__kind: "Sol";
|
|
187
186
|
value: `0x${string}`;
|
|
188
|
-
}, {
|
|
189
187
|
__kind: "Sol";
|
|
188
|
+
}, {
|
|
190
189
|
value: string;
|
|
190
|
+
__kind: "Sol";
|
|
191
191
|
}>]>>>;
|
|
192
192
|
channelMetadata: z.ZodObject<{
|
|
193
193
|
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -210,39 +210,39 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
210
210
|
cfParameters: `0x${string}`;
|
|
211
211
|
};
|
|
212
212
|
sourceAddress?: {
|
|
213
|
-
__kind: "Eth";
|
|
214
213
|
value: `0x${string}`;
|
|
214
|
+
__kind: "Eth";
|
|
215
215
|
} | {
|
|
216
|
-
__kind: "Dot";
|
|
217
216
|
value: `0x${string}`;
|
|
217
|
+
__kind: "Dot";
|
|
218
218
|
} | {
|
|
219
|
-
__kind: "Btc";
|
|
220
219
|
value: {
|
|
221
|
-
__kind: "P2PKH";
|
|
222
220
|
value: `0x${string}`;
|
|
221
|
+
__kind: "P2PKH";
|
|
223
222
|
} | {
|
|
224
|
-
__kind: "P2SH";
|
|
225
223
|
value: `0x${string}`;
|
|
224
|
+
__kind: "P2SH";
|
|
226
225
|
} | {
|
|
227
|
-
__kind: "P2WPKH";
|
|
228
226
|
value: `0x${string}`;
|
|
227
|
+
__kind: "P2WPKH";
|
|
229
228
|
} | {
|
|
230
|
-
__kind: "P2WSH";
|
|
231
229
|
value: `0x${string}`;
|
|
230
|
+
__kind: "P2WSH";
|
|
232
231
|
} | {
|
|
233
|
-
__kind: "Taproot";
|
|
234
232
|
value: `0x${string}`;
|
|
233
|
+
__kind: "Taproot";
|
|
235
234
|
} | {
|
|
236
235
|
__kind: "OtherSegwit";
|
|
237
236
|
version: number;
|
|
238
237
|
program: `0x${string}`;
|
|
239
238
|
};
|
|
239
|
+
__kind: "Btc";
|
|
240
240
|
} | {
|
|
241
|
-
__kind: "Arb";
|
|
242
241
|
value: `0x${string}`;
|
|
242
|
+
__kind: "Arb";
|
|
243
243
|
} | {
|
|
244
|
-
__kind: "Sol";
|
|
245
244
|
value: `0x${string}`;
|
|
245
|
+
__kind: "Sol";
|
|
246
246
|
} | null | undefined;
|
|
247
247
|
}, {
|
|
248
248
|
sourceChain: {
|
|
@@ -254,39 +254,39 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
254
254
|
cfParameters: string;
|
|
255
255
|
};
|
|
256
256
|
sourceAddress?: {
|
|
257
|
-
__kind: "Eth";
|
|
258
257
|
value: string;
|
|
258
|
+
__kind: "Eth";
|
|
259
259
|
} | {
|
|
260
|
-
__kind: "Dot";
|
|
261
260
|
value: string;
|
|
261
|
+
__kind: "Dot";
|
|
262
262
|
} | {
|
|
263
|
-
__kind: "Btc";
|
|
264
263
|
value: {
|
|
265
|
-
__kind: "P2PKH";
|
|
266
264
|
value: string;
|
|
265
|
+
__kind: "P2PKH";
|
|
267
266
|
} | {
|
|
268
|
-
__kind: "P2SH";
|
|
269
267
|
value: string;
|
|
268
|
+
__kind: "P2SH";
|
|
270
269
|
} | {
|
|
271
|
-
__kind: "P2WPKH";
|
|
272
270
|
value: string;
|
|
271
|
+
__kind: "P2WPKH";
|
|
273
272
|
} | {
|
|
274
|
-
__kind: "P2WSH";
|
|
275
273
|
value: string;
|
|
274
|
+
__kind: "P2WSH";
|
|
276
275
|
} | {
|
|
277
|
-
__kind: "Taproot";
|
|
278
276
|
value: string;
|
|
277
|
+
__kind: "Taproot";
|
|
279
278
|
} | {
|
|
280
279
|
__kind: "OtherSegwit";
|
|
281
280
|
version: number;
|
|
282
281
|
program: string;
|
|
283
282
|
};
|
|
283
|
+
__kind: "Btc";
|
|
284
284
|
} | {
|
|
285
|
-
__kind: "Arb";
|
|
286
285
|
value: string;
|
|
286
|
+
__kind: "Arb";
|
|
287
287
|
} | {
|
|
288
|
-
__kind: "Sol";
|
|
289
288
|
value: string;
|
|
289
|
+
__kind: "Sol";
|
|
290
290
|
} | null | undefined;
|
|
291
291
|
}>;
|
|
292
292
|
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -295,11 +295,11 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
295
295
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
|
|
296
296
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
297
297
|
}, "strip", z.ZodTypeAny, {
|
|
298
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
299
298
|
value: `0x${string}`;
|
|
299
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
300
300
|
}, {
|
|
301
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
302
301
|
value: string;
|
|
302
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
303
303
|
}>, {
|
|
304
304
|
readonly chain: "Ethereum";
|
|
305
305
|
readonly address: `0x${string}`;
|
|
@@ -316,8 +316,8 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
316
316
|
readonly chain: "Solana";
|
|
317
317
|
readonly address: string;
|
|
318
318
|
}, {
|
|
319
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
320
319
|
value: string;
|
|
320
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
321
321
|
}>;
|
|
322
322
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
323
323
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -344,8 +344,8 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
344
344
|
}, {
|
|
345
345
|
__kind: "DepositChannel";
|
|
346
346
|
depositAddress: {
|
|
347
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
348
347
|
value: string;
|
|
348
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
349
349
|
};
|
|
350
350
|
channelId: string | number;
|
|
351
351
|
depositBlockHeight: string | number;
|
|
@@ -384,39 +384,39 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
384
384
|
cfParameters: `0x${string}`;
|
|
385
385
|
};
|
|
386
386
|
sourceAddress?: {
|
|
387
|
-
__kind: "Eth";
|
|
388
387
|
value: `0x${string}`;
|
|
388
|
+
__kind: "Eth";
|
|
389
389
|
} | {
|
|
390
|
-
__kind: "Dot";
|
|
391
390
|
value: `0x${string}`;
|
|
391
|
+
__kind: "Dot";
|
|
392
392
|
} | {
|
|
393
|
-
__kind: "Btc";
|
|
394
393
|
value: {
|
|
395
|
-
__kind: "P2PKH";
|
|
396
394
|
value: `0x${string}`;
|
|
395
|
+
__kind: "P2PKH";
|
|
397
396
|
} | {
|
|
398
|
-
__kind: "P2SH";
|
|
399
397
|
value: `0x${string}`;
|
|
398
|
+
__kind: "P2SH";
|
|
400
399
|
} | {
|
|
401
|
-
__kind: "P2WPKH";
|
|
402
400
|
value: `0x${string}`;
|
|
401
|
+
__kind: "P2WPKH";
|
|
403
402
|
} | {
|
|
404
|
-
__kind: "P2WSH";
|
|
405
403
|
value: `0x${string}`;
|
|
404
|
+
__kind: "P2WSH";
|
|
406
405
|
} | {
|
|
407
|
-
__kind: "Taproot";
|
|
408
406
|
value: `0x${string}`;
|
|
407
|
+
__kind: "Taproot";
|
|
409
408
|
} | {
|
|
410
409
|
__kind: "OtherSegwit";
|
|
411
410
|
version: number;
|
|
412
411
|
program: `0x${string}`;
|
|
413
412
|
};
|
|
413
|
+
__kind: "Btc";
|
|
414
414
|
} | {
|
|
415
|
-
__kind: "Arb";
|
|
416
415
|
value: `0x${string}`;
|
|
416
|
+
__kind: "Arb";
|
|
417
417
|
} | {
|
|
418
|
-
__kind: "Sol";
|
|
419
418
|
value: `0x${string}`;
|
|
419
|
+
__kind: "Sol";
|
|
420
420
|
} | null | undefined;
|
|
421
421
|
};
|
|
422
422
|
reason: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
|
|
@@ -446,8 +446,8 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
446
446
|
};
|
|
447
447
|
}, {
|
|
448
448
|
destinationAddress: {
|
|
449
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
450
449
|
value: string;
|
|
450
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
451
451
|
};
|
|
452
452
|
depositMetadata: {
|
|
453
453
|
sourceChain: {
|
|
@@ -459,39 +459,39 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
459
459
|
cfParameters: string;
|
|
460
460
|
};
|
|
461
461
|
sourceAddress?: {
|
|
462
|
-
__kind: "Eth";
|
|
463
462
|
value: string;
|
|
463
|
+
__kind: "Eth";
|
|
464
464
|
} | {
|
|
465
|
-
__kind: "Dot";
|
|
466
465
|
value: string;
|
|
466
|
+
__kind: "Dot";
|
|
467
467
|
} | {
|
|
468
|
-
__kind: "Btc";
|
|
469
468
|
value: {
|
|
470
|
-
__kind: "P2PKH";
|
|
471
469
|
value: string;
|
|
470
|
+
__kind: "P2PKH";
|
|
472
471
|
} | {
|
|
473
|
-
__kind: "P2SH";
|
|
474
472
|
value: string;
|
|
473
|
+
__kind: "P2SH";
|
|
475
474
|
} | {
|
|
476
|
-
__kind: "P2WPKH";
|
|
477
475
|
value: string;
|
|
476
|
+
__kind: "P2WPKH";
|
|
478
477
|
} | {
|
|
479
|
-
__kind: "P2WSH";
|
|
480
478
|
value: string;
|
|
479
|
+
__kind: "P2WSH";
|
|
481
480
|
} | {
|
|
482
|
-
__kind: "Taproot";
|
|
483
481
|
value: string;
|
|
482
|
+
__kind: "Taproot";
|
|
484
483
|
} | {
|
|
485
484
|
__kind: "OtherSegwit";
|
|
486
485
|
version: number;
|
|
487
486
|
program: string;
|
|
488
487
|
};
|
|
488
|
+
__kind: "Btc";
|
|
489
489
|
} | {
|
|
490
|
-
__kind: "Arb";
|
|
491
490
|
value: string;
|
|
491
|
+
__kind: "Arb";
|
|
492
492
|
} | {
|
|
493
|
-
__kind: "Sol";
|
|
494
493
|
value: string;
|
|
494
|
+
__kind: "Sol";
|
|
495
495
|
} | null | undefined;
|
|
496
496
|
};
|
|
497
497
|
reason: {
|
|
@@ -500,8 +500,8 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
500
500
|
origin: {
|
|
501
501
|
__kind: "DepositChannel";
|
|
502
502
|
depositAddress: {
|
|
503
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
|
|
504
503
|
value: string;
|
|
504
|
+
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol";
|
|
505
505
|
};
|
|
506
506
|
channelId: string | number;
|
|
507
507
|
depositBlockHeight: string | number;
|
|
@@ -4,19 +4,19 @@ declare const swappingMaximumSwapAmountSet: z.ZodObject<{
|
|
|
4
4
|
asset: z.ZodEffects<z.ZodObject<{
|
|
5
5
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol"]>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
__kind: "Eth" | "
|
|
7
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
8
8
|
}, {
|
|
9
|
-
__kind: "Eth" | "
|
|
10
|
-
}>, "Eth" | "
|
|
11
|
-
__kind: "Eth" | "
|
|
9
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
10
|
+
}>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt", {
|
|
11
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
12
12
|
}>;
|
|
13
13
|
amount: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
|
-
asset: "Eth" | "
|
|
15
|
+
asset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
16
16
|
amount?: bigint | null | undefined;
|
|
17
17
|
}, {
|
|
18
18
|
asset: {
|
|
19
|
-
__kind: "Eth" | "
|
|
19
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
20
20
|
};
|
|
21
21
|
amount?: string | number | null | undefined;
|
|
22
22
|
}>;
|
|
@@ -4,19 +4,19 @@ declare const swappingMaximumSwapAmountSet: z.ZodObject<{
|
|
|
4
4
|
asset: z.ZodEffects<z.ZodObject<{
|
|
5
5
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol"]>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
__kind: "Eth" | "
|
|
7
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
8
8
|
}, {
|
|
9
|
-
__kind: "Eth" | "
|
|
10
|
-
}>, "Eth" | "
|
|
11
|
-
__kind: "Eth" | "
|
|
9
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
10
|
+
}>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt", {
|
|
11
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
12
12
|
}>;
|
|
13
13
|
amount: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
|
-
asset: "Eth" | "
|
|
15
|
+
asset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
16
16
|
amount?: bigint | null | undefined;
|
|
17
17
|
}, {
|
|
18
18
|
asset: {
|
|
19
|
-
__kind: "Eth" | "
|
|
19
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
20
20
|
};
|
|
21
21
|
amount?: string | number | null | undefined;
|
|
22
22
|
}>;
|
|
@@ -5,11 +5,11 @@ declare const swappingRefundEgressIgnored: z.ZodObject<{
|
|
|
5
5
|
asset: z.ZodEffects<z.ZodObject<{
|
|
6
6
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol"]>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
__kind: "Eth" | "
|
|
8
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
9
9
|
}, {
|
|
10
|
-
__kind: "Eth" | "
|
|
11
|
-
}>, "Eth" | "
|
|
12
|
-
__kind: "Eth" | "
|
|
10
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
11
|
+
}>, "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt", {
|
|
12
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
13
13
|
}>;
|
|
14
14
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
reason: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -43,17 +43,17 @@ declare const swappingRefundEgressIgnored: z.ZodObject<{
|
|
|
43
43
|
error: string;
|
|
44
44
|
}>;
|
|
45
45
|
}, "strip", z.ZodTypeAny, {
|
|
46
|
-
__kind: "Module";
|
|
47
46
|
value: {
|
|
48
47
|
index: number;
|
|
49
48
|
error: `0x${string}`;
|
|
50
49
|
};
|
|
51
|
-
}, {
|
|
52
50
|
__kind: "Module";
|
|
51
|
+
}, {
|
|
53
52
|
value: {
|
|
54
53
|
index: number;
|
|
55
54
|
error: string;
|
|
56
55
|
};
|
|
56
|
+
__kind: "Module";
|
|
57
57
|
}>, z.ZodObject<{
|
|
58
58
|
__kind: z.ZodLiteral<"ConsumerRemaining">;
|
|
59
59
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -84,13 +84,13 @@ declare const swappingRefundEgressIgnored: z.ZodObject<{
|
|
|
84
84
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
85
85
|
}>;
|
|
86
86
|
}, "strip", z.ZodTypeAny, {
|
|
87
|
-
__kind: "Token";
|
|
88
87
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
89
|
-
}, {
|
|
90
88
|
__kind: "Token";
|
|
89
|
+
}, {
|
|
91
90
|
value: {
|
|
92
91
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
93
92
|
};
|
|
93
|
+
__kind: "Token";
|
|
94
94
|
}>, z.ZodObject<{
|
|
95
95
|
__kind: z.ZodLiteral<"Arithmetic">;
|
|
96
96
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -103,13 +103,13 @@ declare const swappingRefundEgressIgnored: z.ZodObject<{
|
|
|
103
103
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
104
104
|
}>;
|
|
105
105
|
}, "strip", z.ZodTypeAny, {
|
|
106
|
-
__kind: "Arithmetic";
|
|
107
106
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
108
|
-
}, {
|
|
109
107
|
__kind: "Arithmetic";
|
|
108
|
+
}, {
|
|
110
109
|
value: {
|
|
111
110
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
112
111
|
};
|
|
112
|
+
__kind: "Arithmetic";
|
|
113
113
|
}>, z.ZodObject<{
|
|
114
114
|
__kind: z.ZodLiteral<"Transactional">;
|
|
115
115
|
value: z.ZodEffects<z.ZodObject<{
|
|
@@ -122,13 +122,13 @@ declare const swappingRefundEgressIgnored: z.ZodObject<{
|
|
|
122
122
|
__kind: "LimitReached" | "NoLayer";
|
|
123
123
|
}>;
|
|
124
124
|
}, "strip", z.ZodTypeAny, {
|
|
125
|
-
__kind: "Transactional";
|
|
126
125
|
value: "LimitReached" | "NoLayer";
|
|
127
|
-
}, {
|
|
128
126
|
__kind: "Transactional";
|
|
127
|
+
}, {
|
|
129
128
|
value: {
|
|
130
129
|
__kind: "LimitReached" | "NoLayer";
|
|
131
130
|
};
|
|
131
|
+
__kind: "Transactional";
|
|
132
132
|
}>, z.ZodObject<{
|
|
133
133
|
__kind: z.ZodLiteral<"Exhausted">;
|
|
134
134
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -155,9 +155,9 @@ declare const swappingRefundEgressIgnored: z.ZodObject<{
|
|
|
155
155
|
__kind: "RootNotAllowed";
|
|
156
156
|
}>]>;
|
|
157
157
|
}, "strip", z.ZodTypeAny, {
|
|
158
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol";
|
|
159
|
-
amount: bigint;
|
|
160
158
|
swapId: bigint;
|
|
159
|
+
asset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
160
|
+
amount: bigint;
|
|
161
161
|
reason: {
|
|
162
162
|
__kind: "Other";
|
|
163
163
|
} | {
|
|
@@ -165,11 +165,11 @@ declare const swappingRefundEgressIgnored: z.ZodObject<{
|
|
|
165
165
|
} | {
|
|
166
166
|
__kind: "BadOrigin";
|
|
167
167
|
} | {
|
|
168
|
-
__kind: "Module";
|
|
169
168
|
value: {
|
|
170
169
|
index: number;
|
|
171
170
|
error: `0x${string}`;
|
|
172
171
|
};
|
|
172
|
+
__kind: "Module";
|
|
173
173
|
} | {
|
|
174
174
|
__kind: "ConsumerRemaining";
|
|
175
175
|
} | {
|
|
@@ -177,14 +177,14 @@ declare const swappingRefundEgressIgnored: z.ZodObject<{
|
|
|
177
177
|
} | {
|
|
178
178
|
__kind: "TooManyConsumers";
|
|
179
179
|
} | {
|
|
180
|
-
__kind: "Token";
|
|
181
180
|
value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
181
|
+
__kind: "Token";
|
|
182
182
|
} | {
|
|
183
|
-
__kind: "Arithmetic";
|
|
184
183
|
value: "Underflow" | "Overflow" | "DivisionByZero";
|
|
184
|
+
__kind: "Arithmetic";
|
|
185
185
|
} | {
|
|
186
|
-
__kind: "Transactional";
|
|
187
186
|
value: "LimitReached" | "NoLayer";
|
|
187
|
+
__kind: "Transactional";
|
|
188
188
|
} | {
|
|
189
189
|
__kind: "Exhausted";
|
|
190
190
|
} | {
|
|
@@ -195,11 +195,11 @@ declare const swappingRefundEgressIgnored: z.ZodObject<{
|
|
|
195
195
|
__kind: "RootNotAllowed";
|
|
196
196
|
};
|
|
197
197
|
}, {
|
|
198
|
+
swapId: string | number;
|
|
198
199
|
asset: {
|
|
199
|
-
__kind: "Eth" | "
|
|
200
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
200
201
|
};
|
|
201
202
|
amount: string | number;
|
|
202
|
-
swapId: string | number;
|
|
203
203
|
reason: {
|
|
204
204
|
__kind: "Other";
|
|
205
205
|
} | {
|
|
@@ -207,11 +207,11 @@ declare const swappingRefundEgressIgnored: z.ZodObject<{
|
|
|
207
207
|
} | {
|
|
208
208
|
__kind: "BadOrigin";
|
|
209
209
|
} | {
|
|
210
|
-
__kind: "Module";
|
|
211
210
|
value: {
|
|
212
211
|
index: number;
|
|
213
212
|
error: string;
|
|
214
213
|
};
|
|
214
|
+
__kind: "Module";
|
|
215
215
|
} | {
|
|
216
216
|
__kind: "ConsumerRemaining";
|
|
217
217
|
} | {
|
|
@@ -219,20 +219,20 @@ declare const swappingRefundEgressIgnored: z.ZodObject<{
|
|
|
219
219
|
} | {
|
|
220
220
|
__kind: "TooManyConsumers";
|
|
221
221
|
} | {
|
|
222
|
-
__kind: "Token";
|
|
223
222
|
value: {
|
|
224
223
|
__kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
|
|
225
224
|
};
|
|
225
|
+
__kind: "Token";
|
|
226
226
|
} | {
|
|
227
|
-
__kind: "Arithmetic";
|
|
228
227
|
value: {
|
|
229
228
|
__kind: "Underflow" | "Overflow" | "DivisionByZero";
|
|
230
229
|
};
|
|
230
|
+
__kind: "Arithmetic";
|
|
231
231
|
} | {
|
|
232
|
-
__kind: "Transactional";
|
|
233
232
|
value: {
|
|
234
233
|
__kind: "LimitReached" | "NoLayer";
|
|
235
234
|
};
|
|
235
|
+
__kind: "Transactional";
|
|
236
236
|
} | {
|
|
237
237
|
__kind: "Exhausted";
|
|
238
238
|
} | {
|