@chainflip/processor 2.1.0-beta.3 → 2.1.0-beta.5
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/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +6 -6
- package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +6 -6
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +12 -12
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +12 -12
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +2 -2
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.mts +2 -2
- package/dist/100/common.d.cts +27 -27
- package/dist/100/common.d.mts +27 -27
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.cts +8 -8
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.mts +8 -8
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/depositReceived.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +8 -8
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +8 -8
- package/dist/100/ethereumIngressEgress/egressScheduled.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/egressScheduled.d.mts +2 -2
- package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.mts +2 -2
- package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
- package/dist/100/funding/boundExecutorAddress.d.mts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.mts +2 -2
- package/dist/100/funding/funded.d.cts +2 -2
- package/dist/100/funding/funded.d.mts +2 -2
- package/dist/100/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/100/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/100/liquidityPools/limitOrderUpdated.d.mts +12 -12
- package/dist/100/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/100/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/100/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/100/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/100/liquidityPools/poolStateUpdated.d.cts +12 -12
- package/dist/100/liquidityPools/poolStateUpdated.d.mts +12 -12
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +12 -12
- package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +12 -12
- package/dist/100/liquidityProvider/accountCredited.d.cts +6 -6
- package/dist/100/liquidityProvider/accountCredited.d.mts +6 -6
- package/dist/100/liquidityProvider/accountDebited.d.cts +6 -6
- package/dist/100/liquidityProvider/accountDebited.d.mts +6 -6
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +14 -14
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +14 -14
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/depositReceived.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +8 -8
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +8 -8
- package/dist/100/polkadotIngressEgress/egressScheduled.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/egressScheduled.d.mts +2 -2
- package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.mts +2 -2
- package/dist/100/swapping/batchSwapFailed.d.cts +7 -7
- package/dist/100/swapping/batchSwapFailed.d.mts +7 -7
- package/dist/100/swapping/ccmDepositReceived.d.cts +6 -6
- package/dist/100/swapping/ccmDepositReceived.d.mts +6 -6
- package/dist/100/swapping/ccmFailed.d.cts +4 -4
- package/dist/100/swapping/ccmFailed.d.mts +4 -4
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +7 -7
- package/dist/100/swapping/minimumSwapAmountSet.d.mts +7 -7
- package/dist/100/swapping/swapAmountTooLow.d.cts +20 -20
- package/dist/100/swapping/swapAmountTooLow.d.mts +20 -20
- package/dist/100/swapping/swapDepositAddressReady.d.cts +26 -26
- package/dist/100/swapping/swapDepositAddressReady.d.mts +26 -26
- package/dist/100/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/100/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/100/swapping/swapExecuted.d.cts +15 -15
- package/dist/100/swapping/swapExecuted.d.mts +15 -15
- package/dist/100/swapping/swapScheduled.d.cts +31 -31
- package/dist/100/swapping/swapScheduled.d.mts +31 -31
- package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/100/swapping/withdrawalRequested.d.mts +4 -4
- package/dist/100/system/extrinsicFailed.d.cts +17 -17
- package/dist/100/system/extrinsicFailed.d.mts +17 -17
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +46 -46
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +46 -46
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +64 -64
- package/dist/11000/assethubIngressEgress/depositFailed.d.mts +64 -64
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +52 -52
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +52 -52
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/common.d.cts +522 -522
- package/dist/11000/common.d.mts +522 -522
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +46 -46
- package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +46 -46
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +8 -8
- package/dist/11000/lendingPools/boostFundsAdded.d.mts +8 -8
- package/dist/11000/lendingPools/boostPoolCreated.d.cts +8 -8
- package/dist/11000/lendingPools/boostPoolCreated.d.mts +8 -8
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +8 -8
- package/dist/11000/lendingPools/stoppedBoosting.d.mts +8 -8
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +64 -64
- package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +64 -64
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +26 -26
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +46 -46
- package/dist/11000/solanaIngressEgress/depositFailed.d.mts +46 -46
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +22 -22
- package/dist/11000/swapping/palletConfigUpdated.d.cts +32 -32
- package/dist/11000/swapping/palletConfigUpdated.d.mts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.d.cts +15 -15
- package/dist/11000/swapping/refundEgressScheduled.d.mts +15 -15
- package/dist/11000/swapping/refundedOnChain.d.cts +8 -8
- package/dist/11000/swapping/refundedOnChain.d.mts +8 -8
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +31 -31
- package/dist/11000/swapping/swapDepositAddressReady.d.mts +31 -31
- package/dist/11000/swapping/swapRequested.d.cts +40 -40
- package/dist/11000/swapping/swapRequested.d.mts +40 -40
- package/dist/11000/tradingStrategy/strategyDeployed.d.cts +24 -24
- package/dist/11000/tradingStrategy/strategyDeployed.d.mts +24 -24
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +4 -4
- package/dist/111/liquidityPools/limitOrderUpdated.d.mts +4 -4
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +8 -8
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +170 -170
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +170 -170
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +170 -170
- package/dist/11100/assethubIngressEgress/depositFailed.d.mts +170 -170
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +316 -316
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +316 -316
- package/dist/11100/common.d.cts +2886 -2886
- package/dist/11100/common.d.mts +2886 -2886
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +102 -102
- package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +102 -102
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +170 -170
- package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +170 -170
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +79 -79
- package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +79 -79
- package/dist/11100/funding/sCCallExecuted.d.cts +24 -24
- package/dist/11100/funding/sCCallExecuted.d.mts +24 -24
- package/dist/11100/genericElections/electoralEvent.d.cts +16 -16
- package/dist/11100/genericElections/electoralEvent.d.mts +16 -16
- package/dist/11100/lendingPools/collateralAdded.d.cts +12 -12
- package/dist/11100/lendingPools/collateralAdded.d.mts +12 -12
- package/dist/11100/lendingPools/collateralRemoved.d.cts +12 -12
- package/dist/11100/lendingPools/collateralRemoved.d.mts +12 -12
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +6 -6
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.mts +6 -6
- package/dist/11100/lendingPools/lendingFundsAdded.d.cts +6 -6
- package/dist/11100/lendingPools/lendingFundsAdded.d.mts +6 -6
- package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +6 -6
- package/dist/11100/lendingPools/lendingFundsRemoved.d.mts +6 -6
- package/dist/11100/lendingPools/lendingPoolCreated.d.cts +6 -6
- package/dist/11100/lendingPools/lendingPoolCreated.d.mts +6 -6
- package/dist/11100/lendingPools/loanCreated.d.cts +8 -8
- package/dist/11100/lendingPools/loanCreated.d.mts +8 -8
- package/dist/11100/lendingPools/loanRepaid.d.cts +6 -6
- package/dist/11100/lendingPools/loanRepaid.d.mts +6 -6
- package/dist/11100/lendingPools/loanSettled.d.cts +6 -6
- package/dist/11100/lendingPools/loanSettled.d.mts +6 -6
- package/dist/11100/lendingPools/loanUpdated.d.cts +2 -2
- package/dist/11100/lendingPools/loanUpdated.d.mts +2 -2
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +170 -170
- package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +170 -170
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +170 -170
- package/dist/11100/solanaIngressEgress/depositFailed.d.mts +170 -170
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +39 -39
- package/dist/11100/swapping/swapDepositAddressReady.d.mts +39 -39
- package/dist/11100/swapping/swapExecuted.d.cts +12 -12
- package/dist/11100/swapping/swapExecuted.d.mts +12 -12
- package/dist/11100/swapping/swapRequested.d.cts +384 -384
- package/dist/11100/swapping/swapRequested.d.mts +384 -384
- package/dist/11100/validator/maxBidUpdated.d.cts +8 -8
- package/dist/11100/validator/maxBidUpdated.d.mts +8 -8
- package/dist/11100/validator/rotationPhaseUpdated.d.cts +20 -20
- package/dist/11100/validator/rotationPhaseUpdated.d.mts +20 -20
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +16 -16
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +16 -16
- package/dist/11200/assethubIngressEgress/depositFailed.d.cts +16 -16
- package/dist/11200/assethubIngressEgress/depositFailed.d.mts +16 -16
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +16 -16
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +16 -16
- package/dist/11200/common.d.cts +173 -173
- package/dist/11200/common.d.mts +173 -173
- package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +16 -16
- package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +16 -16
- package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +16 -16
- package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +16 -16
- package/dist/11200/solanaIngressEgress/depositFailed.d.cts +16 -16
- package/dist/11200/solanaIngressEgress/depositFailed.d.mts +16 -16
- package/dist/11200/swapping/swapRequested.d.cts +30 -30
- package/dist/11200/swapping/swapRequested.d.mts +30 -30
- package/dist/120/common.d.cts +7 -7
- package/dist/120/common.d.mts +7 -7
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +10 -10
- package/dist/120/swapping/ccmFailed.d.cts +8 -8
- package/dist/120/swapping/ccmFailed.d.mts +8 -8
- package/dist/120/swapping/swapEgressIgnored.d.cts +8 -8
- package/dist/120/swapping/swapEgressIgnored.d.mts +8 -8
- package/dist/120/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/120/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/120/swapping/swapExecuted.d.cts +14 -14
- package/dist/120/swapping/swapExecuted.d.mts +14 -14
- package/dist/120/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/120/swapping/withdrawalRequested.d.mts +4 -4
- package/dist/131/common.d.cts +11 -11
- package/dist/131/common.d.mts +11 -11
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/131/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/131/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +16 -16
- package/dist/131/liquidityPools/limitOrderUpdated.d.mts +16 -16
- package/dist/131/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/131/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/131/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/131/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +20 -20
- package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +20 -20
- package/dist/131/liquidityProvider/accountCredited.d.cts +6 -6
- package/dist/131/liquidityProvider/accountCredited.d.mts +6 -6
- package/dist/131/liquidityProvider/accountDebited.d.cts +6 -6
- package/dist/131/liquidityProvider/accountDebited.d.mts +6 -6
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +11 -11
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +11 -11
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +14 -14
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +14 -14
- package/dist/131/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/131/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/131/swapping/ccmFailed.d.cts +38 -38
- package/dist/131/swapping/ccmFailed.d.mts +38 -38
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/131/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/131/swapping/swapDepositAddressReady.d.cts +24 -24
- package/dist/131/swapping/swapDepositAddressReady.d.mts +24 -24
- package/dist/131/swapping/swapEgressIgnored.d.cts +8 -8
- package/dist/131/swapping/swapEgressIgnored.d.mts +8 -8
- package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/131/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/131/swapping/swapExecuted.d.cts +12 -12
- package/dist/131/swapping/swapExecuted.d.mts +12 -12
- package/dist/131/swapping/swapScheduled.d.cts +27 -27
- package/dist/131/swapping/swapScheduled.d.mts +27 -27
- package/dist/131/swapping/withdrawalRequested.d.cts +14 -14
- package/dist/131/swapping/withdrawalRequested.d.mts +14 -14
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.cts +8 -8
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +5 -5
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +3 -3
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +6 -6
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +6 -6
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/common.d.cts +32 -32
- package/dist/141/common.d.mts +32 -32
- package/dist/141/environment/staleUtxosDiscarded.d.cts +14 -14
- package/dist/141/environment/staleUtxosDiscarded.d.mts +14 -14
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +5 -5
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +4 -4
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +4 -4
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
- package/dist/141/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/141/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/141/liquidityPools/limitOrderUpdated.d.mts +12 -12
- package/dist/141/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/141/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/141/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/141/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +24 -24
- package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +24 -24
- package/dist/141/liquidityProvider/accountCredited.d.cts +6 -6
- package/dist/141/liquidityProvider/accountCredited.d.mts +6 -6
- package/dist/141/liquidityProvider/accountDebited.d.cts +6 -6
- package/dist/141/liquidityProvider/accountDebited.d.mts +6 -6
- package/dist/141/liquidityProvider/assetTransferred.d.cts +7 -7
- package/dist/141/liquidityProvider/assetTransferred.d.mts +7 -7
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +16 -16
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +16 -16
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +13 -13
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +13 -13
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +5 -5
- package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +5 -5
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/swapping/batchSwapFailed.d.cts +7 -7
- package/dist/141/swapping/batchSwapFailed.d.mts +7 -7
- package/dist/141/swapping/ccmDepositReceived.d.cts +4 -4
- package/dist/141/swapping/ccmDepositReceived.d.mts +4 -4
- package/dist/141/swapping/ccmFailed.d.cts +17 -17
- package/dist/141/swapping/ccmFailed.d.mts +17 -17
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +24 -24
- package/dist/141/swapping/swapDepositAddressReady.d.mts +24 -24
- package/dist/141/swapping/swapEgressIgnored.d.cts +8 -8
- package/dist/141/swapping/swapEgressIgnored.d.mts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.cts +9 -9
- package/dist/141/swapping/swapEgressScheduled.d.mts +9 -9
- package/dist/141/swapping/swapExecuted.d.cts +12 -12
- package/dist/141/swapping/swapExecuted.d.mts +12 -12
- package/dist/141/swapping/swapScheduled.d.cts +25 -25
- package/dist/141/swapping/swapScheduled.d.mts +25 -25
- package/dist/141/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/141/swapping/withdrawalRequested.d.mts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +4 -4
- package/dist/150/assetBalances/refundSkipped.d.cts +47 -47
- package/dist/150/assetBalances/refundSkipped.d.mts +47 -47
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/150/common.d.cts +31 -31
- package/dist/150/common.d.mts +31 -31
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/150/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +4 -4
- package/dist/150/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/150/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +16 -16
- package/dist/150/liquidityPools/limitOrderUpdated.d.mts +16 -16
- package/dist/150/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/150/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/150/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/150/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +32 -32
- package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +32 -32
- package/dist/150/liquidityProvider/accountCredited.d.cts +6 -6
- package/dist/150/liquidityProvider/accountCredited.d.mts +6 -6
- package/dist/150/liquidityProvider/accountDebited.d.cts +6 -6
- package/dist/150/liquidityProvider/accountDebited.d.mts +6 -6
- package/dist/150/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/150/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +11 -11
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +11 -11
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +6 -6
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +6 -6
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/150/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +4 -4
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/solanaIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
- package/dist/150/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/150/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/150/swapping/ccmDepositReceived.d.cts +4 -4
- package/dist/150/swapping/ccmDepositReceived.d.mts +4 -4
- package/dist/150/swapping/ccmFailed.d.cts +9 -9
- package/dist/150/swapping/ccmFailed.d.mts +9 -9
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/150/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/150/swapping/refundEgressIgnored.d.cts +7 -7
- package/dist/150/swapping/refundEgressIgnored.d.mts +7 -7
- package/dist/150/swapping/refundEgressScheduled.d.cts +7 -7
- package/dist/150/swapping/refundEgressScheduled.d.mts +7 -7
- package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/150/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/150/swapping/swapDepositAddressReady.d.cts +25 -25
- package/dist/150/swapping/swapDepositAddressReady.d.mts +25 -25
- package/dist/150/swapping/swapEgressIgnored.d.cts +7 -7
- package/dist/150/swapping/swapEgressIgnored.d.mts +7 -7
- package/dist/150/swapping/swapEgressScheduled.d.cts +7 -7
- package/dist/150/swapping/swapEgressScheduled.d.mts +7 -7
- package/dist/150/swapping/swapExecuted.d.cts +12 -12
- package/dist/150/swapping/swapExecuted.d.mts +12 -12
- package/dist/150/swapping/swapScheduled.d.cts +27 -27
- package/dist/150/swapping/swapScheduled.d.mts +27 -27
- package/dist/150/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/150/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/160/assetBalances/accountCredited.d.cts +8 -8
- package/dist/160/assetBalances/accountCredited.d.mts +8 -8
- package/dist/160/assetBalances/accountDebited.d.cts +8 -8
- package/dist/160/assetBalances/accountDebited.d.mts +8 -8
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +22 -22
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +22 -22
- package/dist/160/common.d.cts +203 -203
- package/dist/160/common.d.mts +203 -203
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/160/environment/runtimeSafeModeUpdated.d.mts +40 -40
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/160/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/160/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +20 -20
- package/dist/160/liquidityPools/limitOrderUpdated.d.mts +20 -20
- package/dist/160/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/160/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +32 -32
- package/dist/160/liquidityPools/orderDeletionFailed.d.mts +32 -32
- package/dist/160/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/160/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +32 -32
- package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +32 -32
- package/dist/160/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/160/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +13 -13
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +13 -13
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +10 -10
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/solanaIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +22 -22
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +22 -22
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/160/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/160/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/160/swapping/ccmFailed.d.cts +18 -18
- package/dist/160/swapping/ccmFailed.d.mts +18 -18
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.mts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +30 -30
- package/dist/160/swapping/refundEgressIgnored.d.mts +30 -30
- package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/refundEgressScheduled.d.mts +8 -8
- package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/160/swapping/swapAmountConfiscated.d.mts +7 -7
- package/dist/160/swapping/swapDepositAddressReady.d.cts +25 -25
- package/dist/160/swapping/swapDepositAddressReady.d.mts +25 -25
- package/dist/160/swapping/swapEgressIgnored.d.cts +30 -30
- package/dist/160/swapping/swapEgressIgnored.d.mts +30 -30
- package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/160/swapping/swapExecuted.d.cts +13 -13
- package/dist/160/swapping/swapExecuted.d.mts +13 -13
- package/dist/160/swapping/swapRequested.d.cts +42 -42
- package/dist/160/swapping/swapRequested.d.mts +42 -42
- package/dist/160/swapping/swapScheduled.d.cts +6 -6
- package/dist/160/swapping/swapScheduled.d.mts +6 -6
- package/dist/160/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/160/swapping/withdrawalRequested.d.mts +10 -10
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.mts +2 -2
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +38 -38
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +38 -38
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +40 -40
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +40 -40
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +44 -44
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +44 -44
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +78 -78
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +78 -78
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +20 -20
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +18 -18
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +18 -18
- package/dist/170/common.d.cts +168 -168
- package/dist/170/common.d.mts +168 -168
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.d.mts +2 -2
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.mts +2 -2
- package/dist/170/reputation/offencePenalty.d.cts +6 -6
- package/dist/170/reputation/offencePenalty.d.mts +6 -6
- package/dist/170/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/170/reputation/penaltyUpdated.d.mts +4 -4
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/solanaIngressEgress/ccmFailed.d.mts +37 -37
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/solanaIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/swapping/minimumChunkSizeSet.d.cts +6 -6
- package/dist/170/swapping/minimumChunkSizeSet.d.mts +6 -6
- package/dist/170/swapping/swapRequested.d.cts +53 -53
- package/dist/170/swapping/swapRequested.d.mts +53 -53
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +18 -18
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +77 -77
- package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +77 -77
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +14 -14
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +14 -14
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +22 -22
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +22 -22
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +135 -135
- package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +135 -135
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +18 -18
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +18 -18
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/180/common.d.cts +534 -534
- package/dist/180/common.d.mts +534 -534
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +18 -18
- package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +77 -77
- package/dist/180/ethereumIngressEgress/depositFailed.d.mts +77 -77
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +14 -14
- package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +14 -14
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +18 -18
- package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +18 -18
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +80 -80
- package/dist/180/polkadotIngressEgress/depositFailed.d.mts +80 -80
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +14 -14
- package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +14 -14
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.mts +10 -10
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +16 -16
- package/dist/180/solanaIngressEgress/depositBoosted.d.mts +16 -16
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +62 -62
- package/dist/180/solanaIngressEgress/depositFailed.d.mts +62 -62
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +14 -14
- package/dist/180/solanaIngressEgress/depositFinalised.d.mts +14 -14
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +10 -10
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/180/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/180/swapping/refundEgressScheduled.d.cts +16 -16
- package/dist/180/swapping/refundEgressScheduled.d.mts +16 -16
- package/dist/180/swapping/swapDepositAddressReady.d.cts +45 -45
- package/dist/180/swapping/swapDepositAddressReady.d.mts +45 -45
- package/dist/180/swapping/swapEgressScheduled.d.cts +16 -16
- package/dist/180/swapping/swapEgressScheduled.d.mts +16 -16
- package/dist/180/swapping/swapRequested.d.cts +41 -41
- package/dist/180/swapping/swapRequested.d.mts +41 -41
- package/dist/180/swapping/swapScheduled.d.cts +6 -6
- package/dist/180/swapping/swapScheduled.d.mts +6 -6
- package/dist/180/swapping/withdrawalRequested.d.cts +14 -14
- package/dist/180/swapping/withdrawalRequested.d.mts +14 -14
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +34 -34
- package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +34 -34
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/assetBalances/refundSkipped.d.cts +47 -47
- package/dist/190/assetBalances/refundSkipped.d.mts +47 -47
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.mts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/assethubIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/assethubIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +52 -52
- package/dist/190/assethubIngressEgress/depositFailed.d.mts +52 -52
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/190/assethubIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/assethubIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.mts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.mts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +40 -40
- package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +40 -40
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/common.d.cts +280 -280
- package/dist/190/common.d.mts +280 -280
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/ethereumIngressEgress/depositFailed.d.cts +34 -34
- package/dist/190/ethereumIngressEgress/depositFailed.d.mts +34 -34
- package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/190/liquidityPools/limitOrderUpdated.d.mts +2 -2
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +20 -20
- package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +20 -20
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +6 -6
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +6 -6
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +2 -2
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +6 -6
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.mts +6 -6
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +52 -52
- package/dist/190/polkadotIngressEgress/depositFailed.d.mts +52 -52
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/reputation/offencePenalty.d.cts +2 -2
- package/dist/190/reputation/offencePenalty.d.mts +2 -2
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/solanaIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +28 -28
- package/dist/190/solanaIngressEgress/depositFailed.d.mts +28 -28
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/solanaIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/swapping/creditedOnChain.d.cts +2 -2
- package/dist/190/swapping/creditedOnChain.d.mts +2 -2
- package/dist/190/swapping/refundEgressIgnored.d.cts +2 -2
- package/dist/190/swapping/refundEgressIgnored.d.mts +2 -2
- package/dist/190/swapping/refundEgressScheduled.d.cts +6 -6
- package/dist/190/swapping/refundEgressScheduled.d.mts +6 -6
- package/dist/190/swapping/refundedOnChain.d.cts +2 -2
- package/dist/190/swapping/refundedOnChain.d.mts +2 -2
- package/dist/190/swapping/swapDepositAddressReady.d.cts +8 -8
- package/dist/190/swapping/swapDepositAddressReady.d.mts +8 -8
- package/dist/190/swapping/swapEgressIgnored.d.cts +2 -2
- package/dist/190/swapping/swapEgressIgnored.d.mts +2 -2
- package/dist/190/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/190/swapping/swapEgressScheduled.d.mts +6 -6
- package/dist/190/swapping/swapExecuted.d.cts +4 -4
- package/dist/190/swapping/swapExecuted.d.mts +4 -4
- package/dist/190/swapping/swapRequested.d.cts +10 -10
- package/dist/190/swapping/swapRequested.d.mts +10 -10
- package/dist/190/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/190/swapping/withdrawalRequested.d.mts +4 -4
- package/dist/200/common.d.cts +897 -897
- package/dist/200/common.d.mts +897 -897
- package/dist/200/environment/runtimeSafeModeUpdated.d.cts +90 -90
- package/dist/200/environment/runtimeSafeModeUpdated.d.mts +90 -90
- package/dist/200/lendingPools/loanCreated.d.cts +2 -2
- package/dist/200/lendingPools/loanCreated.d.mts +2 -2
- package/dist/200/lendingPools/palletConfigUpdated.d.cts +16 -16
- package/dist/200/lendingPools/palletConfigUpdated.d.mts +16 -16
- package/dist/200/lendingPools/whitelistUpdated.d.cts +12 -12
- package/dist/200/lendingPools/whitelistUpdated.d.mts +12 -12
- package/dist/200/swapping/accountCreationDepositAddressReady.d.cts +10 -10
- package/dist/200/swapping/accountCreationDepositAddressReady.d.mts +10 -10
- package/dist/200/swapping/swapRequestCompleted.d.cts +2 -2
- package/dist/200/swapping/swapRequestCompleted.d.mts +2 -2
- package/dist/200/swapping/swapRequested.d.cts +393 -393
- package/dist/200/swapping/swapRequested.d.mts +393 -393
- package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +34 -34
- package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +34 -34
- package/dist/210/assetBalances/accountCredited.d.cts +6 -6
- package/dist/210/assetBalances/accountCredited.d.mts +6 -6
- package/dist/210/assetBalances/accountDebited.d.cts +6 -6
- package/dist/210/assetBalances/accountDebited.d.mts +6 -6
- package/dist/210/assethubIngressEgress/depositFailed.d.cts +43 -43
- package/dist/210/assethubIngressEgress/depositFailed.d.mts +43 -43
- package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +34 -34
- package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +34 -34
- package/dist/210/common.d.cts +634 -634
- package/dist/210/common.d.mts +634 -634
- package/dist/210/environment/runtimeSafeModeUpdated.d.cts +98 -98
- package/dist/210/environment/runtimeSafeModeUpdated.d.mts +98 -98
- package/dist/210/ethereumIngressEgress/depositFailed.d.cts +34 -34
- package/dist/210/ethereumIngressEgress/depositFailed.d.mts +34 -34
- package/dist/210/funding/funded.d.cts +8 -8
- package/dist/210/funding/funded.d.mts +8 -8
- package/dist/210/lendingPools/boostFundsAdded.d.cts +8 -8
- package/dist/210/lendingPools/boostFundsAdded.d.mts +8 -8
- package/dist/210/lendingPools/boostPoolCreated.d.cts +8 -8
- package/dist/210/lendingPools/boostPoolCreated.d.mts +8 -8
- package/dist/210/lendingPools/collateralAdded.d.cts +6 -6
- package/dist/210/lendingPools/collateralAdded.d.mts +6 -6
- package/dist/210/lendingPools/collateralRemoved.d.cts +6 -6
- package/dist/210/lendingPools/collateralRemoved.d.mts +6 -6
- package/dist/210/lendingPools/collateralTopupAssetUpdated.d.cts +6 -6
- package/dist/210/lendingPools/collateralTopupAssetUpdated.d.mts +6 -6
- package/dist/210/lendingPools/lendingFundsAdded.d.cts +6 -6
- package/dist/210/lendingPools/lendingFundsAdded.d.mts +6 -6
- package/dist/210/lendingPools/lendingFundsRemoved.d.cts +8 -8
- package/dist/210/lendingPools/lendingFundsRemoved.d.mts +8 -8
- package/dist/210/lendingPools/lendingPoolCreated.d.cts +6 -6
- package/dist/210/lendingPools/lendingPoolCreated.d.mts +6 -6
- package/dist/210/lendingPools/loanCreated.d.cts +6 -6
- package/dist/210/lendingPools/loanCreated.d.mts +6 -6
- package/dist/210/lendingPools/palletConfigUpdated.d.cts +18 -18
- package/dist/210/lendingPools/palletConfigUpdated.d.mts +18 -18
- package/dist/210/lendingPools/stoppedBoosting.d.cts +8 -8
- package/dist/210/lendingPools/stoppedBoosting.d.mts +8 -8
- package/dist/210/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/210/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/210/liquidityPools/limitOrderUpdated.d.cts +14 -14
- package/dist/210/liquidityPools/limitOrderUpdated.d.mts +14 -14
- package/dist/210/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/210/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/210/liquidityPools/orderDeletionFailed.d.cts +32 -32
- package/dist/210/liquidityPools/orderDeletionFailed.d.mts +32 -32
- package/dist/210/liquidityPools/palletConfigUpdated.d.cts +8 -8
- package/dist/210/liquidityPools/palletConfigUpdated.d.mts +8 -8
- package/dist/210/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/210/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +12 -12
- package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +12 -12
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +8 -8
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +8 -8
- package/dist/210/liquidityProvider/assetBalancePurged.d.cts +12 -12
- package/dist/210/liquidityProvider/assetBalancePurged.d.mts +12 -12
- package/dist/210/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/210/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +10 -10
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +10 -10
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/210/polkadotIngressEgress/depositFailed.d.cts +43 -43
- package/dist/210/polkadotIngressEgress/depositFailed.d.mts +43 -43
- package/dist/210/solanaIngressEgress/depositFailed.d.cts +34 -34
- package/dist/210/solanaIngressEgress/depositFailed.d.mts +34 -34
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +18 -18
- package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +18 -18
- package/dist/210/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/210/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/210/swapping/creditedOnChain.d.cts +6 -6
- package/dist/210/swapping/creditedOnChain.d.mts +6 -6
- package/dist/210/swapping/palletConfigUpdated.d.cts +32 -32
- package/dist/210/swapping/palletConfigUpdated.d.mts +32 -32
- package/dist/210/swapping/refundEgressIgnored.d.cts +6 -6
- package/dist/210/swapping/refundEgressIgnored.d.mts +6 -6
- package/dist/210/swapping/refundEgressScheduled.d.cts +12 -12
- package/dist/210/swapping/refundEgressScheduled.d.mts +12 -12
- package/dist/210/swapping/refundedOnChain.d.cts +6 -6
- package/dist/210/swapping/refundedOnChain.d.mts +6 -6
- package/dist/210/swapping/swapAmountConfiscated.d.cts +6 -6
- package/dist/210/swapping/swapAmountConfiscated.d.mts +6 -6
- package/dist/210/swapping/swapDepositAddressReady.d.cts +27 -27
- package/dist/210/swapping/swapDepositAddressReady.d.mts +27 -27
- package/dist/210/swapping/swapEgressIgnored.d.cts +6 -6
- package/dist/210/swapping/swapEgressIgnored.d.mts +6 -6
- package/dist/210/swapping/swapEgressScheduled.d.cts +12 -12
- package/dist/210/swapping/swapEgressScheduled.d.mts +12 -12
- package/dist/210/swapping/swapExecuted.d.cts +12 -12
- package/dist/210/swapping/swapExecuted.d.mts +12 -12
- package/dist/210/swapping/swapRequested.d.cts +51 -51
- package/dist/210/swapping/swapRequested.d.mts +51 -51
- package/dist/210/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/210/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/210/tradingStrategy/fundsAddedToStrategy.d.cts +6 -6
- package/dist/210/tradingStrategy/fundsAddedToStrategy.d.mts +6 -6
- package/dist/210/tradingStrategy/palletConfigUpdated.d.cts +24 -24
- package/dist/210/tradingStrategy/palletConfigUpdated.d.mts +24 -24
- package/dist/210/tradingStrategy/strategyDeployed.d.cts +24 -24
- package/dist/210/tradingStrategy/strategyDeployed.d.mts +24 -24
- package/dist/Processor.cjs +7 -18
- package/dist/Processor.d.cts +1 -3
- package/dist/Processor.d.mts +1 -2
- package/dist/Processor.mjs +3 -12
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +2 -2
- package/dist/utils.cjs +15 -1
- package/dist/utils.d.cts +4 -2
- package/dist/utils.d.mts +4 -2
- package/dist/utils.mjs +13 -1
- package/package.json +1 -1
|
@@ -6,21 +6,21 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
6
6
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
7
7
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
9
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
10
10
|
}, {
|
|
11
|
-
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
12
|
-
}>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
13
|
-
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
11
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
12
|
+
}>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
13
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
14
14
|
}>;
|
|
15
15
|
inputAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
16
16
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
17
17
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
18
18
|
}, "strip", z.ZodTypeAny, {
|
|
19
|
-
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
19
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
20
20
|
}, {
|
|
21
|
-
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
22
|
-
}>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
23
|
-
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
21
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
22
|
+
}>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
23
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
24
24
|
}>;
|
|
25
25
|
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
26
26
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
@@ -28,11 +28,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
28
28
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
29
29
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
30
30
|
}, "strip", z.ZodTypeAny, {
|
|
31
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
32
31
|
value: `0x${string}`;
|
|
33
|
-
}, {
|
|
34
32
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
33
|
+
}, {
|
|
35
34
|
value: string;
|
|
35
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
36
36
|
}>, {
|
|
37
37
|
readonly chain: "Ethereum";
|
|
38
38
|
readonly address: `0x${string}`;
|
|
@@ -52,8 +52,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
52
52
|
readonly chain: "Assethub";
|
|
53
53
|
readonly address: string;
|
|
54
54
|
}, {
|
|
55
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
56
55
|
value: string;
|
|
56
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
57
57
|
}>;
|
|
58
58
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
59
59
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -85,8 +85,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
85
85
|
}, {
|
|
86
86
|
__kind: "DepositChannel";
|
|
87
87
|
depositAddress: {
|
|
88
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
89
88
|
value: string;
|
|
89
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
90
90
|
};
|
|
91
91
|
channelId: string | number;
|
|
92
92
|
depositBlockHeight: string | number;
|
|
@@ -97,20 +97,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
97
97
|
__kind: z.ZodLiteral<"Evm">;
|
|
98
98
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
99
99
|
}, "strip", z.ZodTypeAny, {
|
|
100
|
-
__kind: "Evm";
|
|
101
100
|
value: `0x${string}`;
|
|
102
|
-
}, {
|
|
103
101
|
__kind: "Evm";
|
|
102
|
+
}, {
|
|
104
103
|
value: string;
|
|
104
|
+
__kind: "Evm";
|
|
105
105
|
}>, z.ZodObject<{
|
|
106
106
|
__kind: z.ZodLiteral<"Bitcoin">;
|
|
107
107
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
108
108
|
}, "strip", z.ZodTypeAny, {
|
|
109
|
-
__kind: "Bitcoin";
|
|
110
109
|
value: `0x${string}`;
|
|
111
|
-
}, {
|
|
112
110
|
__kind: "Bitcoin";
|
|
111
|
+
}, {
|
|
113
112
|
value: string;
|
|
113
|
+
__kind: "Bitcoin";
|
|
114
114
|
}>, z.ZodObject<{
|
|
115
115
|
__kind: z.ZodLiteral<"Polkadot">;
|
|
116
116
|
value: z.ZodObject<{
|
|
@@ -124,26 +124,26 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
124
124
|
extrinsicIndex: number;
|
|
125
125
|
}>;
|
|
126
126
|
}, "strip", z.ZodTypeAny, {
|
|
127
|
-
__kind: "Polkadot";
|
|
128
127
|
value: {
|
|
129
128
|
blockNumber: number;
|
|
130
129
|
extrinsicIndex: number;
|
|
131
130
|
};
|
|
132
|
-
}, {
|
|
133
131
|
__kind: "Polkadot";
|
|
132
|
+
}, {
|
|
134
133
|
value: {
|
|
135
134
|
blockNumber: number;
|
|
136
135
|
extrinsicIndex: number;
|
|
137
136
|
};
|
|
137
|
+
__kind: "Polkadot";
|
|
138
138
|
}>, z.ZodObject<{
|
|
139
139
|
__kind: z.ZodLiteral<"Solana">;
|
|
140
140
|
value: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
141
141
|
}, "strip", z.ZodTypeAny, {
|
|
142
|
-
__kind: "Solana";
|
|
143
142
|
value: [`0x${string}`, bigint];
|
|
144
|
-
}, {
|
|
145
143
|
__kind: "Solana";
|
|
144
|
+
}, {
|
|
146
145
|
value: [string, string | number];
|
|
146
|
+
__kind: "Solana";
|
|
147
147
|
}>, z.ZodObject<{
|
|
148
148
|
__kind: z.ZodLiteral<"None">;
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -155,20 +155,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
155
155
|
}, "strip", z.ZodTypeAny, {
|
|
156
156
|
__kind: "Vault";
|
|
157
157
|
txId: {
|
|
158
|
-
__kind: "Evm";
|
|
159
158
|
value: `0x${string}`;
|
|
159
|
+
__kind: "Evm";
|
|
160
160
|
} | {
|
|
161
|
-
__kind: "Bitcoin";
|
|
162
161
|
value: `0x${string}`;
|
|
162
|
+
__kind: "Bitcoin";
|
|
163
163
|
} | {
|
|
164
|
-
__kind: "Polkadot";
|
|
165
164
|
value: {
|
|
166
165
|
blockNumber: number;
|
|
167
166
|
extrinsicIndex: number;
|
|
168
167
|
};
|
|
168
|
+
__kind: "Polkadot";
|
|
169
169
|
} | {
|
|
170
|
-
__kind: "Solana";
|
|
171
170
|
value: [`0x${string}`, bigint];
|
|
171
|
+
__kind: "Solana";
|
|
172
172
|
} | {
|
|
173
173
|
__kind: "None";
|
|
174
174
|
};
|
|
@@ -176,20 +176,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
176
176
|
}, {
|
|
177
177
|
__kind: "Vault";
|
|
178
178
|
txId: {
|
|
179
|
-
__kind: "Evm";
|
|
180
179
|
value: string;
|
|
180
|
+
__kind: "Evm";
|
|
181
181
|
} | {
|
|
182
|
-
__kind: "Bitcoin";
|
|
183
182
|
value: string;
|
|
183
|
+
__kind: "Bitcoin";
|
|
184
184
|
} | {
|
|
185
|
-
__kind: "Polkadot";
|
|
186
185
|
value: {
|
|
187
186
|
blockNumber: number;
|
|
188
187
|
extrinsicIndex: number;
|
|
189
188
|
};
|
|
189
|
+
__kind: "Polkadot";
|
|
190
190
|
} | {
|
|
191
|
-
__kind: "Solana";
|
|
192
191
|
value: [string, string | number];
|
|
192
|
+
__kind: "Solana";
|
|
193
193
|
} | {
|
|
194
194
|
__kind: "None";
|
|
195
195
|
};
|
|
@@ -204,11 +204,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
204
204
|
__kind: z.ZodLiteral<"OnChainAccount">;
|
|
205
205
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
206
206
|
}, "strip", z.ZodTypeAny, {
|
|
207
|
-
__kind: "OnChainAccount";
|
|
208
207
|
value: `cF${string}`;
|
|
209
|
-
}, {
|
|
210
208
|
__kind: "OnChainAccount";
|
|
209
|
+
}, {
|
|
211
210
|
value: string;
|
|
211
|
+
__kind: "OnChainAccount";
|
|
212
212
|
}>]>;
|
|
213
213
|
requestType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
214
214
|
__kind: z.ZodLiteral<"NetworkFee">;
|
|
@@ -284,7 +284,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
284
284
|
fallbackAddress: string;
|
|
285
285
|
}>;
|
|
286
286
|
}, "strip", z.ZodTypeAny, {
|
|
287
|
-
__kind: "V0";
|
|
288
287
|
value: {
|
|
289
288
|
cfReceiver: {
|
|
290
289
|
pubkey: `0x${string}`;
|
|
@@ -296,8 +295,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
296
295
|
}[];
|
|
297
296
|
fallbackAddress: `0x${string}`;
|
|
298
297
|
};
|
|
299
|
-
}, {
|
|
300
298
|
__kind: "V0";
|
|
299
|
+
}, {
|
|
301
300
|
value: {
|
|
302
301
|
cfReceiver: {
|
|
303
302
|
pubkey: string;
|
|
@@ -309,6 +308,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
309
308
|
}[];
|
|
310
309
|
fallbackAddress: string;
|
|
311
310
|
};
|
|
311
|
+
__kind: "V0";
|
|
312
312
|
}>, z.ZodObject<{
|
|
313
313
|
__kind: z.ZodLiteral<"V1">;
|
|
314
314
|
ccmAccounts: z.ZodObject<{
|
|
@@ -385,9 +385,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
385
385
|
alts: string[];
|
|
386
386
|
}>]>;
|
|
387
387
|
}, "strip", z.ZodTypeAny, {
|
|
388
|
-
__kind: "Solana";
|
|
389
388
|
value: {
|
|
390
|
-
__kind: "V0";
|
|
391
389
|
value: {
|
|
392
390
|
cfReceiver: {
|
|
393
391
|
pubkey: `0x${string}`;
|
|
@@ -399,6 +397,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
399
397
|
}[];
|
|
400
398
|
fallbackAddress: `0x${string}`;
|
|
401
399
|
};
|
|
400
|
+
__kind: "V0";
|
|
402
401
|
} | {
|
|
403
402
|
__kind: "V1";
|
|
404
403
|
ccmAccounts: {
|
|
@@ -414,10 +413,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
414
413
|
};
|
|
415
414
|
alts: `0x${string}`[];
|
|
416
415
|
};
|
|
417
|
-
}, {
|
|
418
416
|
__kind: "Solana";
|
|
417
|
+
}, {
|
|
419
418
|
value: {
|
|
420
|
-
__kind: "V0";
|
|
421
419
|
value: {
|
|
422
420
|
cfReceiver: {
|
|
423
421
|
pubkey: string;
|
|
@@ -429,6 +427,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
429
427
|
}[];
|
|
430
428
|
fallbackAddress: string;
|
|
431
429
|
};
|
|
430
|
+
__kind: "V0";
|
|
432
431
|
} | {
|
|
433
432
|
__kind: "V1";
|
|
434
433
|
ccmAccounts: {
|
|
@@ -444,6 +443,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
444
443
|
};
|
|
445
444
|
alts: string[];
|
|
446
445
|
};
|
|
446
|
+
__kind: "Solana";
|
|
447
447
|
}>]>;
|
|
448
448
|
}, "strip", z.ZodTypeAny, {
|
|
449
449
|
message: `0x${string}`;
|
|
@@ -451,9 +451,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
451
451
|
ccmAdditionalData: {
|
|
452
452
|
__kind: "NotRequired";
|
|
453
453
|
} | {
|
|
454
|
-
__kind: "Solana";
|
|
455
454
|
value: {
|
|
456
|
-
__kind: "V0";
|
|
457
455
|
value: {
|
|
458
456
|
cfReceiver: {
|
|
459
457
|
pubkey: `0x${string}`;
|
|
@@ -465,6 +463,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
465
463
|
}[];
|
|
466
464
|
fallbackAddress: `0x${string}`;
|
|
467
465
|
};
|
|
466
|
+
__kind: "V0";
|
|
468
467
|
} | {
|
|
469
468
|
__kind: "V1";
|
|
470
469
|
ccmAccounts: {
|
|
@@ -480,6 +479,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
480
479
|
};
|
|
481
480
|
alts: `0x${string}`[];
|
|
482
481
|
};
|
|
482
|
+
__kind: "Solana";
|
|
483
483
|
};
|
|
484
484
|
}, {
|
|
485
485
|
message: string;
|
|
@@ -487,9 +487,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
487
487
|
ccmAdditionalData: {
|
|
488
488
|
__kind: "NotRequired";
|
|
489
489
|
} | {
|
|
490
|
-
__kind: "Solana";
|
|
491
490
|
value: {
|
|
492
|
-
__kind: "V0";
|
|
493
491
|
value: {
|
|
494
492
|
cfReceiver: {
|
|
495
493
|
pubkey: string;
|
|
@@ -501,6 +499,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
501
499
|
}[];
|
|
502
500
|
fallbackAddress: string;
|
|
503
501
|
};
|
|
502
|
+
__kind: "V0";
|
|
504
503
|
} | {
|
|
505
504
|
__kind: "V1";
|
|
506
505
|
ccmAccounts: {
|
|
@@ -516,6 +515,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
516
515
|
};
|
|
517
516
|
alts: string[];
|
|
518
517
|
};
|
|
518
|
+
__kind: "Solana";
|
|
519
519
|
};
|
|
520
520
|
}>;
|
|
521
521
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -531,11 +531,11 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
531
531
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
532
532
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
533
533
|
}, "strip", z.ZodTypeAny, {
|
|
534
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
535
534
|
value: `0x${string}`;
|
|
536
|
-
}, {
|
|
537
535
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
536
|
+
}, {
|
|
538
537
|
value: string;
|
|
538
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
539
539
|
}>, {
|
|
540
540
|
readonly chain: "Ethereum";
|
|
541
541
|
readonly address: `0x${string}`;
|
|
@@ -555,8 +555,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
555
555
|
readonly chain: "Assethub";
|
|
556
556
|
readonly address: string;
|
|
557
557
|
}, {
|
|
558
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
559
558
|
value: string;
|
|
559
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
560
560
|
}>>>;
|
|
561
561
|
}, "strip", z.ZodTypeAny, {
|
|
562
562
|
channelMetadata: {
|
|
@@ -565,9 +565,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
565
565
|
ccmAdditionalData: {
|
|
566
566
|
__kind: "NotRequired";
|
|
567
567
|
} | {
|
|
568
|
-
__kind: "Solana";
|
|
569
568
|
value: {
|
|
570
|
-
__kind: "V0";
|
|
571
569
|
value: {
|
|
572
570
|
cfReceiver: {
|
|
573
571
|
pubkey: `0x${string}`;
|
|
@@ -579,6 +577,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
579
577
|
}[];
|
|
580
578
|
fallbackAddress: `0x${string}`;
|
|
581
579
|
};
|
|
580
|
+
__kind: "V0";
|
|
582
581
|
} | {
|
|
583
582
|
__kind: "V1";
|
|
584
583
|
ccmAccounts: {
|
|
@@ -594,6 +593,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
594
593
|
};
|
|
595
594
|
alts: `0x${string}`[];
|
|
596
595
|
};
|
|
596
|
+
__kind: "Solana";
|
|
597
597
|
};
|
|
598
598
|
};
|
|
599
599
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -623,9 +623,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
623
623
|
ccmAdditionalData: {
|
|
624
624
|
__kind: "NotRequired";
|
|
625
625
|
} | {
|
|
626
|
-
__kind: "Solana";
|
|
627
626
|
value: {
|
|
628
|
-
__kind: "V0";
|
|
629
627
|
value: {
|
|
630
628
|
cfReceiver: {
|
|
631
629
|
pubkey: string;
|
|
@@ -637,6 +635,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
637
635
|
}[];
|
|
638
636
|
fallbackAddress: string;
|
|
639
637
|
};
|
|
638
|
+
__kind: "V0";
|
|
640
639
|
} | {
|
|
641
640
|
__kind: "V1";
|
|
642
641
|
ccmAccounts: {
|
|
@@ -652,25 +651,26 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
652
651
|
};
|
|
653
652
|
alts: string[];
|
|
654
653
|
};
|
|
654
|
+
__kind: "Solana";
|
|
655
655
|
};
|
|
656
656
|
};
|
|
657
657
|
sourceChain: {
|
|
658
658
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
659
659
|
};
|
|
660
660
|
sourceAddress?: {
|
|
661
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
662
661
|
value: string;
|
|
662
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
663
663
|
} | null | undefined;
|
|
664
664
|
}>>>;
|
|
665
665
|
outputAddress: z.ZodEffects<z.ZodObject<{
|
|
666
666
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
667
667
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
668
668
|
}, "strip", z.ZodTypeAny, {
|
|
669
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
670
669
|
value: `0x${string}`;
|
|
671
|
-
}, {
|
|
672
670
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
671
|
+
}, {
|
|
673
672
|
value: string;
|
|
673
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
674
674
|
}>, {
|
|
675
675
|
readonly chain: "Ethereum";
|
|
676
676
|
readonly address: `0x${string}`;
|
|
@@ -690,8 +690,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
690
690
|
readonly chain: "Assethub";
|
|
691
691
|
readonly address: string;
|
|
692
692
|
}, {
|
|
693
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
694
693
|
value: string;
|
|
694
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
695
695
|
}>;
|
|
696
696
|
}, "strip", z.ZodTypeAny, {
|
|
697
697
|
__kind: "Egress";
|
|
@@ -721,9 +721,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
721
721
|
ccmAdditionalData: {
|
|
722
722
|
__kind: "NotRequired";
|
|
723
723
|
} | {
|
|
724
|
-
__kind: "Solana";
|
|
725
724
|
value: {
|
|
726
|
-
__kind: "V0";
|
|
727
725
|
value: {
|
|
728
726
|
cfReceiver: {
|
|
729
727
|
pubkey: `0x${string}`;
|
|
@@ -735,6 +733,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
735
733
|
}[];
|
|
736
734
|
fallbackAddress: `0x${string}`;
|
|
737
735
|
};
|
|
736
|
+
__kind: "V0";
|
|
738
737
|
} | {
|
|
739
738
|
__kind: "V1";
|
|
740
739
|
ccmAccounts: {
|
|
@@ -750,6 +749,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
750
749
|
};
|
|
751
750
|
alts: `0x${string}`[];
|
|
752
751
|
};
|
|
752
|
+
__kind: "Solana";
|
|
753
753
|
};
|
|
754
754
|
};
|
|
755
755
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -776,8 +776,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
776
776
|
}, {
|
|
777
777
|
__kind: "Egress";
|
|
778
778
|
outputAddress: {
|
|
779
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
780
779
|
value: string;
|
|
780
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
781
781
|
};
|
|
782
782
|
ccmDepositMetadata?: {
|
|
783
783
|
channelMetadata: {
|
|
@@ -786,9 +786,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
786
786
|
ccmAdditionalData: {
|
|
787
787
|
__kind: "NotRequired";
|
|
788
788
|
} | {
|
|
789
|
-
__kind: "Solana";
|
|
790
789
|
value: {
|
|
791
|
-
__kind: "V0";
|
|
792
790
|
value: {
|
|
793
791
|
cfReceiver: {
|
|
794
792
|
pubkey: string;
|
|
@@ -800,6 +798,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
800
798
|
}[];
|
|
801
799
|
fallbackAddress: string;
|
|
802
800
|
};
|
|
801
|
+
__kind: "V0";
|
|
803
802
|
} | {
|
|
804
803
|
__kind: "V1";
|
|
805
804
|
ccmAccounts: {
|
|
@@ -815,25 +814,26 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
815
814
|
};
|
|
816
815
|
alts: string[];
|
|
817
816
|
};
|
|
817
|
+
__kind: "Solana";
|
|
818
818
|
};
|
|
819
819
|
};
|
|
820
820
|
sourceChain: {
|
|
821
821
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
822
822
|
};
|
|
823
823
|
sourceAddress?: {
|
|
824
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
825
824
|
value: string;
|
|
825
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
826
826
|
} | null | undefined;
|
|
827
827
|
} | null | undefined;
|
|
828
828
|
}>, z.ZodObject<{
|
|
829
829
|
__kind: z.ZodLiteral<"CreditOnChain">;
|
|
830
830
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
831
831
|
}, "strip", z.ZodTypeAny, {
|
|
832
|
-
__kind: "CreditOnChain";
|
|
833
832
|
accountId: `cF${string}`;
|
|
834
|
-
}, {
|
|
835
833
|
__kind: "CreditOnChain";
|
|
834
|
+
}, {
|
|
836
835
|
accountId: string;
|
|
836
|
+
__kind: "CreditOnChain";
|
|
837
837
|
}>, z.ZodObject<{
|
|
838
838
|
__kind: z.ZodLiteral<"CreditLendingPool">;
|
|
839
839
|
swapType: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -853,19 +853,19 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
853
853
|
poolAsset: z.ZodEffects<z.ZodObject<{
|
|
854
854
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
855
855
|
}, "strip", z.ZodTypeAny, {
|
|
856
|
-
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
856
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
857
857
|
}, {
|
|
858
|
-
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
859
|
-
}>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
860
|
-
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
858
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
859
|
+
}>, "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
|
|
860
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
861
861
|
}>;
|
|
862
862
|
}, "strip", z.ZodTypeAny, {
|
|
863
863
|
__kind: "FeeSwap";
|
|
864
|
-
poolAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
864
|
+
poolAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
865
865
|
}, {
|
|
866
866
|
__kind: "FeeSwap";
|
|
867
867
|
poolAsset: {
|
|
868
|
-
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
868
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
869
869
|
};
|
|
870
870
|
}>]>;
|
|
871
871
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -876,7 +876,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
876
876
|
loanId: bigint;
|
|
877
877
|
} | {
|
|
878
878
|
__kind: "FeeSwap";
|
|
879
|
-
poolAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
879
|
+
poolAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
880
880
|
};
|
|
881
881
|
}, {
|
|
882
882
|
__kind: "CreditLendingPool";
|
|
@@ -887,7 +887,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
887
887
|
} | {
|
|
888
888
|
__kind: "FeeSwap";
|
|
889
889
|
poolAsset: {
|
|
890
|
-
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
890
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
891
891
|
};
|
|
892
892
|
};
|
|
893
893
|
}>]>;
|
|
@@ -921,9 +921,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
921
921
|
ccmAdditionalData: {
|
|
922
922
|
__kind: "NotRequired";
|
|
923
923
|
} | {
|
|
924
|
-
__kind: "Solana";
|
|
925
924
|
value: {
|
|
926
|
-
__kind: "V0";
|
|
927
925
|
value: {
|
|
928
926
|
cfReceiver: {
|
|
929
927
|
pubkey: `0x${string}`;
|
|
@@ -935,6 +933,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
935
933
|
}[];
|
|
936
934
|
fallbackAddress: `0x${string}`;
|
|
937
935
|
};
|
|
936
|
+
__kind: "V0";
|
|
938
937
|
} | {
|
|
939
938
|
__kind: "V1";
|
|
940
939
|
ccmAccounts: {
|
|
@@ -950,6 +949,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
950
949
|
};
|
|
951
950
|
alts: `0x${string}`[];
|
|
952
951
|
};
|
|
952
|
+
__kind: "Solana";
|
|
953
953
|
};
|
|
954
954
|
};
|
|
955
955
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -974,8 +974,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
974
974
|
} | null | undefined;
|
|
975
975
|
} | null | undefined;
|
|
976
976
|
} | {
|
|
977
|
-
__kind: "CreditOnChain";
|
|
978
977
|
accountId: `cF${string}`;
|
|
978
|
+
__kind: "CreditOnChain";
|
|
979
979
|
} | {
|
|
980
980
|
__kind: "CreditLendingPool";
|
|
981
981
|
swapType: {
|
|
@@ -984,7 +984,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
984
984
|
loanId: bigint;
|
|
985
985
|
} | {
|
|
986
986
|
__kind: "FeeSwap";
|
|
987
|
-
poolAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
987
|
+
poolAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
988
988
|
};
|
|
989
989
|
};
|
|
990
990
|
}, {
|
|
@@ -992,8 +992,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
992
992
|
outputAction: {
|
|
993
993
|
__kind: "Egress";
|
|
994
994
|
outputAddress: {
|
|
995
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
996
995
|
value: string;
|
|
996
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
997
997
|
};
|
|
998
998
|
ccmDepositMetadata?: {
|
|
999
999
|
channelMetadata: {
|
|
@@ -1002,9 +1002,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1002
1002
|
ccmAdditionalData: {
|
|
1003
1003
|
__kind: "NotRequired";
|
|
1004
1004
|
} | {
|
|
1005
|
-
__kind: "Solana";
|
|
1006
1005
|
value: {
|
|
1007
|
-
__kind: "V0";
|
|
1008
1006
|
value: {
|
|
1009
1007
|
cfReceiver: {
|
|
1010
1008
|
pubkey: string;
|
|
@@ -1016,6 +1014,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1016
1014
|
}[];
|
|
1017
1015
|
fallbackAddress: string;
|
|
1018
1016
|
};
|
|
1017
|
+
__kind: "V0";
|
|
1019
1018
|
} | {
|
|
1020
1019
|
__kind: "V1";
|
|
1021
1020
|
ccmAccounts: {
|
|
@@ -1031,19 +1030,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1031
1030
|
};
|
|
1032
1031
|
alts: string[];
|
|
1033
1032
|
};
|
|
1033
|
+
__kind: "Solana";
|
|
1034
1034
|
};
|
|
1035
1035
|
};
|
|
1036
1036
|
sourceChain: {
|
|
1037
1037
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1038
1038
|
};
|
|
1039
1039
|
sourceAddress?: {
|
|
1040
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1041
1040
|
value: string;
|
|
1041
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
1042
1042
|
} | null | undefined;
|
|
1043
1043
|
} | null | undefined;
|
|
1044
1044
|
} | {
|
|
1045
|
-
__kind: "CreditOnChain";
|
|
1046
1045
|
accountId: string;
|
|
1046
|
+
__kind: "CreditOnChain";
|
|
1047
1047
|
} | {
|
|
1048
1048
|
__kind: "CreditLendingPool";
|
|
1049
1049
|
swapType: {
|
|
@@ -1053,7 +1053,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1053
1053
|
} | {
|
|
1054
1054
|
__kind: "FeeSwap";
|
|
1055
1055
|
poolAsset: {
|
|
1056
|
-
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
1056
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1057
1057
|
};
|
|
1058
1058
|
};
|
|
1059
1059
|
};
|
|
@@ -1082,78 +1082,78 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1082
1082
|
__kind: z.ZodLiteral<"InternalAccount">;
|
|
1083
1083
|
value: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
1084
1084
|
}, "strip", z.ZodTypeAny, {
|
|
1085
|
-
__kind: "InternalAccount";
|
|
1086
1085
|
value: `cF${string}`;
|
|
1087
|
-
}, {
|
|
1088
1086
|
__kind: "InternalAccount";
|
|
1087
|
+
}, {
|
|
1089
1088
|
value: string;
|
|
1089
|
+
__kind: "InternalAccount";
|
|
1090
1090
|
}>, z.ZodObject<{
|
|
1091
1091
|
__kind: z.ZodLiteral<"ExternalAddress">;
|
|
1092
1092
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1093
1093
|
__kind: z.ZodLiteral<"Eth">;
|
|
1094
1094
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1095
1095
|
}, "strip", z.ZodTypeAny, {
|
|
1096
|
-
__kind: "Eth";
|
|
1097
1096
|
value: `0x${string}`;
|
|
1098
|
-
}, {
|
|
1099
1097
|
__kind: "Eth";
|
|
1098
|
+
}, {
|
|
1100
1099
|
value: string;
|
|
1100
|
+
__kind: "Eth";
|
|
1101
1101
|
}>, z.ZodObject<{
|
|
1102
1102
|
__kind: z.ZodLiteral<"Dot">;
|
|
1103
1103
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1104
1104
|
}, "strip", z.ZodTypeAny, {
|
|
1105
|
-
__kind: "Dot";
|
|
1106
1105
|
value: `0x${string}`;
|
|
1107
|
-
}, {
|
|
1108
1106
|
__kind: "Dot";
|
|
1107
|
+
}, {
|
|
1109
1108
|
value: string;
|
|
1109
|
+
__kind: "Dot";
|
|
1110
1110
|
}>, z.ZodObject<{
|
|
1111
1111
|
__kind: z.ZodLiteral<"Btc">;
|
|
1112
1112
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1113
1113
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1114
1114
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1115
1115
|
}, "strip", z.ZodTypeAny, {
|
|
1116
|
-
__kind: "P2PKH";
|
|
1117
1116
|
value: `0x${string}`;
|
|
1118
|
-
}, {
|
|
1119
1117
|
__kind: "P2PKH";
|
|
1118
|
+
}, {
|
|
1120
1119
|
value: string;
|
|
1120
|
+
__kind: "P2PKH";
|
|
1121
1121
|
}>, z.ZodObject<{
|
|
1122
1122
|
__kind: z.ZodLiteral<"P2SH">;
|
|
1123
1123
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1124
1124
|
}, "strip", z.ZodTypeAny, {
|
|
1125
|
-
__kind: "P2SH";
|
|
1126
1125
|
value: `0x${string}`;
|
|
1127
|
-
}, {
|
|
1128
1126
|
__kind: "P2SH";
|
|
1127
|
+
}, {
|
|
1129
1128
|
value: string;
|
|
1129
|
+
__kind: "P2SH";
|
|
1130
1130
|
}>, z.ZodObject<{
|
|
1131
1131
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1132
1132
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1133
1133
|
}, "strip", z.ZodTypeAny, {
|
|
1134
|
-
__kind: "P2WPKH";
|
|
1135
1134
|
value: `0x${string}`;
|
|
1136
|
-
}, {
|
|
1137
1135
|
__kind: "P2WPKH";
|
|
1136
|
+
}, {
|
|
1138
1137
|
value: string;
|
|
1138
|
+
__kind: "P2WPKH";
|
|
1139
1139
|
}>, z.ZodObject<{
|
|
1140
1140
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
1141
1141
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1142
1142
|
}, "strip", z.ZodTypeAny, {
|
|
1143
|
-
__kind: "P2WSH";
|
|
1144
1143
|
value: `0x${string}`;
|
|
1145
|
-
}, {
|
|
1146
1144
|
__kind: "P2WSH";
|
|
1145
|
+
}, {
|
|
1147
1146
|
value: string;
|
|
1147
|
+
__kind: "P2WSH";
|
|
1148
1148
|
}>, z.ZodObject<{
|
|
1149
1149
|
__kind: z.ZodLiteral<"Taproot">;
|
|
1150
1150
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1151
1151
|
}, "strip", z.ZodTypeAny, {
|
|
1152
|
-
__kind: "Taproot";
|
|
1153
1152
|
value: `0x${string}`;
|
|
1154
|
-
}, {
|
|
1155
1153
|
__kind: "Taproot";
|
|
1154
|
+
}, {
|
|
1156
1155
|
value: string;
|
|
1156
|
+
__kind: "Taproot";
|
|
1157
1157
|
}>, z.ZodObject<{
|
|
1158
1158
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1159
1159
|
version: z.ZodNumber;
|
|
@@ -1168,157 +1168,157 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1168
1168
|
program: string;
|
|
1169
1169
|
}>]>;
|
|
1170
1170
|
}, "strip", z.ZodTypeAny, {
|
|
1171
|
-
__kind: "Btc";
|
|
1172
1171
|
value: {
|
|
1173
|
-
__kind: "P2PKH";
|
|
1174
1172
|
value: `0x${string}`;
|
|
1173
|
+
__kind: "P2PKH";
|
|
1175
1174
|
} | {
|
|
1176
|
-
__kind: "P2SH";
|
|
1177
1175
|
value: `0x${string}`;
|
|
1176
|
+
__kind: "P2SH";
|
|
1178
1177
|
} | {
|
|
1179
|
-
__kind: "P2WPKH";
|
|
1180
1178
|
value: `0x${string}`;
|
|
1179
|
+
__kind: "P2WPKH";
|
|
1181
1180
|
} | {
|
|
1182
|
-
__kind: "P2WSH";
|
|
1183
1181
|
value: `0x${string}`;
|
|
1182
|
+
__kind: "P2WSH";
|
|
1184
1183
|
} | {
|
|
1185
|
-
__kind: "Taproot";
|
|
1186
1184
|
value: `0x${string}`;
|
|
1185
|
+
__kind: "Taproot";
|
|
1187
1186
|
} | {
|
|
1188
1187
|
__kind: "OtherSegwit";
|
|
1189
1188
|
version: number;
|
|
1190
1189
|
program: `0x${string}`;
|
|
1191
1190
|
};
|
|
1192
|
-
}, {
|
|
1193
1191
|
__kind: "Btc";
|
|
1192
|
+
}, {
|
|
1194
1193
|
value: {
|
|
1195
|
-
__kind: "P2PKH";
|
|
1196
1194
|
value: string;
|
|
1195
|
+
__kind: "P2PKH";
|
|
1197
1196
|
} | {
|
|
1198
|
-
__kind: "P2SH";
|
|
1199
1197
|
value: string;
|
|
1198
|
+
__kind: "P2SH";
|
|
1200
1199
|
} | {
|
|
1201
|
-
__kind: "P2WPKH";
|
|
1202
1200
|
value: string;
|
|
1201
|
+
__kind: "P2WPKH";
|
|
1203
1202
|
} | {
|
|
1204
|
-
__kind: "P2WSH";
|
|
1205
1203
|
value: string;
|
|
1204
|
+
__kind: "P2WSH";
|
|
1206
1205
|
} | {
|
|
1207
|
-
__kind: "Taproot";
|
|
1208
1206
|
value: string;
|
|
1207
|
+
__kind: "Taproot";
|
|
1209
1208
|
} | {
|
|
1210
1209
|
__kind: "OtherSegwit";
|
|
1211
1210
|
version: number;
|
|
1212
1211
|
program: string;
|
|
1213
1212
|
};
|
|
1213
|
+
__kind: "Btc";
|
|
1214
1214
|
}>, z.ZodObject<{
|
|
1215
1215
|
__kind: z.ZodLiteral<"Arb">;
|
|
1216
1216
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1217
1217
|
}, "strip", z.ZodTypeAny, {
|
|
1218
|
-
__kind: "Arb";
|
|
1219
1218
|
value: `0x${string}`;
|
|
1220
|
-
}, {
|
|
1221
1219
|
__kind: "Arb";
|
|
1220
|
+
}, {
|
|
1222
1221
|
value: string;
|
|
1222
|
+
__kind: "Arb";
|
|
1223
1223
|
}>, z.ZodObject<{
|
|
1224
1224
|
__kind: z.ZodLiteral<"Sol">;
|
|
1225
1225
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1226
1226
|
}, "strip", z.ZodTypeAny, {
|
|
1227
|
-
__kind: "Sol";
|
|
1228
1227
|
value: `0x${string}`;
|
|
1229
|
-
}, {
|
|
1230
1228
|
__kind: "Sol";
|
|
1229
|
+
}, {
|
|
1231
1230
|
value: string;
|
|
1231
|
+
__kind: "Sol";
|
|
1232
1232
|
}>, z.ZodObject<{
|
|
1233
1233
|
__kind: z.ZodLiteral<"Hub">;
|
|
1234
1234
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1235
1235
|
}, "strip", z.ZodTypeAny, {
|
|
1236
|
-
__kind: "Hub";
|
|
1237
1236
|
value: `0x${string}`;
|
|
1238
|
-
}, {
|
|
1239
1237
|
__kind: "Hub";
|
|
1238
|
+
}, {
|
|
1240
1239
|
value: string;
|
|
1240
|
+
__kind: "Hub";
|
|
1241
1241
|
}>]>;
|
|
1242
1242
|
}, "strip", z.ZodTypeAny, {
|
|
1243
|
-
__kind: "ExternalAddress";
|
|
1244
1243
|
value: {
|
|
1245
|
-
__kind: "Eth";
|
|
1246
1244
|
value: `0x${string}`;
|
|
1245
|
+
__kind: "Eth";
|
|
1247
1246
|
} | {
|
|
1248
|
-
__kind: "Dot";
|
|
1249
1247
|
value: `0x${string}`;
|
|
1248
|
+
__kind: "Dot";
|
|
1250
1249
|
} | {
|
|
1251
|
-
__kind: "Btc";
|
|
1252
1250
|
value: {
|
|
1253
|
-
__kind: "P2PKH";
|
|
1254
1251
|
value: `0x${string}`;
|
|
1252
|
+
__kind: "P2PKH";
|
|
1255
1253
|
} | {
|
|
1256
|
-
__kind: "P2SH";
|
|
1257
1254
|
value: `0x${string}`;
|
|
1255
|
+
__kind: "P2SH";
|
|
1258
1256
|
} | {
|
|
1259
|
-
__kind: "P2WPKH";
|
|
1260
1257
|
value: `0x${string}`;
|
|
1258
|
+
__kind: "P2WPKH";
|
|
1261
1259
|
} | {
|
|
1262
|
-
__kind: "P2WSH";
|
|
1263
1260
|
value: `0x${string}`;
|
|
1261
|
+
__kind: "P2WSH";
|
|
1264
1262
|
} | {
|
|
1265
|
-
__kind: "Taproot";
|
|
1266
1263
|
value: `0x${string}`;
|
|
1264
|
+
__kind: "Taproot";
|
|
1267
1265
|
} | {
|
|
1268
1266
|
__kind: "OtherSegwit";
|
|
1269
1267
|
version: number;
|
|
1270
1268
|
program: `0x${string}`;
|
|
1271
1269
|
};
|
|
1270
|
+
__kind: "Btc";
|
|
1272
1271
|
} | {
|
|
1273
|
-
__kind: "Arb";
|
|
1274
1272
|
value: `0x${string}`;
|
|
1273
|
+
__kind: "Arb";
|
|
1275
1274
|
} | {
|
|
1276
|
-
__kind: "Sol";
|
|
1277
1275
|
value: `0x${string}`;
|
|
1276
|
+
__kind: "Sol";
|
|
1278
1277
|
} | {
|
|
1279
|
-
__kind: "Hub";
|
|
1280
1278
|
value: `0x${string}`;
|
|
1279
|
+
__kind: "Hub";
|
|
1281
1280
|
};
|
|
1282
|
-
}, {
|
|
1283
1281
|
__kind: "ExternalAddress";
|
|
1282
|
+
}, {
|
|
1284
1283
|
value: {
|
|
1285
|
-
__kind: "Eth";
|
|
1286
1284
|
value: string;
|
|
1285
|
+
__kind: "Eth";
|
|
1287
1286
|
} | {
|
|
1288
|
-
__kind: "Dot";
|
|
1289
1287
|
value: string;
|
|
1288
|
+
__kind: "Dot";
|
|
1290
1289
|
} | {
|
|
1291
|
-
__kind: "Btc";
|
|
1292
1290
|
value: {
|
|
1293
|
-
__kind: "P2PKH";
|
|
1294
1291
|
value: string;
|
|
1292
|
+
__kind: "P2PKH";
|
|
1295
1293
|
} | {
|
|
1296
|
-
__kind: "P2SH";
|
|
1297
1294
|
value: string;
|
|
1295
|
+
__kind: "P2SH";
|
|
1298
1296
|
} | {
|
|
1299
|
-
__kind: "P2WPKH";
|
|
1300
1297
|
value: string;
|
|
1298
|
+
__kind: "P2WPKH";
|
|
1301
1299
|
} | {
|
|
1302
|
-
__kind: "P2WSH";
|
|
1303
1300
|
value: string;
|
|
1301
|
+
__kind: "P2WSH";
|
|
1304
1302
|
} | {
|
|
1305
|
-
__kind: "Taproot";
|
|
1306
1303
|
value: string;
|
|
1304
|
+
__kind: "Taproot";
|
|
1307
1305
|
} | {
|
|
1308
1306
|
__kind: "OtherSegwit";
|
|
1309
1307
|
version: number;
|
|
1310
1308
|
program: string;
|
|
1311
1309
|
};
|
|
1310
|
+
__kind: "Btc";
|
|
1312
1311
|
} | {
|
|
1313
|
-
__kind: "Arb";
|
|
1314
1312
|
value: string;
|
|
1313
|
+
__kind: "Arb";
|
|
1315
1314
|
} | {
|
|
1316
|
-
__kind: "Sol";
|
|
1317
1315
|
value: string;
|
|
1316
|
+
__kind: "Sol";
|
|
1318
1317
|
} | {
|
|
1319
|
-
__kind: "Hub";
|
|
1320
1318
|
value: string;
|
|
1319
|
+
__kind: "Hub";
|
|
1321
1320
|
};
|
|
1321
|
+
__kind: "ExternalAddress";
|
|
1322
1322
|
}>]>;
|
|
1323
1323
|
refundCcmMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1324
1324
|
channelMetadata: z.ZodObject<{
|
|
@@ -1378,7 +1378,6 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1378
1378
|
fallbackAddress: string;
|
|
1379
1379
|
}>;
|
|
1380
1380
|
}, "strip", z.ZodTypeAny, {
|
|
1381
|
-
__kind: "V0";
|
|
1382
1381
|
value: {
|
|
1383
1382
|
cfReceiver: {
|
|
1384
1383
|
pubkey: `0x${string}`;
|
|
@@ -1390,8 +1389,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1390
1389
|
}[];
|
|
1391
1390
|
fallbackAddress: `0x${string}`;
|
|
1392
1391
|
};
|
|
1393
|
-
}, {
|
|
1394
1392
|
__kind: "V0";
|
|
1393
|
+
}, {
|
|
1395
1394
|
value: {
|
|
1396
1395
|
cfReceiver: {
|
|
1397
1396
|
pubkey: string;
|
|
@@ -1403,6 +1402,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1403
1402
|
}[];
|
|
1404
1403
|
fallbackAddress: string;
|
|
1405
1404
|
};
|
|
1405
|
+
__kind: "V0";
|
|
1406
1406
|
}>, z.ZodObject<{
|
|
1407
1407
|
__kind: z.ZodLiteral<"V1">;
|
|
1408
1408
|
ccmAccounts: z.ZodObject<{
|
|
@@ -1479,9 +1479,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1479
1479
|
alts: string[];
|
|
1480
1480
|
}>]>;
|
|
1481
1481
|
}, "strip", z.ZodTypeAny, {
|
|
1482
|
-
__kind: "Solana";
|
|
1483
1482
|
value: {
|
|
1484
|
-
__kind: "V0";
|
|
1485
1483
|
value: {
|
|
1486
1484
|
cfReceiver: {
|
|
1487
1485
|
pubkey: `0x${string}`;
|
|
@@ -1493,6 +1491,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1493
1491
|
}[];
|
|
1494
1492
|
fallbackAddress: `0x${string}`;
|
|
1495
1493
|
};
|
|
1494
|
+
__kind: "V0";
|
|
1496
1495
|
} | {
|
|
1497
1496
|
__kind: "V1";
|
|
1498
1497
|
ccmAccounts: {
|
|
@@ -1508,10 +1507,9 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1508
1507
|
};
|
|
1509
1508
|
alts: `0x${string}`[];
|
|
1510
1509
|
};
|
|
1511
|
-
}, {
|
|
1512
1510
|
__kind: "Solana";
|
|
1511
|
+
}, {
|
|
1513
1512
|
value: {
|
|
1514
|
-
__kind: "V0";
|
|
1515
1513
|
value: {
|
|
1516
1514
|
cfReceiver: {
|
|
1517
1515
|
pubkey: string;
|
|
@@ -1523,6 +1521,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1523
1521
|
}[];
|
|
1524
1522
|
fallbackAddress: string;
|
|
1525
1523
|
};
|
|
1524
|
+
__kind: "V0";
|
|
1526
1525
|
} | {
|
|
1527
1526
|
__kind: "V1";
|
|
1528
1527
|
ccmAccounts: {
|
|
@@ -1538,6 +1537,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1538
1537
|
};
|
|
1539
1538
|
alts: string[];
|
|
1540
1539
|
};
|
|
1540
|
+
__kind: "Solana";
|
|
1541
1541
|
}>]>;
|
|
1542
1542
|
}, "strip", z.ZodTypeAny, {
|
|
1543
1543
|
message: `0x${string}`;
|
|
@@ -1545,9 +1545,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1545
1545
|
ccmAdditionalData: {
|
|
1546
1546
|
__kind: "NotRequired";
|
|
1547
1547
|
} | {
|
|
1548
|
-
__kind: "Solana";
|
|
1549
1548
|
value: {
|
|
1550
|
-
__kind: "V0";
|
|
1551
1549
|
value: {
|
|
1552
1550
|
cfReceiver: {
|
|
1553
1551
|
pubkey: `0x${string}`;
|
|
@@ -1559,6 +1557,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1559
1557
|
}[];
|
|
1560
1558
|
fallbackAddress: `0x${string}`;
|
|
1561
1559
|
};
|
|
1560
|
+
__kind: "V0";
|
|
1562
1561
|
} | {
|
|
1563
1562
|
__kind: "V1";
|
|
1564
1563
|
ccmAccounts: {
|
|
@@ -1574,6 +1573,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1574
1573
|
};
|
|
1575
1574
|
alts: `0x${string}`[];
|
|
1576
1575
|
};
|
|
1576
|
+
__kind: "Solana";
|
|
1577
1577
|
};
|
|
1578
1578
|
}, {
|
|
1579
1579
|
message: string;
|
|
@@ -1581,9 +1581,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1581
1581
|
ccmAdditionalData: {
|
|
1582
1582
|
__kind: "NotRequired";
|
|
1583
1583
|
} | {
|
|
1584
|
-
__kind: "Solana";
|
|
1585
1584
|
value: {
|
|
1586
|
-
__kind: "V0";
|
|
1587
1585
|
value: {
|
|
1588
1586
|
cfReceiver: {
|
|
1589
1587
|
pubkey: string;
|
|
@@ -1595,6 +1593,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1595
1593
|
}[];
|
|
1596
1594
|
fallbackAddress: string;
|
|
1597
1595
|
};
|
|
1596
|
+
__kind: "V0";
|
|
1598
1597
|
} | {
|
|
1599
1598
|
__kind: "V1";
|
|
1600
1599
|
ccmAccounts: {
|
|
@@ -1610,6 +1609,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1610
1609
|
};
|
|
1611
1610
|
alts: string[];
|
|
1612
1611
|
};
|
|
1612
|
+
__kind: "Solana";
|
|
1613
1613
|
};
|
|
1614
1614
|
}>;
|
|
1615
1615
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -1625,67 +1625,67 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1625
1625
|
__kind: z.ZodLiteral<"Eth">;
|
|
1626
1626
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1627
1627
|
}, "strip", z.ZodTypeAny, {
|
|
1628
|
-
__kind: "Eth";
|
|
1629
1628
|
value: `0x${string}`;
|
|
1630
|
-
}, {
|
|
1631
1629
|
__kind: "Eth";
|
|
1630
|
+
}, {
|
|
1632
1631
|
value: string;
|
|
1632
|
+
__kind: "Eth";
|
|
1633
1633
|
}>, z.ZodObject<{
|
|
1634
1634
|
__kind: z.ZodLiteral<"Dot">;
|
|
1635
1635
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1636
1636
|
}, "strip", z.ZodTypeAny, {
|
|
1637
|
-
__kind: "Dot";
|
|
1638
1637
|
value: `0x${string}`;
|
|
1639
|
-
}, {
|
|
1640
1638
|
__kind: "Dot";
|
|
1639
|
+
}, {
|
|
1641
1640
|
value: string;
|
|
1641
|
+
__kind: "Dot";
|
|
1642
1642
|
}>, z.ZodObject<{
|
|
1643
1643
|
__kind: z.ZodLiteral<"Btc">;
|
|
1644
1644
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
1645
1645
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
1646
1646
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1647
1647
|
}, "strip", z.ZodTypeAny, {
|
|
1648
|
-
__kind: "P2PKH";
|
|
1649
1648
|
value: `0x${string}`;
|
|
1650
|
-
}, {
|
|
1651
1649
|
__kind: "P2PKH";
|
|
1650
|
+
}, {
|
|
1652
1651
|
value: string;
|
|
1652
|
+
__kind: "P2PKH";
|
|
1653
1653
|
}>, z.ZodObject<{
|
|
1654
1654
|
__kind: z.ZodLiteral<"P2SH">;
|
|
1655
1655
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1656
1656
|
}, "strip", z.ZodTypeAny, {
|
|
1657
|
-
__kind: "P2SH";
|
|
1658
1657
|
value: `0x${string}`;
|
|
1659
|
-
}, {
|
|
1660
1658
|
__kind: "P2SH";
|
|
1659
|
+
}, {
|
|
1661
1660
|
value: string;
|
|
1661
|
+
__kind: "P2SH";
|
|
1662
1662
|
}>, z.ZodObject<{
|
|
1663
1663
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
1664
1664
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1665
1665
|
}, "strip", z.ZodTypeAny, {
|
|
1666
|
-
__kind: "P2WPKH";
|
|
1667
1666
|
value: `0x${string}`;
|
|
1668
|
-
}, {
|
|
1669
1667
|
__kind: "P2WPKH";
|
|
1668
|
+
}, {
|
|
1670
1669
|
value: string;
|
|
1670
|
+
__kind: "P2WPKH";
|
|
1671
1671
|
}>, z.ZodObject<{
|
|
1672
1672
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
1673
1673
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1674
1674
|
}, "strip", z.ZodTypeAny, {
|
|
1675
|
-
__kind: "P2WSH";
|
|
1676
1675
|
value: `0x${string}`;
|
|
1677
|
-
}, {
|
|
1678
1676
|
__kind: "P2WSH";
|
|
1677
|
+
}, {
|
|
1679
1678
|
value: string;
|
|
1679
|
+
__kind: "P2WSH";
|
|
1680
1680
|
}>, z.ZodObject<{
|
|
1681
1681
|
__kind: z.ZodLiteral<"Taproot">;
|
|
1682
1682
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1683
1683
|
}, "strip", z.ZodTypeAny, {
|
|
1684
|
-
__kind: "Taproot";
|
|
1685
1684
|
value: `0x${string}`;
|
|
1686
|
-
}, {
|
|
1687
1685
|
__kind: "Taproot";
|
|
1686
|
+
}, {
|
|
1688
1687
|
value: string;
|
|
1688
|
+
__kind: "Taproot";
|
|
1689
1689
|
}>, z.ZodObject<{
|
|
1690
1690
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
1691
1691
|
version: z.ZodNumber;
|
|
@@ -1700,76 +1700,76 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1700
1700
|
program: string;
|
|
1701
1701
|
}>]>;
|
|
1702
1702
|
}, "strip", z.ZodTypeAny, {
|
|
1703
|
-
__kind: "Btc";
|
|
1704
1703
|
value: {
|
|
1705
|
-
__kind: "P2PKH";
|
|
1706
1704
|
value: `0x${string}`;
|
|
1705
|
+
__kind: "P2PKH";
|
|
1707
1706
|
} | {
|
|
1708
|
-
__kind: "P2SH";
|
|
1709
1707
|
value: `0x${string}`;
|
|
1708
|
+
__kind: "P2SH";
|
|
1710
1709
|
} | {
|
|
1711
|
-
__kind: "P2WPKH";
|
|
1712
1710
|
value: `0x${string}`;
|
|
1711
|
+
__kind: "P2WPKH";
|
|
1713
1712
|
} | {
|
|
1714
|
-
__kind: "P2WSH";
|
|
1715
1713
|
value: `0x${string}`;
|
|
1714
|
+
__kind: "P2WSH";
|
|
1716
1715
|
} | {
|
|
1717
|
-
__kind: "Taproot";
|
|
1718
1716
|
value: `0x${string}`;
|
|
1717
|
+
__kind: "Taproot";
|
|
1719
1718
|
} | {
|
|
1720
1719
|
__kind: "OtherSegwit";
|
|
1721
1720
|
version: number;
|
|
1722
1721
|
program: `0x${string}`;
|
|
1723
1722
|
};
|
|
1724
|
-
}, {
|
|
1725
1723
|
__kind: "Btc";
|
|
1724
|
+
}, {
|
|
1726
1725
|
value: {
|
|
1727
|
-
__kind: "P2PKH";
|
|
1728
1726
|
value: string;
|
|
1727
|
+
__kind: "P2PKH";
|
|
1729
1728
|
} | {
|
|
1730
|
-
__kind: "P2SH";
|
|
1731
1729
|
value: string;
|
|
1730
|
+
__kind: "P2SH";
|
|
1732
1731
|
} | {
|
|
1733
|
-
__kind: "P2WPKH";
|
|
1734
1732
|
value: string;
|
|
1733
|
+
__kind: "P2WPKH";
|
|
1735
1734
|
} | {
|
|
1736
|
-
__kind: "P2WSH";
|
|
1737
1735
|
value: string;
|
|
1736
|
+
__kind: "P2WSH";
|
|
1738
1737
|
} | {
|
|
1739
|
-
__kind: "Taproot";
|
|
1740
1738
|
value: string;
|
|
1739
|
+
__kind: "Taproot";
|
|
1741
1740
|
} | {
|
|
1742
1741
|
__kind: "OtherSegwit";
|
|
1743
1742
|
version: number;
|
|
1744
1743
|
program: string;
|
|
1745
1744
|
};
|
|
1745
|
+
__kind: "Btc";
|
|
1746
1746
|
}>, z.ZodObject<{
|
|
1747
1747
|
__kind: z.ZodLiteral<"Arb">;
|
|
1748
1748
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1749
1749
|
}, "strip", z.ZodTypeAny, {
|
|
1750
|
-
__kind: "Arb";
|
|
1751
1750
|
value: `0x${string}`;
|
|
1752
|
-
}, {
|
|
1753
1751
|
__kind: "Arb";
|
|
1752
|
+
}, {
|
|
1754
1753
|
value: string;
|
|
1754
|
+
__kind: "Arb";
|
|
1755
1755
|
}>, z.ZodObject<{
|
|
1756
1756
|
__kind: z.ZodLiteral<"Sol">;
|
|
1757
1757
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1758
1758
|
}, "strip", z.ZodTypeAny, {
|
|
1759
|
-
__kind: "Sol";
|
|
1760
1759
|
value: `0x${string}`;
|
|
1761
|
-
}, {
|
|
1762
1760
|
__kind: "Sol";
|
|
1761
|
+
}, {
|
|
1763
1762
|
value: string;
|
|
1763
|
+
__kind: "Sol";
|
|
1764
1764
|
}>, z.ZodObject<{
|
|
1765
1765
|
__kind: z.ZodLiteral<"Hub">;
|
|
1766
1766
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1767
1767
|
}, "strip", z.ZodTypeAny, {
|
|
1768
|
-
__kind: "Hub";
|
|
1769
1768
|
value: `0x${string}`;
|
|
1770
|
-
}, {
|
|
1771
1769
|
__kind: "Hub";
|
|
1770
|
+
}, {
|
|
1772
1771
|
value: string;
|
|
1772
|
+
__kind: "Hub";
|
|
1773
1773
|
}>]>>>;
|
|
1774
1774
|
}, "strip", z.ZodTypeAny, {
|
|
1775
1775
|
channelMetadata: {
|
|
@@ -1778,9 +1778,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1778
1778
|
ccmAdditionalData: {
|
|
1779
1779
|
__kind: "NotRequired";
|
|
1780
1780
|
} | {
|
|
1781
|
-
__kind: "Solana";
|
|
1782
1781
|
value: {
|
|
1783
|
-
__kind: "V0";
|
|
1784
1782
|
value: {
|
|
1785
1783
|
cfReceiver: {
|
|
1786
1784
|
pubkey: `0x${string}`;
|
|
@@ -1792,6 +1790,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1792
1790
|
}[];
|
|
1793
1791
|
fallbackAddress: `0x${string}`;
|
|
1794
1792
|
};
|
|
1793
|
+
__kind: "V0";
|
|
1795
1794
|
} | {
|
|
1796
1795
|
__kind: "V1";
|
|
1797
1796
|
ccmAccounts: {
|
|
@@ -1807,46 +1806,47 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1807
1806
|
};
|
|
1808
1807
|
alts: `0x${string}`[];
|
|
1809
1808
|
};
|
|
1809
|
+
__kind: "Solana";
|
|
1810
1810
|
};
|
|
1811
1811
|
};
|
|
1812
1812
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1813
1813
|
sourceAddress?: {
|
|
1814
|
-
__kind: "Eth";
|
|
1815
1814
|
value: `0x${string}`;
|
|
1815
|
+
__kind: "Eth";
|
|
1816
1816
|
} | {
|
|
1817
|
-
__kind: "Dot";
|
|
1818
1817
|
value: `0x${string}`;
|
|
1818
|
+
__kind: "Dot";
|
|
1819
1819
|
} | {
|
|
1820
|
-
__kind: "Btc";
|
|
1821
1820
|
value: {
|
|
1822
|
-
__kind: "P2PKH";
|
|
1823
1821
|
value: `0x${string}`;
|
|
1822
|
+
__kind: "P2PKH";
|
|
1824
1823
|
} | {
|
|
1825
|
-
__kind: "P2SH";
|
|
1826
1824
|
value: `0x${string}`;
|
|
1825
|
+
__kind: "P2SH";
|
|
1827
1826
|
} | {
|
|
1828
|
-
__kind: "P2WPKH";
|
|
1829
1827
|
value: `0x${string}`;
|
|
1828
|
+
__kind: "P2WPKH";
|
|
1830
1829
|
} | {
|
|
1831
|
-
__kind: "P2WSH";
|
|
1832
1830
|
value: `0x${string}`;
|
|
1831
|
+
__kind: "P2WSH";
|
|
1833
1832
|
} | {
|
|
1834
|
-
__kind: "Taproot";
|
|
1835
1833
|
value: `0x${string}`;
|
|
1834
|
+
__kind: "Taproot";
|
|
1836
1835
|
} | {
|
|
1837
1836
|
__kind: "OtherSegwit";
|
|
1838
1837
|
version: number;
|
|
1839
1838
|
program: `0x${string}`;
|
|
1840
1839
|
};
|
|
1840
|
+
__kind: "Btc";
|
|
1841
1841
|
} | {
|
|
1842
|
-
__kind: "Arb";
|
|
1843
1842
|
value: `0x${string}`;
|
|
1843
|
+
__kind: "Arb";
|
|
1844
1844
|
} | {
|
|
1845
|
-
__kind: "Sol";
|
|
1846
1845
|
value: `0x${string}`;
|
|
1846
|
+
__kind: "Sol";
|
|
1847
1847
|
} | {
|
|
1848
|
-
__kind: "Hub";
|
|
1849
1848
|
value: `0x${string}`;
|
|
1849
|
+
__kind: "Hub";
|
|
1850
1850
|
} | null | undefined;
|
|
1851
1851
|
}, {
|
|
1852
1852
|
channelMetadata: {
|
|
@@ -1855,9 +1855,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1855
1855
|
ccmAdditionalData: {
|
|
1856
1856
|
__kind: "NotRequired";
|
|
1857
1857
|
} | {
|
|
1858
|
-
__kind: "Solana";
|
|
1859
1858
|
value: {
|
|
1860
|
-
__kind: "V0";
|
|
1861
1859
|
value: {
|
|
1862
1860
|
cfReceiver: {
|
|
1863
1861
|
pubkey: string;
|
|
@@ -1869,6 +1867,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1869
1867
|
}[];
|
|
1870
1868
|
fallbackAddress: string;
|
|
1871
1869
|
};
|
|
1870
|
+
__kind: "V0";
|
|
1872
1871
|
} | {
|
|
1873
1872
|
__kind: "V1";
|
|
1874
1873
|
ccmAccounts: {
|
|
@@ -1884,96 +1883,97 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1884
1883
|
};
|
|
1885
1884
|
alts: string[];
|
|
1886
1885
|
};
|
|
1886
|
+
__kind: "Solana";
|
|
1887
1887
|
};
|
|
1888
1888
|
};
|
|
1889
1889
|
sourceChain: {
|
|
1890
1890
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
1891
1891
|
};
|
|
1892
1892
|
sourceAddress?: {
|
|
1893
|
-
__kind: "Eth";
|
|
1894
1893
|
value: string;
|
|
1894
|
+
__kind: "Eth";
|
|
1895
1895
|
} | {
|
|
1896
|
-
__kind: "Dot";
|
|
1897
1896
|
value: string;
|
|
1897
|
+
__kind: "Dot";
|
|
1898
1898
|
} | {
|
|
1899
|
-
__kind: "Btc";
|
|
1900
1899
|
value: {
|
|
1901
|
-
__kind: "P2PKH";
|
|
1902
1900
|
value: string;
|
|
1901
|
+
__kind: "P2PKH";
|
|
1903
1902
|
} | {
|
|
1904
|
-
__kind: "P2SH";
|
|
1905
1903
|
value: string;
|
|
1904
|
+
__kind: "P2SH";
|
|
1906
1905
|
} | {
|
|
1907
|
-
__kind: "P2WPKH";
|
|
1908
1906
|
value: string;
|
|
1907
|
+
__kind: "P2WPKH";
|
|
1909
1908
|
} | {
|
|
1910
|
-
__kind: "P2WSH";
|
|
1911
1909
|
value: string;
|
|
1910
|
+
__kind: "P2WSH";
|
|
1912
1911
|
} | {
|
|
1913
|
-
__kind: "Taproot";
|
|
1914
1912
|
value: string;
|
|
1913
|
+
__kind: "Taproot";
|
|
1915
1914
|
} | {
|
|
1916
1915
|
__kind: "OtherSegwit";
|
|
1917
1916
|
version: number;
|
|
1918
1917
|
program: string;
|
|
1919
1918
|
};
|
|
1919
|
+
__kind: "Btc";
|
|
1920
1920
|
} | {
|
|
1921
|
-
__kind: "Arb";
|
|
1922
1921
|
value: string;
|
|
1922
|
+
__kind: "Arb";
|
|
1923
1923
|
} | {
|
|
1924
|
-
__kind: "Sol";
|
|
1925
1924
|
value: string;
|
|
1925
|
+
__kind: "Sol";
|
|
1926
1926
|
} | {
|
|
1927
|
-
__kind: "Hub";
|
|
1928
1927
|
value: string;
|
|
1928
|
+
__kind: "Hub";
|
|
1929
1929
|
} | null | undefined;
|
|
1930
1930
|
}>>>;
|
|
1931
1931
|
}, "strip", z.ZodTypeAny, {
|
|
1932
1932
|
__kind: "RefundIfExpires";
|
|
1933
1933
|
retryDuration: number;
|
|
1934
1934
|
refundAddress: {
|
|
1935
|
-
__kind: "InternalAccount";
|
|
1936
1935
|
value: `cF${string}`;
|
|
1936
|
+
__kind: "InternalAccount";
|
|
1937
1937
|
} | {
|
|
1938
|
-
__kind: "ExternalAddress";
|
|
1939
1938
|
value: {
|
|
1940
|
-
__kind: "Eth";
|
|
1941
1939
|
value: `0x${string}`;
|
|
1940
|
+
__kind: "Eth";
|
|
1942
1941
|
} | {
|
|
1943
|
-
__kind: "Dot";
|
|
1944
1942
|
value: `0x${string}`;
|
|
1943
|
+
__kind: "Dot";
|
|
1945
1944
|
} | {
|
|
1946
|
-
__kind: "Btc";
|
|
1947
1945
|
value: {
|
|
1948
|
-
__kind: "P2PKH";
|
|
1949
1946
|
value: `0x${string}`;
|
|
1947
|
+
__kind: "P2PKH";
|
|
1950
1948
|
} | {
|
|
1951
|
-
__kind: "P2SH";
|
|
1952
1949
|
value: `0x${string}`;
|
|
1950
|
+
__kind: "P2SH";
|
|
1953
1951
|
} | {
|
|
1954
|
-
__kind: "P2WPKH";
|
|
1955
1952
|
value: `0x${string}`;
|
|
1953
|
+
__kind: "P2WPKH";
|
|
1956
1954
|
} | {
|
|
1957
|
-
__kind: "P2WSH";
|
|
1958
1955
|
value: `0x${string}`;
|
|
1956
|
+
__kind: "P2WSH";
|
|
1959
1957
|
} | {
|
|
1960
|
-
__kind: "Taproot";
|
|
1961
1958
|
value: `0x${string}`;
|
|
1959
|
+
__kind: "Taproot";
|
|
1962
1960
|
} | {
|
|
1963
1961
|
__kind: "OtherSegwit";
|
|
1964
1962
|
version: number;
|
|
1965
1963
|
program: `0x${string}`;
|
|
1966
1964
|
};
|
|
1965
|
+
__kind: "Btc";
|
|
1967
1966
|
} | {
|
|
1968
|
-
__kind: "Arb";
|
|
1969
1967
|
value: `0x${string}`;
|
|
1968
|
+
__kind: "Arb";
|
|
1970
1969
|
} | {
|
|
1971
|
-
__kind: "Sol";
|
|
1972
1970
|
value: `0x${string}`;
|
|
1971
|
+
__kind: "Sol";
|
|
1973
1972
|
} | {
|
|
1974
|
-
__kind: "Hub";
|
|
1975
1973
|
value: `0x${string}`;
|
|
1974
|
+
__kind: "Hub";
|
|
1976
1975
|
};
|
|
1976
|
+
__kind: "ExternalAddress";
|
|
1977
1977
|
};
|
|
1978
1978
|
refundCcmMetadata?: {
|
|
1979
1979
|
channelMetadata: {
|
|
@@ -1982,9 +1982,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1982
1982
|
ccmAdditionalData: {
|
|
1983
1983
|
__kind: "NotRequired";
|
|
1984
1984
|
} | {
|
|
1985
|
-
__kind: "Solana";
|
|
1986
1985
|
value: {
|
|
1987
|
-
__kind: "V0";
|
|
1988
1986
|
value: {
|
|
1989
1987
|
cfReceiver: {
|
|
1990
1988
|
pubkey: `0x${string}`;
|
|
@@ -1996,6 +1994,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
1996
1994
|
}[];
|
|
1997
1995
|
fallbackAddress: `0x${string}`;
|
|
1998
1996
|
};
|
|
1997
|
+
__kind: "V0";
|
|
1999
1998
|
} | {
|
|
2000
1999
|
__kind: "V1";
|
|
2001
2000
|
ccmAccounts: {
|
|
@@ -2011,94 +2010,95 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2011
2010
|
};
|
|
2012
2011
|
alts: `0x${string}`[];
|
|
2013
2012
|
};
|
|
2013
|
+
__kind: "Solana";
|
|
2014
2014
|
};
|
|
2015
2015
|
};
|
|
2016
2016
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2017
2017
|
sourceAddress?: {
|
|
2018
|
-
__kind: "Eth";
|
|
2019
2018
|
value: `0x${string}`;
|
|
2019
|
+
__kind: "Eth";
|
|
2020
2020
|
} | {
|
|
2021
|
-
__kind: "Dot";
|
|
2022
2021
|
value: `0x${string}`;
|
|
2022
|
+
__kind: "Dot";
|
|
2023
2023
|
} | {
|
|
2024
|
-
__kind: "Btc";
|
|
2025
2024
|
value: {
|
|
2026
|
-
__kind: "P2PKH";
|
|
2027
2025
|
value: `0x${string}`;
|
|
2026
|
+
__kind: "P2PKH";
|
|
2028
2027
|
} | {
|
|
2029
|
-
__kind: "P2SH";
|
|
2030
2028
|
value: `0x${string}`;
|
|
2029
|
+
__kind: "P2SH";
|
|
2031
2030
|
} | {
|
|
2032
|
-
__kind: "P2WPKH";
|
|
2033
2031
|
value: `0x${string}`;
|
|
2032
|
+
__kind: "P2WPKH";
|
|
2034
2033
|
} | {
|
|
2035
|
-
__kind: "P2WSH";
|
|
2036
2034
|
value: `0x${string}`;
|
|
2035
|
+
__kind: "P2WSH";
|
|
2037
2036
|
} | {
|
|
2038
|
-
__kind: "Taproot";
|
|
2039
2037
|
value: `0x${string}`;
|
|
2038
|
+
__kind: "Taproot";
|
|
2040
2039
|
} | {
|
|
2041
2040
|
__kind: "OtherSegwit";
|
|
2042
2041
|
version: number;
|
|
2043
2042
|
program: `0x${string}`;
|
|
2044
2043
|
};
|
|
2044
|
+
__kind: "Btc";
|
|
2045
2045
|
} | {
|
|
2046
|
-
__kind: "Arb";
|
|
2047
2046
|
value: `0x${string}`;
|
|
2047
|
+
__kind: "Arb";
|
|
2048
2048
|
} | {
|
|
2049
|
-
__kind: "Sol";
|
|
2050
2049
|
value: `0x${string}`;
|
|
2050
|
+
__kind: "Sol";
|
|
2051
2051
|
} | {
|
|
2052
|
-
__kind: "Hub";
|
|
2053
2052
|
value: `0x${string}`;
|
|
2053
|
+
__kind: "Hub";
|
|
2054
2054
|
} | null | undefined;
|
|
2055
2055
|
} | null | undefined;
|
|
2056
2056
|
}, {
|
|
2057
2057
|
__kind: "RefundIfExpires";
|
|
2058
2058
|
retryDuration: number;
|
|
2059
2059
|
refundAddress: {
|
|
2060
|
-
__kind: "InternalAccount";
|
|
2061
2060
|
value: string;
|
|
2061
|
+
__kind: "InternalAccount";
|
|
2062
2062
|
} | {
|
|
2063
|
-
__kind: "ExternalAddress";
|
|
2064
2063
|
value: {
|
|
2065
|
-
__kind: "Eth";
|
|
2066
2064
|
value: string;
|
|
2065
|
+
__kind: "Eth";
|
|
2067
2066
|
} | {
|
|
2068
|
-
__kind: "Dot";
|
|
2069
2067
|
value: string;
|
|
2068
|
+
__kind: "Dot";
|
|
2070
2069
|
} | {
|
|
2071
|
-
__kind: "Btc";
|
|
2072
2070
|
value: {
|
|
2073
|
-
__kind: "P2PKH";
|
|
2074
2071
|
value: string;
|
|
2072
|
+
__kind: "P2PKH";
|
|
2075
2073
|
} | {
|
|
2076
|
-
__kind: "P2SH";
|
|
2077
2074
|
value: string;
|
|
2075
|
+
__kind: "P2SH";
|
|
2078
2076
|
} | {
|
|
2079
|
-
__kind: "P2WPKH";
|
|
2080
2077
|
value: string;
|
|
2078
|
+
__kind: "P2WPKH";
|
|
2081
2079
|
} | {
|
|
2082
|
-
__kind: "P2WSH";
|
|
2083
2080
|
value: string;
|
|
2081
|
+
__kind: "P2WSH";
|
|
2084
2082
|
} | {
|
|
2085
|
-
__kind: "Taproot";
|
|
2086
2083
|
value: string;
|
|
2084
|
+
__kind: "Taproot";
|
|
2087
2085
|
} | {
|
|
2088
2086
|
__kind: "OtherSegwit";
|
|
2089
2087
|
version: number;
|
|
2090
2088
|
program: string;
|
|
2091
2089
|
};
|
|
2090
|
+
__kind: "Btc";
|
|
2092
2091
|
} | {
|
|
2093
|
-
__kind: "Arb";
|
|
2094
2092
|
value: string;
|
|
2093
|
+
__kind: "Arb";
|
|
2095
2094
|
} | {
|
|
2096
|
-
__kind: "Sol";
|
|
2097
2095
|
value: string;
|
|
2096
|
+
__kind: "Sol";
|
|
2098
2097
|
} | {
|
|
2099
|
-
__kind: "Hub";
|
|
2100
2098
|
value: string;
|
|
2099
|
+
__kind: "Hub";
|
|
2101
2100
|
};
|
|
2101
|
+
__kind: "ExternalAddress";
|
|
2102
2102
|
};
|
|
2103
2103
|
refundCcmMetadata?: {
|
|
2104
2104
|
channelMetadata: {
|
|
@@ -2107,9 +2107,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2107
2107
|
ccmAdditionalData: {
|
|
2108
2108
|
__kind: "NotRequired";
|
|
2109
2109
|
} | {
|
|
2110
|
-
__kind: "Solana";
|
|
2111
2110
|
value: {
|
|
2112
|
-
__kind: "V0";
|
|
2113
2111
|
value: {
|
|
2114
2112
|
cfReceiver: {
|
|
2115
2113
|
pubkey: string;
|
|
@@ -2121,6 +2119,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2121
2119
|
}[];
|
|
2122
2120
|
fallbackAddress: string;
|
|
2123
2121
|
};
|
|
2122
|
+
__kind: "V0";
|
|
2124
2123
|
} | {
|
|
2125
2124
|
__kind: "V1";
|
|
2126
2125
|
ccmAccounts: {
|
|
@@ -2136,48 +2135,49 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2136
2135
|
};
|
|
2137
2136
|
alts: string[];
|
|
2138
2137
|
};
|
|
2138
|
+
__kind: "Solana";
|
|
2139
2139
|
};
|
|
2140
2140
|
};
|
|
2141
2141
|
sourceChain: {
|
|
2142
2142
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2143
2143
|
};
|
|
2144
2144
|
sourceAddress?: {
|
|
2145
|
-
__kind: "Eth";
|
|
2146
2145
|
value: string;
|
|
2146
|
+
__kind: "Eth";
|
|
2147
2147
|
} | {
|
|
2148
|
-
__kind: "Dot";
|
|
2149
2148
|
value: string;
|
|
2149
|
+
__kind: "Dot";
|
|
2150
2150
|
} | {
|
|
2151
|
-
__kind: "Btc";
|
|
2152
2151
|
value: {
|
|
2153
|
-
__kind: "P2PKH";
|
|
2154
2152
|
value: string;
|
|
2153
|
+
__kind: "P2PKH";
|
|
2155
2154
|
} | {
|
|
2156
|
-
__kind: "P2SH";
|
|
2157
2155
|
value: string;
|
|
2156
|
+
__kind: "P2SH";
|
|
2158
2157
|
} | {
|
|
2159
|
-
__kind: "P2WPKH";
|
|
2160
2158
|
value: string;
|
|
2159
|
+
__kind: "P2WPKH";
|
|
2161
2160
|
} | {
|
|
2162
|
-
__kind: "P2WSH";
|
|
2163
2161
|
value: string;
|
|
2162
|
+
__kind: "P2WSH";
|
|
2164
2163
|
} | {
|
|
2165
|
-
__kind: "Taproot";
|
|
2166
2164
|
value: string;
|
|
2165
|
+
__kind: "Taproot";
|
|
2167
2166
|
} | {
|
|
2168
2167
|
__kind: "OtherSegwit";
|
|
2169
2168
|
version: number;
|
|
2170
2169
|
program: string;
|
|
2171
2170
|
};
|
|
2171
|
+
__kind: "Btc";
|
|
2172
2172
|
} | {
|
|
2173
|
-
__kind: "Arb";
|
|
2174
2173
|
value: string;
|
|
2174
|
+
__kind: "Arb";
|
|
2175
2175
|
} | {
|
|
2176
|
-
__kind: "Sol";
|
|
2177
2176
|
value: string;
|
|
2177
|
+
__kind: "Sol";
|
|
2178
2178
|
} | {
|
|
2179
|
-
__kind: "Hub";
|
|
2180
2179
|
value: string;
|
|
2180
|
+
__kind: "Hub";
|
|
2181
2181
|
} | null | undefined;
|
|
2182
2182
|
} | null | undefined;
|
|
2183
2183
|
}>]>;
|
|
@@ -2191,48 +2191,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2191
2191
|
__kind: "RefundIfExpires";
|
|
2192
2192
|
retryDuration: number;
|
|
2193
2193
|
refundAddress: {
|
|
2194
|
-
__kind: "InternalAccount";
|
|
2195
2194
|
value: `cF${string}`;
|
|
2195
|
+
__kind: "InternalAccount";
|
|
2196
2196
|
} | {
|
|
2197
|
-
__kind: "ExternalAddress";
|
|
2198
2197
|
value: {
|
|
2199
|
-
__kind: "Eth";
|
|
2200
2198
|
value: `0x${string}`;
|
|
2199
|
+
__kind: "Eth";
|
|
2201
2200
|
} | {
|
|
2202
|
-
__kind: "Dot";
|
|
2203
2201
|
value: `0x${string}`;
|
|
2202
|
+
__kind: "Dot";
|
|
2204
2203
|
} | {
|
|
2205
|
-
__kind: "Btc";
|
|
2206
2204
|
value: {
|
|
2207
|
-
__kind: "P2PKH";
|
|
2208
2205
|
value: `0x${string}`;
|
|
2206
|
+
__kind: "P2PKH";
|
|
2209
2207
|
} | {
|
|
2210
|
-
__kind: "P2SH";
|
|
2211
2208
|
value: `0x${string}`;
|
|
2209
|
+
__kind: "P2SH";
|
|
2212
2210
|
} | {
|
|
2213
|
-
__kind: "P2WPKH";
|
|
2214
2211
|
value: `0x${string}`;
|
|
2212
|
+
__kind: "P2WPKH";
|
|
2215
2213
|
} | {
|
|
2216
|
-
__kind: "P2WSH";
|
|
2217
2214
|
value: `0x${string}`;
|
|
2215
|
+
__kind: "P2WSH";
|
|
2218
2216
|
} | {
|
|
2219
|
-
__kind: "Taproot";
|
|
2220
2217
|
value: `0x${string}`;
|
|
2218
|
+
__kind: "Taproot";
|
|
2221
2219
|
} | {
|
|
2222
2220
|
__kind: "OtherSegwit";
|
|
2223
2221
|
version: number;
|
|
2224
2222
|
program: `0x${string}`;
|
|
2225
2223
|
};
|
|
2224
|
+
__kind: "Btc";
|
|
2226
2225
|
} | {
|
|
2227
|
-
__kind: "Arb";
|
|
2228
2226
|
value: `0x${string}`;
|
|
2227
|
+
__kind: "Arb";
|
|
2229
2228
|
} | {
|
|
2230
|
-
__kind: "Sol";
|
|
2231
2229
|
value: `0x${string}`;
|
|
2230
|
+
__kind: "Sol";
|
|
2232
2231
|
} | {
|
|
2233
|
-
__kind: "Hub";
|
|
2234
2232
|
value: `0x${string}`;
|
|
2233
|
+
__kind: "Hub";
|
|
2235
2234
|
};
|
|
2235
|
+
__kind: "ExternalAddress";
|
|
2236
2236
|
};
|
|
2237
2237
|
refundCcmMetadata?: {
|
|
2238
2238
|
channelMetadata: {
|
|
@@ -2241,9 +2241,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2241
2241
|
ccmAdditionalData: {
|
|
2242
2242
|
__kind: "NotRequired";
|
|
2243
2243
|
} | {
|
|
2244
|
-
__kind: "Solana";
|
|
2245
2244
|
value: {
|
|
2246
|
-
__kind: "V0";
|
|
2247
2245
|
value: {
|
|
2248
2246
|
cfReceiver: {
|
|
2249
2247
|
pubkey: `0x${string}`;
|
|
@@ -2255,6 +2253,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2255
2253
|
}[];
|
|
2256
2254
|
fallbackAddress: `0x${string}`;
|
|
2257
2255
|
};
|
|
2256
|
+
__kind: "V0";
|
|
2258
2257
|
} | {
|
|
2259
2258
|
__kind: "V1";
|
|
2260
2259
|
ccmAccounts: {
|
|
@@ -2270,46 +2269,47 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2270
2269
|
};
|
|
2271
2270
|
alts: `0x${string}`[];
|
|
2272
2271
|
};
|
|
2272
|
+
__kind: "Solana";
|
|
2273
2273
|
};
|
|
2274
2274
|
};
|
|
2275
2275
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2276
2276
|
sourceAddress?: {
|
|
2277
|
-
__kind: "Eth";
|
|
2278
2277
|
value: `0x${string}`;
|
|
2278
|
+
__kind: "Eth";
|
|
2279
2279
|
} | {
|
|
2280
|
-
__kind: "Dot";
|
|
2281
2280
|
value: `0x${string}`;
|
|
2281
|
+
__kind: "Dot";
|
|
2282
2282
|
} | {
|
|
2283
|
-
__kind: "Btc";
|
|
2284
2283
|
value: {
|
|
2285
|
-
__kind: "P2PKH";
|
|
2286
2284
|
value: `0x${string}`;
|
|
2285
|
+
__kind: "P2PKH";
|
|
2287
2286
|
} | {
|
|
2288
|
-
__kind: "P2SH";
|
|
2289
2287
|
value: `0x${string}`;
|
|
2288
|
+
__kind: "P2SH";
|
|
2290
2289
|
} | {
|
|
2291
|
-
__kind: "P2WPKH";
|
|
2292
2290
|
value: `0x${string}`;
|
|
2291
|
+
__kind: "P2WPKH";
|
|
2293
2292
|
} | {
|
|
2294
|
-
__kind: "P2WSH";
|
|
2295
2293
|
value: `0x${string}`;
|
|
2294
|
+
__kind: "P2WSH";
|
|
2296
2295
|
} | {
|
|
2297
|
-
__kind: "Taproot";
|
|
2298
2296
|
value: `0x${string}`;
|
|
2297
|
+
__kind: "Taproot";
|
|
2299
2298
|
} | {
|
|
2300
2299
|
__kind: "OtherSegwit";
|
|
2301
2300
|
version: number;
|
|
2302
2301
|
program: `0x${string}`;
|
|
2303
2302
|
};
|
|
2303
|
+
__kind: "Btc";
|
|
2304
2304
|
} | {
|
|
2305
|
-
__kind: "Arb";
|
|
2306
2305
|
value: `0x${string}`;
|
|
2306
|
+
__kind: "Arb";
|
|
2307
2307
|
} | {
|
|
2308
|
-
__kind: "Sol";
|
|
2309
2308
|
value: `0x${string}`;
|
|
2309
|
+
__kind: "Sol";
|
|
2310
2310
|
} | {
|
|
2311
|
-
__kind: "Hub";
|
|
2312
2311
|
value: `0x${string}`;
|
|
2312
|
+
__kind: "Hub";
|
|
2313
2313
|
} | null | undefined;
|
|
2314
2314
|
} | null | undefined;
|
|
2315
2315
|
};
|
|
@@ -2322,48 +2322,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2322
2322
|
__kind: "RefundIfExpires";
|
|
2323
2323
|
retryDuration: number;
|
|
2324
2324
|
refundAddress: {
|
|
2325
|
-
__kind: "InternalAccount";
|
|
2326
2325
|
value: string;
|
|
2326
|
+
__kind: "InternalAccount";
|
|
2327
2327
|
} | {
|
|
2328
|
-
__kind: "ExternalAddress";
|
|
2329
2328
|
value: {
|
|
2330
|
-
__kind: "Eth";
|
|
2331
2329
|
value: string;
|
|
2330
|
+
__kind: "Eth";
|
|
2332
2331
|
} | {
|
|
2333
|
-
__kind: "Dot";
|
|
2334
2332
|
value: string;
|
|
2333
|
+
__kind: "Dot";
|
|
2335
2334
|
} | {
|
|
2336
|
-
__kind: "Btc";
|
|
2337
2335
|
value: {
|
|
2338
|
-
__kind: "P2PKH";
|
|
2339
2336
|
value: string;
|
|
2337
|
+
__kind: "P2PKH";
|
|
2340
2338
|
} | {
|
|
2341
|
-
__kind: "P2SH";
|
|
2342
2339
|
value: string;
|
|
2340
|
+
__kind: "P2SH";
|
|
2343
2341
|
} | {
|
|
2344
|
-
__kind: "P2WPKH";
|
|
2345
2342
|
value: string;
|
|
2343
|
+
__kind: "P2WPKH";
|
|
2346
2344
|
} | {
|
|
2347
|
-
__kind: "P2WSH";
|
|
2348
2345
|
value: string;
|
|
2346
|
+
__kind: "P2WSH";
|
|
2349
2347
|
} | {
|
|
2350
|
-
__kind: "Taproot";
|
|
2351
2348
|
value: string;
|
|
2349
|
+
__kind: "Taproot";
|
|
2352
2350
|
} | {
|
|
2353
2351
|
__kind: "OtherSegwit";
|
|
2354
2352
|
version: number;
|
|
2355
2353
|
program: string;
|
|
2356
2354
|
};
|
|
2355
|
+
__kind: "Btc";
|
|
2357
2356
|
} | {
|
|
2358
|
-
__kind: "Arb";
|
|
2359
2357
|
value: string;
|
|
2358
|
+
__kind: "Arb";
|
|
2360
2359
|
} | {
|
|
2361
|
-
__kind: "Sol";
|
|
2362
2360
|
value: string;
|
|
2361
|
+
__kind: "Sol";
|
|
2363
2362
|
} | {
|
|
2364
|
-
__kind: "Hub";
|
|
2365
2363
|
value: string;
|
|
2364
|
+
__kind: "Hub";
|
|
2366
2365
|
};
|
|
2366
|
+
__kind: "ExternalAddress";
|
|
2367
2367
|
};
|
|
2368
2368
|
refundCcmMetadata?: {
|
|
2369
2369
|
channelMetadata: {
|
|
@@ -2372,9 +2372,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2372
2372
|
ccmAdditionalData: {
|
|
2373
2373
|
__kind: "NotRequired";
|
|
2374
2374
|
} | {
|
|
2375
|
-
__kind: "Solana";
|
|
2376
2375
|
value: {
|
|
2377
|
-
__kind: "V0";
|
|
2378
2376
|
value: {
|
|
2379
2377
|
cfReceiver: {
|
|
2380
2378
|
pubkey: string;
|
|
@@ -2386,6 +2384,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2386
2384
|
}[];
|
|
2387
2385
|
fallbackAddress: string;
|
|
2388
2386
|
};
|
|
2387
|
+
__kind: "V0";
|
|
2389
2388
|
} | {
|
|
2390
2389
|
__kind: "V1";
|
|
2391
2390
|
ccmAccounts: {
|
|
@@ -2401,48 +2400,49 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2401
2400
|
};
|
|
2402
2401
|
alts: string[];
|
|
2403
2402
|
};
|
|
2403
|
+
__kind: "Solana";
|
|
2404
2404
|
};
|
|
2405
2405
|
};
|
|
2406
2406
|
sourceChain: {
|
|
2407
2407
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2408
2408
|
};
|
|
2409
2409
|
sourceAddress?: {
|
|
2410
|
-
__kind: "Eth";
|
|
2411
2410
|
value: string;
|
|
2411
|
+
__kind: "Eth";
|
|
2412
2412
|
} | {
|
|
2413
|
-
__kind: "Dot";
|
|
2414
2413
|
value: string;
|
|
2414
|
+
__kind: "Dot";
|
|
2415
2415
|
} | {
|
|
2416
|
-
__kind: "Btc";
|
|
2417
2416
|
value: {
|
|
2418
|
-
__kind: "P2PKH";
|
|
2419
2417
|
value: string;
|
|
2418
|
+
__kind: "P2PKH";
|
|
2420
2419
|
} | {
|
|
2421
|
-
__kind: "P2SH";
|
|
2422
2420
|
value: string;
|
|
2421
|
+
__kind: "P2SH";
|
|
2423
2422
|
} | {
|
|
2424
|
-
__kind: "P2WPKH";
|
|
2425
2423
|
value: string;
|
|
2424
|
+
__kind: "P2WPKH";
|
|
2426
2425
|
} | {
|
|
2427
|
-
__kind: "P2WSH";
|
|
2428
2426
|
value: string;
|
|
2427
|
+
__kind: "P2WSH";
|
|
2429
2428
|
} | {
|
|
2430
|
-
__kind: "Taproot";
|
|
2431
2429
|
value: string;
|
|
2430
|
+
__kind: "Taproot";
|
|
2432
2431
|
} | {
|
|
2433
2432
|
__kind: "OtherSegwit";
|
|
2434
2433
|
version: number;
|
|
2435
2434
|
program: string;
|
|
2436
2435
|
};
|
|
2436
|
+
__kind: "Btc";
|
|
2437
2437
|
} | {
|
|
2438
|
-
__kind: "Arb";
|
|
2439
2438
|
value: string;
|
|
2439
|
+
__kind: "Arb";
|
|
2440
2440
|
} | {
|
|
2441
|
-
__kind: "Sol";
|
|
2442
2441
|
value: string;
|
|
2442
|
+
__kind: "Sol";
|
|
2443
2443
|
} | {
|
|
2444
|
-
__kind: "Hub";
|
|
2445
2444
|
value: string;
|
|
2445
|
+
__kind: "Hub";
|
|
2446
2446
|
} | null | undefined;
|
|
2447
2447
|
} | null | undefined;
|
|
2448
2448
|
};
|
|
@@ -2459,8 +2459,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2459
2459
|
chunkInterval: number;
|
|
2460
2460
|
}>>>;
|
|
2461
2461
|
}, "strip", z.ZodTypeAny, {
|
|
2462
|
-
inputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
2463
|
-
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
2462
|
+
inputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2463
|
+
outputAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2464
2464
|
swapRequestId: bigint;
|
|
2465
2465
|
inputAmount: bigint;
|
|
2466
2466
|
origin: {
|
|
@@ -2490,20 +2490,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2490
2490
|
} | {
|
|
2491
2491
|
__kind: "Vault";
|
|
2492
2492
|
txId: {
|
|
2493
|
-
__kind: "Evm";
|
|
2494
2493
|
value: `0x${string}`;
|
|
2494
|
+
__kind: "Evm";
|
|
2495
2495
|
} | {
|
|
2496
|
-
__kind: "Bitcoin";
|
|
2497
2496
|
value: `0x${string}`;
|
|
2497
|
+
__kind: "Bitcoin";
|
|
2498
2498
|
} | {
|
|
2499
|
-
__kind: "Polkadot";
|
|
2500
2499
|
value: {
|
|
2501
2500
|
blockNumber: number;
|
|
2502
2501
|
extrinsicIndex: number;
|
|
2503
2502
|
};
|
|
2503
|
+
__kind: "Polkadot";
|
|
2504
2504
|
} | {
|
|
2505
|
-
__kind: "Solana";
|
|
2506
2505
|
value: [`0x${string}`, bigint];
|
|
2506
|
+
__kind: "Solana";
|
|
2507
2507
|
} | {
|
|
2508
2508
|
__kind: "None";
|
|
2509
2509
|
};
|
|
@@ -2511,8 +2511,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2511
2511
|
} | {
|
|
2512
2512
|
__kind: "Internal";
|
|
2513
2513
|
} | {
|
|
2514
|
-
__kind: "OnChainAccount";
|
|
2515
2514
|
value: `cF${string}`;
|
|
2515
|
+
__kind: "OnChainAccount";
|
|
2516
2516
|
};
|
|
2517
2517
|
requestType: {
|
|
2518
2518
|
__kind: "NetworkFee";
|
|
@@ -2548,9 +2548,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2548
2548
|
ccmAdditionalData: {
|
|
2549
2549
|
__kind: "NotRequired";
|
|
2550
2550
|
} | {
|
|
2551
|
-
__kind: "Solana";
|
|
2552
2551
|
value: {
|
|
2553
|
-
__kind: "V0";
|
|
2554
2552
|
value: {
|
|
2555
2553
|
cfReceiver: {
|
|
2556
2554
|
pubkey: `0x${string}`;
|
|
@@ -2562,6 +2560,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2562
2560
|
}[];
|
|
2563
2561
|
fallbackAddress: `0x${string}`;
|
|
2564
2562
|
};
|
|
2563
|
+
__kind: "V0";
|
|
2565
2564
|
} | {
|
|
2566
2565
|
__kind: "V1";
|
|
2567
2566
|
ccmAccounts: {
|
|
@@ -2577,6 +2576,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2577
2576
|
};
|
|
2578
2577
|
alts: `0x${string}`[];
|
|
2579
2578
|
};
|
|
2579
|
+
__kind: "Solana";
|
|
2580
2580
|
};
|
|
2581
2581
|
};
|
|
2582
2582
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
@@ -2601,8 +2601,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2601
2601
|
} | null | undefined;
|
|
2602
2602
|
} | null | undefined;
|
|
2603
2603
|
} | {
|
|
2604
|
-
__kind: "CreditOnChain";
|
|
2605
2604
|
accountId: `cF${string}`;
|
|
2605
|
+
__kind: "CreditOnChain";
|
|
2606
2606
|
} | {
|
|
2607
2607
|
__kind: "CreditLendingPool";
|
|
2608
2608
|
swapType: {
|
|
@@ -2611,7 +2611,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2611
2611
|
loanId: bigint;
|
|
2612
2612
|
} | {
|
|
2613
2613
|
__kind: "FeeSwap";
|
|
2614
|
-
poolAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
2614
|
+
poolAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2615
2615
|
};
|
|
2616
2616
|
};
|
|
2617
2617
|
};
|
|
@@ -2627,48 +2627,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2627
2627
|
__kind: "RefundIfExpires";
|
|
2628
2628
|
retryDuration: number;
|
|
2629
2629
|
refundAddress: {
|
|
2630
|
-
__kind: "InternalAccount";
|
|
2631
2630
|
value: `cF${string}`;
|
|
2631
|
+
__kind: "InternalAccount";
|
|
2632
2632
|
} | {
|
|
2633
|
-
__kind: "ExternalAddress";
|
|
2634
2633
|
value: {
|
|
2635
|
-
__kind: "Eth";
|
|
2636
2634
|
value: `0x${string}`;
|
|
2635
|
+
__kind: "Eth";
|
|
2637
2636
|
} | {
|
|
2638
|
-
__kind: "Dot";
|
|
2639
2637
|
value: `0x${string}`;
|
|
2638
|
+
__kind: "Dot";
|
|
2640
2639
|
} | {
|
|
2641
|
-
__kind: "Btc";
|
|
2642
2640
|
value: {
|
|
2643
|
-
__kind: "P2PKH";
|
|
2644
2641
|
value: `0x${string}`;
|
|
2642
|
+
__kind: "P2PKH";
|
|
2645
2643
|
} | {
|
|
2646
|
-
__kind: "P2SH";
|
|
2647
2644
|
value: `0x${string}`;
|
|
2645
|
+
__kind: "P2SH";
|
|
2648
2646
|
} | {
|
|
2649
|
-
__kind: "P2WPKH";
|
|
2650
2647
|
value: `0x${string}`;
|
|
2648
|
+
__kind: "P2WPKH";
|
|
2651
2649
|
} | {
|
|
2652
|
-
__kind: "P2WSH";
|
|
2653
2650
|
value: `0x${string}`;
|
|
2651
|
+
__kind: "P2WSH";
|
|
2654
2652
|
} | {
|
|
2655
|
-
__kind: "Taproot";
|
|
2656
2653
|
value: `0x${string}`;
|
|
2654
|
+
__kind: "Taproot";
|
|
2657
2655
|
} | {
|
|
2658
2656
|
__kind: "OtherSegwit";
|
|
2659
2657
|
version: number;
|
|
2660
2658
|
program: `0x${string}`;
|
|
2661
2659
|
};
|
|
2660
|
+
__kind: "Btc";
|
|
2662
2661
|
} | {
|
|
2663
|
-
__kind: "Arb";
|
|
2664
2662
|
value: `0x${string}`;
|
|
2663
|
+
__kind: "Arb";
|
|
2665
2664
|
} | {
|
|
2666
|
-
__kind: "Sol";
|
|
2667
2665
|
value: `0x${string}`;
|
|
2666
|
+
__kind: "Sol";
|
|
2668
2667
|
} | {
|
|
2669
|
-
__kind: "Hub";
|
|
2670
2668
|
value: `0x${string}`;
|
|
2669
|
+
__kind: "Hub";
|
|
2671
2670
|
};
|
|
2671
|
+
__kind: "ExternalAddress";
|
|
2672
2672
|
};
|
|
2673
2673
|
refundCcmMetadata?: {
|
|
2674
2674
|
channelMetadata: {
|
|
@@ -2677,9 +2677,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2677
2677
|
ccmAdditionalData: {
|
|
2678
2678
|
__kind: "NotRequired";
|
|
2679
2679
|
} | {
|
|
2680
|
-
__kind: "Solana";
|
|
2681
2680
|
value: {
|
|
2682
|
-
__kind: "V0";
|
|
2683
2681
|
value: {
|
|
2684
2682
|
cfReceiver: {
|
|
2685
2683
|
pubkey: `0x${string}`;
|
|
@@ -2691,6 +2689,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2691
2689
|
}[];
|
|
2692
2690
|
fallbackAddress: `0x${string}`;
|
|
2693
2691
|
};
|
|
2692
|
+
__kind: "V0";
|
|
2694
2693
|
} | {
|
|
2695
2694
|
__kind: "V1";
|
|
2696
2695
|
ccmAccounts: {
|
|
@@ -2706,46 +2705,47 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2706
2705
|
};
|
|
2707
2706
|
alts: `0x${string}`[];
|
|
2708
2707
|
};
|
|
2708
|
+
__kind: "Solana";
|
|
2709
2709
|
};
|
|
2710
2710
|
};
|
|
2711
2711
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2712
2712
|
sourceAddress?: {
|
|
2713
|
-
__kind: "Eth";
|
|
2714
2713
|
value: `0x${string}`;
|
|
2714
|
+
__kind: "Eth";
|
|
2715
2715
|
} | {
|
|
2716
|
-
__kind: "Dot";
|
|
2717
2716
|
value: `0x${string}`;
|
|
2717
|
+
__kind: "Dot";
|
|
2718
2718
|
} | {
|
|
2719
|
-
__kind: "Btc";
|
|
2720
2719
|
value: {
|
|
2721
|
-
__kind: "P2PKH";
|
|
2722
2720
|
value: `0x${string}`;
|
|
2721
|
+
__kind: "P2PKH";
|
|
2723
2722
|
} | {
|
|
2724
|
-
__kind: "P2SH";
|
|
2725
2723
|
value: `0x${string}`;
|
|
2724
|
+
__kind: "P2SH";
|
|
2726
2725
|
} | {
|
|
2727
|
-
__kind: "P2WPKH";
|
|
2728
2726
|
value: `0x${string}`;
|
|
2727
|
+
__kind: "P2WPKH";
|
|
2729
2728
|
} | {
|
|
2730
|
-
__kind: "P2WSH";
|
|
2731
2729
|
value: `0x${string}`;
|
|
2730
|
+
__kind: "P2WSH";
|
|
2732
2731
|
} | {
|
|
2733
|
-
__kind: "Taproot";
|
|
2734
2732
|
value: `0x${string}`;
|
|
2733
|
+
__kind: "Taproot";
|
|
2735
2734
|
} | {
|
|
2736
2735
|
__kind: "OtherSegwit";
|
|
2737
2736
|
version: number;
|
|
2738
2737
|
program: `0x${string}`;
|
|
2739
2738
|
};
|
|
2739
|
+
__kind: "Btc";
|
|
2740
2740
|
} | {
|
|
2741
|
-
__kind: "Arb";
|
|
2742
2741
|
value: `0x${string}`;
|
|
2742
|
+
__kind: "Arb";
|
|
2743
2743
|
} | {
|
|
2744
|
-
__kind: "Sol";
|
|
2745
2744
|
value: `0x${string}`;
|
|
2745
|
+
__kind: "Sol";
|
|
2746
2746
|
} | {
|
|
2747
|
-
__kind: "Hub";
|
|
2748
2747
|
value: `0x${string}`;
|
|
2748
|
+
__kind: "Hub";
|
|
2749
2749
|
} | null | undefined;
|
|
2750
2750
|
} | null | undefined;
|
|
2751
2751
|
};
|
|
@@ -2757,18 +2757,18 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2757
2757
|
} | null | undefined;
|
|
2758
2758
|
}, {
|
|
2759
2759
|
inputAsset: {
|
|
2760
|
-
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
2760
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2761
2761
|
};
|
|
2762
2762
|
outputAsset: {
|
|
2763
|
-
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
2763
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2764
2764
|
};
|
|
2765
2765
|
swapRequestId: string | number;
|
|
2766
2766
|
inputAmount: string | number;
|
|
2767
2767
|
origin: {
|
|
2768
2768
|
__kind: "DepositChannel";
|
|
2769
2769
|
depositAddress: {
|
|
2770
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2771
2770
|
value: string;
|
|
2771
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2772
2772
|
};
|
|
2773
2773
|
channelId: string | number;
|
|
2774
2774
|
depositBlockHeight: string | number;
|
|
@@ -2776,20 +2776,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2776
2776
|
} | {
|
|
2777
2777
|
__kind: "Vault";
|
|
2778
2778
|
txId: {
|
|
2779
|
-
__kind: "Evm";
|
|
2780
2779
|
value: string;
|
|
2780
|
+
__kind: "Evm";
|
|
2781
2781
|
} | {
|
|
2782
|
-
__kind: "Bitcoin";
|
|
2783
2782
|
value: string;
|
|
2783
|
+
__kind: "Bitcoin";
|
|
2784
2784
|
} | {
|
|
2785
|
-
__kind: "Polkadot";
|
|
2786
2785
|
value: {
|
|
2787
2786
|
blockNumber: number;
|
|
2788
2787
|
extrinsicIndex: number;
|
|
2789
2788
|
};
|
|
2789
|
+
__kind: "Polkadot";
|
|
2790
2790
|
} | {
|
|
2791
|
-
__kind: "Solana";
|
|
2792
2791
|
value: [string, string | number];
|
|
2792
|
+
__kind: "Solana";
|
|
2793
2793
|
} | {
|
|
2794
2794
|
__kind: "None";
|
|
2795
2795
|
};
|
|
@@ -2797,8 +2797,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2797
2797
|
} | {
|
|
2798
2798
|
__kind: "Internal";
|
|
2799
2799
|
} | {
|
|
2800
|
-
__kind: "OnChainAccount";
|
|
2801
2800
|
value: string;
|
|
2801
|
+
__kind: "OnChainAccount";
|
|
2802
2802
|
};
|
|
2803
2803
|
requestType: {
|
|
2804
2804
|
__kind: "NetworkFee";
|
|
@@ -2809,8 +2809,8 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2809
2809
|
outputAction: {
|
|
2810
2810
|
__kind: "Egress";
|
|
2811
2811
|
outputAddress: {
|
|
2812
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2813
2812
|
value: string;
|
|
2813
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2814
2814
|
};
|
|
2815
2815
|
ccmDepositMetadata?: {
|
|
2816
2816
|
channelMetadata: {
|
|
@@ -2819,9 +2819,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2819
2819
|
ccmAdditionalData: {
|
|
2820
2820
|
__kind: "NotRequired";
|
|
2821
2821
|
} | {
|
|
2822
|
-
__kind: "Solana";
|
|
2823
2822
|
value: {
|
|
2824
|
-
__kind: "V0";
|
|
2825
2823
|
value: {
|
|
2826
2824
|
cfReceiver: {
|
|
2827
2825
|
pubkey: string;
|
|
@@ -2833,6 +2831,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2833
2831
|
}[];
|
|
2834
2832
|
fallbackAddress: string;
|
|
2835
2833
|
};
|
|
2834
|
+
__kind: "V0";
|
|
2836
2835
|
} | {
|
|
2837
2836
|
__kind: "V1";
|
|
2838
2837
|
ccmAccounts: {
|
|
@@ -2848,19 +2847,20 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2848
2847
|
};
|
|
2849
2848
|
alts: string[];
|
|
2850
2849
|
};
|
|
2850
|
+
__kind: "Solana";
|
|
2851
2851
|
};
|
|
2852
2852
|
};
|
|
2853
2853
|
sourceChain: {
|
|
2854
2854
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2855
2855
|
};
|
|
2856
2856
|
sourceAddress?: {
|
|
2857
|
-
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2858
2857
|
value: string;
|
|
2858
|
+
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
2859
2859
|
} | null | undefined;
|
|
2860
2860
|
} | null | undefined;
|
|
2861
2861
|
} | {
|
|
2862
|
-
__kind: "CreditOnChain";
|
|
2863
2862
|
accountId: string;
|
|
2863
|
+
__kind: "CreditOnChain";
|
|
2864
2864
|
} | {
|
|
2865
2865
|
__kind: "CreditLendingPool";
|
|
2866
2866
|
swapType: {
|
|
@@ -2870,7 +2870,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2870
2870
|
} | {
|
|
2871
2871
|
__kind: "FeeSwap";
|
|
2872
2872
|
poolAsset: {
|
|
2873
|
-
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "
|
|
2873
|
+
__kind: "ArbEth" | "ArbUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
2874
2874
|
};
|
|
2875
2875
|
};
|
|
2876
2876
|
};
|
|
@@ -2887,48 +2887,48 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2887
2887
|
__kind: "RefundIfExpires";
|
|
2888
2888
|
retryDuration: number;
|
|
2889
2889
|
refundAddress: {
|
|
2890
|
-
__kind: "InternalAccount";
|
|
2891
2890
|
value: string;
|
|
2891
|
+
__kind: "InternalAccount";
|
|
2892
2892
|
} | {
|
|
2893
|
-
__kind: "ExternalAddress";
|
|
2894
2893
|
value: {
|
|
2895
|
-
__kind: "Eth";
|
|
2896
2894
|
value: string;
|
|
2895
|
+
__kind: "Eth";
|
|
2897
2896
|
} | {
|
|
2898
|
-
__kind: "Dot";
|
|
2899
2897
|
value: string;
|
|
2898
|
+
__kind: "Dot";
|
|
2900
2899
|
} | {
|
|
2901
|
-
__kind: "Btc";
|
|
2902
2900
|
value: {
|
|
2903
|
-
__kind: "P2PKH";
|
|
2904
2901
|
value: string;
|
|
2902
|
+
__kind: "P2PKH";
|
|
2905
2903
|
} | {
|
|
2906
|
-
__kind: "P2SH";
|
|
2907
2904
|
value: string;
|
|
2905
|
+
__kind: "P2SH";
|
|
2908
2906
|
} | {
|
|
2909
|
-
__kind: "P2WPKH";
|
|
2910
2907
|
value: string;
|
|
2908
|
+
__kind: "P2WPKH";
|
|
2911
2909
|
} | {
|
|
2912
|
-
__kind: "P2WSH";
|
|
2913
2910
|
value: string;
|
|
2911
|
+
__kind: "P2WSH";
|
|
2914
2912
|
} | {
|
|
2915
|
-
__kind: "Taproot";
|
|
2916
2913
|
value: string;
|
|
2914
|
+
__kind: "Taproot";
|
|
2917
2915
|
} | {
|
|
2918
2916
|
__kind: "OtherSegwit";
|
|
2919
2917
|
version: number;
|
|
2920
2918
|
program: string;
|
|
2921
2919
|
};
|
|
2920
|
+
__kind: "Btc";
|
|
2922
2921
|
} | {
|
|
2923
|
-
__kind: "Arb";
|
|
2924
2922
|
value: string;
|
|
2923
|
+
__kind: "Arb";
|
|
2925
2924
|
} | {
|
|
2926
|
-
__kind: "Sol";
|
|
2927
2925
|
value: string;
|
|
2926
|
+
__kind: "Sol";
|
|
2928
2927
|
} | {
|
|
2929
|
-
__kind: "Hub";
|
|
2930
2928
|
value: string;
|
|
2929
|
+
__kind: "Hub";
|
|
2931
2930
|
};
|
|
2931
|
+
__kind: "ExternalAddress";
|
|
2932
2932
|
};
|
|
2933
2933
|
refundCcmMetadata?: {
|
|
2934
2934
|
channelMetadata: {
|
|
@@ -2937,9 +2937,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2937
2937
|
ccmAdditionalData: {
|
|
2938
2938
|
__kind: "NotRequired";
|
|
2939
2939
|
} | {
|
|
2940
|
-
__kind: "Solana";
|
|
2941
2940
|
value: {
|
|
2942
|
-
__kind: "V0";
|
|
2943
2941
|
value: {
|
|
2944
2942
|
cfReceiver: {
|
|
2945
2943
|
pubkey: string;
|
|
@@ -2951,6 +2949,7 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2951
2949
|
}[];
|
|
2952
2950
|
fallbackAddress: string;
|
|
2953
2951
|
};
|
|
2952
|
+
__kind: "V0";
|
|
2954
2953
|
} | {
|
|
2955
2954
|
__kind: "V1";
|
|
2956
2955
|
ccmAccounts: {
|
|
@@ -2966,48 +2965,49 @@ declare const swappingSwapRequested: z.ZodObject<{
|
|
|
2966
2965
|
};
|
|
2967
2966
|
alts: string[];
|
|
2968
2967
|
};
|
|
2968
|
+
__kind: "Solana";
|
|
2969
2969
|
};
|
|
2970
2970
|
};
|
|
2971
2971
|
sourceChain: {
|
|
2972
2972
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
2973
2973
|
};
|
|
2974
2974
|
sourceAddress?: {
|
|
2975
|
-
__kind: "Eth";
|
|
2976
2975
|
value: string;
|
|
2976
|
+
__kind: "Eth";
|
|
2977
2977
|
} | {
|
|
2978
|
-
__kind: "Dot";
|
|
2979
2978
|
value: string;
|
|
2979
|
+
__kind: "Dot";
|
|
2980
2980
|
} | {
|
|
2981
|
-
__kind: "Btc";
|
|
2982
2981
|
value: {
|
|
2983
|
-
__kind: "P2PKH";
|
|
2984
2982
|
value: string;
|
|
2983
|
+
__kind: "P2PKH";
|
|
2985
2984
|
} | {
|
|
2986
|
-
__kind: "P2SH";
|
|
2987
2985
|
value: string;
|
|
2986
|
+
__kind: "P2SH";
|
|
2988
2987
|
} | {
|
|
2989
|
-
__kind: "P2WPKH";
|
|
2990
2988
|
value: string;
|
|
2989
|
+
__kind: "P2WPKH";
|
|
2991
2990
|
} | {
|
|
2992
|
-
__kind: "P2WSH";
|
|
2993
2991
|
value: string;
|
|
2992
|
+
__kind: "P2WSH";
|
|
2994
2993
|
} | {
|
|
2995
|
-
__kind: "Taproot";
|
|
2996
2994
|
value: string;
|
|
2995
|
+
__kind: "Taproot";
|
|
2997
2996
|
} | {
|
|
2998
2997
|
__kind: "OtherSegwit";
|
|
2999
2998
|
version: number;
|
|
3000
2999
|
program: string;
|
|
3001
3000
|
};
|
|
3001
|
+
__kind: "Btc";
|
|
3002
3002
|
} | {
|
|
3003
|
-
__kind: "Arb";
|
|
3004
3003
|
value: string;
|
|
3004
|
+
__kind: "Arb";
|
|
3005
3005
|
} | {
|
|
3006
|
-
__kind: "Sol";
|
|
3007
3006
|
value: string;
|
|
3007
|
+
__kind: "Sol";
|
|
3008
3008
|
} | {
|
|
3009
|
-
__kind: "Hub";
|
|
3010
3009
|
value: string;
|
|
3010
|
+
__kind: "Hub";
|
|
3011
3011
|
} | null | undefined;
|
|
3012
3012
|
} | null | undefined;
|
|
3013
3013
|
};
|