@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
|
@@ -5,36 +5,36 @@ declare const swappingSwapAmountConfiscated: z.ZodObject<{
|
|
|
5
5
|
sourceAsset: z.ZodEffects<z.ZodObject<{
|
|
6
6
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
__kind: "Eth" | "
|
|
8
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
9
9
|
}, {
|
|
10
|
-
__kind: "Eth" | "
|
|
11
|
-
}>, "Eth" | "
|
|
12
|
-
__kind: "Eth" | "
|
|
10
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
11
|
+
}>, "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt", {
|
|
12
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
13
13
|
}>;
|
|
14
14
|
destinationAsset: z.ZodEffects<z.ZodObject<{
|
|
15
15
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
|
-
__kind: "Eth" | "
|
|
17
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
18
18
|
}, {
|
|
19
|
-
__kind: "Eth" | "
|
|
20
|
-
}>, "Eth" | "
|
|
21
|
-
__kind: "Eth" | "
|
|
19
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
20
|
+
}>, "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt", {
|
|
21
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
22
22
|
}>;
|
|
23
23
|
totalAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
24
24
|
confiscatedAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
26
|
swapId: bigint;
|
|
27
|
-
sourceAsset: "Eth" | "
|
|
28
|
-
destinationAsset: "Eth" | "
|
|
27
|
+
sourceAsset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
28
|
+
destinationAsset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
29
29
|
totalAmount: bigint;
|
|
30
30
|
confiscatedAmount: bigint;
|
|
31
31
|
}, {
|
|
32
32
|
swapId: string | number;
|
|
33
33
|
sourceAsset: {
|
|
34
|
-
__kind: "Eth" | "
|
|
34
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
35
35
|
};
|
|
36
36
|
destinationAsset: {
|
|
37
|
-
__kind: "Eth" | "
|
|
37
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
38
38
|
};
|
|
39
39
|
totalAmount: string | number;
|
|
40
40
|
confiscatedAmount: string | number;
|
|
@@ -5,141 +5,141 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
5
5
|
__kind: z.ZodLiteral<"Eth">;
|
|
6
6
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
__kind: "Eth";
|
|
9
8
|
value: `0x${string}`;
|
|
10
|
-
}, {
|
|
11
9
|
__kind: "Eth";
|
|
10
|
+
}, {
|
|
12
11
|
value: string;
|
|
12
|
+
__kind: "Eth";
|
|
13
13
|
}>, {
|
|
14
14
|
chain: "Ethereum";
|
|
15
15
|
address: `0x${string}`;
|
|
16
16
|
}, {
|
|
17
|
-
__kind: "Eth";
|
|
18
17
|
value: string;
|
|
18
|
+
__kind: "Eth";
|
|
19
19
|
}>, z.ZodEffects<z.ZodObject<{
|
|
20
20
|
__kind: z.ZodLiteral<"Dot">;
|
|
21
21
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
22
22
|
}, "strip", z.ZodTypeAny, {
|
|
23
|
-
__kind: "Dot";
|
|
24
23
|
value: `0x${string}`;
|
|
25
|
-
}, {
|
|
26
24
|
__kind: "Dot";
|
|
25
|
+
}, {
|
|
27
26
|
value: string;
|
|
27
|
+
__kind: "Dot";
|
|
28
28
|
}>, {
|
|
29
29
|
chain: "Polkadot";
|
|
30
30
|
address: string;
|
|
31
31
|
}, {
|
|
32
|
-
__kind: "Dot";
|
|
33
32
|
value: string;
|
|
33
|
+
__kind: "Dot";
|
|
34
34
|
}>, z.ZodEffects<z.ZodObject<{
|
|
35
35
|
__kind: z.ZodLiteral<"Btc">;
|
|
36
36
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
37
37
|
}, "strip", z.ZodTypeAny, {
|
|
38
|
-
__kind: "Btc";
|
|
39
38
|
value: `0x${string}`;
|
|
40
|
-
}, {
|
|
41
39
|
__kind: "Btc";
|
|
40
|
+
}, {
|
|
42
41
|
value: string;
|
|
42
|
+
__kind: "Btc";
|
|
43
43
|
}>, {
|
|
44
44
|
chain: "Bitcoin";
|
|
45
45
|
address: string;
|
|
46
46
|
}, {
|
|
47
|
-
__kind: "Btc";
|
|
48
47
|
value: string;
|
|
48
|
+
__kind: "Btc";
|
|
49
49
|
}>, z.ZodEffects<z.ZodObject<{
|
|
50
50
|
__kind: z.ZodLiteral<"Arb">;
|
|
51
51
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
52
52
|
}, "strip", z.ZodTypeAny, {
|
|
53
|
-
__kind: "Arb";
|
|
54
53
|
value: `0x${string}`;
|
|
55
|
-
}, {
|
|
56
54
|
__kind: "Arb";
|
|
55
|
+
}, {
|
|
57
56
|
value: string;
|
|
57
|
+
__kind: "Arb";
|
|
58
58
|
}>, {
|
|
59
59
|
chain: "Arbitrum";
|
|
60
60
|
address: `0x${string}`;
|
|
61
61
|
}, {
|
|
62
|
-
__kind: "Arb";
|
|
63
62
|
value: string;
|
|
63
|
+
__kind: "Arb";
|
|
64
64
|
}>]>;
|
|
65
65
|
destinationAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
66
66
|
__kind: z.ZodLiteral<"Eth">;
|
|
67
67
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
68
68
|
}, "strip", z.ZodTypeAny, {
|
|
69
|
-
__kind: "Eth";
|
|
70
69
|
value: `0x${string}`;
|
|
71
|
-
}, {
|
|
72
70
|
__kind: "Eth";
|
|
71
|
+
}, {
|
|
73
72
|
value: string;
|
|
73
|
+
__kind: "Eth";
|
|
74
74
|
}>, {
|
|
75
75
|
chain: "Ethereum";
|
|
76
76
|
address: `0x${string}`;
|
|
77
77
|
}, {
|
|
78
|
-
__kind: "Eth";
|
|
79
78
|
value: string;
|
|
79
|
+
__kind: "Eth";
|
|
80
80
|
}>, z.ZodEffects<z.ZodObject<{
|
|
81
81
|
__kind: z.ZodLiteral<"Dot">;
|
|
82
82
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
83
83
|
}, "strip", z.ZodTypeAny, {
|
|
84
|
-
__kind: "Dot";
|
|
85
84
|
value: `0x${string}`;
|
|
86
|
-
}, {
|
|
87
85
|
__kind: "Dot";
|
|
86
|
+
}, {
|
|
88
87
|
value: string;
|
|
88
|
+
__kind: "Dot";
|
|
89
89
|
}>, {
|
|
90
90
|
chain: "Polkadot";
|
|
91
91
|
address: string;
|
|
92
92
|
}, {
|
|
93
|
-
__kind: "Dot";
|
|
94
93
|
value: string;
|
|
94
|
+
__kind: "Dot";
|
|
95
95
|
}>, z.ZodEffects<z.ZodObject<{
|
|
96
96
|
__kind: z.ZodLiteral<"Btc">;
|
|
97
97
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
|
-
__kind: "Btc";
|
|
100
99
|
value: `0x${string}`;
|
|
101
|
-
}, {
|
|
102
100
|
__kind: "Btc";
|
|
101
|
+
}, {
|
|
103
102
|
value: string;
|
|
103
|
+
__kind: "Btc";
|
|
104
104
|
}>, {
|
|
105
105
|
chain: "Bitcoin";
|
|
106
106
|
address: string;
|
|
107
107
|
}, {
|
|
108
|
-
__kind: "Btc";
|
|
109
108
|
value: string;
|
|
109
|
+
__kind: "Btc";
|
|
110
110
|
}>, z.ZodEffects<z.ZodObject<{
|
|
111
111
|
__kind: z.ZodLiteral<"Arb">;
|
|
112
112
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
113
113
|
}, "strip", z.ZodTypeAny, {
|
|
114
|
-
__kind: "Arb";
|
|
115
114
|
value: `0x${string}`;
|
|
116
|
-
}, {
|
|
117
115
|
__kind: "Arb";
|
|
116
|
+
}, {
|
|
118
117
|
value: string;
|
|
118
|
+
__kind: "Arb";
|
|
119
119
|
}>, {
|
|
120
120
|
chain: "Arbitrum";
|
|
121
121
|
address: `0x${string}`;
|
|
122
122
|
}, {
|
|
123
|
-
__kind: "Arb";
|
|
124
123
|
value: string;
|
|
124
|
+
__kind: "Arb";
|
|
125
125
|
}>]>;
|
|
126
126
|
sourceAsset: z.ZodEffects<z.ZodObject<{
|
|
127
127
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
|
|
128
128
|
}, "strip", z.ZodTypeAny, {
|
|
129
|
-
__kind: "Eth" | "
|
|
129
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
130
130
|
}, {
|
|
131
|
-
__kind: "Eth" | "
|
|
132
|
-
}>, "Eth" | "
|
|
133
|
-
__kind: "Eth" | "
|
|
131
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
132
|
+
}>, "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt", {
|
|
133
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
134
134
|
}>;
|
|
135
135
|
destinationAsset: z.ZodEffects<z.ZodObject<{
|
|
136
136
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
|
|
137
137
|
}, "strip", z.ZodTypeAny, {
|
|
138
|
-
__kind: "Eth" | "
|
|
138
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
139
139
|
}, {
|
|
140
|
-
__kind: "Eth" | "
|
|
141
|
-
}>, "Eth" | "
|
|
142
|
-
__kind: "Eth" | "
|
|
140
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
141
|
+
}>, "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt", {
|
|
142
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
143
143
|
}>;
|
|
144
144
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
145
145
|
brokerCommissionRate: z.ZodNumber;
|
|
@@ -170,7 +170,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
170
170
|
bps: number;
|
|
171
171
|
}>, "many">;
|
|
172
172
|
}, "strip", z.ZodTypeAny, {
|
|
173
|
-
|
|
173
|
+
destinationAddress: {
|
|
174
174
|
chain: "Ethereum";
|
|
175
175
|
address: `0x${string}`;
|
|
176
176
|
} | {
|
|
@@ -183,8 +183,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
183
183
|
chain: "Arbitrum";
|
|
184
184
|
address: `0x${string}`;
|
|
185
185
|
};
|
|
186
|
-
|
|
187
|
-
destinationAddress: {
|
|
186
|
+
depositAddress: {
|
|
188
187
|
chain: "Ethereum";
|
|
189
188
|
address: `0x${string}`;
|
|
190
189
|
} | {
|
|
@@ -197,8 +196,9 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
197
196
|
chain: "Arbitrum";
|
|
198
197
|
address: `0x${string}`;
|
|
199
198
|
};
|
|
200
|
-
|
|
201
|
-
|
|
199
|
+
channelId: bigint;
|
|
200
|
+
sourceAsset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
201
|
+
destinationAsset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
202
202
|
brokerCommissionRate: number;
|
|
203
203
|
sourceChainExpiryBlock: bigint;
|
|
204
204
|
boostFee: number;
|
|
@@ -213,38 +213,38 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
213
213
|
cfParameters: `0x${string}`;
|
|
214
214
|
} | null | undefined;
|
|
215
215
|
}, {
|
|
216
|
-
|
|
217
|
-
__kind: "Eth";
|
|
216
|
+
destinationAddress: {
|
|
218
217
|
value: string;
|
|
218
|
+
__kind: "Eth";
|
|
219
219
|
} | {
|
|
220
|
-
__kind: "Dot";
|
|
221
220
|
value: string;
|
|
221
|
+
__kind: "Dot";
|
|
222
222
|
} | {
|
|
223
|
-
__kind: "Btc";
|
|
224
223
|
value: string;
|
|
224
|
+
__kind: "Btc";
|
|
225
225
|
} | {
|
|
226
|
-
__kind: "Arb";
|
|
227
226
|
value: string;
|
|
227
|
+
__kind: "Arb";
|
|
228
228
|
};
|
|
229
|
-
|
|
230
|
-
destinationAddress: {
|
|
231
|
-
__kind: "Eth";
|
|
229
|
+
depositAddress: {
|
|
232
230
|
value: string;
|
|
231
|
+
__kind: "Eth";
|
|
233
232
|
} | {
|
|
234
|
-
__kind: "Dot";
|
|
235
233
|
value: string;
|
|
234
|
+
__kind: "Dot";
|
|
236
235
|
} | {
|
|
237
|
-
__kind: "Btc";
|
|
238
236
|
value: string;
|
|
237
|
+
__kind: "Btc";
|
|
239
238
|
} | {
|
|
240
|
-
__kind: "Arb";
|
|
241
239
|
value: string;
|
|
240
|
+
__kind: "Arb";
|
|
242
241
|
};
|
|
242
|
+
channelId: string | number;
|
|
243
243
|
sourceAsset: {
|
|
244
|
-
__kind: "Eth" | "
|
|
244
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
245
245
|
};
|
|
246
246
|
destinationAsset: {
|
|
247
|
-
__kind: "Eth" | "
|
|
247
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
248
248
|
};
|
|
249
249
|
brokerCommissionRate: number;
|
|
250
250
|
sourceChainExpiryBlock: string | number;
|
|
@@ -5,141 +5,141 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
5
5
|
__kind: z.ZodLiteral<"Eth">;
|
|
6
6
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
__kind: "Eth";
|
|
9
8
|
value: `0x${string}`;
|
|
10
|
-
}, {
|
|
11
9
|
__kind: "Eth";
|
|
10
|
+
}, {
|
|
12
11
|
value: string;
|
|
12
|
+
__kind: "Eth";
|
|
13
13
|
}>, {
|
|
14
14
|
chain: "Ethereum";
|
|
15
15
|
address: `0x${string}`;
|
|
16
16
|
}, {
|
|
17
|
-
__kind: "Eth";
|
|
18
17
|
value: string;
|
|
18
|
+
__kind: "Eth";
|
|
19
19
|
}>, z.ZodEffects<z.ZodObject<{
|
|
20
20
|
__kind: z.ZodLiteral<"Dot">;
|
|
21
21
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
22
22
|
}, "strip", z.ZodTypeAny, {
|
|
23
|
-
__kind: "Dot";
|
|
24
23
|
value: `0x${string}`;
|
|
25
|
-
}, {
|
|
26
24
|
__kind: "Dot";
|
|
25
|
+
}, {
|
|
27
26
|
value: string;
|
|
27
|
+
__kind: "Dot";
|
|
28
28
|
}>, {
|
|
29
29
|
chain: "Polkadot";
|
|
30
30
|
address: string;
|
|
31
31
|
}, {
|
|
32
|
-
__kind: "Dot";
|
|
33
32
|
value: string;
|
|
33
|
+
__kind: "Dot";
|
|
34
34
|
}>, z.ZodEffects<z.ZodObject<{
|
|
35
35
|
__kind: z.ZodLiteral<"Btc">;
|
|
36
36
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
37
37
|
}, "strip", z.ZodTypeAny, {
|
|
38
|
-
__kind: "Btc";
|
|
39
38
|
value: `0x${string}`;
|
|
40
|
-
}, {
|
|
41
39
|
__kind: "Btc";
|
|
40
|
+
}, {
|
|
42
41
|
value: string;
|
|
42
|
+
__kind: "Btc";
|
|
43
43
|
}>, {
|
|
44
44
|
chain: "Bitcoin";
|
|
45
45
|
address: string;
|
|
46
46
|
}, {
|
|
47
|
-
__kind: "Btc";
|
|
48
47
|
value: string;
|
|
48
|
+
__kind: "Btc";
|
|
49
49
|
}>, z.ZodEffects<z.ZodObject<{
|
|
50
50
|
__kind: z.ZodLiteral<"Arb">;
|
|
51
51
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
52
52
|
}, "strip", z.ZodTypeAny, {
|
|
53
|
-
__kind: "Arb";
|
|
54
53
|
value: `0x${string}`;
|
|
55
|
-
}, {
|
|
56
54
|
__kind: "Arb";
|
|
55
|
+
}, {
|
|
57
56
|
value: string;
|
|
57
|
+
__kind: "Arb";
|
|
58
58
|
}>, {
|
|
59
59
|
chain: "Arbitrum";
|
|
60
60
|
address: `0x${string}`;
|
|
61
61
|
}, {
|
|
62
|
-
__kind: "Arb";
|
|
63
62
|
value: string;
|
|
63
|
+
__kind: "Arb";
|
|
64
64
|
}>]>;
|
|
65
65
|
destinationAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
66
66
|
__kind: z.ZodLiteral<"Eth">;
|
|
67
67
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
68
68
|
}, "strip", z.ZodTypeAny, {
|
|
69
|
-
__kind: "Eth";
|
|
70
69
|
value: `0x${string}`;
|
|
71
|
-
}, {
|
|
72
70
|
__kind: "Eth";
|
|
71
|
+
}, {
|
|
73
72
|
value: string;
|
|
73
|
+
__kind: "Eth";
|
|
74
74
|
}>, {
|
|
75
75
|
chain: "Ethereum";
|
|
76
76
|
address: `0x${string}`;
|
|
77
77
|
}, {
|
|
78
|
-
__kind: "Eth";
|
|
79
78
|
value: string;
|
|
79
|
+
__kind: "Eth";
|
|
80
80
|
}>, z.ZodEffects<z.ZodObject<{
|
|
81
81
|
__kind: z.ZodLiteral<"Dot">;
|
|
82
82
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
83
83
|
}, "strip", z.ZodTypeAny, {
|
|
84
|
-
__kind: "Dot";
|
|
85
84
|
value: `0x${string}`;
|
|
86
|
-
}, {
|
|
87
85
|
__kind: "Dot";
|
|
86
|
+
}, {
|
|
88
87
|
value: string;
|
|
88
|
+
__kind: "Dot";
|
|
89
89
|
}>, {
|
|
90
90
|
chain: "Polkadot";
|
|
91
91
|
address: string;
|
|
92
92
|
}, {
|
|
93
|
-
__kind: "Dot";
|
|
94
93
|
value: string;
|
|
94
|
+
__kind: "Dot";
|
|
95
95
|
}>, z.ZodEffects<z.ZodObject<{
|
|
96
96
|
__kind: z.ZodLiteral<"Btc">;
|
|
97
97
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
|
-
__kind: "Btc";
|
|
100
99
|
value: `0x${string}`;
|
|
101
|
-
}, {
|
|
102
100
|
__kind: "Btc";
|
|
101
|
+
}, {
|
|
103
102
|
value: string;
|
|
103
|
+
__kind: "Btc";
|
|
104
104
|
}>, {
|
|
105
105
|
chain: "Bitcoin";
|
|
106
106
|
address: string;
|
|
107
107
|
}, {
|
|
108
|
-
__kind: "Btc";
|
|
109
108
|
value: string;
|
|
109
|
+
__kind: "Btc";
|
|
110
110
|
}>, z.ZodEffects<z.ZodObject<{
|
|
111
111
|
__kind: z.ZodLiteral<"Arb">;
|
|
112
112
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
113
113
|
}, "strip", z.ZodTypeAny, {
|
|
114
|
-
__kind: "Arb";
|
|
115
114
|
value: `0x${string}`;
|
|
116
|
-
}, {
|
|
117
115
|
__kind: "Arb";
|
|
116
|
+
}, {
|
|
118
117
|
value: string;
|
|
118
|
+
__kind: "Arb";
|
|
119
119
|
}>, {
|
|
120
120
|
chain: "Arbitrum";
|
|
121
121
|
address: `0x${string}`;
|
|
122
122
|
}, {
|
|
123
|
-
__kind: "Arb";
|
|
124
123
|
value: string;
|
|
124
|
+
__kind: "Arb";
|
|
125
125
|
}>]>;
|
|
126
126
|
sourceAsset: z.ZodEffects<z.ZodObject<{
|
|
127
127
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
|
|
128
128
|
}, "strip", z.ZodTypeAny, {
|
|
129
|
-
__kind: "Eth" | "
|
|
129
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
130
130
|
}, {
|
|
131
|
-
__kind: "Eth" | "
|
|
132
|
-
}>, "Eth" | "
|
|
133
|
-
__kind: "Eth" | "
|
|
131
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
132
|
+
}>, "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt", {
|
|
133
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
134
134
|
}>;
|
|
135
135
|
destinationAsset: z.ZodEffects<z.ZodObject<{
|
|
136
136
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
|
|
137
137
|
}, "strip", z.ZodTypeAny, {
|
|
138
|
-
__kind: "Eth" | "
|
|
138
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
139
139
|
}, {
|
|
140
|
-
__kind: "Eth" | "
|
|
141
|
-
}>, "Eth" | "
|
|
142
|
-
__kind: "Eth" | "
|
|
140
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
141
|
+
}>, "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt", {
|
|
142
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
143
143
|
}>;
|
|
144
144
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
145
145
|
brokerCommissionRate: z.ZodNumber;
|
|
@@ -170,7 +170,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
170
170
|
bps: number;
|
|
171
171
|
}>, "many">;
|
|
172
172
|
}, "strip", z.ZodTypeAny, {
|
|
173
|
-
|
|
173
|
+
destinationAddress: {
|
|
174
174
|
chain: "Ethereum";
|
|
175
175
|
address: `0x${string}`;
|
|
176
176
|
} | {
|
|
@@ -183,8 +183,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
183
183
|
chain: "Arbitrum";
|
|
184
184
|
address: `0x${string}`;
|
|
185
185
|
};
|
|
186
|
-
|
|
187
|
-
destinationAddress: {
|
|
186
|
+
depositAddress: {
|
|
188
187
|
chain: "Ethereum";
|
|
189
188
|
address: `0x${string}`;
|
|
190
189
|
} | {
|
|
@@ -197,8 +196,9 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
197
196
|
chain: "Arbitrum";
|
|
198
197
|
address: `0x${string}`;
|
|
199
198
|
};
|
|
200
|
-
|
|
201
|
-
|
|
199
|
+
channelId: bigint;
|
|
200
|
+
sourceAsset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
201
|
+
destinationAsset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
202
202
|
brokerCommissionRate: number;
|
|
203
203
|
sourceChainExpiryBlock: bigint;
|
|
204
204
|
boostFee: number;
|
|
@@ -213,38 +213,38 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
213
213
|
cfParameters: `0x${string}`;
|
|
214
214
|
} | null | undefined;
|
|
215
215
|
}, {
|
|
216
|
-
|
|
217
|
-
__kind: "Eth";
|
|
216
|
+
destinationAddress: {
|
|
218
217
|
value: string;
|
|
218
|
+
__kind: "Eth";
|
|
219
219
|
} | {
|
|
220
|
-
__kind: "Dot";
|
|
221
220
|
value: string;
|
|
221
|
+
__kind: "Dot";
|
|
222
222
|
} | {
|
|
223
|
-
__kind: "Btc";
|
|
224
223
|
value: string;
|
|
224
|
+
__kind: "Btc";
|
|
225
225
|
} | {
|
|
226
|
-
__kind: "Arb";
|
|
227
226
|
value: string;
|
|
227
|
+
__kind: "Arb";
|
|
228
228
|
};
|
|
229
|
-
|
|
230
|
-
destinationAddress: {
|
|
231
|
-
__kind: "Eth";
|
|
229
|
+
depositAddress: {
|
|
232
230
|
value: string;
|
|
231
|
+
__kind: "Eth";
|
|
233
232
|
} | {
|
|
234
|
-
__kind: "Dot";
|
|
235
233
|
value: string;
|
|
234
|
+
__kind: "Dot";
|
|
236
235
|
} | {
|
|
237
|
-
__kind: "Btc";
|
|
238
236
|
value: string;
|
|
237
|
+
__kind: "Btc";
|
|
239
238
|
} | {
|
|
240
|
-
__kind: "Arb";
|
|
241
239
|
value: string;
|
|
240
|
+
__kind: "Arb";
|
|
242
241
|
};
|
|
242
|
+
channelId: string | number;
|
|
243
243
|
sourceAsset: {
|
|
244
|
-
__kind: "Eth" | "
|
|
244
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
245
245
|
};
|
|
246
246
|
destinationAsset: {
|
|
247
|
-
__kind: "Eth" | "
|
|
247
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
248
248
|
};
|
|
249
249
|
brokerCommissionRate: number;
|
|
250
250
|
sourceChainExpiryBlock: string | number;
|