@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
|
@@ -8,25 +8,25 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
8
8
|
swapType: z.ZodEffects<z.ZodObject<{
|
|
9
9
|
__kind: z.ZodEnum<["Swap", "NetworkFee", "IngressEgressFee"]>;
|
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
|
11
|
-
__kind: "
|
|
11
|
+
__kind: "Swap" | "NetworkFee" | "IngressEgressFee";
|
|
12
12
|
}, {
|
|
13
|
-
__kind: "
|
|
14
|
-
}>, "
|
|
15
|
-
__kind: "
|
|
13
|
+
__kind: "Swap" | "NetworkFee" | "IngressEgressFee";
|
|
14
|
+
}>, "Swap" | "NetworkFee" | "IngressEgressFee", {
|
|
15
|
+
__kind: "Swap" | "NetworkFee" | "IngressEgressFee";
|
|
16
16
|
}>;
|
|
17
17
|
executeAt: z.ZodNumber;
|
|
18
18
|
}, "strip", z.ZodTypeAny, {
|
|
19
19
|
swapRequestId: bigint;
|
|
20
20
|
inputAmount: bigint;
|
|
21
21
|
swapId: bigint;
|
|
22
|
-
swapType: "
|
|
22
|
+
swapType: "Swap" | "NetworkFee" | "IngressEgressFee";
|
|
23
23
|
executeAt: number;
|
|
24
24
|
}, {
|
|
25
25
|
swapRequestId: string | number;
|
|
26
26
|
inputAmount: string | number;
|
|
27
27
|
swapId: string | number;
|
|
28
28
|
swapType: {
|
|
29
|
-
__kind: "
|
|
29
|
+
__kind: "Swap" | "NetworkFee" | "IngressEgressFee";
|
|
30
30
|
};
|
|
31
31
|
executeAt: number;
|
|
32
32
|
}>;
|
|
@@ -8,25 +8,25 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
8
8
|
swapType: z.ZodEffects<z.ZodObject<{
|
|
9
9
|
__kind: z.ZodEnum<["Swap", "NetworkFee", "IngressEgressFee"]>;
|
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
|
11
|
-
__kind: "
|
|
11
|
+
__kind: "Swap" | "NetworkFee" | "IngressEgressFee";
|
|
12
12
|
}, {
|
|
13
|
-
__kind: "
|
|
14
|
-
}>, "
|
|
15
|
-
__kind: "
|
|
13
|
+
__kind: "Swap" | "NetworkFee" | "IngressEgressFee";
|
|
14
|
+
}>, "Swap" | "NetworkFee" | "IngressEgressFee", {
|
|
15
|
+
__kind: "Swap" | "NetworkFee" | "IngressEgressFee";
|
|
16
16
|
}>;
|
|
17
17
|
executeAt: z.ZodNumber;
|
|
18
18
|
}, "strip", z.ZodTypeAny, {
|
|
19
19
|
swapRequestId: bigint;
|
|
20
20
|
inputAmount: bigint;
|
|
21
21
|
swapId: bigint;
|
|
22
|
-
swapType: "
|
|
22
|
+
swapType: "Swap" | "NetworkFee" | "IngressEgressFee";
|
|
23
23
|
executeAt: number;
|
|
24
24
|
}, {
|
|
25
25
|
swapRequestId: string | number;
|
|
26
26
|
inputAmount: string | number;
|
|
27
27
|
swapId: string | number;
|
|
28
28
|
swapType: {
|
|
29
|
-
__kind: "
|
|
29
|
+
__kind: "Swap" | "NetworkFee" | "IngressEgressFee";
|
|
30
30
|
};
|
|
31
31
|
executeAt: number;
|
|
32
32
|
}>;
|
|
@@ -15,11 +15,11 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
15
15
|
egressAsset: z.ZodEffects<z.ZodObject<{
|
|
16
16
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
18
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
19
19
|
}, {
|
|
20
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
21
|
-
}>, "ArbEth" | "ArbUsdc" | "
|
|
22
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
20
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
21
|
+
}>, "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
22
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
23
23
|
}>;
|
|
24
24
|
egressAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
25
25
|
egressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -28,10 +28,10 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
28
28
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
30
|
value: `0x${string}`;
|
|
31
|
-
__kind: "
|
|
31
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
32
32
|
}, {
|
|
33
33
|
value: string;
|
|
34
|
-
__kind: "
|
|
34
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
35
35
|
}>, {
|
|
36
36
|
readonly chain: "Ethereum";
|
|
37
37
|
readonly address: `0x${string}`;
|
|
@@ -49,9 +49,10 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
49
49
|
readonly address: string;
|
|
50
50
|
}, {
|
|
51
51
|
value: string;
|
|
52
|
-
__kind: "
|
|
52
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
53
53
|
}>;
|
|
54
54
|
}, "strip", z.ZodTypeAny, {
|
|
55
|
+
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", bigint];
|
|
55
56
|
destinationAddress: {
|
|
56
57
|
readonly chain: "Ethereum";
|
|
57
58
|
readonly address: `0x${string}`;
|
|
@@ -68,24 +69,23 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
68
69
|
readonly chain: "Solana";
|
|
69
70
|
readonly address: string;
|
|
70
71
|
};
|
|
71
|
-
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", bigint];
|
|
72
72
|
egressAmount: bigint;
|
|
73
73
|
accountId: `cF${string}`;
|
|
74
74
|
egressFee: bigint;
|
|
75
|
-
egressAsset: "ArbEth" | "ArbUsdc" | "
|
|
75
|
+
egressAsset: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
76
76
|
}, {
|
|
77
|
-
destinationAddress: {
|
|
78
|
-
value: string;
|
|
79
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
80
|
-
};
|
|
81
77
|
egressId: [{
|
|
82
78
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
83
79
|
}, string | number];
|
|
80
|
+
destinationAddress: {
|
|
81
|
+
value: string;
|
|
82
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
83
|
+
};
|
|
84
84
|
egressAmount: string | number;
|
|
85
85
|
accountId: string;
|
|
86
86
|
egressFee: string | number;
|
|
87
87
|
egressAsset: {
|
|
88
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
88
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
89
89
|
};
|
|
90
90
|
}>;
|
|
91
91
|
//#endregion
|
|
@@ -15,11 +15,11 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
15
15
|
egressAsset: z.ZodEffects<z.ZodObject<{
|
|
16
16
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
18
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
19
19
|
}, {
|
|
20
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
21
|
-
}>, "ArbEth" | "ArbUsdc" | "
|
|
22
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
20
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
21
|
+
}>, "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc", {
|
|
22
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
23
23
|
}>;
|
|
24
24
|
egressAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
25
25
|
egressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -28,10 +28,10 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
28
28
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
30
|
value: `0x${string}`;
|
|
31
|
-
__kind: "
|
|
31
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
32
32
|
}, {
|
|
33
33
|
value: string;
|
|
34
|
-
__kind: "
|
|
34
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
35
35
|
}>, {
|
|
36
36
|
readonly chain: "Ethereum";
|
|
37
37
|
readonly address: `0x${string}`;
|
|
@@ -49,9 +49,10 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
49
49
|
readonly address: string;
|
|
50
50
|
}, {
|
|
51
51
|
value: string;
|
|
52
|
-
__kind: "
|
|
52
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
53
53
|
}>;
|
|
54
54
|
}, "strip", z.ZodTypeAny, {
|
|
55
|
+
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", bigint];
|
|
55
56
|
destinationAddress: {
|
|
56
57
|
readonly chain: "Ethereum";
|
|
57
58
|
readonly address: `0x${string}`;
|
|
@@ -68,24 +69,23 @@ declare const swappingWithdrawalRequested: z.ZodObject<{
|
|
|
68
69
|
readonly chain: "Solana";
|
|
69
70
|
readonly address: string;
|
|
70
71
|
};
|
|
71
|
-
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", bigint];
|
|
72
72
|
egressAmount: bigint;
|
|
73
73
|
accountId: `cF${string}`;
|
|
74
74
|
egressFee: bigint;
|
|
75
|
-
egressAsset: "ArbEth" | "ArbUsdc" | "
|
|
75
|
+
egressAsset: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
76
76
|
}, {
|
|
77
|
-
destinationAddress: {
|
|
78
|
-
value: string;
|
|
79
|
-
__kind: "Btc" | "Eth" | "Dot" | "Sol" | "Arb";
|
|
80
|
-
};
|
|
81
77
|
egressId: [{
|
|
82
78
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
|
|
83
79
|
}, string | number];
|
|
80
|
+
destinationAddress: {
|
|
81
|
+
value: string;
|
|
82
|
+
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb";
|
|
83
|
+
};
|
|
84
84
|
egressAmount: string | number;
|
|
85
85
|
accountId: string;
|
|
86
86
|
egressFee: string | number;
|
|
87
87
|
egressAsset: {
|
|
88
|
-
__kind: "ArbEth" | "ArbUsdc" | "
|
|
88
|
+
__kind: "ArbEth" | "ArbUsdc" | "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "Usdt" | "Sol" | "SolUsdc";
|
|
89
89
|
};
|
|
90
90
|
}>;
|
|
91
91
|
//#endregion
|
|
@@ -13,13 +13,13 @@ declare const arbitrumIngressEgressCcmBroadcastRequested: z.ZodObject<{
|
|
|
13
13
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
14
14
|
}>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
broadcastId: number;
|
|
17
16
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint];
|
|
18
|
-
}, {
|
|
19
17
|
broadcastId: number;
|
|
18
|
+
}, {
|
|
20
19
|
egressId: [{
|
|
21
20
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
22
21
|
}, string | number];
|
|
22
|
+
broadcastId: number;
|
|
23
23
|
}>;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { arbitrumIngressEgressCcmBroadcastRequested };
|
|
@@ -13,13 +13,13 @@ declare const arbitrumIngressEgressCcmBroadcastRequested: z.ZodObject<{
|
|
|
13
13
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
14
14
|
}>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
broadcastId: number;
|
|
17
16
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint];
|
|
18
|
-
}, {
|
|
19
17
|
broadcastId: number;
|
|
18
|
+
}, {
|
|
20
19
|
egressId: [{
|
|
21
20
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
22
21
|
}, string | number];
|
|
22
|
+
broadcastId: number;
|
|
23
23
|
}>;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { arbitrumIngressEgressCcmBroadcastRequested };
|
|
@@ -91,15 +91,15 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
91
91
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
92
92
|
}, "strip", z.ZodTypeAny, {
|
|
93
93
|
__kind: "Refund";
|
|
94
|
-
amount: bigint;
|
|
95
94
|
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
95
|
+
amount: bigint;
|
|
96
96
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
97
97
|
}, {
|
|
98
98
|
__kind: "Refund";
|
|
99
|
-
amount: string | number;
|
|
100
99
|
reason: {
|
|
101
100
|
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
102
101
|
};
|
|
102
|
+
amount: string | number;
|
|
103
103
|
egressId?: [{
|
|
104
104
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
105
105
|
}, string | number] | null | undefined;
|
|
@@ -115,15 +115,15 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
115
115
|
}>;
|
|
116
116
|
}, "strip", z.ZodTypeAny, {
|
|
117
117
|
asset: "ArbEth" | "ArbUsdc";
|
|
118
|
-
|
|
118
|
+
amounts: [number, bigint][];
|
|
119
119
|
depositDetails: {
|
|
120
120
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
121
121
|
};
|
|
122
|
-
|
|
123
|
-
amounts: [number, bigint][];
|
|
122
|
+
prewitnessedDepositId: bigint;
|
|
124
123
|
blockHeight: bigint;
|
|
125
124
|
ingressFee: bigint;
|
|
126
125
|
maxBoostFeeBps: number;
|
|
126
|
+
boostFee: bigint;
|
|
127
127
|
action: {
|
|
128
128
|
__kind: "Swap";
|
|
129
129
|
swapRequestId: bigint;
|
|
@@ -140,8 +140,8 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
140
140
|
networkFeeSwapRequestId?: bigint | null | undefined;
|
|
141
141
|
} | {
|
|
142
142
|
__kind: "Refund";
|
|
143
|
-
amount: bigint;
|
|
144
143
|
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
144
|
+
amount: bigint;
|
|
145
145
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
146
146
|
};
|
|
147
147
|
originType: "DepositChannel" | "Vault";
|
|
@@ -151,15 +151,15 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
151
151
|
asset: {
|
|
152
152
|
__kind: "ArbEth" | "ArbUsdc";
|
|
153
153
|
};
|
|
154
|
-
|
|
154
|
+
amounts: [number, string | number][];
|
|
155
155
|
depositDetails: {
|
|
156
156
|
txHashes?: string[] | null | undefined;
|
|
157
157
|
};
|
|
158
|
-
|
|
159
|
-
amounts: [number, string | number][];
|
|
158
|
+
prewitnessedDepositId: string | number;
|
|
160
159
|
blockHeight: string | number;
|
|
161
160
|
ingressFee: string | number;
|
|
162
161
|
maxBoostFeeBps: number;
|
|
162
|
+
boostFee: string | number;
|
|
163
163
|
action: {
|
|
164
164
|
__kind: "Swap";
|
|
165
165
|
swapRequestId: string | number;
|
|
@@ -176,10 +176,10 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
176
176
|
networkFeeSwapRequestId?: string | number | null | undefined;
|
|
177
177
|
} | {
|
|
178
178
|
__kind: "Refund";
|
|
179
|
-
amount: string | number;
|
|
180
179
|
reason: {
|
|
181
180
|
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
182
181
|
};
|
|
182
|
+
amount: string | number;
|
|
183
183
|
egressId?: [{
|
|
184
184
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
185
185
|
}, string | number] | null | undefined;
|
|
@@ -91,15 +91,15 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
91
91
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
92
92
|
}, "strip", z.ZodTypeAny, {
|
|
93
93
|
__kind: "Refund";
|
|
94
|
-
amount: bigint;
|
|
95
94
|
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
95
|
+
amount: bigint;
|
|
96
96
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
97
97
|
}, {
|
|
98
98
|
__kind: "Refund";
|
|
99
|
-
amount: string | number;
|
|
100
99
|
reason: {
|
|
101
100
|
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
102
101
|
};
|
|
102
|
+
amount: string | number;
|
|
103
103
|
egressId?: [{
|
|
104
104
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
105
105
|
}, string | number] | null | undefined;
|
|
@@ -115,15 +115,15 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
115
115
|
}>;
|
|
116
116
|
}, "strip", z.ZodTypeAny, {
|
|
117
117
|
asset: "ArbEth" | "ArbUsdc";
|
|
118
|
-
|
|
118
|
+
amounts: [number, bigint][];
|
|
119
119
|
depositDetails: {
|
|
120
120
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
121
121
|
};
|
|
122
|
-
|
|
123
|
-
amounts: [number, bigint][];
|
|
122
|
+
prewitnessedDepositId: bigint;
|
|
124
123
|
blockHeight: bigint;
|
|
125
124
|
ingressFee: bigint;
|
|
126
125
|
maxBoostFeeBps: number;
|
|
126
|
+
boostFee: bigint;
|
|
127
127
|
action: {
|
|
128
128
|
__kind: "Swap";
|
|
129
129
|
swapRequestId: bigint;
|
|
@@ -140,8 +140,8 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
140
140
|
networkFeeSwapRequestId?: bigint | null | undefined;
|
|
141
141
|
} | {
|
|
142
142
|
__kind: "Refund";
|
|
143
|
-
amount: bigint;
|
|
144
143
|
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
144
|
+
amount: bigint;
|
|
145
145
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
146
146
|
};
|
|
147
147
|
originType: "DepositChannel" | "Vault";
|
|
@@ -151,15 +151,15 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
151
151
|
asset: {
|
|
152
152
|
__kind: "ArbEth" | "ArbUsdc";
|
|
153
153
|
};
|
|
154
|
-
|
|
154
|
+
amounts: [number, string | number][];
|
|
155
155
|
depositDetails: {
|
|
156
156
|
txHashes?: string[] | null | undefined;
|
|
157
157
|
};
|
|
158
|
-
|
|
159
|
-
amounts: [number, string | number][];
|
|
158
|
+
prewitnessedDepositId: string | number;
|
|
160
159
|
blockHeight: string | number;
|
|
161
160
|
ingressFee: string | number;
|
|
162
161
|
maxBoostFeeBps: number;
|
|
162
|
+
boostFee: string | number;
|
|
163
163
|
action: {
|
|
164
164
|
__kind: "Swap";
|
|
165
165
|
swapRequestId: string | number;
|
|
@@ -176,10 +176,10 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
176
176
|
networkFeeSwapRequestId?: string | number | null | undefined;
|
|
177
177
|
} | {
|
|
178
178
|
__kind: "Refund";
|
|
179
|
-
amount: string | number;
|
|
180
179
|
reason: {
|
|
181
180
|
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
182
181
|
};
|
|
182
|
+
amount: string | number;
|
|
183
183
|
egressId?: [{
|
|
184
184
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
185
185
|
}, string | number] | null | undefined;
|