@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
|
@@ -59,6 +59,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
59
59
|
};
|
|
60
60
|
}>;
|
|
61
61
|
}, "strip", z.ZodTypeAny, {
|
|
62
|
+
__kind: "Increase";
|
|
62
63
|
value: {
|
|
63
64
|
liquidity: bigint;
|
|
64
65
|
amounts: {
|
|
@@ -66,8 +67,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
66
67
|
quote: bigint;
|
|
67
68
|
};
|
|
68
69
|
};
|
|
69
|
-
__kind: "Increase";
|
|
70
70
|
}, {
|
|
71
|
+
__kind: "Increase";
|
|
71
72
|
value: {
|
|
72
73
|
liquidity: string | number;
|
|
73
74
|
amounts: {
|
|
@@ -75,7 +76,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
75
76
|
quote: string | number;
|
|
76
77
|
};
|
|
77
78
|
};
|
|
78
|
-
__kind: "Increase";
|
|
79
79
|
}>, z.ZodObject<{
|
|
80
80
|
__kind: z.ZodLiteral<"Decrease">;
|
|
81
81
|
value: z.ZodObject<{
|
|
@@ -104,6 +104,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
104
104
|
};
|
|
105
105
|
}>;
|
|
106
106
|
}, "strip", z.ZodTypeAny, {
|
|
107
|
+
__kind: "Decrease";
|
|
107
108
|
value: {
|
|
108
109
|
liquidity: bigint;
|
|
109
110
|
amounts: {
|
|
@@ -111,8 +112,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
111
112
|
quote: bigint;
|
|
112
113
|
};
|
|
113
114
|
};
|
|
114
|
-
__kind: "Decrease";
|
|
115
115
|
}, {
|
|
116
|
+
__kind: "Decrease";
|
|
116
117
|
value: {
|
|
117
118
|
liquidity: string | number;
|
|
118
119
|
amounts: {
|
|
@@ -120,7 +121,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
120
121
|
quote: string | number;
|
|
121
122
|
};
|
|
122
123
|
};
|
|
123
|
-
__kind: "Decrease";
|
|
124
124
|
}>]>>>;
|
|
125
125
|
liquidityTotal: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
126
126
|
collectedFees: z.ZodObject<{
|
|
@@ -134,9 +134,9 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
134
134
|
quote: string | number;
|
|
135
135
|
}>;
|
|
136
136
|
}, "strip", z.ZodTypeAny, {
|
|
137
|
-
lp: string;
|
|
138
137
|
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
|
|
139
138
|
quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
|
|
139
|
+
lp: string;
|
|
140
140
|
id: bigint;
|
|
141
141
|
collectedFees: {
|
|
142
142
|
base: bigint;
|
|
@@ -148,6 +148,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
148
148
|
};
|
|
149
149
|
liquidityTotal: bigint;
|
|
150
150
|
sizeChange?: {
|
|
151
|
+
__kind: "Increase";
|
|
151
152
|
value: {
|
|
152
153
|
liquidity: bigint;
|
|
153
154
|
amounts: {
|
|
@@ -155,8 +156,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
155
156
|
quote: bigint;
|
|
156
157
|
};
|
|
157
158
|
};
|
|
158
|
-
__kind: "Increase";
|
|
159
159
|
} | {
|
|
160
|
+
__kind: "Decrease";
|
|
160
161
|
value: {
|
|
161
162
|
liquidity: bigint;
|
|
162
163
|
amounts: {
|
|
@@ -164,16 +165,15 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
164
165
|
quote: bigint;
|
|
165
166
|
};
|
|
166
167
|
};
|
|
167
|
-
__kind: "Decrease";
|
|
168
168
|
} | null | undefined;
|
|
169
169
|
}, {
|
|
170
|
-
lp: string;
|
|
171
170
|
baseAsset: {
|
|
172
171
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
|
|
173
172
|
};
|
|
174
173
|
quoteAsset: {
|
|
175
174
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
|
|
176
175
|
};
|
|
176
|
+
lp: string;
|
|
177
177
|
id: string | number;
|
|
178
178
|
collectedFees: {
|
|
179
179
|
base: string | number;
|
|
@@ -185,6 +185,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
185
185
|
};
|
|
186
186
|
liquidityTotal: string | number;
|
|
187
187
|
sizeChange?: {
|
|
188
|
+
__kind: "Increase";
|
|
188
189
|
value: {
|
|
189
190
|
liquidity: string | number;
|
|
190
191
|
amounts: {
|
|
@@ -192,8 +193,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
192
193
|
quote: string | number;
|
|
193
194
|
};
|
|
194
195
|
};
|
|
195
|
-
__kind: "Increase";
|
|
196
196
|
} | {
|
|
197
|
+
__kind: "Decrease";
|
|
197
198
|
value: {
|
|
198
199
|
liquidity: string | number;
|
|
199
200
|
amounts: {
|
|
@@ -201,7 +202,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
201
202
|
quote: string | number;
|
|
202
203
|
};
|
|
203
204
|
};
|
|
204
|
-
__kind: "Decrease";
|
|
205
205
|
} | null | undefined;
|
|
206
206
|
}>;
|
|
207
207
|
|
|
@@ -59,6 +59,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
59
59
|
};
|
|
60
60
|
}>;
|
|
61
61
|
}, "strip", z.ZodTypeAny, {
|
|
62
|
+
__kind: "Increase";
|
|
62
63
|
value: {
|
|
63
64
|
liquidity: bigint;
|
|
64
65
|
amounts: {
|
|
@@ -66,8 +67,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
66
67
|
quote: bigint;
|
|
67
68
|
};
|
|
68
69
|
};
|
|
69
|
-
__kind: "Increase";
|
|
70
70
|
}, {
|
|
71
|
+
__kind: "Increase";
|
|
71
72
|
value: {
|
|
72
73
|
liquidity: string | number;
|
|
73
74
|
amounts: {
|
|
@@ -75,7 +76,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
75
76
|
quote: string | number;
|
|
76
77
|
};
|
|
77
78
|
};
|
|
78
|
-
__kind: "Increase";
|
|
79
79
|
}>, z.ZodObject<{
|
|
80
80
|
__kind: z.ZodLiteral<"Decrease">;
|
|
81
81
|
value: z.ZodObject<{
|
|
@@ -104,6 +104,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
104
104
|
};
|
|
105
105
|
}>;
|
|
106
106
|
}, "strip", z.ZodTypeAny, {
|
|
107
|
+
__kind: "Decrease";
|
|
107
108
|
value: {
|
|
108
109
|
liquidity: bigint;
|
|
109
110
|
amounts: {
|
|
@@ -111,8 +112,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
111
112
|
quote: bigint;
|
|
112
113
|
};
|
|
113
114
|
};
|
|
114
|
-
__kind: "Decrease";
|
|
115
115
|
}, {
|
|
116
|
+
__kind: "Decrease";
|
|
116
117
|
value: {
|
|
117
118
|
liquidity: string | number;
|
|
118
119
|
amounts: {
|
|
@@ -120,7 +121,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
120
121
|
quote: string | number;
|
|
121
122
|
};
|
|
122
123
|
};
|
|
123
|
-
__kind: "Decrease";
|
|
124
124
|
}>]>>>;
|
|
125
125
|
liquidityTotal: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
126
126
|
collectedFees: z.ZodObject<{
|
|
@@ -134,9 +134,9 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
134
134
|
quote: string | number;
|
|
135
135
|
}>;
|
|
136
136
|
}, "strip", z.ZodTypeAny, {
|
|
137
|
-
lp: string;
|
|
138
137
|
baseAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
|
|
139
138
|
quoteAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
|
|
139
|
+
lp: string;
|
|
140
140
|
id: bigint;
|
|
141
141
|
collectedFees: {
|
|
142
142
|
base: bigint;
|
|
@@ -148,6 +148,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
148
148
|
};
|
|
149
149
|
liquidityTotal: bigint;
|
|
150
150
|
sizeChange?: {
|
|
151
|
+
__kind: "Increase";
|
|
151
152
|
value: {
|
|
152
153
|
liquidity: bigint;
|
|
153
154
|
amounts: {
|
|
@@ -155,8 +156,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
155
156
|
quote: bigint;
|
|
156
157
|
};
|
|
157
158
|
};
|
|
158
|
-
__kind: "Increase";
|
|
159
159
|
} | {
|
|
160
|
+
__kind: "Decrease";
|
|
160
161
|
value: {
|
|
161
162
|
liquidity: bigint;
|
|
162
163
|
amounts: {
|
|
@@ -164,16 +165,15 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
164
165
|
quote: bigint;
|
|
165
166
|
};
|
|
166
167
|
};
|
|
167
|
-
__kind: "Decrease";
|
|
168
168
|
} | null | undefined;
|
|
169
169
|
}, {
|
|
170
|
-
lp: string;
|
|
171
170
|
baseAsset: {
|
|
172
171
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
|
|
173
172
|
};
|
|
174
173
|
quoteAsset: {
|
|
175
174
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
|
|
176
175
|
};
|
|
176
|
+
lp: string;
|
|
177
177
|
id: string | number;
|
|
178
178
|
collectedFees: {
|
|
179
179
|
base: string | number;
|
|
@@ -185,6 +185,7 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
185
185
|
};
|
|
186
186
|
liquidityTotal: string | number;
|
|
187
187
|
sizeChange?: {
|
|
188
|
+
__kind: "Increase";
|
|
188
189
|
value: {
|
|
189
190
|
liquidity: string | number;
|
|
190
191
|
amounts: {
|
|
@@ -192,8 +193,8 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
192
193
|
quote: string | number;
|
|
193
194
|
};
|
|
194
195
|
};
|
|
195
|
-
__kind: "Increase";
|
|
196
196
|
} | {
|
|
197
|
+
__kind: "Decrease";
|
|
197
198
|
value: {
|
|
198
199
|
liquidity: string | number;
|
|
199
200
|
amounts: {
|
|
@@ -201,7 +202,6 @@ declare const liquidityPoolsRangeOrderUpdated: z.ZodObject<{
|
|
|
201
202
|
quote: string | number;
|
|
202
203
|
};
|
|
203
204
|
};
|
|
204
|
-
__kind: "Decrease";
|
|
205
205
|
} | null | undefined;
|
|
206
206
|
}>;
|
|
207
207
|
|
|
@@ -14,7 +14,7 @@ var arbitrumIngressEgressDepositBoosted = _zod.z.object({
|
|
|
14
14
|
channelId: _commoncjs.numberOrHex,
|
|
15
15
|
ingressFee: _commoncjs.numberOrHex,
|
|
16
16
|
boostFee: _commoncjs.numberOrHex,
|
|
17
|
-
action: _commoncjs.
|
|
17
|
+
action: _commoncjs.palletCfArbitrumIngressEgressDepositAction
|
|
18
18
|
});
|
|
19
19
|
|
|
20
20
|
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
cfPrimitivesChainsAssetsArbAsset,
|
|
5
5
|
hexString,
|
|
6
6
|
numberOrHex,
|
|
7
|
-
|
|
7
|
+
palletCfArbitrumIngressEgressDepositAction
|
|
8
8
|
} from "../common.mjs";
|
|
9
9
|
var arbitrumIngressEgressDepositBoosted = z.object({
|
|
10
10
|
depositAddress: hexString,
|
|
@@ -14,7 +14,7 @@ var arbitrumIngressEgressDepositBoosted = z.object({
|
|
|
14
14
|
channelId: numberOrHex,
|
|
15
15
|
ingressFee: numberOrHex,
|
|
16
16
|
boostFee: numberOrHex,
|
|
17
|
-
action:
|
|
17
|
+
action: palletCfArbitrumIngressEgressDepositAction
|
|
18
18
|
});
|
|
19
19
|
export {
|
|
20
20
|
arbitrumIngressEgressDepositBoosted
|
|
@@ -11,7 +11,7 @@ var arbitrumIngressEgressDepositFinalised = _zod.z.object({
|
|
|
11
11
|
asset: _commoncjs.cfPrimitivesChainsAssetsArbAsset,
|
|
12
12
|
amount: _commoncjs.numberOrHex,
|
|
13
13
|
ingressFee: _commoncjs.numberOrHex,
|
|
14
|
-
action: _commoncjs.
|
|
14
|
+
action: _commoncjs.palletCfArbitrumIngressEgressDepositAction,
|
|
15
15
|
channelId: _commoncjs.numberOrHex
|
|
16
16
|
});
|
|
17
17
|
|
|
@@ -4,14 +4,14 @@ import {
|
|
|
4
4
|
cfPrimitivesChainsAssetsArbAsset,
|
|
5
5
|
hexString,
|
|
6
6
|
numberOrHex,
|
|
7
|
-
|
|
7
|
+
palletCfArbitrumIngressEgressDepositAction
|
|
8
8
|
} from "../common.mjs";
|
|
9
9
|
var arbitrumIngressEgressDepositFinalised = z.object({
|
|
10
10
|
depositAddress: hexString,
|
|
11
11
|
asset: cfPrimitivesChainsAssetsArbAsset,
|
|
12
12
|
amount: numberOrHex,
|
|
13
13
|
ingressFee: numberOrHex,
|
|
14
|
-
action:
|
|
14
|
+
action: palletCfArbitrumIngressEgressDepositAction,
|
|
15
15
|
channelId: numberOrHex
|
|
16
16
|
});
|
|
17
17
|
export {
|
|
@@ -10,7 +10,7 @@ var arbitrumIngressEgressDepositIgnored = _zod.z.object({
|
|
|
10
10
|
depositAddress: _commoncjs.hexString,
|
|
11
11
|
asset: _commoncjs.cfPrimitivesChainsAssetsArbAsset,
|
|
12
12
|
amount: _commoncjs.numberOrHex,
|
|
13
|
-
reason: _commoncjs.
|
|
13
|
+
reason: _commoncjs.palletCfArbitrumIngressEgressDepositIgnoredReason
|
|
14
14
|
});
|
|
15
15
|
|
|
16
16
|
|
|
@@ -4,13 +4,13 @@ import {
|
|
|
4
4
|
cfPrimitivesChainsAssetsArbAsset,
|
|
5
5
|
hexString,
|
|
6
6
|
numberOrHex,
|
|
7
|
-
|
|
7
|
+
palletCfArbitrumIngressEgressDepositIgnoredReason
|
|
8
8
|
} from "../common.mjs";
|
|
9
9
|
var arbitrumIngressEgressDepositIgnored = z.object({
|
|
10
10
|
depositAddress: hexString,
|
|
11
11
|
asset: cfPrimitivesChainsAssetsArbAsset,
|
|
12
12
|
amount: numberOrHex,
|
|
13
|
-
reason:
|
|
13
|
+
reason: palletCfArbitrumIngressEgressDepositIgnoredReason
|
|
14
14
|
});
|
|
15
15
|
export {
|
|
16
16
|
arbitrumIngressEgressDepositIgnored
|
|
@@ -16,7 +16,7 @@ var bitcoinIngressEgressDepositBoosted = _zod.z.object({
|
|
|
16
16
|
channelId: _commoncjs.numberOrHex,
|
|
17
17
|
ingressFee: _commoncjs.numberOrHex,
|
|
18
18
|
boostFee: _commoncjs.numberOrHex,
|
|
19
|
-
action: _commoncjs.
|
|
19
|
+
action: _commoncjs.palletCfBitcoinIngressEgressDepositAction
|
|
20
20
|
});
|
|
21
21
|
|
|
22
22
|
|
|
@@ -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 bitcoinIngressEgressDepositBoosted = z.object({
|
|
11
11
|
depositAddress: cfChainsBtcScriptPubkey,
|
|
@@ -16,7 +16,7 @@ var bitcoinIngressEgressDepositBoosted = z.object({
|
|
|
16
16
|
channelId: numberOrHex,
|
|
17
17
|
ingressFee: numberOrHex,
|
|
18
18
|
boostFee: numberOrHex,
|
|
19
|
-
action:
|
|
19
|
+
action: palletCfBitcoinIngressEgressDepositAction
|
|
20
20
|
});
|
|
21
21
|
export {
|
|
22
22
|
bitcoinIngressEgressDepositBoosted
|
|
@@ -13,7 +13,7 @@ var bitcoinIngressEgressDepositFinalised = _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
|
channelId: _commoncjs.numberOrHex
|
|
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 bitcoinIngressEgressDepositFinalised = z.object({
|
|
11
11
|
depositAddress: cfChainsBtcScriptPubkey,
|
|
@@ -13,7 +13,7 @@ var bitcoinIngressEgressDepositFinalised = z.object({
|
|
|
13
13
|
amount: numberOrHex,
|
|
14
14
|
depositDetails: cfChainsBtcUtxoId,
|
|
15
15
|
ingressFee: numberOrHex,
|
|
16
|
-
action:
|
|
16
|
+
action: palletCfBitcoinIngressEgressDepositAction,
|
|
17
17
|
channelId: numberOrHex
|
|
18
18
|
});
|
|
19
19
|
export {
|
package/dist/141/common.cjs
CHANGED
|
@@ -270,7 +270,7 @@ var palletCfSwappingCcmFailReason = simpleEnum([
|
|
|
270
270
|
"InsufficientDepositAmount"
|
|
271
271
|
]);
|
|
272
272
|
var cfPrimitivesChainsAssetsEthAsset = simpleEnum(["Eth", "Flip", "Usdc", "Usdt"]);
|
|
273
|
-
var
|
|
273
|
+
var palletCfEthereumIngressEgressDepositAction = _zod.z.union([
|
|
274
274
|
_zod.z.object({ __kind: _zod.z.literal("Swap"), swapId: numberOrHex }),
|
|
275
275
|
_zod.z.object({ __kind: _zod.z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
276
276
|
_zod.z.object({
|
|
@@ -286,11 +286,33 @@ var palletCfIngressEgressBoostPoolIdEthereum = _zod.z.object({
|
|
|
286
286
|
tier: _zod.z.number()
|
|
287
287
|
});
|
|
288
288
|
var cfPrimitivesChainsAssetsDotAsset = simpleEnum(["Dot"]);
|
|
289
|
+
var palletCfPolkadotIngressEgressDepositAction = _zod.z.union([
|
|
290
|
+
_zod.z.object({ __kind: _zod.z.literal("Swap"), swapId: numberOrHex }),
|
|
291
|
+
_zod.z.object({ __kind: _zod.z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
292
|
+
_zod.z.object({
|
|
293
|
+
__kind: _zod.z.literal("CcmTransfer"),
|
|
294
|
+
principalSwapId: numberOrHex.nullish(),
|
|
295
|
+
gasSwapId: numberOrHex.nullish()
|
|
296
|
+
}),
|
|
297
|
+
_zod.z.object({ __kind: _zod.z.literal("NoAction") }),
|
|
298
|
+
_zod.z.object({ __kind: _zod.z.literal("BoostersCredited"), prewitnessedDepositId: numberOrHex })
|
|
299
|
+
]);
|
|
289
300
|
var palletCfIngressEgressBoostPoolIdPolkadot = _zod.z.object({
|
|
290
301
|
asset: cfPrimitivesChainsAssetsDotAsset,
|
|
291
302
|
tier: _zod.z.number()
|
|
292
303
|
});
|
|
293
304
|
var cfPrimitivesChainsAssetsBtcAsset = simpleEnum(["Btc"]);
|
|
305
|
+
var palletCfBitcoinIngressEgressDepositAction = _zod.z.union([
|
|
306
|
+
_zod.z.object({ __kind: _zod.z.literal("Swap"), swapId: numberOrHex }),
|
|
307
|
+
_zod.z.object({ __kind: _zod.z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
308
|
+
_zod.z.object({
|
|
309
|
+
__kind: _zod.z.literal("CcmTransfer"),
|
|
310
|
+
principalSwapId: numberOrHex.nullish(),
|
|
311
|
+
gasSwapId: numberOrHex.nullish()
|
|
312
|
+
}),
|
|
313
|
+
_zod.z.object({ __kind: _zod.z.literal("NoAction") }),
|
|
314
|
+
_zod.z.object({ __kind: _zod.z.literal("BoostersCredited"), prewitnessedDepositId: numberOrHex })
|
|
315
|
+
]);
|
|
294
316
|
var palletCfIngressEgressBoostPoolIdBitcoin = _zod.z.object({
|
|
295
317
|
asset: cfPrimitivesChainsAssetsBtcAsset,
|
|
296
318
|
tier: _zod.z.number()
|
|
@@ -331,7 +353,18 @@ var cfChainsEvmSchnorrVerificationComponents = _zod.z.object({
|
|
|
331
353
|
s: hexString,
|
|
332
354
|
kTimesGAddress: hexString
|
|
333
355
|
});
|
|
334
|
-
var
|
|
356
|
+
var palletCfArbitrumIngressEgressDepositAction = _zod.z.union([
|
|
357
|
+
_zod.z.object({ __kind: _zod.z.literal("Swap"), swapId: numberOrHex }),
|
|
358
|
+
_zod.z.object({ __kind: _zod.z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
359
|
+
_zod.z.object({
|
|
360
|
+
__kind: _zod.z.literal("CcmTransfer"),
|
|
361
|
+
principalSwapId: numberOrHex.nullish(),
|
|
362
|
+
gasSwapId: numberOrHex.nullish()
|
|
363
|
+
}),
|
|
364
|
+
_zod.z.object({ __kind: _zod.z.literal("NoAction") }),
|
|
365
|
+
_zod.z.object({ __kind: _zod.z.literal("BoostersCredited"), prewitnessedDepositId: numberOrHex })
|
|
366
|
+
]);
|
|
367
|
+
var palletCfArbitrumIngressEgressDepositIgnoredReason = simpleEnum([
|
|
335
368
|
"BelowMinimumDeposit",
|
|
336
369
|
"NotEnoughToPayFees"
|
|
337
370
|
]);
|
|
@@ -424,4 +457,7 @@ var palletCfIngressEgressBoostPoolIdArbitrum = _zod.z.object({
|
|
|
424
457
|
|
|
425
458
|
|
|
426
459
|
|
|
427
|
-
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
exports.accountId = accountId; exports.cfAmmCommonPoolPairsMap = cfAmmCommonPoolPairsMap; exports.cfAmmCommonSide = cfAmmCommonSide; exports.cfChainsAddressEncodedAddress = cfChainsAddressEncodedAddress; exports.cfChainsAddressForeignChainAddress = cfChainsAddressForeignChainAddress; exports.cfChainsAllBatchError = cfChainsAllBatchError; exports.cfChainsArbArbitrumTrackedData = cfChainsArbArbitrumTrackedData; exports.cfChainsBtcBitcoinScript = cfChainsBtcBitcoinScript; exports.cfChainsBtcDepositAddress = cfChainsBtcDepositAddress; exports.cfChainsBtcDepositAddressTapscriptPath = cfChainsBtcDepositAddressTapscriptPath; exports.cfChainsBtcScriptPubkey = cfChainsBtcScriptPubkey; exports.cfChainsBtcUtxo = cfChainsBtcUtxo; exports.cfChainsBtcUtxoId = cfChainsBtcUtxoId; exports.cfChainsBtcUtxoSelectionConsolidationParameters = cfChainsBtcUtxoSelectionConsolidationParameters; exports.cfChainsCcmChannelMetadata = cfChainsCcmChannelMetadata; exports.cfChainsCcmDepositMetadata = cfChainsCcmDepositMetadata; exports.cfChainsChainStateArbitrum = cfChainsChainStateArbitrum; exports.cfChainsEvmAggKey = cfChainsEvmAggKey; exports.cfChainsEvmParityBit = cfChainsEvmParityBit; exports.cfChainsEvmSchnorrVerificationComponents = cfChainsEvmSchnorrVerificationComponents; exports.cfChainsEvmTransaction = cfChainsEvmTransaction; exports.cfChainsSwapOrigin = cfChainsSwapOrigin; exports.cfPrimitivesAccountRole = cfPrimitivesAccountRole; exports.cfPrimitivesBeneficiary = cfPrimitivesBeneficiary; exports.cfPrimitivesChainsAssetsAnyAsset = cfPrimitivesChainsAssetsAnyAsset; exports.cfPrimitivesChainsAssetsArbAsset = cfPrimitivesChainsAssetsArbAsset; exports.cfPrimitivesChainsAssetsBtcAsset = cfPrimitivesChainsAssetsBtcAsset; exports.cfPrimitivesChainsAssetsDotAsset = cfPrimitivesChainsAssetsDotAsset; exports.cfPrimitivesChainsAssetsEthAsset = cfPrimitivesChainsAssetsEthAsset; exports.cfPrimitivesChainsForeignChain = cfPrimitivesChainsForeignChain; exports.cfPrimitivesSwapLeg = cfPrimitivesSwapLeg; exports.cfTraitsLiquiditySwapType = cfTraitsLiquiditySwapType; exports.dispatchResult = dispatchResult; exports.hexString = hexString; exports.numberOrHex = numberOrHex; exports.numericString = numericString; exports.palletCfArbitrumIngressEgressDepositAction = palletCfArbitrumIngressEgressDepositAction; exports.palletCfArbitrumIngressEgressDepositIgnoredReason = palletCfArbitrumIngressEgressDepositIgnoredReason; exports.palletCfBitcoinIngressEgressDepositAction = palletCfBitcoinIngressEgressDepositAction; exports.palletCfBroadcastPalletSafeMode = palletCfBroadcastPalletSafeMode; exports.palletCfEmissionsPalletSafeMode = palletCfEmissionsPalletSafeMode; exports.palletCfEnvironmentSafeModeUpdate = palletCfEnvironmentSafeModeUpdate; exports.palletCfEthereumIngressEgressDepositAction = palletCfEthereumIngressEgressDepositAction; exports.palletCfFundingPalletSafeMode = palletCfFundingPalletSafeMode; exports.palletCfIngressEgressBoostPoolIdArbitrum = palletCfIngressEgressBoostPoolIdArbitrum; exports.palletCfIngressEgressBoostPoolIdBitcoin = palletCfIngressEgressBoostPoolIdBitcoin; exports.palletCfIngressEgressBoostPoolIdEthereum = palletCfIngressEgressBoostPoolIdEthereum; exports.palletCfIngressEgressBoostPoolIdPolkadot = palletCfIngressEgressBoostPoolIdPolkadot; exports.palletCfIngressEgressDepositWitnessArbitrum = palletCfIngressEgressDepositWitnessArbitrum; exports.palletCfIngressEgressPalletSafeMode = palletCfIngressEgressPalletSafeMode; exports.palletCfLpPalletSafeMode = palletCfLpPalletSafeMode; exports.palletCfPolkadotIngressEgressDepositAction = palletCfPolkadotIngressEgressDepositAction; exports.palletCfPoolsAssetPair = palletCfPoolsAssetPair; exports.palletCfPoolsIncreaseOrDecreaseRangeOrderChange = palletCfPoolsIncreaseOrDecreaseRangeOrderChange; exports.palletCfPoolsIncreaseOrDecreaseU128 = palletCfPoolsIncreaseOrDecreaseU128; exports.palletCfPoolsPalletSafeMode = palletCfPoolsPalletSafeMode; exports.palletCfPoolsRangeOrderChange = palletCfPoolsRangeOrderChange; exports.palletCfReputationPalletSafeMode = palletCfReputationPalletSafeMode; exports.palletCfSwappingCcmFailReason = palletCfSwappingCcmFailReason; exports.palletCfSwappingPalletSafeMode = palletCfSwappingPalletSafeMode; exports.palletCfThresholdSignaturePalletSafeMode = palletCfThresholdSignaturePalletSafeMode; exports.palletCfTokenholderGovernanceProposal = palletCfTokenholderGovernanceProposal; exports.palletCfValidatorPalletSafeMode = palletCfValidatorPalletSafeMode; exports.palletCfValidatorRotationPhase = palletCfValidatorRotationPhase; exports.palletCfValidatorRotationState = palletCfValidatorRotationState; exports.palletCfWitnesserPalletSafeMode = palletCfWitnesserPalletSafeMode; exports.simpleEnum = simpleEnum; exports.spArithmeticArithmeticError = spArithmeticArithmeticError; exports.spRuntimeDispatchError = spRuntimeDispatchError; exports.spRuntimeModuleError = spRuntimeModuleError; exports.spRuntimeTokenError = spRuntimeTokenError; exports.spRuntimeTransactionalError = spRuntimeTransactionalError; exports.stateChainRuntimeSafeModeInnerRuntimeSafeMode = stateChainRuntimeSafeModeInnerRuntimeSafeMode; exports.stateChainRuntimeSafeModeWitnesserCallPermission = stateChainRuntimeSafeModeWitnesserCallPermission;
|
package/dist/141/common.d.cts
CHANGED
|
@@ -3310,7 +3310,7 @@ declare const cfPrimitivesChainsAssetsEthAsset: z.ZodEffects<z.ZodObject<{
|
|
|
3310
3310
|
}>, "Eth" | "Flip" | "Usdc" | "Usdt", {
|
|
3311
3311
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
3312
3312
|
}>;
|
|
3313
|
-
declare const
|
|
3313
|
+
declare const palletCfEthereumIngressEgressDepositAction: z.ZodUnion<[z.ZodObject<{
|
|
3314
3314
|
__kind: z.ZodLiteral<"Swap">;
|
|
3315
3315
|
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3316
3316
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3385,6 +3385,52 @@ declare const cfPrimitivesChainsAssetsDotAsset: z.ZodEffects<z.ZodObject<{
|
|
|
3385
3385
|
}>, "Dot", {
|
|
3386
3386
|
__kind: "Dot";
|
|
3387
3387
|
}>;
|
|
3388
|
+
declare const palletCfPolkadotIngressEgressDepositAction: z.ZodUnion<[z.ZodObject<{
|
|
3389
|
+
__kind: z.ZodLiteral<"Swap">;
|
|
3390
|
+
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3391
|
+
}, "strip", z.ZodTypeAny, {
|
|
3392
|
+
__kind: "Swap";
|
|
3393
|
+
swapId: bigint;
|
|
3394
|
+
}, {
|
|
3395
|
+
__kind: "Swap";
|
|
3396
|
+
swapId: string | number;
|
|
3397
|
+
}>, z.ZodObject<{
|
|
3398
|
+
__kind: z.ZodLiteral<"LiquidityProvision">;
|
|
3399
|
+
lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
3400
|
+
}, "strip", z.ZodTypeAny, {
|
|
3401
|
+
__kind: "LiquidityProvision";
|
|
3402
|
+
lpAccount: string;
|
|
3403
|
+
}, {
|
|
3404
|
+
__kind: "LiquidityProvision";
|
|
3405
|
+
lpAccount: string;
|
|
3406
|
+
}>, z.ZodObject<{
|
|
3407
|
+
__kind: z.ZodLiteral<"CcmTransfer">;
|
|
3408
|
+
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>>>;
|
|
3409
|
+
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>>>;
|
|
3410
|
+
}, "strip", z.ZodTypeAny, {
|
|
3411
|
+
__kind: "CcmTransfer";
|
|
3412
|
+
principalSwapId?: bigint | null | undefined;
|
|
3413
|
+
gasSwapId?: bigint | null | undefined;
|
|
3414
|
+
}, {
|
|
3415
|
+
__kind: "CcmTransfer";
|
|
3416
|
+
principalSwapId?: string | number | null | undefined;
|
|
3417
|
+
gasSwapId?: string | number | null | undefined;
|
|
3418
|
+
}>, z.ZodObject<{
|
|
3419
|
+
__kind: z.ZodLiteral<"NoAction">;
|
|
3420
|
+
}, "strip", z.ZodTypeAny, {
|
|
3421
|
+
__kind: "NoAction";
|
|
3422
|
+
}, {
|
|
3423
|
+
__kind: "NoAction";
|
|
3424
|
+
}>, z.ZodObject<{
|
|
3425
|
+
__kind: z.ZodLiteral<"BoostersCredited">;
|
|
3426
|
+
prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3427
|
+
}, "strip", z.ZodTypeAny, {
|
|
3428
|
+
__kind: "BoostersCredited";
|
|
3429
|
+
prewitnessedDepositId: bigint;
|
|
3430
|
+
}, {
|
|
3431
|
+
__kind: "BoostersCredited";
|
|
3432
|
+
prewitnessedDepositId: string | number;
|
|
3433
|
+
}>]>;
|
|
3388
3434
|
declare const palletCfIngressEgressBoostPoolIdPolkadot: z.ZodObject<{
|
|
3389
3435
|
asset: z.ZodEffects<z.ZodObject<{
|
|
3390
3436
|
__kind: z.ZodEnum<["Dot"]>;
|
|
@@ -3414,6 +3460,52 @@ declare const cfPrimitivesChainsAssetsBtcAsset: z.ZodEffects<z.ZodObject<{
|
|
|
3414
3460
|
}>, "Btc", {
|
|
3415
3461
|
__kind: "Btc";
|
|
3416
3462
|
}>;
|
|
3463
|
+
declare const palletCfBitcoinIngressEgressDepositAction: z.ZodUnion<[z.ZodObject<{
|
|
3464
|
+
__kind: z.ZodLiteral<"Swap">;
|
|
3465
|
+
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3466
|
+
}, "strip", z.ZodTypeAny, {
|
|
3467
|
+
__kind: "Swap";
|
|
3468
|
+
swapId: bigint;
|
|
3469
|
+
}, {
|
|
3470
|
+
__kind: "Swap";
|
|
3471
|
+
swapId: string | number;
|
|
3472
|
+
}>, z.ZodObject<{
|
|
3473
|
+
__kind: z.ZodLiteral<"LiquidityProvision">;
|
|
3474
|
+
lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
3475
|
+
}, "strip", z.ZodTypeAny, {
|
|
3476
|
+
__kind: "LiquidityProvision";
|
|
3477
|
+
lpAccount: string;
|
|
3478
|
+
}, {
|
|
3479
|
+
__kind: "LiquidityProvision";
|
|
3480
|
+
lpAccount: string;
|
|
3481
|
+
}>, z.ZodObject<{
|
|
3482
|
+
__kind: z.ZodLiteral<"CcmTransfer">;
|
|
3483
|
+
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>>>;
|
|
3484
|
+
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>>>;
|
|
3485
|
+
}, "strip", z.ZodTypeAny, {
|
|
3486
|
+
__kind: "CcmTransfer";
|
|
3487
|
+
principalSwapId?: bigint | null | undefined;
|
|
3488
|
+
gasSwapId?: bigint | null | undefined;
|
|
3489
|
+
}, {
|
|
3490
|
+
__kind: "CcmTransfer";
|
|
3491
|
+
principalSwapId?: string | number | null | undefined;
|
|
3492
|
+
gasSwapId?: string | number | null | undefined;
|
|
3493
|
+
}>, z.ZodObject<{
|
|
3494
|
+
__kind: z.ZodLiteral<"NoAction">;
|
|
3495
|
+
}, "strip", z.ZodTypeAny, {
|
|
3496
|
+
__kind: "NoAction";
|
|
3497
|
+
}, {
|
|
3498
|
+
__kind: "NoAction";
|
|
3499
|
+
}>, z.ZodObject<{
|
|
3500
|
+
__kind: z.ZodLiteral<"BoostersCredited">;
|
|
3501
|
+
prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3502
|
+
}, "strip", z.ZodTypeAny, {
|
|
3503
|
+
__kind: "BoostersCredited";
|
|
3504
|
+
prewitnessedDepositId: bigint;
|
|
3505
|
+
}, {
|
|
3506
|
+
__kind: "BoostersCredited";
|
|
3507
|
+
prewitnessedDepositId: string | number;
|
|
3508
|
+
}>]>;
|
|
3417
3509
|
declare const palletCfIngressEgressBoostPoolIdBitcoin: z.ZodObject<{
|
|
3418
3510
|
asset: z.ZodEffects<z.ZodObject<{
|
|
3419
3511
|
__kind: z.ZodEnum<["Btc"]>;
|
|
@@ -3680,7 +3772,53 @@ declare const cfChainsEvmSchnorrVerificationComponents: z.ZodObject<{
|
|
|
3680
3772
|
s: string;
|
|
3681
3773
|
kTimesGAddress: string;
|
|
3682
3774
|
}>;
|
|
3683
|
-
declare const
|
|
3775
|
+
declare const palletCfArbitrumIngressEgressDepositAction: z.ZodUnion<[z.ZodObject<{
|
|
3776
|
+
__kind: z.ZodLiteral<"Swap">;
|
|
3777
|
+
swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3778
|
+
}, "strip", z.ZodTypeAny, {
|
|
3779
|
+
__kind: "Swap";
|
|
3780
|
+
swapId: bigint;
|
|
3781
|
+
}, {
|
|
3782
|
+
__kind: "Swap";
|
|
3783
|
+
swapId: string | number;
|
|
3784
|
+
}>, z.ZodObject<{
|
|
3785
|
+
__kind: z.ZodLiteral<"LiquidityProvision">;
|
|
3786
|
+
lpAccount: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
3787
|
+
}, "strip", z.ZodTypeAny, {
|
|
3788
|
+
__kind: "LiquidityProvision";
|
|
3789
|
+
lpAccount: string;
|
|
3790
|
+
}, {
|
|
3791
|
+
__kind: "LiquidityProvision";
|
|
3792
|
+
lpAccount: string;
|
|
3793
|
+
}>, z.ZodObject<{
|
|
3794
|
+
__kind: z.ZodLiteral<"CcmTransfer">;
|
|
3795
|
+
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>>>;
|
|
3796
|
+
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>>>;
|
|
3797
|
+
}, "strip", z.ZodTypeAny, {
|
|
3798
|
+
__kind: "CcmTransfer";
|
|
3799
|
+
principalSwapId?: bigint | null | undefined;
|
|
3800
|
+
gasSwapId?: bigint | null | undefined;
|
|
3801
|
+
}, {
|
|
3802
|
+
__kind: "CcmTransfer";
|
|
3803
|
+
principalSwapId?: string | number | null | undefined;
|
|
3804
|
+
gasSwapId?: string | number | null | undefined;
|
|
3805
|
+
}>, z.ZodObject<{
|
|
3806
|
+
__kind: z.ZodLiteral<"NoAction">;
|
|
3807
|
+
}, "strip", z.ZodTypeAny, {
|
|
3808
|
+
__kind: "NoAction";
|
|
3809
|
+
}, {
|
|
3810
|
+
__kind: "NoAction";
|
|
3811
|
+
}>, z.ZodObject<{
|
|
3812
|
+
__kind: z.ZodLiteral<"BoostersCredited">;
|
|
3813
|
+
prewitnessedDepositId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
3814
|
+
}, "strip", z.ZodTypeAny, {
|
|
3815
|
+
__kind: "BoostersCredited";
|
|
3816
|
+
prewitnessedDepositId: bigint;
|
|
3817
|
+
}, {
|
|
3818
|
+
__kind: "BoostersCredited";
|
|
3819
|
+
prewitnessedDepositId: string | number;
|
|
3820
|
+
}>]>;
|
|
3821
|
+
declare const palletCfArbitrumIngressEgressDepositIgnoredReason: z.ZodEffects<z.ZodObject<{
|
|
3684
3822
|
__kind: z.ZodEnum<["BelowMinimumDeposit", "NotEnoughToPayFees"]>;
|
|
3685
3823
|
}, "strip", z.ZodTypeAny, {
|
|
3686
3824
|
__kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
|
|
@@ -3990,4 +4128,4 @@ declare const palletCfIngressEgressBoostPoolIdArbitrum: z.ZodObject<{
|
|
|
3990
4128
|
tier: number;
|
|
3991
4129
|
}>;
|
|
3992
4130
|
|
|
3993
|
-
export { accountId, cfAmmCommonPoolPairsMap, cfAmmCommonSide, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsAllBatchError, cfChainsArbArbitrumTrackedData, cfChainsBtcBitcoinScript, cfChainsBtcDepositAddress, cfChainsBtcDepositAddressTapscriptPath, cfChainsBtcScriptPubkey, cfChainsBtcUtxo, cfChainsBtcUtxoId, cfChainsBtcUtxoSelectionConsolidationParameters, cfChainsCcmChannelMetadata, cfChainsCcmDepositMetadata, cfChainsChainStateArbitrum, cfChainsEvmAggKey, cfChainsEvmParityBit, cfChainsEvmSchnorrVerificationComponents, cfChainsEvmTransaction, cfChainsSwapOrigin, cfPrimitivesAccountRole, cfPrimitivesBeneficiary, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsArbAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsForeignChain, cfPrimitivesSwapLeg, cfTraitsLiquiditySwapType, dispatchResult, hexString, numberOrHex, numericString, palletCfBroadcastPalletSafeMode, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfFundingPalletSafeMode, palletCfIngressEgressBoostPoolIdArbitrum, palletCfIngressEgressBoostPoolIdBitcoin, palletCfIngressEgressBoostPoolIdEthereum, palletCfIngressEgressBoostPoolIdPolkadot,
|
|
4131
|
+
export { accountId, cfAmmCommonPoolPairsMap, cfAmmCommonSide, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsAllBatchError, cfChainsArbArbitrumTrackedData, cfChainsBtcBitcoinScript, cfChainsBtcDepositAddress, cfChainsBtcDepositAddressTapscriptPath, cfChainsBtcScriptPubkey, cfChainsBtcUtxo, cfChainsBtcUtxoId, cfChainsBtcUtxoSelectionConsolidationParameters, cfChainsCcmChannelMetadata, cfChainsCcmDepositMetadata, cfChainsChainStateArbitrum, cfChainsEvmAggKey, cfChainsEvmParityBit, cfChainsEvmSchnorrVerificationComponents, cfChainsEvmTransaction, cfChainsSwapOrigin, cfPrimitivesAccountRole, cfPrimitivesBeneficiary, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsArbAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsForeignChain, cfPrimitivesSwapLeg, cfTraitsLiquiditySwapType, dispatchResult, hexString, numberOrHex, numericString, palletCfArbitrumIngressEgressDepositAction, palletCfArbitrumIngressEgressDepositIgnoredReason, palletCfBitcoinIngressEgressDepositAction, palletCfBroadcastPalletSafeMode, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressDepositAction, palletCfFundingPalletSafeMode, palletCfIngressEgressBoostPoolIdArbitrum, palletCfIngressEgressBoostPoolIdBitcoin, palletCfIngressEgressBoostPoolIdEthereum, palletCfIngressEgressBoostPoolIdPolkadot, palletCfIngressEgressDepositWitnessArbitrum, palletCfIngressEgressPalletSafeMode, palletCfLpPalletSafeMode, palletCfPolkadotIngressEgressDepositAction, palletCfPoolsAssetPair, palletCfPoolsIncreaseOrDecreaseRangeOrderChange, palletCfPoolsIncreaseOrDecreaseU128, palletCfPoolsPalletSafeMode, palletCfPoolsRangeOrderChange, palletCfReputationPalletSafeMode, palletCfSwappingCcmFailReason, palletCfSwappingPalletSafeMode, palletCfThresholdSignaturePalletSafeMode, palletCfTokenholderGovernanceProposal, palletCfValidatorPalletSafeMode, palletCfValidatorRotationPhase, palletCfValidatorRotationState, palletCfWitnesserPalletSafeMode, simpleEnum, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, stateChainRuntimeSafeModeInnerRuntimeSafeMode, stateChainRuntimeSafeModeWitnesserCallPermission };
|