@chainflip/processor 1.8.1 → 1.8.3
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/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +12 -12
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/100/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/100/swapping/ccmDepositReceived.d.cts +70 -70
- package/dist/100/swapping/ccmDepositReceived.d.ts +70 -70
- package/dist/100/swapping/ccmFailed.d.cts +70 -70
- package/dist/100/swapping/ccmFailed.d.ts +70 -70
- 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 +37 -37
- package/dist/100/swapping/swapAmountTooLow.d.ts +37 -37
- package/dist/100/swapping/swapDepositAddressReady.d.cts +42 -42
- package/dist/100/swapping/swapDepositAddressReady.d.ts +42 -42
- 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 +109 -109
- package/dist/100/swapping/swapScheduled.d.ts +109 -109
- package/dist/100/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/100/swapping/withdrawalRequested.d.ts +12 -12
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
- package/dist/120/bitcoinIngressEgress/depositIgnored.cjs +1 -1
- package/dist/120/bitcoinIngressEgress/depositIgnored.mjs +2 -2
- package/dist/120/bitcoinIngressEgress/depositReceived.cjs +1 -1
- package/dist/120/bitcoinIngressEgress/depositReceived.mjs +2 -2
- package/dist/120/common.cjs +35 -3
- package/dist/120/common.d.cts +95 -3
- package/dist/120/common.d.ts +95 -3
- package/dist/120/common.mjs +36 -4
- package/dist/120/ethereumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/120/ethereumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/120/ethereumIngressEgress/depositReceived.cjs +1 -1
- package/dist/120/ethereumIngressEgress/depositReceived.mjs +2 -2
- package/dist/120/polkadotIngressEgress/depositIgnored.cjs +1 -1
- package/dist/120/polkadotIngressEgress/depositIgnored.mjs +2 -2
- package/dist/120/polkadotIngressEgress/depositReceived.cjs +1 -1
- package/dist/120/polkadotIngressEgress/depositReceived.mjs +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositIgnored.cjs +1 -1
- package/dist/131/bitcoinIngressEgress/depositIgnored.mjs +2 -2
- package/dist/131/bitcoinIngressEgress/depositReceived.cjs +1 -1
- package/dist/131/bitcoinIngressEgress/depositReceived.mjs +2 -2
- package/dist/131/common.cjs +19 -3
- package/dist/131/common.d.cts +49 -3
- package/dist/131/common.d.ts +49 -3
- package/dist/131/common.mjs +20 -4
- package/dist/131/ethereumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/131/ethereumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.cjs +1 -1
- package/dist/131/ethereumIngressEgress/depositReceived.mjs +2 -2
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +10 -10
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +10 -10
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- package/dist/141/arbitrumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/141/arbitrumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/depositFinalised.mjs +2 -2
- package/dist/141/common.cjs +39 -3
- package/dist/141/common.d.cts +141 -3
- package/dist/141/common.d.ts +141 -3
- package/dist/141/common.mjs +40 -4
- package/dist/141/ethereumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/ethereumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/ethereumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/ethereumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +12 -12
- 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/polkadotIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/polkadotIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/polkadotIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/polkadotIngressEgress/depositFinalised.mjs +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 +80 -80
- package/dist/141/swapping/ccmDepositReceived.d.ts +80 -80
- package/dist/141/swapping/ccmFailed.d.cts +100 -100
- package/dist/141/swapping/ccmFailed.d.ts +100 -100
- 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 +50 -50
- package/dist/141/swapping/swapDepositAddressReady.d.ts +50 -50
- package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +90 -90
- package/dist/141/swapping/swapExecuted.d.ts +90 -90
- package/dist/141/swapping/swapScheduled.d.cts +126 -126
- package/dist/141/swapping/swapScheduled.d.ts +126 -126
- package/dist/141/swapping/withdrawalRequested.d.cts +22 -22
- package/dist/141/swapping/withdrawalRequested.d.ts +22 -22
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/arbitrumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/150/arbitrumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/150/arbitrumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/150/arbitrumIngressEgress/depositIgnored.mjs +2 -2
- 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 +4 -4
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/bitcoinIngressEgress/depositBoosted.cjs +1 -1
- package/dist/150/bitcoinIngressEgress/depositBoosted.mjs +2 -2
- package/dist/150/bitcoinIngressEgress/depositFinalised.cjs +1 -1
- package/dist/150/bitcoinIngressEgress/depositFinalised.mjs +2 -2
- package/dist/150/common.cjs +66 -3
- package/dist/150/common.d.cts +214 -3
- package/dist/150/common.d.ts +214 -3
- package/dist/150/common.mjs +67 -4
- package/dist/150/ethereumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/150/ethereumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/150/ethereumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/150/ethereumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/150/ethereumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/150/ethereumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +2 -2
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +2 -2
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +2 -2
- package/dist/150/polkadotIngressEgress/depositBoosted.cjs +1 -1
- package/dist/150/polkadotIngressEgress/depositBoosted.mjs +2 -2
- package/dist/150/polkadotIngressEgress/depositFinalised.cjs +1 -1
- package/dist/150/polkadotIngressEgress/depositFinalised.mjs +2 -2
- package/dist/150/polkadotIngressEgress/depositIgnored.cjs +1 -1
- package/dist/150/polkadotIngressEgress/depositIgnored.mjs +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.cjs +1 -1
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/150/solanaIngressEgress/depositBoosted.mjs +2 -2
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositFinalised.cjs +1 -1
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/150/solanaIngressEgress/depositFinalised.mjs +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.cjs +1 -1
- package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.mjs +2 -2
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/arbitrumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/160/arbitrumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/arbitrumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/160/bitcoinIngressEgress/depositBoosted.cjs +1 -1
- package/dist/160/bitcoinIngressEgress/depositBoosted.mjs +2 -2
- package/dist/160/bitcoinIngressEgress/depositFinalised.cjs +1 -1
- package/dist/160/bitcoinIngressEgress/depositFinalised.mjs +2 -2
- package/dist/160/common.cjs +35 -3
- package/dist/160/common.d.cts +175 -3
- package/dist/160/common.d.ts +175 -3
- package/dist/160/common.mjs +36 -4
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/160/environment/runtimeSafeModeUpdated.d.ts +28 -28
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/ethereumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.mjs +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.cjs +1 -1
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/polkadotIngressEgress/depositBoosted.mjs +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.cjs +1 -1
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.mjs +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositBoosted.cjs +1 -1
- package/dist/160/solanaIngressEgress/depositBoosted.mjs +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.cjs +1 -1
- package/dist/160/solanaIngressEgress/depositFinalised.mjs +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.cjs +1 -1
- package/dist/160/solanaIngressEgress/depositIgnored.mjs +2 -2
- package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
- 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 +18 -18
- package/dist/160/swapping/swapDepositAddressReady.d.ts +18 -18
- 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 +14 -14
- package/dist/160/swapping/swapRequested.d.ts +14 -14
- package/dist/160/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/160/swapping/withdrawalRequested.d.ts +6 -6
- package/dist/170/arbitrumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/170/arbitrumIngressEgress/depositIgnored.mjs +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 +101 -101
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +101 -101
- package/dist/170/bitcoinIngressEgress/depositBoosted.cjs +1 -1
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositBoosted.mjs +2 -2
- package/dist/170/bitcoinIngressEgress/depositFinalised.cjs +1 -1
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.mjs +2 -2
- package/dist/170/bitcoinIngressEgress/depositIgnored.cjs +1 -1
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.mjs +2 -2
- 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/common.cjs +27 -3
- package/dist/170/common.d.cts +39 -3
- package/dist/170/common.d.ts +39 -3
- package/dist/170/common.mjs +28 -4
- package/dist/170/ethereumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/170/ethereumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/170/polkadotIngressEgress/depositIgnored.cjs +1 -1
- package/dist/170/polkadotIngressEgress/depositIgnored.mjs +2 -2
- package/dist/170/reputation/offencePenalty.d.cts +2 -2
- package/dist/170/reputation/offencePenalty.d.ts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.cjs +1 -1
- package/dist/170/solanaIngressEgress/depositIgnored.mjs +2 -2
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/arbitrumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/180/arbitrumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/180/arbitrumIngressEgress/depositFailed.cjs +2 -2
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +37 -37
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +37 -37
- package/dist/180/arbitrumIngressEgress/depositFailed.mjs +4 -4
- package/dist/180/arbitrumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/180/arbitrumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/bitcoinIngressEgress/depositBoosted.cjs +1 -1
- package/dist/180/bitcoinIngressEgress/depositBoosted.mjs +2 -2
- package/dist/180/bitcoinIngressEgress/depositFailed.cjs +2 -2
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +403 -53
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +403 -53
- package/dist/180/bitcoinIngressEgress/depositFailed.mjs +4 -4
- package/dist/180/bitcoinIngressEgress/depositFinalised.cjs +1 -1
- package/dist/180/bitcoinIngressEgress/depositFinalised.mjs +2 -2
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/common.cjs +193 -12
- package/dist/180/common.d.cts +6979 -359
- package/dist/180/common.d.ts +6979 -359
- package/dist/180/common.mjs +195 -14
- package/dist/180/environment/solanaGovCallDispatched.cjs +10 -0
- package/dist/180/environment/solanaGovCallDispatched.d.cts +69 -0
- package/dist/180/environment/solanaGovCallDispatched.d.ts +69 -0
- package/dist/180/environment/solanaGovCallDispatched.mjs +10 -0
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +25 -25
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +25 -25
- package/dist/180/ethereumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/ethereumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/180/ethereumIngressEgress/depositFailed.cjs +2 -2
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +52 -52
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +52 -52
- package/dist/180/ethereumIngressEgress/depositFailed.mjs +4 -4
- package/dist/180/ethereumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/ethereumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +21 -21
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +21 -21
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/polkadotIngressEgress/depositBoosted.cjs +1 -1
- package/dist/180/polkadotIngressEgress/depositBoosted.mjs +2 -2
- package/dist/180/polkadotIngressEgress/depositFailed.cjs +2 -2
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +44 -62
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +44 -62
- package/dist/180/polkadotIngressEgress/depositFailed.mjs +4 -4
- package/dist/180/polkadotIngressEgress/depositFinalised.cjs +1 -1
- package/dist/180/polkadotIngressEgress/depositFinalised.mjs +2 -2
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/solanaIngressEgress/depositBoosted.cjs +1 -1
- package/dist/180/solanaIngressEgress/depositBoosted.mjs +2 -2
- package/dist/180/solanaIngressEgress/depositFailed.cjs +2 -2
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +37 -62
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +37 -62
- package/dist/180/solanaIngressEgress/depositFailed.mjs +4 -4
- package/dist/180/solanaIngressEgress/depositFinalised.cjs +1 -1
- package/dist/180/solanaIngressEgress/depositFinalised.mjs +2 -2
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/swapping/swapDepositAddressReady.cjs +2 -0
- package/dist/180/swapping/swapDepositAddressReady.d.cts +3 -0
- package/dist/180/swapping/swapDepositAddressReady.d.ts +3 -0
- package/dist/180/swapping/swapDepositAddressReady.mjs +2 -0
- package/dist/180/swapping/swapRequested.d.cts +10 -0
- package/dist/180/swapping/swapRequested.d.ts +10 -0
- package/package.json +1 -1
|
@@ -11,7 +11,7 @@ var polkadotIngressEgressDepositReceived = _zod.z.object({
|
|
|
11
11
|
asset: _commoncjs.cfPrimitivesChainsAssetsDotAsset,
|
|
12
12
|
amount: _commoncjs.numberOrHex,
|
|
13
13
|
ingressFee: _commoncjs.numberOrHex,
|
|
14
|
-
action: _commoncjs.
|
|
14
|
+
action: _commoncjs.palletCfPolkadotIngressEgressDepositAction
|
|
15
15
|
});
|
|
16
16
|
|
|
17
17
|
|
|
@@ -4,14 +4,14 @@ import {
|
|
|
4
4
|
cfPrimitivesChainsAssetsDotAsset,
|
|
5
5
|
hexString,
|
|
6
6
|
numberOrHex,
|
|
7
|
-
|
|
7
|
+
palletCfPolkadotIngressEgressDepositAction
|
|
8
8
|
} from "../common.mjs";
|
|
9
9
|
var polkadotIngressEgressDepositReceived = z.object({
|
|
10
10
|
depositAddress: hexString,
|
|
11
11
|
asset: cfPrimitivesChainsAssetsDotAsset,
|
|
12
12
|
amount: numberOrHex,
|
|
13
13
|
ingressFee: numberOrHex,
|
|
14
|
-
action:
|
|
14
|
+
action: palletCfPolkadotIngressEgressDepositAction
|
|
15
15
|
});
|
|
16
16
|
export {
|
|
17
17
|
polkadotIngressEgressDepositReceived
|
|
@@ -13,18 +13,18 @@ declare const bitcoinBroadcasterTransactionBroadcastRequest: z.ZodObject<{
|
|
|
13
13
|
transactionOutId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
15
|
broadcastId: number;
|
|
16
|
+
transactionOutId: `0x${string}`;
|
|
16
17
|
nominee: string;
|
|
17
18
|
transactionPayload: {
|
|
18
19
|
encodedTransaction: `0x${string}`;
|
|
19
20
|
};
|
|
20
|
-
transactionOutId: `0x${string}`;
|
|
21
21
|
}, {
|
|
22
22
|
broadcastId: number;
|
|
23
|
+
transactionOutId: string;
|
|
23
24
|
nominee: string;
|
|
24
25
|
transactionPayload: {
|
|
25
26
|
encodedTransaction: string;
|
|
26
27
|
};
|
|
27
|
-
transactionOutId: string;
|
|
28
28
|
}>;
|
|
29
29
|
|
|
30
30
|
export { bitcoinBroadcasterTransactionBroadcastRequest };
|
|
@@ -13,18 +13,18 @@ declare const bitcoinBroadcasterTransactionBroadcastRequest: z.ZodObject<{
|
|
|
13
13
|
transactionOutId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
15
|
broadcastId: number;
|
|
16
|
+
transactionOutId: `0x${string}`;
|
|
16
17
|
nominee: string;
|
|
17
18
|
transactionPayload: {
|
|
18
19
|
encodedTransaction: `0x${string}`;
|
|
19
20
|
};
|
|
20
|
-
transactionOutId: `0x${string}`;
|
|
21
21
|
}, {
|
|
22
22
|
broadcastId: number;
|
|
23
|
+
transactionOutId: string;
|
|
23
24
|
nominee: string;
|
|
24
25
|
transactionPayload: {
|
|
25
26
|
encodedTransaction: string;
|
|
26
27
|
};
|
|
27
|
-
transactionOutId: string;
|
|
28
28
|
}>;
|
|
29
29
|
|
|
30
30
|
export { bitcoinBroadcasterTransactionBroadcastRequest };
|
|
@@ -12,7 +12,7 @@ var bitcoinIngressEgressDepositIgnored = _zod.z.object({
|
|
|
12
12
|
asset: _commoncjs.cfPrimitivesChainsAssetsBtcAsset,
|
|
13
13
|
amount: _commoncjs.numberOrHex,
|
|
14
14
|
depositDetails: _commoncjs.cfChainsBtcUtxoId,
|
|
15
|
-
reason: _commoncjs.
|
|
15
|
+
reason: _commoncjs.palletCfBitcoinIngressEgressDepositIgnoredReason
|
|
16
16
|
});
|
|
17
17
|
|
|
18
18
|
|
|
@@ -5,14 +5,14 @@ import {
|
|
|
5
5
|
cfChainsBtcUtxoId,
|
|
6
6
|
cfPrimitivesChainsAssetsBtcAsset,
|
|
7
7
|
numberOrHex,
|
|
8
|
-
|
|
8
|
+
palletCfBitcoinIngressEgressDepositIgnoredReason
|
|
9
9
|
} from "../common.mjs";
|
|
10
10
|
var bitcoinIngressEgressDepositIgnored = z.object({
|
|
11
11
|
depositAddress: cfChainsBtcScriptPubkey,
|
|
12
12
|
asset: cfPrimitivesChainsAssetsBtcAsset,
|
|
13
13
|
amount: numberOrHex,
|
|
14
14
|
depositDetails: cfChainsBtcUtxoId,
|
|
15
|
-
reason:
|
|
15
|
+
reason: palletCfBitcoinIngressEgressDepositIgnoredReason
|
|
16
16
|
});
|
|
17
17
|
export {
|
|
18
18
|
bitcoinIngressEgressDepositIgnored
|
|
@@ -13,7 +13,7 @@ var bitcoinIngressEgressDepositReceived = _zod.z.object({
|
|
|
13
13
|
amount: _commoncjs.numberOrHex,
|
|
14
14
|
depositDetails: _commoncjs.cfChainsBtcUtxoId,
|
|
15
15
|
ingressFee: _commoncjs.numberOrHex,
|
|
16
|
-
action: _commoncjs.
|
|
16
|
+
action: _commoncjs.palletCfBitcoinIngressEgressDepositAction
|
|
17
17
|
});
|
|
18
18
|
|
|
19
19
|
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
cfChainsBtcUtxoId,
|
|
6
6
|
cfPrimitivesChainsAssetsBtcAsset,
|
|
7
7
|
numberOrHex,
|
|
8
|
-
|
|
8
|
+
palletCfBitcoinIngressEgressDepositAction
|
|
9
9
|
} from "../common.mjs";
|
|
10
10
|
var bitcoinIngressEgressDepositReceived = z.object({
|
|
11
11
|
depositAddress: cfChainsBtcScriptPubkey,
|
|
@@ -13,7 +13,7 @@ var bitcoinIngressEgressDepositReceived = z.object({
|
|
|
13
13
|
amount: numberOrHex,
|
|
14
14
|
depositDetails: cfChainsBtcUtxoId,
|
|
15
15
|
ingressFee: numberOrHex,
|
|
16
|
-
action:
|
|
16
|
+
action: palletCfBitcoinIngressEgressDepositAction
|
|
17
17
|
});
|
|
18
18
|
export {
|
|
19
19
|
bitcoinIngressEgressDepositReceived
|
package/dist/131/common.cjs
CHANGED
|
@@ -209,7 +209,7 @@ var cfChainsCcmDepositMetadata = _zod.z.object({
|
|
|
209
209
|
sourceAddress: cfChainsAddressForeignChainAddress.nullish(),
|
|
210
210
|
channelMetadata: cfChainsCcmChannelMetadata
|
|
211
211
|
});
|
|
212
|
-
var
|
|
212
|
+
var palletCfEthereumIngressEgressDepositAction = _zod.z.union([
|
|
213
213
|
_zod.z.object({ __kind: _zod.z.literal("Swap"), swapId: numberOrHex }),
|
|
214
214
|
_zod.z.object({ __kind: _zod.z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
215
215
|
_zod.z.object({
|
|
@@ -219,7 +219,7 @@ var palletCfIngressEgressDepositAction = _zod.z.union([
|
|
|
219
219
|
}),
|
|
220
220
|
_zod.z.object({ __kind: _zod.z.literal("NoAction") })
|
|
221
221
|
]);
|
|
222
|
-
var
|
|
222
|
+
var palletCfEthereumIngressEgressDepositIgnoredReason = simpleEnum([
|
|
223
223
|
"BelowMinimumDeposit",
|
|
224
224
|
"NotEnoughToPayFees"
|
|
225
225
|
]);
|
|
@@ -238,6 +238,20 @@ var cfChainsAllBatchError = _zod.z.union([
|
|
|
238
238
|
]);
|
|
239
239
|
var cfPrimitivesChainsAssetsBtcAsset = simpleEnum(["Btc"]);
|
|
240
240
|
var cfChainsBtcUtxoId = _zod.z.object({ txId: hexString, vout: _zod.z.number() });
|
|
241
|
+
var palletCfBitcoinIngressEgressDepositAction = _zod.z.union([
|
|
242
|
+
_zod.z.object({ __kind: _zod.z.literal("Swap"), swapId: numberOrHex }),
|
|
243
|
+
_zod.z.object({ __kind: _zod.z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
244
|
+
_zod.z.object({
|
|
245
|
+
__kind: _zod.z.literal("CcmTransfer"),
|
|
246
|
+
principalSwapId: numberOrHex.nullish(),
|
|
247
|
+
gasSwapId: numberOrHex.nullish()
|
|
248
|
+
}),
|
|
249
|
+
_zod.z.object({ __kind: _zod.z.literal("NoAction") })
|
|
250
|
+
]);
|
|
251
|
+
var palletCfBitcoinIngressEgressDepositIgnoredReason = simpleEnum([
|
|
252
|
+
"BelowMinimumDeposit",
|
|
253
|
+
"NotEnoughToPayFees"
|
|
254
|
+
]);
|
|
241
255
|
var palletCfIngressEgressDepositWitnessBitcoin = _zod.z.object({
|
|
242
256
|
depositAddress: cfChainsBtcScriptPubkey,
|
|
243
257
|
asset: cfPrimitivesChainsAssetsBtcAsset,
|
|
@@ -314,4 +328,6 @@ var palletCfPoolsIncreaseOrDecreaseU128 = _zod.z.union([
|
|
|
314
328
|
|
|
315
329
|
|
|
316
330
|
|
|
317
|
-
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
exports.accountId = accountId; exports.cfAmmCommonPoolPairsMap = cfAmmCommonPoolPairsMap; exports.cfAmmCommonSide = cfAmmCommonSide; exports.cfChainsAddressEncodedAddress = cfChainsAddressEncodedAddress; exports.cfChainsAddressForeignChainAddress = cfChainsAddressForeignChainAddress; exports.cfChainsAllBatchError = cfChainsAllBatchError; exports.cfChainsBtcAggKey = cfChainsBtcAggKey; exports.cfChainsBtcBitcoinTransactionData = cfChainsBtcBitcoinTransactionData; exports.cfChainsBtcScriptPubkey = cfChainsBtcScriptPubkey; exports.cfChainsBtcUtxoId = cfChainsBtcUtxoId; exports.cfChainsCcmChannelMetadata = cfChainsCcmChannelMetadata; exports.cfChainsCcmDepositMetadata = cfChainsCcmDepositMetadata; exports.cfChainsDotPolkadotTransactionId = cfChainsDotPolkadotTransactionId; exports.cfChainsEvmAggKey = cfChainsEvmAggKey; exports.cfChainsEvmParityBit = cfChainsEvmParityBit; exports.cfChainsEvmSchnorrVerificationComponents = cfChainsEvmSchnorrVerificationComponents; exports.cfChainsSwapOrigin = cfChainsSwapOrigin; exports.cfPrimitivesChainsAssetsAnyAsset = cfPrimitivesChainsAssetsAnyAsset; exports.cfPrimitivesChainsAssetsBtcAsset = cfPrimitivesChainsAssetsBtcAsset; exports.cfPrimitivesChainsAssetsEthAsset = cfPrimitivesChainsAssetsEthAsset; exports.cfPrimitivesChainsForeignChain = cfPrimitivesChainsForeignChain; exports.cfPrimitivesSwapLeg = cfPrimitivesSwapLeg; exports.cfTraitsLiquiditySwapType = cfTraitsLiquiditySwapType; exports.hexString = hexString; exports.numberOrHex = numberOrHex; exports.numericString = numericString; exports.palletCfBitcoinIngressEgressDepositAction = palletCfBitcoinIngressEgressDepositAction; exports.palletCfBitcoinIngressEgressDepositIgnoredReason = palletCfBitcoinIngressEgressDepositIgnoredReason; exports.palletCfBroadcastPalletSafeMode = palletCfBroadcastPalletSafeMode; exports.palletCfEmissionsPalletSafeMode = palletCfEmissionsPalletSafeMode; exports.palletCfEnvironmentSafeModeUpdate = palletCfEnvironmentSafeModeUpdate; exports.palletCfEthereumIngressEgressDepositAction = palletCfEthereumIngressEgressDepositAction; exports.palletCfEthereumIngressEgressDepositIgnoredReason = palletCfEthereumIngressEgressDepositIgnoredReason; exports.palletCfFundingPalletSafeMode = palletCfFundingPalletSafeMode; exports.palletCfIngressEgressDepositWitnessBitcoin = palletCfIngressEgressDepositWitnessBitcoin; exports.palletCfIngressEgressDepositWitnessEthereum = palletCfIngressEgressDepositWitnessEthereum; exports.palletCfLpPalletSafeMode = palletCfLpPalletSafeMode; exports.palletCfPoolsIncreaseOrDecreaseRangeOrderChange = palletCfPoolsIncreaseOrDecreaseRangeOrderChange; exports.palletCfPoolsIncreaseOrDecreaseU128 = palletCfPoolsIncreaseOrDecreaseU128; exports.palletCfPoolsPalletSafeMode = palletCfPoolsPalletSafeMode; exports.palletCfPoolsRangeOrderChange = palletCfPoolsRangeOrderChange; exports.palletCfReputationPalletSafeMode = palletCfReputationPalletSafeMode; exports.palletCfReputationPenalty = palletCfReputationPenalty; exports.palletCfSwappingCcmFailReason = palletCfSwappingCcmFailReason; exports.palletCfSwappingPalletSafeMode = palletCfSwappingPalletSafeMode; exports.palletCfThresholdSignaturePalletSafeMode = palletCfThresholdSignaturePalletSafeMode; exports.palletCfValidatorPalletSafeMode = palletCfValidatorPalletSafeMode; exports.palletCfWitnesserPalletSafeMode = palletCfWitnesserPalletSafeMode; exports.simpleEnum = simpleEnum; exports.spArithmeticArithmeticError = spArithmeticArithmeticError; exports.spRuntimeDispatchError = spRuntimeDispatchError; exports.spRuntimeModuleError = spRuntimeModuleError; exports.spRuntimeTokenError = spRuntimeTokenError; exports.spRuntimeTransactionalError = spRuntimeTransactionalError; exports.stateChainRuntimeChainflipOffencesOffence = stateChainRuntimeChainflipOffencesOffence; exports.stateChainRuntimeSafeModeInnerRuntimeSafeMode = stateChainRuntimeSafeModeInnerRuntimeSafeMode; exports.stateChainRuntimeSafeModeWitnesserCallPermission = stateChainRuntimeSafeModeWitnesserCallPermission;
|
package/dist/131/common.d.cts
CHANGED
|
@@ -2205,7 +2205,7 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
2205
2205
|
};
|
|
2206
2206
|
} | null | undefined;
|
|
2207
2207
|
}>;
|
|
2208
|
-
declare const
|
|
2208
|
+
declare const palletCfEthereumIngressEgressDepositAction: z.ZodUnion<[z.ZodObject<{
|
|
2209
2209
|
__kind: z.ZodLiteral<"Swap">;
|
|
2210
2210
|
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2211
2211
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2242,7 +2242,7 @@ declare const palletCfIngressEgressDepositAction: z.ZodUnion<[z.ZodObject<{
|
|
|
2242
2242
|
}, {
|
|
2243
2243
|
__kind: "NoAction";
|
|
2244
2244
|
}>]>;
|
|
2245
|
-
declare const
|
|
2245
|
+
declare const palletCfEthereumIngressEgressDepositIgnoredReason: z.ZodEffects<z.ZodObject<{
|
|
2246
2246
|
__kind: z.ZodEnum<["BelowMinimumDeposit", "NotEnoughToPayFees"]>;
|
|
2247
2247
|
}, "strip", z.ZodTypeAny, {
|
|
2248
2248
|
__kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
|
|
@@ -2550,6 +2550,52 @@ declare const cfChainsBtcUtxoId: z.ZodObject<{
|
|
|
2550
2550
|
txId: string;
|
|
2551
2551
|
vout: number;
|
|
2552
2552
|
}>;
|
|
2553
|
+
declare const palletCfBitcoinIngressEgressDepositAction: z.ZodUnion<[z.ZodObject<{
|
|
2554
|
+
__kind: z.ZodLiteral<"Swap">;
|
|
2555
|
+
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2556
|
+
}, "strip", z.ZodTypeAny, {
|
|
2557
|
+
__kind: "Swap";
|
|
2558
|
+
swapId: bigint;
|
|
2559
|
+
}, {
|
|
2560
|
+
__kind: "Swap";
|
|
2561
|
+
swapId: string | number;
|
|
2562
|
+
}>, z.ZodObject<{
|
|
2563
|
+
__kind: z.ZodLiteral<"LiquidityProvision">;
|
|
2564
|
+
lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
2565
|
+
}, "strip", z.ZodTypeAny, {
|
|
2566
|
+
__kind: "LiquidityProvision";
|
|
2567
|
+
lpAccount: string;
|
|
2568
|
+
}, {
|
|
2569
|
+
__kind: "LiquidityProvision";
|
|
2570
|
+
lpAccount: string;
|
|
2571
|
+
}>, z.ZodObject<{
|
|
2572
|
+
__kind: z.ZodLiteral<"CcmTransfer">;
|
|
2573
|
+
principalSwapId: 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>>>;
|
|
2574
|
+
gasSwapId: 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>>>;
|
|
2575
|
+
}, "strip", z.ZodTypeAny, {
|
|
2576
|
+
__kind: "CcmTransfer";
|
|
2577
|
+
principalSwapId?: bigint | null | undefined;
|
|
2578
|
+
gasSwapId?: bigint | null | undefined;
|
|
2579
|
+
}, {
|
|
2580
|
+
__kind: "CcmTransfer";
|
|
2581
|
+
principalSwapId?: string | number | null | undefined;
|
|
2582
|
+
gasSwapId?: string | number | null | undefined;
|
|
2583
|
+
}>, z.ZodObject<{
|
|
2584
|
+
__kind: z.ZodLiteral<"NoAction">;
|
|
2585
|
+
}, "strip", z.ZodTypeAny, {
|
|
2586
|
+
__kind: "NoAction";
|
|
2587
|
+
}, {
|
|
2588
|
+
__kind: "NoAction";
|
|
2589
|
+
}>]>;
|
|
2590
|
+
declare const palletCfBitcoinIngressEgressDepositIgnoredReason: z.ZodEffects<z.ZodObject<{
|
|
2591
|
+
__kind: z.ZodEnum<["BelowMinimumDeposit", "NotEnoughToPayFees"]>;
|
|
2592
|
+
}, "strip", z.ZodTypeAny, {
|
|
2593
|
+
__kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
|
|
2594
|
+
}, {
|
|
2595
|
+
__kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
|
|
2596
|
+
}>, "BelowMinimumDeposit" | "NotEnoughToPayFees", {
|
|
2597
|
+
__kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
|
|
2598
|
+
}>;
|
|
2553
2599
|
declare const palletCfIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
2554
2600
|
depositAddress: z.ZodUnion<[z.ZodObject<{
|
|
2555
2601
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
@@ -2841,4 +2887,4 @@ declare const palletCfPoolsIncreaseOrDecreaseU128: z.ZodUnion<[z.ZodObject<{
|
|
|
2841
2887
|
value: string | number;
|
|
2842
2888
|
}>]>;
|
|
2843
2889
|
|
|
2844
|
-
export { accountId, cfAmmCommonPoolPairsMap, cfAmmCommonSide, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsAllBatchError, cfChainsBtcAggKey, cfChainsBtcBitcoinTransactionData, cfChainsBtcScriptPubkey, cfChainsBtcUtxoId, cfChainsCcmChannelMetadata, cfChainsCcmDepositMetadata, cfChainsDotPolkadotTransactionId, cfChainsEvmAggKey, cfChainsEvmParityBit, cfChainsEvmSchnorrVerificationComponents, cfChainsSwapOrigin, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsForeignChain, cfPrimitivesSwapLeg, cfTraitsLiquiditySwapType, hexString, numberOrHex, numericString, palletCfBroadcastPalletSafeMode, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate,
|
|
2890
|
+
export { accountId, cfAmmCommonPoolPairsMap, cfAmmCommonSide, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsAllBatchError, cfChainsBtcAggKey, cfChainsBtcBitcoinTransactionData, cfChainsBtcScriptPubkey, cfChainsBtcUtxoId, cfChainsCcmChannelMetadata, cfChainsCcmDepositMetadata, cfChainsDotPolkadotTransactionId, cfChainsEvmAggKey, cfChainsEvmParityBit, cfChainsEvmSchnorrVerificationComponents, cfChainsSwapOrigin, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsForeignChain, cfPrimitivesSwapLeg, cfTraitsLiquiditySwapType, hexString, numberOrHex, numericString, palletCfBitcoinIngressEgressDepositAction, palletCfBitcoinIngressEgressDepositIgnoredReason, palletCfBroadcastPalletSafeMode, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressDepositAction, palletCfEthereumIngressEgressDepositIgnoredReason, palletCfFundingPalletSafeMode, palletCfIngressEgressDepositWitnessBitcoin, palletCfIngressEgressDepositWitnessEthereum, palletCfLpPalletSafeMode, palletCfPoolsIncreaseOrDecreaseRangeOrderChange, palletCfPoolsIncreaseOrDecreaseU128, palletCfPoolsPalletSafeMode, palletCfPoolsRangeOrderChange, palletCfReputationPalletSafeMode, palletCfReputationPenalty, palletCfSwappingCcmFailReason, palletCfSwappingPalletSafeMode, palletCfThresholdSignaturePalletSafeMode, palletCfValidatorPalletSafeMode, palletCfWitnesserPalletSafeMode, simpleEnum, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, stateChainRuntimeChainflipOffencesOffence, stateChainRuntimeSafeModeInnerRuntimeSafeMode, stateChainRuntimeSafeModeWitnesserCallPermission };
|
package/dist/131/common.d.ts
CHANGED
|
@@ -2205,7 +2205,7 @@ declare const cfChainsCcmDepositMetadata: z.ZodObject<{
|
|
|
2205
2205
|
};
|
|
2206
2206
|
} | null | undefined;
|
|
2207
2207
|
}>;
|
|
2208
|
-
declare const
|
|
2208
|
+
declare const palletCfEthereumIngressEgressDepositAction: z.ZodUnion<[z.ZodObject<{
|
|
2209
2209
|
__kind: z.ZodLiteral<"Swap">;
|
|
2210
2210
|
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2211
2211
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2242,7 +2242,7 @@ declare const palletCfIngressEgressDepositAction: z.ZodUnion<[z.ZodObject<{
|
|
|
2242
2242
|
}, {
|
|
2243
2243
|
__kind: "NoAction";
|
|
2244
2244
|
}>]>;
|
|
2245
|
-
declare const
|
|
2245
|
+
declare const palletCfEthereumIngressEgressDepositIgnoredReason: z.ZodEffects<z.ZodObject<{
|
|
2246
2246
|
__kind: z.ZodEnum<["BelowMinimumDeposit", "NotEnoughToPayFees"]>;
|
|
2247
2247
|
}, "strip", z.ZodTypeAny, {
|
|
2248
2248
|
__kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
|
|
@@ -2550,6 +2550,52 @@ declare const cfChainsBtcUtxoId: z.ZodObject<{
|
|
|
2550
2550
|
txId: string;
|
|
2551
2551
|
vout: number;
|
|
2552
2552
|
}>;
|
|
2553
|
+
declare const palletCfBitcoinIngressEgressDepositAction: z.ZodUnion<[z.ZodObject<{
|
|
2554
|
+
__kind: z.ZodLiteral<"Swap">;
|
|
2555
|
+
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
2556
|
+
}, "strip", z.ZodTypeAny, {
|
|
2557
|
+
__kind: "Swap";
|
|
2558
|
+
swapId: bigint;
|
|
2559
|
+
}, {
|
|
2560
|
+
__kind: "Swap";
|
|
2561
|
+
swapId: string | number;
|
|
2562
|
+
}>, z.ZodObject<{
|
|
2563
|
+
__kind: z.ZodLiteral<"LiquidityProvision">;
|
|
2564
|
+
lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
2565
|
+
}, "strip", z.ZodTypeAny, {
|
|
2566
|
+
__kind: "LiquidityProvision";
|
|
2567
|
+
lpAccount: string;
|
|
2568
|
+
}, {
|
|
2569
|
+
__kind: "LiquidityProvision";
|
|
2570
|
+
lpAccount: string;
|
|
2571
|
+
}>, z.ZodObject<{
|
|
2572
|
+
__kind: z.ZodLiteral<"CcmTransfer">;
|
|
2573
|
+
principalSwapId: 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>>>;
|
|
2574
|
+
gasSwapId: 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>>>;
|
|
2575
|
+
}, "strip", z.ZodTypeAny, {
|
|
2576
|
+
__kind: "CcmTransfer";
|
|
2577
|
+
principalSwapId?: bigint | null | undefined;
|
|
2578
|
+
gasSwapId?: bigint | null | undefined;
|
|
2579
|
+
}, {
|
|
2580
|
+
__kind: "CcmTransfer";
|
|
2581
|
+
principalSwapId?: string | number | null | undefined;
|
|
2582
|
+
gasSwapId?: string | number | null | undefined;
|
|
2583
|
+
}>, z.ZodObject<{
|
|
2584
|
+
__kind: z.ZodLiteral<"NoAction">;
|
|
2585
|
+
}, "strip", z.ZodTypeAny, {
|
|
2586
|
+
__kind: "NoAction";
|
|
2587
|
+
}, {
|
|
2588
|
+
__kind: "NoAction";
|
|
2589
|
+
}>]>;
|
|
2590
|
+
declare const palletCfBitcoinIngressEgressDepositIgnoredReason: z.ZodEffects<z.ZodObject<{
|
|
2591
|
+
__kind: z.ZodEnum<["BelowMinimumDeposit", "NotEnoughToPayFees"]>;
|
|
2592
|
+
}, "strip", z.ZodTypeAny, {
|
|
2593
|
+
__kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
|
|
2594
|
+
}, {
|
|
2595
|
+
__kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
|
|
2596
|
+
}>, "BelowMinimumDeposit" | "NotEnoughToPayFees", {
|
|
2597
|
+
__kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
|
|
2598
|
+
}>;
|
|
2553
2599
|
declare const palletCfIngressEgressDepositWitnessBitcoin: z.ZodObject<{
|
|
2554
2600
|
depositAddress: z.ZodUnion<[z.ZodObject<{
|
|
2555
2601
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
@@ -2841,4 +2887,4 @@ declare const palletCfPoolsIncreaseOrDecreaseU128: z.ZodUnion<[z.ZodObject<{
|
|
|
2841
2887
|
value: string | number;
|
|
2842
2888
|
}>]>;
|
|
2843
2889
|
|
|
2844
|
-
export { accountId, cfAmmCommonPoolPairsMap, cfAmmCommonSide, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsAllBatchError, cfChainsBtcAggKey, cfChainsBtcBitcoinTransactionData, cfChainsBtcScriptPubkey, cfChainsBtcUtxoId, cfChainsCcmChannelMetadata, cfChainsCcmDepositMetadata, cfChainsDotPolkadotTransactionId, cfChainsEvmAggKey, cfChainsEvmParityBit, cfChainsEvmSchnorrVerificationComponents, cfChainsSwapOrigin, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsForeignChain, cfPrimitivesSwapLeg, cfTraitsLiquiditySwapType, hexString, numberOrHex, numericString, palletCfBroadcastPalletSafeMode, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate,
|
|
2890
|
+
export { accountId, cfAmmCommonPoolPairsMap, cfAmmCommonSide, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsAllBatchError, cfChainsBtcAggKey, cfChainsBtcBitcoinTransactionData, cfChainsBtcScriptPubkey, cfChainsBtcUtxoId, cfChainsCcmChannelMetadata, cfChainsCcmDepositMetadata, cfChainsDotPolkadotTransactionId, cfChainsEvmAggKey, cfChainsEvmParityBit, cfChainsEvmSchnorrVerificationComponents, cfChainsSwapOrigin, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsForeignChain, cfPrimitivesSwapLeg, cfTraitsLiquiditySwapType, hexString, numberOrHex, numericString, palletCfBitcoinIngressEgressDepositAction, palletCfBitcoinIngressEgressDepositIgnoredReason, palletCfBroadcastPalletSafeMode, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressDepositAction, palletCfEthereumIngressEgressDepositIgnoredReason, palletCfFundingPalletSafeMode, palletCfIngressEgressDepositWitnessBitcoin, palletCfIngressEgressDepositWitnessEthereum, palletCfLpPalletSafeMode, palletCfPoolsIncreaseOrDecreaseRangeOrderChange, palletCfPoolsIncreaseOrDecreaseU128, palletCfPoolsPalletSafeMode, palletCfPoolsRangeOrderChange, palletCfReputationPalletSafeMode, palletCfReputationPenalty, palletCfSwappingCcmFailReason, palletCfSwappingPalletSafeMode, palletCfThresholdSignaturePalletSafeMode, palletCfValidatorPalletSafeMode, palletCfWitnesserPalletSafeMode, simpleEnum, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, stateChainRuntimeChainflipOffencesOffence, stateChainRuntimeSafeModeInnerRuntimeSafeMode, stateChainRuntimeSafeModeWitnesserCallPermission };
|
package/dist/131/common.mjs
CHANGED
|
@@ -209,7 +209,7 @@ var cfChainsCcmDepositMetadata = z.object({
|
|
|
209
209
|
sourceAddress: cfChainsAddressForeignChainAddress.nullish(),
|
|
210
210
|
channelMetadata: cfChainsCcmChannelMetadata
|
|
211
211
|
});
|
|
212
|
-
var
|
|
212
|
+
var palletCfEthereumIngressEgressDepositAction = z.union([
|
|
213
213
|
z.object({ __kind: z.literal("Swap"), swapId: numberOrHex }),
|
|
214
214
|
z.object({ __kind: z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
215
215
|
z.object({
|
|
@@ -219,7 +219,7 @@ var palletCfIngressEgressDepositAction = z.union([
|
|
|
219
219
|
}),
|
|
220
220
|
z.object({ __kind: z.literal("NoAction") })
|
|
221
221
|
]);
|
|
222
|
-
var
|
|
222
|
+
var palletCfEthereumIngressEgressDepositIgnoredReason = simpleEnum([
|
|
223
223
|
"BelowMinimumDeposit",
|
|
224
224
|
"NotEnoughToPayFees"
|
|
225
225
|
]);
|
|
@@ -238,6 +238,20 @@ var cfChainsAllBatchError = z.union([
|
|
|
238
238
|
]);
|
|
239
239
|
var cfPrimitivesChainsAssetsBtcAsset = simpleEnum(["Btc"]);
|
|
240
240
|
var cfChainsBtcUtxoId = z.object({ txId: hexString, vout: z.number() });
|
|
241
|
+
var palletCfBitcoinIngressEgressDepositAction = z.union([
|
|
242
|
+
z.object({ __kind: z.literal("Swap"), swapId: numberOrHex }),
|
|
243
|
+
z.object({ __kind: z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
244
|
+
z.object({
|
|
245
|
+
__kind: z.literal("CcmTransfer"),
|
|
246
|
+
principalSwapId: numberOrHex.nullish(),
|
|
247
|
+
gasSwapId: numberOrHex.nullish()
|
|
248
|
+
}),
|
|
249
|
+
z.object({ __kind: z.literal("NoAction") })
|
|
250
|
+
]);
|
|
251
|
+
var palletCfBitcoinIngressEgressDepositIgnoredReason = simpleEnum([
|
|
252
|
+
"BelowMinimumDeposit",
|
|
253
|
+
"NotEnoughToPayFees"
|
|
254
|
+
]);
|
|
241
255
|
var palletCfIngressEgressDepositWitnessBitcoin = z.object({
|
|
242
256
|
depositAddress: cfChainsBtcScriptPubkey,
|
|
243
257
|
asset: cfPrimitivesChainsAssetsBtcAsset,
|
|
@@ -285,12 +299,14 @@ export {
|
|
|
285
299
|
hexString,
|
|
286
300
|
numberOrHex,
|
|
287
301
|
numericString,
|
|
302
|
+
palletCfBitcoinIngressEgressDepositAction,
|
|
303
|
+
palletCfBitcoinIngressEgressDepositIgnoredReason,
|
|
288
304
|
palletCfBroadcastPalletSafeMode,
|
|
289
305
|
palletCfEmissionsPalletSafeMode,
|
|
290
306
|
palletCfEnvironmentSafeModeUpdate,
|
|
307
|
+
palletCfEthereumIngressEgressDepositAction,
|
|
308
|
+
palletCfEthereumIngressEgressDepositIgnoredReason,
|
|
291
309
|
palletCfFundingPalletSafeMode,
|
|
292
|
-
palletCfIngressEgressDepositAction,
|
|
293
|
-
palletCfIngressEgressDepositIgnoredReason,
|
|
294
310
|
palletCfIngressEgressDepositWitnessBitcoin,
|
|
295
311
|
palletCfIngressEgressDepositWitnessEthereum,
|
|
296
312
|
palletCfLpPalletSafeMode,
|
|
@@ -10,7 +10,7 @@ var ethereumIngressEgressDepositIgnored = _zod.z.object({
|
|
|
10
10
|
depositAddress: _commoncjs.hexString,
|
|
11
11
|
asset: _commoncjs.cfPrimitivesChainsAssetsEthAsset,
|
|
12
12
|
amount: _commoncjs.numberOrHex,
|
|
13
|
-
reason: _commoncjs.
|
|
13
|
+
reason: _commoncjs.palletCfEthereumIngressEgressDepositIgnoredReason
|
|
14
14
|
});
|
|
15
15
|
|
|
16
16
|
|
|
@@ -4,13 +4,13 @@ import {
|
|
|
4
4
|
cfPrimitivesChainsAssetsEthAsset,
|
|
5
5
|
hexString,
|
|
6
6
|
numberOrHex,
|
|
7
|
-
|
|
7
|
+
palletCfEthereumIngressEgressDepositIgnoredReason
|
|
8
8
|
} from "../common.mjs";
|
|
9
9
|
var ethereumIngressEgressDepositIgnored = z.object({
|
|
10
10
|
depositAddress: hexString,
|
|
11
11
|
asset: cfPrimitivesChainsAssetsEthAsset,
|
|
12
12
|
amount: numberOrHex,
|
|
13
|
-
reason:
|
|
13
|
+
reason: palletCfEthereumIngressEgressDepositIgnoredReason
|
|
14
14
|
});
|
|
15
15
|
export {
|
|
16
16
|
ethereumIngressEgressDepositIgnored
|
|
@@ -11,7 +11,7 @@ var ethereumIngressEgressDepositReceived = _zod.z.object({
|
|
|
11
11
|
asset: _commoncjs.cfPrimitivesChainsAssetsEthAsset,
|
|
12
12
|
amount: _commoncjs.numberOrHex,
|
|
13
13
|
ingressFee: _commoncjs.numberOrHex,
|
|
14
|
-
action: _commoncjs.
|
|
14
|
+
action: _commoncjs.palletCfEthereumIngressEgressDepositAction
|
|
15
15
|
});
|
|
16
16
|
|
|
17
17
|
|
|
@@ -4,14 +4,14 @@ import {
|
|
|
4
4
|
cfPrimitivesChainsAssetsEthAsset,
|
|
5
5
|
hexString,
|
|
6
6
|
numberOrHex,
|
|
7
|
-
|
|
7
|
+
palletCfEthereumIngressEgressDepositAction
|
|
8
8
|
} from "../common.mjs";
|
|
9
9
|
var ethereumIngressEgressDepositReceived = z.object({
|
|
10
10
|
depositAddress: hexString,
|
|
11
11
|
asset: cfPrimitivesChainsAssetsEthAsset,
|
|
12
12
|
amount: numberOrHex,
|
|
13
13
|
ingressFee: numberOrHex,
|
|
14
|
-
action:
|
|
14
|
+
action: palletCfEthereumIngressEgressDepositAction
|
|
15
15
|
});
|
|
16
16
|
export {
|
|
17
17
|
ethereumIngressEgressDepositReceived
|
|
@@ -35,28 +35,28 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
35
35
|
__kind: z.ZodLiteral<"Increase">;
|
|
36
36
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
37
37
|
}, "strip", z.ZodTypeAny, {
|
|
38
|
-
value: bigint;
|
|
39
38
|
__kind: "Increase";
|
|
39
|
+
value: bigint;
|
|
40
40
|
}, {
|
|
41
|
-
value: string | number;
|
|
42
41
|
__kind: "Increase";
|
|
42
|
+
value: string | number;
|
|
43
43
|
}>, z.ZodObject<{
|
|
44
44
|
__kind: z.ZodLiteral<"Decrease">;
|
|
45
45
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
46
46
|
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
value: bigint;
|
|
48
47
|
__kind: "Decrease";
|
|
48
|
+
value: bigint;
|
|
49
49
|
}, {
|
|
50
|
-
value: string | number;
|
|
51
50
|
__kind: "Decrease";
|
|
51
|
+
value: string | number;
|
|
52
52
|
}>]>>>;
|
|
53
53
|
sellAmountTotal: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
54
54
|
collectedFees: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
55
55
|
boughtAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
56
56
|
}, "strip", z.ZodTypeAny, {
|
|
57
|
-
lp: string;
|
|
58
57
|
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
|
|
59
58
|
quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
|
|
59
|
+
lp: string;
|
|
60
60
|
side: "Buy" | "Sell";
|
|
61
61
|
id: bigint;
|
|
62
62
|
tick: number;
|
|
@@ -64,20 +64,20 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
64
64
|
collectedFees: bigint;
|
|
65
65
|
boughtAmount: bigint;
|
|
66
66
|
sellAmountChange?: {
|
|
67
|
-
value: bigint;
|
|
68
67
|
__kind: "Increase";
|
|
69
|
-
} | {
|
|
70
68
|
value: bigint;
|
|
69
|
+
} | {
|
|
71
70
|
__kind: "Decrease";
|
|
71
|
+
value: bigint;
|
|
72
72
|
} | null | undefined;
|
|
73
73
|
}, {
|
|
74
|
-
lp: string;
|
|
75
74
|
baseAsset: {
|
|
76
75
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
|
|
77
76
|
};
|
|
78
77
|
quoteAsset: {
|
|
79
78
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
|
|
80
79
|
};
|
|
80
|
+
lp: string;
|
|
81
81
|
side: {
|
|
82
82
|
__kind: "Buy" | "Sell";
|
|
83
83
|
};
|
|
@@ -87,11 +87,11 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
87
87
|
collectedFees: string | number;
|
|
88
88
|
boughtAmount: string | number;
|
|
89
89
|
sellAmountChange?: {
|
|
90
|
-
value: string | number;
|
|
91
90
|
__kind: "Increase";
|
|
92
|
-
} | {
|
|
93
91
|
value: string | number;
|
|
92
|
+
} | {
|
|
94
93
|
__kind: "Decrease";
|
|
94
|
+
value: string | number;
|
|
95
95
|
} | null | undefined;
|
|
96
96
|
}>;
|
|
97
97
|
|
|
@@ -35,28 +35,28 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
35
35
|
__kind: z.ZodLiteral<"Increase">;
|
|
36
36
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
37
37
|
}, "strip", z.ZodTypeAny, {
|
|
38
|
-
value: bigint;
|
|
39
38
|
__kind: "Increase";
|
|
39
|
+
value: bigint;
|
|
40
40
|
}, {
|
|
41
|
-
value: string | number;
|
|
42
41
|
__kind: "Increase";
|
|
42
|
+
value: string | number;
|
|
43
43
|
}>, z.ZodObject<{
|
|
44
44
|
__kind: z.ZodLiteral<"Decrease">;
|
|
45
45
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
46
46
|
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
value: bigint;
|
|
48
47
|
__kind: "Decrease";
|
|
48
|
+
value: bigint;
|
|
49
49
|
}, {
|
|
50
|
-
value: string | number;
|
|
51
50
|
__kind: "Decrease";
|
|
51
|
+
value: string | number;
|
|
52
52
|
}>]>>>;
|
|
53
53
|
sellAmountTotal: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
54
54
|
collectedFees: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
55
55
|
boughtAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
56
56
|
}, "strip", z.ZodTypeAny, {
|
|
57
|
-
lp: string;
|
|
58
57
|
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
|
|
59
58
|
quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
|
|
59
|
+
lp: string;
|
|
60
60
|
side: "Buy" | "Sell";
|
|
61
61
|
id: bigint;
|
|
62
62
|
tick: number;
|
|
@@ -64,20 +64,20 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
64
64
|
collectedFees: bigint;
|
|
65
65
|
boughtAmount: bigint;
|
|
66
66
|
sellAmountChange?: {
|
|
67
|
-
value: bigint;
|
|
68
67
|
__kind: "Increase";
|
|
69
|
-
} | {
|
|
70
68
|
value: bigint;
|
|
69
|
+
} | {
|
|
71
70
|
__kind: "Decrease";
|
|
71
|
+
value: bigint;
|
|
72
72
|
} | null | undefined;
|
|
73
73
|
}, {
|
|
74
|
-
lp: string;
|
|
75
74
|
baseAsset: {
|
|
76
75
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
|
|
77
76
|
};
|
|
78
77
|
quoteAsset: {
|
|
79
78
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
|
|
80
79
|
};
|
|
80
|
+
lp: string;
|
|
81
81
|
side: {
|
|
82
82
|
__kind: "Buy" | "Sell";
|
|
83
83
|
};
|
|
@@ -87,11 +87,11 @@ declare const liquidityPoolsLimitOrderUpdated: z.ZodObject<{
|
|
|
87
87
|
collectedFees: string | number;
|
|
88
88
|
boughtAmount: string | number;
|
|
89
89
|
sellAmountChange?: {
|
|
90
|
-
value: string | number;
|
|
91
90
|
__kind: "Increase";
|
|
92
|
-
} | {
|
|
93
91
|
value: string | number;
|
|
92
|
+
} | {
|
|
94
93
|
__kind: "Decrease";
|
|
94
|
+
value: string | number;
|
|
95
95
|
} | null | undefined;
|
|
96
96
|
}>;
|
|
97
97
|
|