@chainflip/processor 1.11.3 → 1.11.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/100/flip/remainingImbalance.d.cts +22 -22
- package/dist/100/flip/remainingImbalance.d.ts +22 -22
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/100/reputation/offencePenalty.d.cts +2 -2
- package/dist/100/reputation/offencePenalty.d.ts +2 -2
- package/dist/100/system/extrinsicFailed.d.cts +17 -17
- package/dist/100/system/extrinsicFailed.d.ts +17 -17
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +18 -18
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +18 -18
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +88 -88
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +88 -88
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +178 -178
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +178 -178
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +88 -88
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +88 -88
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +161 -161
- package/dist/11000/assethubIngressEgress/depositFailed.d.ts +161 -161
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +34 -34
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +34 -34
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +48 -48
- package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +48 -48
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +40 -40
- package/dist/11000/solanaIngressEgress/depositFailed.d.ts +40 -40
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/11000/swapping/palletConfigUpdated.d.cts +32 -32
- package/dist/11000/swapping/palletConfigUpdated.d.ts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.d.cts +16 -16
- package/dist/11000/swapping/refundEgressScheduled.d.ts +16 -16
- package/dist/11000/swapping/refundedOnChain.d.cts +10 -10
- package/dist/11000/swapping/refundedOnChain.d.ts +10 -10
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +56 -56
- package/dist/11000/swapping/swapDepositAddressReady.d.ts +56 -56
- package/dist/11000/swapping/swapRequested.d.cts +111 -111
- package/dist/11000/swapping/swapRequested.d.ts +111 -111
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +175 -166
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.ts +175 -166
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +15 -6
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +15 -6
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +327 -318
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +327 -318
- package/dist/11100/common.cjs +85 -40
- package/dist/11100/common.d.cts +946 -336
- package/dist/11100/common.d.ts +946 -336
- package/dist/11100/common.mjs +84 -39
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +15 -6
- package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +15 -6
- package/dist/11100/funding/sCCallCannotBeDecoded.cjs +11 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +17 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.d.ts +17 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.mjs +11 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.cjs +17 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +541 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +541 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.mjs +17 -0
- package/dist/11100/funding/sCCallExecuted.cjs +15 -0
- package/dist/11100/funding/sCCallExecuted.d.cts +168 -0
- package/dist/11100/funding/sCCallExecuted.d.ts +168 -0
- package/dist/11100/funding/sCCallExecuted.mjs +15 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +39 -30
- package/dist/11100/polkadotIngressEgress/depositFailed.d.ts +39 -30
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +175 -166
- package/dist/11100/solanaIngressEgress/depositFailed.d.ts +175 -166
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +86 -81
- package/dist/11100/swapping/swapDepositAddressReady.d.ts +86 -81
- package/dist/11100/swapping/swapRequested.d.cts +325 -320
- package/dist/11100/swapping/swapRequested.d.ts +325 -320
- package/dist/11100/validator/maxBidUpdated.cjs +10 -0
- package/dist/11100/validator/maxBidUpdated.d.cts +14 -0
- package/dist/11100/validator/maxBidUpdated.d.ts +14 -0
- package/dist/11100/validator/maxBidUpdated.mjs +10 -0
- package/dist/11100/validator/unDelegationFinalized.cjs +7 -0
- package/dist/11100/validator/unDelegationFinalized.d.cts +14 -0
- package/dist/11100/validator/unDelegationFinalized.d.ts +14 -0
- package/dist/11100/validator/unDelegationFinalized.mjs +7 -0
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +20 -20
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +20 -20
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +20 -20
- package/dist/120/emissions/flipBurnSkipped.d.cts +16 -16
- package/dist/120/emissions/flipBurnSkipped.d.ts +16 -16
- package/dist/120/swapping/ccmFailed.d.cts +62 -62
- package/dist/120/swapping/ccmFailed.d.ts +62 -62
- package/dist/120/swapping/swapEgressIgnored.d.cts +28 -28
- package/dist/120/swapping/swapEgressIgnored.d.ts +28 -28
- package/dist/120/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/120/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/120/swapping/swapExecuted.d.cts +12 -12
- package/dist/120/swapping/swapExecuted.d.ts +12 -12
- package/dist/120/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/120/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/141/environment/runtimeSafeModeUpdated.d.ts +12 -12
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- package/dist/141/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.cts +4 -4
- package/dist/141/swapping/ccmDepositReceived.d.ts +4 -4
- package/dist/141/swapping/ccmFailed.d.cts +4 -4
- package/dist/141/swapping/ccmFailed.d.ts +4 -4
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +18 -18
- package/dist/141/swapping/swapDepositAddressReady.d.ts +18 -18
- package/dist/141/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/141/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +12 -12
- package/dist/141/swapping/swapExecuted.d.ts +12 -12
- package/dist/141/swapping/swapScheduled.d.cts +16 -16
- package/dist/141/swapping/swapScheduled.d.ts +16 -16
- package/dist/141/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/141/swapping/withdrawalRequested.d.ts +6 -6
- package/dist/141/validator/rotationPhaseUpdated.d.cts +20 -20
- package/dist/141/validator/rotationPhaseUpdated.d.ts +20 -20
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +4 -4
- package/dist/150/assetBalances/refundScheduled.d.cts +52 -52
- package/dist/150/assetBalances/refundScheduled.d.ts +52 -52
- package/dist/150/assetBalances/refundSkipped.d.cts +66 -66
- package/dist/150/assetBalances/refundSkipped.d.ts +66 -66
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +26 -26
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +26 -26
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
- package/dist/150/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/150/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/150/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/150/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/150/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/150/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/150/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/150/swapping/ccmDepositReceived.d.cts +74 -74
- package/dist/150/swapping/ccmDepositReceived.d.ts +74 -74
- package/dist/150/swapping/ccmFailed.d.cts +79 -79
- package/dist/150/swapping/ccmFailed.d.ts +79 -79
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/150/swapping/swapDepositAddressReady.d.cts +25 -25
- package/dist/150/swapping/swapDepositAddressReady.d.ts +25 -25
- package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapExecuted.d.cts +94 -94
- package/dist/150/swapping/swapExecuted.d.ts +94 -94
- package/dist/150/swapping/swapScheduled.d.cts +103 -103
- package/dist/150/swapping/swapScheduled.d.ts +103 -103
- package/dist/150/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/150/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/160/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.ts +2 -2
- package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/160/swapping/ccmFailed.d.cts +14 -14
- package/dist/160/swapping/ccmFailed.d.ts +14 -14
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
- package/dist/160/swapping/swapDepositAddressReady.d.cts +31 -31
- package/dist/160/swapping/swapDepositAddressReady.d.ts +31 -31
- package/dist/160/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.ts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +40 -40
- package/dist/160/swapping/swapRequested.d.ts +40 -40
- package/dist/160/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/160/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +56 -56
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.ts +4 -4
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/reputation/offencePenalty.d.cts +6 -6
- package/dist/170/reputation/offencePenalty.d.ts +6 -6
- package/dist/170/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/170/reputation/penaltyUpdated.d.ts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +179 -179
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +179 -179
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +68 -68
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +68 -68
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +185 -185
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +185 -185
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +64 -64
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +64 -64
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +167 -167
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +167 -167
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.ts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.cts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.ts +2 -2
- package/dist/180/swapping/swapRequested.d.cts +4 -4
- package/dist/180/swapping/swapRequested.d.ts +4 -4
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +24 -24
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +10 -10
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/assetBalances/accountCredited.d.cts +6 -6
- package/dist/190/assetBalances/accountCredited.d.ts +6 -6
- package/dist/190/assetBalances/accountDebited.d.cts +6 -6
- package/dist/190/assetBalances/accountDebited.d.ts +6 -6
- package/dist/190/assetBalances/refundScheduled.d.cts +2 -2
- package/dist/190/assetBalances/refundScheduled.d.ts +2 -2
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +170 -170
- package/dist/190/assethubIngressEgress/depositFailed.d.ts +170 -170
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/190/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/190/liquidityPools/limitOrderUpdated.d.ts +12 -12
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +8 -8
- package/dist/190/liquidityPools/orderDeletionFailed.d.ts +8 -8
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +12 -12
- package/dist/190/liquidityPools/rangeOrderUpdated.d.ts +12 -12
- package/dist/190/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/190/liquidityProvider/assetTransferred.d.ts +6 -6
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +18 -18
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.ts +18 -18
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.ts +10 -10
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +20 -20
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.ts +20 -20
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/polkadotIngressEgress/depositFailed.d.ts +10 -10
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/polkadotIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/reputation/offencePenalty.d.cts +6 -6
- package/dist/190/reputation/offencePenalty.d.ts +6 -6
- package/dist/190/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/190/reputation/penaltyUpdated.d.ts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/solanaIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +172 -172
- package/dist/190/solanaIngressEgress/depositFailed.d.ts +172 -172
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/solanaIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +2 -2
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.ts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.ts +2 -2
- package/dist/Processor.d.cts +1 -5
- package/dist/Processor.d.ts +1 -5
- package/package.json +2 -2
|
@@ -5,11 +5,11 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
5
5
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
6
6
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
9
8
|
value: `0x${string}`;
|
|
9
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
10
10
|
}, {
|
|
11
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
12
11
|
value: string;
|
|
12
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
13
13
|
}>, {
|
|
14
14
|
readonly chain: "Ethereum";
|
|
15
15
|
readonly address: `0x${string}`;
|
|
@@ -29,18 +29,18 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
29
29
|
readonly chain: "Assethub";
|
|
30
30
|
readonly address: string;
|
|
31
31
|
}, {
|
|
32
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
33
32
|
value: string;
|
|
33
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
34
34
|
}>;
|
|
35
35
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
36
36
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
37
37
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
40
39
|
value: `0x${string}`;
|
|
40
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
41
41
|
}, {
|
|
42
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
43
42
|
value: string;
|
|
43
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
44
44
|
}>, {
|
|
45
45
|
readonly chain: "Ethereum";
|
|
46
46
|
readonly address: `0x${string}`;
|
|
@@ -60,26 +60,26 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
60
60
|
readonly chain: "Assethub";
|
|
61
61
|
readonly address: string;
|
|
62
62
|
}, {
|
|
63
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
64
63
|
value: string;
|
|
64
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
65
65
|
}>;
|
|
66
66
|
sourceAsset: z.ZodEffects<z.ZodObject<{
|
|
67
67
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
68
68
|
}, "strip", z.ZodTypeAny, {
|
|
69
|
-
__kind: "Eth" | "
|
|
69
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
70
70
|
}, {
|
|
71
|
-
__kind: "Eth" | "
|
|
72
|
-
}>, "Eth" | "
|
|
73
|
-
__kind: "Eth" | "
|
|
71
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
72
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
73
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
74
74
|
}>;
|
|
75
75
|
destinationAsset: z.ZodEffects<z.ZodObject<{
|
|
76
76
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
77
77
|
}, "strip", z.ZodTypeAny, {
|
|
78
|
-
__kind: "Eth" | "
|
|
78
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
79
79
|
}, {
|
|
80
|
-
__kind: "Eth" | "
|
|
81
|
-
}>, "Eth" | "
|
|
82
|
-
__kind: "Eth" | "
|
|
80
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
81
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
82
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
83
83
|
}>;
|
|
84
84
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
85
85
|
brokerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
@@ -141,7 +141,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
141
141
|
fallbackAddress: string;
|
|
142
142
|
}>;
|
|
143
143
|
}, "strip", z.ZodTypeAny, {
|
|
144
|
-
__kind: "V0";
|
|
145
144
|
value: {
|
|
146
145
|
cfReceiver: {
|
|
147
146
|
pubkey: `0x${string}`;
|
|
@@ -153,8 +152,8 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
153
152
|
}[];
|
|
154
153
|
fallbackAddress: `0x${string}`;
|
|
155
154
|
};
|
|
156
|
-
}, {
|
|
157
155
|
__kind: "V0";
|
|
156
|
+
}, {
|
|
158
157
|
value: {
|
|
159
158
|
cfReceiver: {
|
|
160
159
|
pubkey: string;
|
|
@@ -166,6 +165,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
166
165
|
}[];
|
|
167
166
|
fallbackAddress: string;
|
|
168
167
|
};
|
|
168
|
+
__kind: "V0";
|
|
169
169
|
}>, z.ZodObject<{
|
|
170
170
|
__kind: z.ZodLiteral<"V1">;
|
|
171
171
|
ccmAccounts: z.ZodObject<{
|
|
@@ -242,9 +242,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
242
242
|
alts: string[];
|
|
243
243
|
}>]>;
|
|
244
244
|
}, "strip", z.ZodTypeAny, {
|
|
245
|
-
__kind: "Solana";
|
|
246
245
|
value: {
|
|
247
|
-
__kind: "V0";
|
|
248
246
|
value: {
|
|
249
247
|
cfReceiver: {
|
|
250
248
|
pubkey: `0x${string}`;
|
|
@@ -256,6 +254,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
256
254
|
}[];
|
|
257
255
|
fallbackAddress: `0x${string}`;
|
|
258
256
|
};
|
|
257
|
+
__kind: "V0";
|
|
259
258
|
} | {
|
|
260
259
|
__kind: "V1";
|
|
261
260
|
ccmAccounts: {
|
|
@@ -271,10 +270,9 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
271
270
|
};
|
|
272
271
|
alts: `0x${string}`[];
|
|
273
272
|
};
|
|
274
|
-
}, {
|
|
275
273
|
__kind: "Solana";
|
|
274
|
+
}, {
|
|
276
275
|
value: {
|
|
277
|
-
__kind: "V0";
|
|
278
276
|
value: {
|
|
279
277
|
cfReceiver: {
|
|
280
278
|
pubkey: string;
|
|
@@ -286,6 +284,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
286
284
|
}[];
|
|
287
285
|
fallbackAddress: string;
|
|
288
286
|
};
|
|
287
|
+
__kind: "V0";
|
|
289
288
|
} | {
|
|
290
289
|
__kind: "V1";
|
|
291
290
|
ccmAccounts: {
|
|
@@ -301,6 +300,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
301
300
|
};
|
|
302
301
|
alts: string[];
|
|
303
302
|
};
|
|
303
|
+
__kind: "Solana";
|
|
304
304
|
}>]>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
306
|
message: `0x${string}`;
|
|
@@ -308,9 +308,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
308
308
|
ccmAdditionalData: {
|
|
309
309
|
__kind: "NotRequired";
|
|
310
310
|
} | {
|
|
311
|
-
__kind: "Solana";
|
|
312
311
|
value: {
|
|
313
|
-
__kind: "V0";
|
|
314
312
|
value: {
|
|
315
313
|
cfReceiver: {
|
|
316
314
|
pubkey: `0x${string}`;
|
|
@@ -322,6 +320,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
322
320
|
}[];
|
|
323
321
|
fallbackAddress: `0x${string}`;
|
|
324
322
|
};
|
|
323
|
+
__kind: "V0";
|
|
325
324
|
} | {
|
|
326
325
|
__kind: "V1";
|
|
327
326
|
ccmAccounts: {
|
|
@@ -337,6 +336,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
337
336
|
};
|
|
338
337
|
alts: `0x${string}`[];
|
|
339
338
|
};
|
|
339
|
+
__kind: "Solana";
|
|
340
340
|
};
|
|
341
341
|
}, {
|
|
342
342
|
message: string;
|
|
@@ -344,9 +344,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
344
344
|
ccmAdditionalData: {
|
|
345
345
|
__kind: "NotRequired";
|
|
346
346
|
} | {
|
|
347
|
-
__kind: "Solana";
|
|
348
347
|
value: {
|
|
349
|
-
__kind: "V0";
|
|
350
348
|
value: {
|
|
351
349
|
cfReceiver: {
|
|
352
350
|
pubkey: string;
|
|
@@ -358,6 +356,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
358
356
|
}[];
|
|
359
357
|
fallbackAddress: string;
|
|
360
358
|
};
|
|
359
|
+
__kind: "V0";
|
|
361
360
|
} | {
|
|
362
361
|
__kind: "V1";
|
|
363
362
|
ccmAccounts: {
|
|
@@ -373,6 +372,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
373
372
|
};
|
|
374
373
|
alts: string[];
|
|
375
374
|
};
|
|
375
|
+
__kind: "Solana";
|
|
376
376
|
};
|
|
377
377
|
}>>>;
|
|
378
378
|
sourceChainExpiryBlock: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -394,11 +394,11 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
394
394
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
395
395
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
396
396
|
}, "strip", z.ZodTypeAny, {
|
|
397
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
398
397
|
value: `0x${string}`;
|
|
398
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
399
399
|
}, {
|
|
400
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
401
400
|
value: string;
|
|
401
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
402
402
|
}>, {
|
|
403
403
|
readonly chain: "Ethereum";
|
|
404
404
|
readonly address: `0x${string}`;
|
|
@@ -418,8 +418,8 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
418
418
|
readonly chain: "Assethub";
|
|
419
419
|
readonly address: string;
|
|
420
420
|
}, {
|
|
421
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
422
421
|
value: string;
|
|
422
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
423
423
|
}>;
|
|
424
424
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
425
425
|
refundCcmMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -435,6 +435,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
435
435
|
gasBudget: string | number;
|
|
436
436
|
ccmAdditionalData: string;
|
|
437
437
|
}>>>;
|
|
438
|
+
maxOraclePriceSlippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
438
439
|
}, "strip", z.ZodTypeAny, {
|
|
439
440
|
retryDuration: number;
|
|
440
441
|
refundAddress: {
|
|
@@ -462,11 +463,12 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
462
463
|
gasBudget: bigint;
|
|
463
464
|
ccmAdditionalData: `0x${string}`;
|
|
464
465
|
} | null | undefined;
|
|
466
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
465
467
|
}, {
|
|
466
468
|
retryDuration: number;
|
|
467
469
|
refundAddress: {
|
|
468
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
469
470
|
value: string;
|
|
471
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
470
472
|
};
|
|
471
473
|
minPrice: string | number;
|
|
472
474
|
refundCcmMetadata?: {
|
|
@@ -474,6 +476,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
474
476
|
gasBudget: string | number;
|
|
475
477
|
ccmAdditionalData: string;
|
|
476
478
|
} | null | undefined;
|
|
479
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
477
480
|
}>;
|
|
478
481
|
dcaParameters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
479
482
|
numberOfChunks: z.ZodNumber;
|
|
@@ -505,37 +508,8 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
505
508
|
readonly chain: "Assethub";
|
|
506
509
|
readonly address: string;
|
|
507
510
|
};
|
|
508
|
-
destinationAddress: {
|
|
509
|
-
readonly chain: "Ethereum";
|
|
510
|
-
readonly address: `0x${string}`;
|
|
511
|
-
} | {
|
|
512
|
-
readonly chain: "Polkadot";
|
|
513
|
-
readonly address: string;
|
|
514
|
-
} | {
|
|
515
|
-
readonly chain: "Bitcoin";
|
|
516
|
-
readonly address: string;
|
|
517
|
-
} | {
|
|
518
|
-
readonly chain: "Arbitrum";
|
|
519
|
-
readonly address: `0x${string}`;
|
|
520
|
-
} | {
|
|
521
|
-
readonly chain: "Solana";
|
|
522
|
-
readonly address: string;
|
|
523
|
-
} | {
|
|
524
|
-
readonly chain: "Assethub";
|
|
525
|
-
readonly address: string;
|
|
526
|
-
};
|
|
527
|
-
sourceAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
528
|
-
destinationAsset: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
529
511
|
channelId: bigint;
|
|
530
512
|
brokerId: string;
|
|
531
|
-
brokerCommissionRate: number;
|
|
532
|
-
sourceChainExpiryBlock: bigint;
|
|
533
|
-
boostFee: number;
|
|
534
|
-
channelOpeningFee: bigint;
|
|
535
|
-
affiliateFees: {
|
|
536
|
-
account: string;
|
|
537
|
-
bps: number;
|
|
538
|
-
}[];
|
|
539
513
|
refundParameters: {
|
|
540
514
|
retryDuration: number;
|
|
541
515
|
refundAddress: {
|
|
@@ -563,16 +537,44 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
563
537
|
gasBudget: bigint;
|
|
564
538
|
ccmAdditionalData: `0x${string}`;
|
|
565
539
|
} | null | undefined;
|
|
540
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
541
|
+
};
|
|
542
|
+
destinationAddress: {
|
|
543
|
+
readonly chain: "Ethereum";
|
|
544
|
+
readonly address: `0x${string}`;
|
|
545
|
+
} | {
|
|
546
|
+
readonly chain: "Polkadot";
|
|
547
|
+
readonly address: string;
|
|
548
|
+
} | {
|
|
549
|
+
readonly chain: "Bitcoin";
|
|
550
|
+
readonly address: string;
|
|
551
|
+
} | {
|
|
552
|
+
readonly chain: "Arbitrum";
|
|
553
|
+
readonly address: `0x${string}`;
|
|
554
|
+
} | {
|
|
555
|
+
readonly chain: "Solana";
|
|
556
|
+
readonly address: string;
|
|
557
|
+
} | {
|
|
558
|
+
readonly chain: "Assethub";
|
|
559
|
+
readonly address: string;
|
|
566
560
|
};
|
|
561
|
+
affiliateFees: {
|
|
562
|
+
account: string;
|
|
563
|
+
bps: number;
|
|
564
|
+
}[];
|
|
565
|
+
boostFee: number;
|
|
566
|
+
sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
567
|
+
destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
568
|
+
brokerCommissionRate: number;
|
|
569
|
+
sourceChainExpiryBlock: bigint;
|
|
570
|
+
channelOpeningFee: bigint;
|
|
567
571
|
channelMetadata?: {
|
|
568
572
|
message: `0x${string}`;
|
|
569
573
|
gasBudget: bigint;
|
|
570
574
|
ccmAdditionalData: {
|
|
571
575
|
__kind: "NotRequired";
|
|
572
576
|
} | {
|
|
573
|
-
__kind: "Solana";
|
|
574
577
|
value: {
|
|
575
|
-
__kind: "V0";
|
|
576
578
|
value: {
|
|
577
579
|
cfReceiver: {
|
|
578
580
|
pubkey: `0x${string}`;
|
|
@@ -584,6 +586,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
584
586
|
}[];
|
|
585
587
|
fallbackAddress: `0x${string}`;
|
|
586
588
|
};
|
|
589
|
+
__kind: "V0";
|
|
587
590
|
} | {
|
|
588
591
|
__kind: "V1";
|
|
589
592
|
ccmAccounts: {
|
|
@@ -599,6 +602,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
599
602
|
};
|
|
600
603
|
alts: `0x${string}`[];
|
|
601
604
|
};
|
|
605
|
+
__kind: "Solana";
|
|
602
606
|
};
|
|
603
607
|
} | null | undefined;
|
|
604
608
|
dcaParameters?: {
|
|
@@ -607,34 +611,16 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
607
611
|
} | null | undefined;
|
|
608
612
|
}, {
|
|
609
613
|
depositAddress: {
|
|
610
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
611
|
-
value: string;
|
|
612
|
-
};
|
|
613
|
-
destinationAddress: {
|
|
614
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
615
614
|
value: string;
|
|
616
|
-
|
|
617
|
-
sourceAsset: {
|
|
618
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
619
|
-
};
|
|
620
|
-
destinationAsset: {
|
|
621
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Flip" | "Usdc" | "ArbEth" | "ArbUsdc" | "Usdt" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
615
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
622
616
|
};
|
|
623
617
|
channelId: string | number;
|
|
624
618
|
brokerId: string;
|
|
625
|
-
brokerCommissionRate: number;
|
|
626
|
-
sourceChainExpiryBlock: string | number;
|
|
627
|
-
boostFee: number;
|
|
628
|
-
channelOpeningFee: string | number;
|
|
629
|
-
affiliateFees: {
|
|
630
|
-
account: string;
|
|
631
|
-
bps: number;
|
|
632
|
-
}[];
|
|
633
619
|
refundParameters: {
|
|
634
620
|
retryDuration: number;
|
|
635
621
|
refundAddress: {
|
|
636
|
-
__kind: "Eth" | "Dot" | "Btc" | "Arb" | "Sol" | "Hub";
|
|
637
622
|
value: string;
|
|
623
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
638
624
|
};
|
|
639
625
|
minPrice: string | number;
|
|
640
626
|
refundCcmMetadata?: {
|
|
@@ -642,16 +628,33 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
642
628
|
gasBudget: string | number;
|
|
643
629
|
ccmAdditionalData: string;
|
|
644
630
|
} | null | undefined;
|
|
631
|
+
maxOraclePriceSlippage?: number | null | undefined;
|
|
632
|
+
};
|
|
633
|
+
destinationAddress: {
|
|
634
|
+
value: string;
|
|
635
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
636
|
+
};
|
|
637
|
+
affiliateFees: {
|
|
638
|
+
account: string;
|
|
639
|
+
bps: number;
|
|
640
|
+
}[];
|
|
641
|
+
boostFee: number;
|
|
642
|
+
sourceAsset: {
|
|
643
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
644
|
+
};
|
|
645
|
+
destinationAsset: {
|
|
646
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
645
647
|
};
|
|
648
|
+
brokerCommissionRate: number;
|
|
649
|
+
sourceChainExpiryBlock: string | number;
|
|
650
|
+
channelOpeningFee: string | number;
|
|
646
651
|
channelMetadata?: {
|
|
647
652
|
message: string;
|
|
648
653
|
gasBudget: string | number;
|
|
649
654
|
ccmAdditionalData: {
|
|
650
655
|
__kind: "NotRequired";
|
|
651
656
|
} | {
|
|
652
|
-
__kind: "Solana";
|
|
653
657
|
value: {
|
|
654
|
-
__kind: "V0";
|
|
655
658
|
value: {
|
|
656
659
|
cfReceiver: {
|
|
657
660
|
pubkey: string;
|
|
@@ -663,6 +666,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
663
666
|
}[];
|
|
664
667
|
fallbackAddress: string;
|
|
665
668
|
};
|
|
669
|
+
__kind: "V0";
|
|
666
670
|
} | {
|
|
667
671
|
__kind: "V1";
|
|
668
672
|
ccmAccounts: {
|
|
@@ -678,6 +682,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
678
682
|
};
|
|
679
683
|
alts: string[];
|
|
680
684
|
};
|
|
685
|
+
__kind: "Solana";
|
|
681
686
|
};
|
|
682
687
|
} | null | undefined;
|
|
683
688
|
dcaParameters?: {
|