@chainflip/processor 2.1.4-dev.0 → 2.2.0-dev.2
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/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
- 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 +22 -22
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.mts +22 -22
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +20 -20
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.mts +20 -20
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +16 -16
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +26 -26
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +26 -26
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +26 -26
- package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +26 -26
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +58 -58
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +58 -58
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +26 -26
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +26 -26
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +22 -22
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.mts +22 -22
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +28 -28
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +28 -28
- package/dist/100/common.cjs +1 -1
- package/dist/100/common.d.cts +253 -253
- package/dist/100/common.d.mts +253 -253
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/100/environment/runtimeSafeModeUpdated.d.mts +12 -12
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
- 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/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +16 -16
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- 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 +24 -24
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +24 -24
- package/dist/100/ethereumIngressEgress/egressScheduled.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/egressScheduled.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/vaultTransferFailed.d.mts +2 -2
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +28 -28
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +28 -28
- package/dist/100/flip/remainingImbalance.d.cts +22 -22
- package/dist/100/flip/remainingImbalance.d.mts +22 -22
- package/dist/100/funding/redemptionRequested.d.cts +2 -2
- package/dist/100/funding/redemptionRequested.d.mts +2 -2
- package/dist/100/governance/failedExecution.d.cts +8 -8
- package/dist/100/governance/failedExecution.d.mts +8 -8
- package/dist/100/governance/govKeyCallExecutionFailed.d.cts +16 -16
- package/dist/100/governance/govKeyCallExecutionFailed.d.mts +16 -16
- 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 +22 -22
- package/dist/100/liquidityPools/limitOrderUpdated.d.mts +22 -22
- 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 +29 -29
- package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +29 -29
- 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 +12 -12
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +12 -12
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +42 -42
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +42 -42
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +15 -15
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +15 -15
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.mts +28 -28
- 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/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +16 -16
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.mts +2 -2
- 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 +24 -24
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +24 -24
- package/dist/100/polkadotIngressEgress/egressScheduled.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/egressScheduled.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/vaultTransferFailed.d.mts +2 -2
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +28 -28
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +28 -28
- package/dist/100/reputation/offencePenalty.d.cts +2 -2
- package/dist/100/reputation/offencePenalty.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 +64 -64
- package/dist/100/swapping/ccmDepositReceived.d.mts +64 -64
- package/dist/100/swapping/ccmFailed.d.cts +62 -62
- package/dist/100/swapping/ccmFailed.d.mts +62 -62
- 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 +16 -16
- package/dist/100/swapping/swapAmountTooLow.d.mts +16 -16
- package/dist/100/swapping/swapDepositAddressReady.d.cts +20 -20
- package/dist/100/swapping/swapDepositAddressReady.d.mts +20 -20
- package/dist/100/swapping/swapEgressScheduled.d.cts +7 -7
- package/dist/100/swapping/swapEgressScheduled.d.mts +7 -7
- 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 +94 -94
- package/dist/100/swapping/swapScheduled.d.mts +94 -94
- package/dist/100/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/100/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/100/system/extrinsicFailed.d.cts +16 -16
- package/dist/100/system/extrinsicFailed.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +8 -8
- package/dist/100/tokenholderGovernance/proposalEnacted.d.mts +8 -8
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +8 -8
- package/dist/100/tokenholderGovernance/proposalPassed.d.mts +8 -8
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +8 -8
- package/dist/100/tokenholderGovernance/proposalRejected.d.mts +8 -8
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.mts +8 -8
- package/dist/100/validator/rotationPhaseUpdated.d.cts +20 -20
- package/dist/100/validator/rotationPhaseUpdated.d.mts +20 -20
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +16 -16
- package/dist/100/witnesser/witnessExecutionFailed.d.mts +16 -16
- package/dist/102/common.cjs +1 -1
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +24 -24
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +24 -24
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +42 -42
- package/dist/11000/assethubIngressEgress/depositFailed.d.mts +42 -42
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +24 -24
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +24 -24
- package/dist/11000/common.cjs +2 -2
- package/dist/11000/common.d.cts +280 -280
- package/dist/11000/common.d.mts +280 -280
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +24 -24
- package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +24 -24
- 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/depositFailed.d.cts +42 -42
- package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +42 -42
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +24 -24
- package/dist/11000/solanaIngressEgress/depositFailed.d.mts +24 -24
- 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 +12 -12
- package/dist/11000/swapping/refundEgressScheduled.d.mts +12 -12
- 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 +28 -28
- package/dist/11000/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/11000/swapping/swapRequested.d.cts +16 -16
- package/dist/11000/swapping/swapRequested.d.mts +16 -16
- package/dist/11000/tradingStrategy/strategyDeployed.d.cts +24 -24
- package/dist/11000/tradingStrategy/strategyDeployed.d.mts +24 -24
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +22 -22
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.mts +22 -22
- package/dist/111/common.cjs +1 -1
- package/dist/111/common.d.cts +30 -30
- package/dist/111/common.d.mts +30 -30
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +20 -20
- package/dist/111/liquidityPools/limitOrderUpdated.d.mts +20 -20
- package/dist/111/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/111/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/111/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/111/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +20 -20
- package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +20 -20
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +20 -20
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +20 -20
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +6 -6
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +6 -6
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +6 -6
- package/dist/11100/assethubIngressEgress/depositFailed.d.mts +6 -6
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +22 -22
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +22 -22
- package/dist/11100/common.cjs +2 -2
- package/dist/11100/common.d.cts +100 -100
- package/dist/11100/common.d.mts +100 -100
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +30 -30
- package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +30 -30
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +6 -6
- package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +6 -6
- package/dist/11100/flip/flipMinted.d.cts +2 -2
- package/dist/11100/flip/flipMinted.d.mts +2 -2
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +2 -2
- package/dist/11100/funding/sCCallCannotBeDecoded.d.mts +2 -2
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +8 -8
- package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +8 -8
- package/dist/11100/funding/sCCallExecuted.d.cts +8 -8
- package/dist/11100/funding/sCCallExecuted.d.mts +8 -8
- package/dist/11100/lendingPools/lendingFundsAdded.d.cts +2 -2
- package/dist/11100/lendingPools/lendingFundsAdded.d.mts +2 -2
- package/dist/11100/lendingPools/loanCreated.d.cts +2 -2
- package/dist/11100/lendingPools/loanCreated.d.mts +2 -2
- 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 +6 -6
- package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +6 -6
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +6 -6
- package/dist/11100/solanaIngressEgress/depositFailed.d.mts +6 -6
- package/dist/11100/swapping/swapRequested.d.cts +6 -6
- package/dist/11100/swapping/swapRequested.d.mts +6 -6
- package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +30 -30
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/assethubIngressEgress/depositFailed.d.cts +48 -48
- package/dist/11200/assethubIngressEgress/depositFailed.d.mts +48 -48
- package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +30 -30
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/common.cjs +2 -2
- package/dist/11200/common.d.cts +242 -242
- package/dist/11200/common.d.mts +242 -242
- package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +30 -30
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +48 -48
- package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +48 -48
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
- package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.d.mts +2 -2
- package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +6 -6
- package/dist/11200/solanaIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11200/solanaIngressEgress/depositFailed.d.mts +30 -30
- package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/11200/swapping/swapRequested.d.cts +26 -26
- package/dist/11200/swapping/swapRequested.d.mts +26 -26
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +10 -10
- package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +10 -10
- package/dist/120/common.cjs +1 -1
- package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
- package/dist/120/emissions/backupRewardsDistributed.d.mts +2 -2
- package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/120/ethereumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/120/ethereumIngressEgress/depositReceived.d.mts +2 -2
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.mts +2 -2
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +2 -2
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +2 -2
- package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/120/polkadotIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +2 -2
- package/dist/120/polkadotIngressEgress/depositReceived.d.mts +2 -2
- package/dist/120/swapping/swapEgressIgnored.d.cts +4 -4
- package/dist/120/swapping/swapEgressIgnored.d.mts +4 -4
- package/dist/120/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/120/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/120/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/120/swapping/withdrawalRequested.d.mts +4 -4
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +2 -2
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +6 -6
- package/dist/131/bitcoinIngressEgress/depositReceived.d.mts +6 -6
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +12 -12
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.mts +12 -12
- package/dist/131/common.cjs +1 -1
- package/dist/131/common.d.cts +8 -8
- package/dist/131/common.d.mts +8 -8
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.mts +2 -2
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +4 -4
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.mts +4 -4
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/131/liquidityPools/limitOrderUpdated.d.mts +2 -2
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +2 -2
- package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +2 -2
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +2 -2
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +2 -2
- package/dist/131/reputation/offencePenalty.d.cts +2 -2
- package/dist/131/reputation/offencePenalty.d.mts +2 -2
- package/dist/131/swapping/ccmFailed.d.cts +4 -4
- package/dist/131/swapping/ccmFailed.d.mts +4 -4
- package/dist/131/swapping/swapDepositAddressReady.d.cts +10 -10
- package/dist/131/swapping/swapDepositAddressReady.d.mts +10 -10
- package/dist/131/swapping/swapEgressIgnored.d.cts +2 -2
- package/dist/131/swapping/swapEgressIgnored.d.mts +2 -2
- package/dist/131/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/131/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/131/swapping/swapScheduled.d.cts +12 -12
- package/dist/131/swapping/swapScheduled.d.mts +12 -12
- package/dist/131/swapping/withdrawalRequested.d.cts +2 -2
- package/dist/131/swapping/withdrawalRequested.d.mts +2 -2
- package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +2 -2
- package/dist/131/witnesser/prewitnessExecutionFailed.d.mts +2 -2
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +4 -4
- 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 +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.mts +2 -2
- 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 +10 -10
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +10 -10
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/141/common.cjs +1 -1
- package/dist/141/common.d.cts +65 -65
- package/dist/141/common.d.mts +65 -65
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/141/environment/runtimeSafeModeUpdated.d.mts +28 -28
- 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/depositBoosted.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +4 -4
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/ethereumIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.mts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.mts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.mts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.mts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.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 +6 -6
- package/dist/141/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +11 -11
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +11 -11
- 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 +12 -12
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/141/polkadotIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/stoppedBoosting.d.mts +2 -2
- package/dist/141/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/141/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/141/swapping/ccmDepositReceived.d.cts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.mts +8 -8
- package/dist/141/swapping/ccmFailed.d.cts +9 -9
- package/dist/141/swapping/ccmFailed.d.mts +9 -9
- 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 +20 -20
- package/dist/141/swapping/swapDepositAddressReady.d.mts +20 -20
- package/dist/141/swapping/swapEgressIgnored.d.cts +7 -7
- package/dist/141/swapping/swapEgressIgnored.d.mts +7 -7
- 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 +14 -14
- package/dist/141/swapping/swapExecuted.d.mts +14 -14
- package/dist/141/swapping/swapScheduled.d.cts +54 -54
- package/dist/141/swapping/swapScheduled.d.mts +54 -54
- package/dist/141/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/141/swapping/withdrawalRequested.d.mts +10 -10
- package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.d.cts +2 -2
- package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.d.mts +2 -2
- package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.cts +2 -2
- package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.mts +2 -2
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/150/assetBalances/refundScheduled.d.cts +2 -2
- package/dist/150/assetBalances/refundScheduled.d.mts +2 -2
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/150/common.cjs +2 -2
- package/dist/150/emissions/networkFeeBurned.d.cts +2 -2
- package/dist/150/emissions/networkFeeBurned.d.mts +2 -2
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +6 -6
- package/dist/150/liquidityPools/limitOrderUpdated.d.mts +6 -6
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +10 -10
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +4 -4
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.mts +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.mts +4 -4
- package/dist/150/solanaIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/150/solanaIngressEgress/stoppedBoosting.d.mts +2 -2
- 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 +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.mts +2 -2
- package/dist/150/swapping/refundEgressScheduled.d.cts +4 -4
- package/dist/150/swapping/refundEgressScheduled.d.mts +4 -4
- package/dist/150/swapping/swapDepositAddressReady.d.cts +2 -2
- package/dist/150/swapping/swapDepositAddressReady.d.mts +2 -2
- package/dist/150/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/150/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/150/swapping/swapExecuted.d.cts +2 -2
- package/dist/150/swapping/swapExecuted.d.mts +2 -2
- package/dist/150/swapping/swapScheduled.d.cts +38 -38
- package/dist/150/swapping/swapScheduled.d.mts +38 -38
- package/dist/150/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/150/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +50 -50
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +2 -2
- 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 +9 -9
- package/dist/160/assetBalances/accountCredited.d.mts +9 -9
- package/dist/160/assetBalances/accountDebited.d.cts +9 -9
- package/dist/160/assetBalances/accountDebited.d.mts +9 -9
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.mts +50 -50
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +24 -24
- package/dist/160/common.cjs +2 -2
- package/dist/160/common.d.cts +176 -176
- package/dist/160/common.d.mts +176 -176
- 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 +50 -50
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.mts +50 -50
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +2 -2
- 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 +20 -20
- package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +20 -20
- 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 +14 -14
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +14 -14
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.mts +50 -50
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +2 -2
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.mts +50 -50
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositBoosted.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/depositIgnored.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +20 -20
- 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 +22 -22
- package/dist/160/swapping/refundEgressIgnored.d.mts +22 -22
- package/dist/160/swapping/refundEgressScheduled.d.cts +10 -10
- package/dist/160/swapping/refundEgressScheduled.d.mts +10 -10
- package/dist/160/swapping/swapAmountConfiscated.d.cts +6 -6
- package/dist/160/swapping/swapAmountConfiscated.d.mts +6 -6
- 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 +22 -22
- package/dist/160/swapping/swapEgressIgnored.d.mts +22 -22
- package/dist/160/swapping/swapEgressScheduled.d.cts +10 -10
- package/dist/160/swapping/swapEgressScheduled.d.mts +10 -10
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.mts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +44 -44
- package/dist/160/swapping/swapRequested.d.mts +44 -44
- 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 +14 -14
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +14 -14
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +14 -14
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +14 -14
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +26 -26
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +26 -26
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +56 -56
- 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 +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +4 -4
- package/dist/170/common.cjs +2 -2
- package/dist/170/common.d.cts +122 -122
- package/dist/170/common.d.mts +122 -122
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +14 -14
- package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +14 -14
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +14 -14
- package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +14 -14
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- 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 +14 -14
- package/dist/170/solanaIngressEgress/ccmFailed.d.mts +14 -14
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.d.mts +2 -2
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +50 -50
- package/dist/170/swapping/swapRequested.d.cts +27 -27
- package/dist/170/swapping/swapRequested.d.mts +27 -27
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +6 -6
- 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 +2 -2
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +14 -14
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +14 -14
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +66 -66
- package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +66 -66
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +10 -10
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +10 -10
- 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 +2 -2
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/common.cjs +2 -2
- package/dist/180/common.d.cts +333 -333
- package/dist/180/common.d.mts +333 -333
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/180/ethereumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +6 -6
- 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 +2 -2
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +44 -44
- package/dist/180/polkadotIngressEgress/depositFailed.d.mts +44 -44
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +6 -6
- 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 +2 -2
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.mts +14 -14
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/180/solanaIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +44 -44
- package/dist/180/solanaIngressEgress/depositFailed.d.mts +44 -44
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/180/solanaIngressEgress/depositFinalised.d.mts +6 -6
- 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 +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/180/swapping/refundEgressScheduled.d.cts +18 -18
- package/dist/180/swapping/refundEgressScheduled.d.mts +18 -18
- package/dist/180/swapping/swapDepositAddressReady.d.cts +41 -41
- package/dist/180/swapping/swapDepositAddressReady.d.mts +41 -41
- package/dist/180/swapping/swapEgressScheduled.d.cts +18 -18
- package/dist/180/swapping/swapEgressScheduled.d.mts +18 -18
- package/dist/180/swapping/swapRequested.d.cts +37 -37
- package/dist/180/swapping/swapRequested.d.mts +37 -37
- package/dist/180/swapping/swapScheduled.d.cts +8 -8
- package/dist/180/swapping/swapScheduled.d.mts +8 -8
- 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/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.mts +61 -61
- 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 +187 -187
- package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +187 -187
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/assetBalances/accountCredited.d.cts +7 -7
- package/dist/190/assetBalances/accountCredited.d.mts +7 -7
- package/dist/190/assetBalances/accountDebited.d.cts +7 -7
- package/dist/190/assetBalances/accountDebited.d.mts +7 -7
- package/dist/190/assetBalances/refundScheduled.d.cts +54 -54
- package/dist/190/assetBalances/refundScheduled.d.mts +54 -54
- package/dist/190/assetBalances/refundSkipped.d.cts +109 -109
- package/dist/190/assetBalances/refundSkipped.d.mts +109 -109
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +35 -35
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.mts +35 -35
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.mts +61 -61
- 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 +205 -205
- package/dist/190/assethubIngressEgress/depositFailed.d.mts +205 -205
- 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/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.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/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +30 -30
- package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +318 -318
- package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +318 -318
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +26 -26
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +26 -26
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +22 -22
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +22 -22
- package/dist/190/common.cjs +2 -2
- package/dist/190/common.d.cts +2090 -2090
- package/dist/190/common.d.mts +2090 -2090
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/190/environment/runtimeSafeModeUpdated.d.mts +12 -12
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.mts +61 -61
- 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 +187 -187
- package/dist/190/ethereumIngressEgress/depositFailed.d.mts +187 -187
- package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/flip/palletConfigUpdated.d.cts +8 -8
- package/dist/190/flip/palletConfigUpdated.d.mts +8 -8
- package/dist/190/liquidityPools/assetSwapped.d.cts +12 -12
- package/dist/190/liquidityPools/assetSwapped.d.mts +12 -12
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +20 -20
- package/dist/190/liquidityPools/limitOrderUpdated.d.mts +20 -20
- package/dist/190/liquidityPools/newPoolCreated.d.cts +12 -12
- package/dist/190/liquidityPools/newPoolCreated.d.mts +12 -12
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +32 -32
- package/dist/190/liquidityPools/orderDeletionFailed.d.mts +32 -32
- package/dist/190/liquidityPools/palletConfigUpdated.d.cts +8 -8
- package/dist/190/liquidityPools/palletConfigUpdated.d.mts +8 -8
- package/dist/190/liquidityPools/poolFeeSet.d.cts +12 -12
- package/dist/190/liquidityPools/poolFeeSet.d.mts +12 -12
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +32 -32
- package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +32 -32
- package/dist/190/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/190/liquidityProvider/assetTransferred.d.mts +6 -6
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +13 -13
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +13 -13
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +54 -54
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +54 -54
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.mts +61 -61
- 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 +205 -205
- package/dist/190/polkadotIngressEgress/depositFailed.d.mts +205 -205
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- 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 +4 -4
- package/dist/190/reputation/offencePenalty.d.mts +4 -4
- package/dist/190/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/190/reputation/penaltyUpdated.d.mts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +2 -2
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.mts +61 -61
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/190/solanaIngressEgress/depositBoosted.d.mts +10 -10
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +187 -187
- package/dist/190/solanaIngressEgress/depositFailed.d.mts +187 -187
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/190/solanaIngressEgress/depositFinalised.d.mts +6 -6
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +57 -57
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +2 -2
- package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.cts +8 -8
- package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.mts +8 -8
- package/dist/190/swapping/batchSwapFailed.d.cts +6 -6
- package/dist/190/swapping/batchSwapFailed.d.mts +6 -6
- package/dist/190/swapping/creditedOnChain.d.cts +8 -8
- package/dist/190/swapping/creditedOnChain.d.mts +8 -8
- package/dist/190/swapping/palletConfigUpdated.d.cts +16 -16
- package/dist/190/swapping/palletConfigUpdated.d.mts +16 -16
- package/dist/190/swapping/refundEgressIgnored.d.cts +34 -34
- package/dist/190/swapping/refundEgressIgnored.d.mts +34 -34
- package/dist/190/swapping/refundEgressScheduled.d.cts +12 -12
- package/dist/190/swapping/refundEgressScheduled.d.mts +12 -12
- package/dist/190/swapping/refundedOnChain.d.cts +8 -8
- package/dist/190/swapping/refundedOnChain.d.mts +8 -8
- package/dist/190/swapping/swapAmountConfiscated.d.cts +6 -6
- package/dist/190/swapping/swapAmountConfiscated.d.mts +6 -6
- package/dist/190/swapping/swapDepositAddressReady.d.cts +39 -39
- package/dist/190/swapping/swapDepositAddressReady.d.mts +39 -39
- package/dist/190/swapping/swapEgressIgnored.d.cts +34 -34
- package/dist/190/swapping/swapEgressIgnored.d.mts +34 -34
- package/dist/190/swapping/swapEgressScheduled.d.cts +12 -12
- package/dist/190/swapping/swapEgressScheduled.d.mts +12 -12
- package/dist/190/swapping/swapExecuted.d.cts +14 -14
- package/dist/190/swapping/swapExecuted.d.mts +14 -14
- package/dist/190/swapping/swapRequested.d.cts +81 -81
- package/dist/190/swapping/swapRequested.d.mts +81 -81
- package/dist/190/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/190/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/190/tokenholderGovernance/proposalEnacted.d.cts +8 -8
- package/dist/190/tokenholderGovernance/proposalEnacted.d.mts +8 -8
- package/dist/190/tokenholderGovernance/proposalPassed.d.cts +8 -8
- package/dist/190/tokenholderGovernance/proposalPassed.d.mts +8 -8
- package/dist/190/tokenholderGovernance/proposalRejected.d.cts +8 -8
- package/dist/190/tokenholderGovernance/proposalRejected.d.mts +8 -8
- package/dist/190/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
- package/dist/190/tokenholderGovernance/proposalSubmitted.d.mts +8 -8
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +6 -6
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.mts +6 -6
- package/dist/190/tradingStrategy/palletConfigUpdated.d.cts +24 -24
- package/dist/190/tradingStrategy/palletConfigUpdated.d.mts +24 -24
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +8 -8
- package/dist/190/tradingStrategy/strategyDeployed.d.mts +8 -8
- package/dist/200/common.cjs +2 -2
- package/dist/200/lendingPools/lendingFundsAdded.d.cts +2 -2
- package/dist/200/lendingPools/lendingFundsAdded.d.mts +2 -2
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.cts +128 -128
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +167 -167
- package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +167 -167
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/210/assetBalances/refundSkipped.d.cts +80 -80
- package/dist/210/assetBalances/refundSkipped.d.mts +80 -80
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.cts +128 -128
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/assethubIngressEgress/depositFailed.d.cts +167 -167
- package/dist/210/assethubIngressEgress/depositFailed.d.mts +167 -167
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.cts +128 -128
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +297 -297
- package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +297 -297
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +41 -41
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +41 -41
- package/dist/210/common.cjs +2 -2
- package/dist/210/common.d.cts +3048 -3048
- package/dist/210/common.d.mts +3048 -3048
- package/dist/210/emissions/flipBurnSkipped.d.cts +26 -26
- package/dist/210/emissions/flipBurnSkipped.d.mts +26 -26
- package/dist/210/environment/runtimeSafeModeUpdated.d.cts +62 -62
- package/dist/210/environment/runtimeSafeModeUpdated.d.mts +62 -62
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.cts +128 -128
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/210/ethereumIngressEgress/depositFailed.d.cts +167 -167
- package/dist/210/ethereumIngressEgress/depositFailed.d.mts +167 -167
- package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.cts +41 -41
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.mts +41 -41
- package/dist/210/funding/sCCallCannotBeExecuted.d.cts +61 -61
- package/dist/210/funding/sCCallCannotBeExecuted.d.mts +61 -61
- package/dist/210/governance/failedExecution.d.cts +15 -15
- package/dist/210/governance/failedExecution.d.mts +15 -15
- package/dist/210/governance/govKeyCallExecutionFailed.d.cts +28 -28
- package/dist/210/governance/govKeyCallExecutionFailed.d.mts +28 -28
- package/dist/210/lendingPools/lendingFundsRemoved.d.cts +2 -2
- package/dist/210/lendingPools/lendingFundsRemoved.d.mts +2 -2
- package/dist/210/lendingPools/palletConfigUpdated.d.cts +16 -16
- package/dist/210/lendingPools/palletConfigUpdated.d.mts +16 -16
- package/dist/210/liquidityPools/assetSwapped.d.cts +2 -2
- package/dist/210/liquidityPools/assetSwapped.d.mts +2 -2
- package/dist/210/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/210/liquidityPools/limitOrderUpdated.d.mts +8 -8
- package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +8 -8
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +26 -26
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +26 -26
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +26 -26
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +26 -26
- package/dist/210/liquidityProvider/assetBalancePurged.d.cts +8 -8
- package/dist/210/liquidityProvider/assetBalancePurged.d.mts +8 -8
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +4 -4
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +8 -8
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +8 -8
- package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.cts +128 -128
- package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/polkadotIngressEgress/depositFailed.d.cts +167 -167
- package/dist/210/polkadotIngressEgress/depositFailed.d.mts +167 -167
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +41 -41
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +41 -41
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.cts +128 -128
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.mts +128 -128
- package/dist/210/solanaIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/210/solanaIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/210/solanaIngressEgress/depositFailed.d.cts +199 -199
- package/dist/210/solanaIngressEgress/depositFailed.d.mts +199 -199
- package/dist/210/solanaIngressEgress/depositFinalised.d.cts +20 -20
- package/dist/210/solanaIngressEgress/depositFinalised.d.mts +20 -20
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +124 -124
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +124 -124
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.mts +2 -2
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.cts +41 -41
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.mts +41 -41
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +8 -8
- package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +8 -8
- package/dist/210/swapping/refundEgressIgnored.d.cts +26 -26
- package/dist/210/swapping/refundEgressIgnored.d.mts +26 -26
- package/dist/210/swapping/refundEgressScheduled.d.cts +4 -4
- package/dist/210/swapping/refundEgressScheduled.d.mts +4 -4
- 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 +26 -26
- package/dist/210/swapping/swapEgressIgnored.d.mts +26 -26
- package/dist/210/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/210/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/210/swapping/swapRequested.d.cts +393 -393
- package/dist/210/swapping/swapRequested.d.mts +393 -393
- package/dist/210/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/210/swapping/withdrawalRequested.d.mts +6 -6
- package/dist/210/system/extrinsicFailed.d.cts +26 -26
- package/dist/210/system/extrinsicFailed.d.mts +26 -26
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.cts +26 -26
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.mts +26 -26
- package/dist/210/witnesser/prewitnessExecutionFailed.d.cts +28 -28
- package/dist/210/witnesser/prewitnessExecutionFailed.d.mts +28 -28
- package/dist/210/witnesser/witnessExecutionFailed.d.cts +28 -28
- package/dist/210/witnesser/witnessExecutionFailed.d.mts +28 -28
- package/dist/220/arbitrumBroadcaster/callResigned.cjs +13 -0
- package/dist/220/arbitrumBroadcaster/callResigned.d.cts +55 -0
- package/dist/220/arbitrumBroadcaster/callResigned.d.mts +55 -0
- package/dist/220/arbitrumBroadcaster/callResigned.mjs +11 -0
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/arbitrumIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.cts +214 -0
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.mts +214 -0
- package/dist/220/arbitrumIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/assethubBroadcaster/callResigned.cjs +13 -0
- package/dist/220/assethubBroadcaster/callResigned.d.cts +25 -0
- package/dist/220/assethubBroadcaster/callResigned.d.mts +25 -0
- package/dist/220/assethubBroadcaster/callResigned.mjs +11 -0
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/assethubIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/assethubIngressEgress/depositBoosted.d.cts +204 -0
- package/dist/220/assethubIngressEgress/depositBoosted.d.mts +204 -0
- package/dist/220/assethubIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/bitcoinBroadcaster/callResigned.cjs +13 -0
- package/dist/220/bitcoinBroadcaster/callResigned.d.cts +25 -0
- package/dist/220/bitcoinBroadcaster/callResigned.d.mts +25 -0
- package/dist/220/bitcoinBroadcaster/callResigned.mjs +11 -0
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/bitcoinIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.cts +428 -0
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.mts +428 -0
- package/dist/220/bitcoinIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/common.cjs +784 -7
- package/dist/220/common.d.cts +5777 -7
- package/dist/220/common.d.mts +5777 -7
- package/dist/220/common.mjs +706 -6
- package/dist/220/environment/runtimeSafeModeUpdated.cjs +10 -0
- package/dist/220/environment/runtimeSafeModeUpdated.d.cts +1789 -0
- package/dist/220/environment/runtimeSafeModeUpdated.d.mts +1789 -0
- package/dist/220/environment/runtimeSafeModeUpdated.mjs +8 -0
- package/dist/220/ethereumBroadcaster/callResigned.cjs +13 -0
- package/dist/220/ethereumBroadcaster/callResigned.d.cts +55 -0
- package/dist/220/ethereumBroadcaster/callResigned.d.mts +55 -0
- package/dist/220/ethereumBroadcaster/callResigned.mjs +11 -0
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/ethereumIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/ethereumIngressEgress/depositBoosted.d.cts +214 -0
- package/dist/220/ethereumIngressEgress/depositBoosted.d.mts +214 -0
- package/dist/220/ethereumIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/lendingPools/lendingFundsAdded.cjs +15 -0
- package/dist/220/lendingPools/lendingFundsAdded.d.cts +81 -0
- package/dist/220/lendingPools/lendingFundsAdded.d.mts +81 -0
- package/dist/220/lendingPools/lendingFundsAdded.mjs +13 -0
- package/dist/220/lendingPools/lendingFundsRemoved.cjs +15 -0
- package/dist/220/lendingPools/lendingFundsRemoved.d.cts +41 -0
- package/dist/220/lendingPools/lendingFundsRemoved.d.mts +41 -0
- package/dist/220/lendingPools/lendingFundsRemoved.mjs +13 -0
- package/dist/220/lendingPools/loanCreated.cjs +15 -0
- package/dist/220/lendingPools/loanCreated.d.cts +61 -0
- package/dist/220/lendingPools/loanCreated.d.mts +61 -0
- package/dist/220/lendingPools/loanCreated.mjs +13 -0
- package/dist/220/lendingPools/loanRepaid.cjs +14 -0
- package/dist/220/lendingPools/loanRepaid.d.cts +53 -0
- package/dist/220/lendingPools/loanRepaid.d.mts +53 -0
- package/dist/220/lendingPools/loanRepaid.mjs +12 -0
- package/dist/220/lendingPools/palletConfigUpdated.cjs +10 -0
- package/dist/220/lendingPools/palletConfigUpdated.d.cts +430 -0
- package/dist/220/lendingPools/palletConfigUpdated.d.mts +430 -0
- package/dist/220/lendingPools/palletConfigUpdated.mjs +8 -0
- package/dist/220/polkadotBroadcaster/callResigned.cjs +13 -0
- package/dist/220/polkadotBroadcaster/callResigned.d.cts +25 -0
- package/dist/220/polkadotBroadcaster/callResigned.d.mts +25 -0
- package/dist/220/polkadotBroadcaster/callResigned.mjs +11 -0
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/polkadotIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/polkadotIngressEgress/depositBoosted.d.cts +204 -0
- package/dist/220/polkadotIngressEgress/depositBoosted.d.mts +204 -0
- package/dist/220/polkadotIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/solanaBroadcaster/callResigned.cjs +13 -0
- package/dist/220/solanaBroadcaster/callResigned.d.cts +30 -0
- package/dist/220/solanaBroadcaster/callResigned.d.mts +30 -0
- package/dist/220/solanaBroadcaster/callResigned.mjs +11 -0
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.cjs +13 -0
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.cts +1059 -0
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.mts +1059 -0
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.mjs +11 -0
- package/dist/220/solanaIngressEgress/depositBoosted.cjs +23 -0
- package/dist/220/solanaIngressEgress/depositBoosted.d.cts +234 -0
- package/dist/220/solanaIngressEgress/depositBoosted.d.mts +234 -0
- package/dist/220/solanaIngressEgress/depositBoosted.mjs +21 -0
- package/dist/220/validator/witnessingTaskRestarted.cjs +13 -0
- package/dist/220/validator/witnessingTaskRestarted.d.cts +25 -0
- package/dist/220/validator/witnessingTaskRestarted.d.mts +25 -0
- package/dist/220/validator/witnessingTaskRestarted.mjs +11 -0
- package/dist/HandlerMap.cjs +4 -10
- package/dist/HandlerMap.mjs +4 -10
- package/dist/Parser.cjs +1 -1
- package/dist/Processor.cjs +2 -2
- package/dist/Processor.mjs +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.121.0 → _@oxc-project_runtime@0.126.0}/helpers/decorate.cjs +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.121.0 → _@oxc-project_runtime@0.126.0}/helpers/decorate.mjs +1 -1
- package/dist/chainspec/src/BaseCodeGenerator.cjs +2 -2
- package/dist/chainspec/src/BaseParser.cjs +3 -3
- package/dist/chainspec/src/Compiler.cjs +2 -2
- package/dist/chainspec/src/cache.cjs +2 -2
- package/dist/chainspec/src/utils.cjs +2 -2
- package/dist/generate.cjs +3 -3
- package/dist/utils.cjs +1 -1
- package/package.json +2 -2
|
@@ -168,9 +168,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
168
168
|
arbitrumIngressEgress: z.ZodBoolean;
|
|
169
169
|
arbitrumVault: z.ZodBoolean;
|
|
170
170
|
}, "strip", z.ZodTypeAny, {
|
|
171
|
-
governance: boolean;
|
|
172
171
|
funding: boolean;
|
|
173
172
|
swapping: boolean;
|
|
173
|
+
governance: boolean;
|
|
174
174
|
ethereumBroadcast: boolean;
|
|
175
175
|
ethereumChainTracking: boolean;
|
|
176
176
|
ethereumIngressEgress: boolean;
|
|
@@ -188,9 +188,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
188
188
|
arbitrumIngressEgress: boolean;
|
|
189
189
|
arbitrumVault: boolean;
|
|
190
190
|
}, {
|
|
191
|
-
governance: boolean;
|
|
192
191
|
funding: boolean;
|
|
193
192
|
swapping: boolean;
|
|
193
|
+
governance: boolean;
|
|
194
194
|
ethereumBroadcast: boolean;
|
|
195
195
|
ethereumChainTracking: boolean;
|
|
196
196
|
ethereumIngressEgress: boolean;
|
|
@@ -210,9 +210,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
210
210
|
}>;
|
|
211
211
|
}, "strip", z.ZodTypeAny, {
|
|
212
212
|
value: {
|
|
213
|
-
governance: boolean;
|
|
214
213
|
funding: boolean;
|
|
215
214
|
swapping: boolean;
|
|
215
|
+
governance: boolean;
|
|
216
216
|
ethereumBroadcast: boolean;
|
|
217
217
|
ethereumChainTracking: boolean;
|
|
218
218
|
ethereumIngressEgress: boolean;
|
|
@@ -233,9 +233,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
233
233
|
__kind: "CodeAmber";
|
|
234
234
|
}, {
|
|
235
235
|
value: {
|
|
236
|
-
governance: boolean;
|
|
237
236
|
funding: boolean;
|
|
238
237
|
swapping: boolean;
|
|
238
|
+
governance: boolean;
|
|
239
239
|
ethereumBroadcast: boolean;
|
|
240
240
|
ethereumChainTracking: boolean;
|
|
241
241
|
ethereumIngressEgress: boolean;
|
|
@@ -320,6 +320,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
320
320
|
depositsEnabled: boolean;
|
|
321
321
|
}>;
|
|
322
322
|
}, "strip", z.ZodTypeAny, {
|
|
323
|
+
emissions: {
|
|
324
|
+
emissionsSyncEnabled: boolean;
|
|
325
|
+
};
|
|
323
326
|
funding: {
|
|
324
327
|
redeemEnabled: boolean;
|
|
325
328
|
};
|
|
@@ -328,9 +331,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
328
331
|
withdrawalsEnabled: boolean;
|
|
329
332
|
brokerRegistrationEnabled: boolean;
|
|
330
333
|
};
|
|
331
|
-
emissions: {
|
|
332
|
-
emissionsSyncEnabled: boolean;
|
|
333
|
-
};
|
|
334
334
|
liquidityProvider: {
|
|
335
335
|
depositEnabled: boolean;
|
|
336
336
|
withdrawalEnabled: boolean;
|
|
@@ -374,9 +374,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
374
374
|
__kind: "CodeRed";
|
|
375
375
|
} | {
|
|
376
376
|
value: {
|
|
377
|
-
governance: boolean;
|
|
378
377
|
funding: boolean;
|
|
379
378
|
swapping: boolean;
|
|
379
|
+
governance: boolean;
|
|
380
380
|
ethereumBroadcast: boolean;
|
|
381
381
|
ethereumChainTracking: boolean;
|
|
382
382
|
ethereumIngressEgress: boolean;
|
|
@@ -421,6 +421,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
421
421
|
depositsEnabled: boolean;
|
|
422
422
|
};
|
|
423
423
|
}, {
|
|
424
|
+
emissions: {
|
|
425
|
+
emissionsSyncEnabled: boolean;
|
|
426
|
+
};
|
|
424
427
|
funding: {
|
|
425
428
|
redeemEnabled: boolean;
|
|
426
429
|
};
|
|
@@ -429,9 +432,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
429
432
|
withdrawalsEnabled: boolean;
|
|
430
433
|
brokerRegistrationEnabled: boolean;
|
|
431
434
|
};
|
|
432
|
-
emissions: {
|
|
433
|
-
emissionsSyncEnabled: boolean;
|
|
434
|
-
};
|
|
435
435
|
liquidityProvider: {
|
|
436
436
|
depositEnabled: boolean;
|
|
437
437
|
withdrawalEnabled: boolean;
|
|
@@ -475,9 +475,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
475
475
|
__kind: "CodeRed";
|
|
476
476
|
} | {
|
|
477
477
|
value: {
|
|
478
|
-
governance: boolean;
|
|
479
478
|
funding: boolean;
|
|
480
479
|
swapping: boolean;
|
|
480
|
+
governance: boolean;
|
|
481
481
|
ethereumBroadcast: boolean;
|
|
482
482
|
ethereumChainTracking: boolean;
|
|
483
483
|
ethereumIngressEgress: boolean;
|
|
@@ -524,6 +524,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
524
524
|
}>;
|
|
525
525
|
}, "strip", z.ZodTypeAny, {
|
|
526
526
|
value: {
|
|
527
|
+
emissions: {
|
|
528
|
+
emissionsSyncEnabled: boolean;
|
|
529
|
+
};
|
|
527
530
|
funding: {
|
|
528
531
|
redeemEnabled: boolean;
|
|
529
532
|
};
|
|
@@ -532,9 +535,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
532
535
|
withdrawalsEnabled: boolean;
|
|
533
536
|
brokerRegistrationEnabled: boolean;
|
|
534
537
|
};
|
|
535
|
-
emissions: {
|
|
536
|
-
emissionsSyncEnabled: boolean;
|
|
537
|
-
};
|
|
538
538
|
liquidityProvider: {
|
|
539
539
|
depositEnabled: boolean;
|
|
540
540
|
withdrawalEnabled: boolean;
|
|
@@ -578,9 +578,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
578
578
|
__kind: "CodeRed";
|
|
579
579
|
} | {
|
|
580
580
|
value: {
|
|
581
|
-
governance: boolean;
|
|
582
581
|
funding: boolean;
|
|
583
582
|
swapping: boolean;
|
|
583
|
+
governance: boolean;
|
|
584
584
|
ethereumBroadcast: boolean;
|
|
585
585
|
ethereumChainTracking: boolean;
|
|
586
586
|
ethereumIngressEgress: boolean;
|
|
@@ -628,6 +628,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
628
628
|
__kind: "CodeAmber";
|
|
629
629
|
}, {
|
|
630
630
|
value: {
|
|
631
|
+
emissions: {
|
|
632
|
+
emissionsSyncEnabled: boolean;
|
|
633
|
+
};
|
|
631
634
|
funding: {
|
|
632
635
|
redeemEnabled: boolean;
|
|
633
636
|
};
|
|
@@ -636,9 +639,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
636
639
|
withdrawalsEnabled: boolean;
|
|
637
640
|
brokerRegistrationEnabled: boolean;
|
|
638
641
|
};
|
|
639
|
-
emissions: {
|
|
640
|
-
emissionsSyncEnabled: boolean;
|
|
641
|
-
};
|
|
642
642
|
liquidityProvider: {
|
|
643
643
|
depositEnabled: boolean;
|
|
644
644
|
withdrawalEnabled: boolean;
|
|
@@ -682,9 +682,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
682
682
|
__kind: "CodeRed";
|
|
683
683
|
} | {
|
|
684
684
|
value: {
|
|
685
|
-
governance: boolean;
|
|
686
685
|
funding: boolean;
|
|
687
686
|
swapping: boolean;
|
|
687
|
+
governance: boolean;
|
|
688
688
|
ethereumBroadcast: boolean;
|
|
689
689
|
ethereumChainTracking: boolean;
|
|
690
690
|
ethereumIngressEgress: boolean;
|
|
@@ -738,6 +738,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
738
738
|
__kind: "CodeGreen";
|
|
739
739
|
} | {
|
|
740
740
|
value: {
|
|
741
|
+
emissions: {
|
|
742
|
+
emissionsSyncEnabled: boolean;
|
|
743
|
+
};
|
|
741
744
|
funding: {
|
|
742
745
|
redeemEnabled: boolean;
|
|
743
746
|
};
|
|
@@ -746,9 +749,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
746
749
|
withdrawalsEnabled: boolean;
|
|
747
750
|
brokerRegistrationEnabled: boolean;
|
|
748
751
|
};
|
|
749
|
-
emissions: {
|
|
750
|
-
emissionsSyncEnabled: boolean;
|
|
751
|
-
};
|
|
752
752
|
liquidityProvider: {
|
|
753
753
|
depositEnabled: boolean;
|
|
754
754
|
withdrawalEnabled: boolean;
|
|
@@ -792,9 +792,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
792
792
|
__kind: "CodeRed";
|
|
793
793
|
} | {
|
|
794
794
|
value: {
|
|
795
|
-
governance: boolean;
|
|
796
795
|
funding: boolean;
|
|
797
796
|
swapping: boolean;
|
|
797
|
+
governance: boolean;
|
|
798
798
|
ethereumBroadcast: boolean;
|
|
799
799
|
ethereumChainTracking: boolean;
|
|
800
800
|
ethereumIngressEgress: boolean;
|
|
@@ -848,6 +848,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
848
848
|
__kind: "CodeGreen";
|
|
849
849
|
} | {
|
|
850
850
|
value: {
|
|
851
|
+
emissions: {
|
|
852
|
+
emissionsSyncEnabled: boolean;
|
|
853
|
+
};
|
|
851
854
|
funding: {
|
|
852
855
|
redeemEnabled: boolean;
|
|
853
856
|
};
|
|
@@ -856,9 +859,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
856
859
|
withdrawalsEnabled: boolean;
|
|
857
860
|
brokerRegistrationEnabled: boolean;
|
|
858
861
|
};
|
|
859
|
-
emissions: {
|
|
860
|
-
emissionsSyncEnabled: boolean;
|
|
861
|
-
};
|
|
862
862
|
liquidityProvider: {
|
|
863
863
|
depositEnabled: boolean;
|
|
864
864
|
withdrawalEnabled: boolean;
|
|
@@ -902,9 +902,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
902
902
|
__kind: "CodeRed";
|
|
903
903
|
} | {
|
|
904
904
|
value: {
|
|
905
|
-
governance: boolean;
|
|
906
905
|
funding: boolean;
|
|
907
906
|
swapping: boolean;
|
|
907
|
+
governance: boolean;
|
|
908
908
|
ethereumBroadcast: boolean;
|
|
909
909
|
ethereumChainTracking: boolean;
|
|
910
910
|
ethereumIngressEgress: boolean;
|
|
@@ -168,9 +168,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
168
168
|
arbitrumIngressEgress: z.ZodBoolean;
|
|
169
169
|
arbitrumVault: z.ZodBoolean;
|
|
170
170
|
}, "strip", z.ZodTypeAny, {
|
|
171
|
-
governance: boolean;
|
|
172
171
|
funding: boolean;
|
|
173
172
|
swapping: boolean;
|
|
173
|
+
governance: boolean;
|
|
174
174
|
ethereumBroadcast: boolean;
|
|
175
175
|
ethereumChainTracking: boolean;
|
|
176
176
|
ethereumIngressEgress: boolean;
|
|
@@ -188,9 +188,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
188
188
|
arbitrumIngressEgress: boolean;
|
|
189
189
|
arbitrumVault: boolean;
|
|
190
190
|
}, {
|
|
191
|
-
governance: boolean;
|
|
192
191
|
funding: boolean;
|
|
193
192
|
swapping: boolean;
|
|
193
|
+
governance: boolean;
|
|
194
194
|
ethereumBroadcast: boolean;
|
|
195
195
|
ethereumChainTracking: boolean;
|
|
196
196
|
ethereumIngressEgress: boolean;
|
|
@@ -210,9 +210,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
210
210
|
}>;
|
|
211
211
|
}, "strip", z.ZodTypeAny, {
|
|
212
212
|
value: {
|
|
213
|
-
governance: boolean;
|
|
214
213
|
funding: boolean;
|
|
215
214
|
swapping: boolean;
|
|
215
|
+
governance: boolean;
|
|
216
216
|
ethereumBroadcast: boolean;
|
|
217
217
|
ethereumChainTracking: boolean;
|
|
218
218
|
ethereumIngressEgress: boolean;
|
|
@@ -233,9 +233,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
233
233
|
__kind: "CodeAmber";
|
|
234
234
|
}, {
|
|
235
235
|
value: {
|
|
236
|
-
governance: boolean;
|
|
237
236
|
funding: boolean;
|
|
238
237
|
swapping: boolean;
|
|
238
|
+
governance: boolean;
|
|
239
239
|
ethereumBroadcast: boolean;
|
|
240
240
|
ethereumChainTracking: boolean;
|
|
241
241
|
ethereumIngressEgress: boolean;
|
|
@@ -320,6 +320,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
320
320
|
depositsEnabled: boolean;
|
|
321
321
|
}>;
|
|
322
322
|
}, "strip", z.ZodTypeAny, {
|
|
323
|
+
emissions: {
|
|
324
|
+
emissionsSyncEnabled: boolean;
|
|
325
|
+
};
|
|
323
326
|
funding: {
|
|
324
327
|
redeemEnabled: boolean;
|
|
325
328
|
};
|
|
@@ -328,9 +331,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
328
331
|
withdrawalsEnabled: boolean;
|
|
329
332
|
brokerRegistrationEnabled: boolean;
|
|
330
333
|
};
|
|
331
|
-
emissions: {
|
|
332
|
-
emissionsSyncEnabled: boolean;
|
|
333
|
-
};
|
|
334
334
|
liquidityProvider: {
|
|
335
335
|
depositEnabled: boolean;
|
|
336
336
|
withdrawalEnabled: boolean;
|
|
@@ -374,9 +374,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
374
374
|
__kind: "CodeRed";
|
|
375
375
|
} | {
|
|
376
376
|
value: {
|
|
377
|
-
governance: boolean;
|
|
378
377
|
funding: boolean;
|
|
379
378
|
swapping: boolean;
|
|
379
|
+
governance: boolean;
|
|
380
380
|
ethereumBroadcast: boolean;
|
|
381
381
|
ethereumChainTracking: boolean;
|
|
382
382
|
ethereumIngressEgress: boolean;
|
|
@@ -421,6 +421,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
421
421
|
depositsEnabled: boolean;
|
|
422
422
|
};
|
|
423
423
|
}, {
|
|
424
|
+
emissions: {
|
|
425
|
+
emissionsSyncEnabled: boolean;
|
|
426
|
+
};
|
|
424
427
|
funding: {
|
|
425
428
|
redeemEnabled: boolean;
|
|
426
429
|
};
|
|
@@ -429,9 +432,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
429
432
|
withdrawalsEnabled: boolean;
|
|
430
433
|
brokerRegistrationEnabled: boolean;
|
|
431
434
|
};
|
|
432
|
-
emissions: {
|
|
433
|
-
emissionsSyncEnabled: boolean;
|
|
434
|
-
};
|
|
435
435
|
liquidityProvider: {
|
|
436
436
|
depositEnabled: boolean;
|
|
437
437
|
withdrawalEnabled: boolean;
|
|
@@ -475,9 +475,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
475
475
|
__kind: "CodeRed";
|
|
476
476
|
} | {
|
|
477
477
|
value: {
|
|
478
|
-
governance: boolean;
|
|
479
478
|
funding: boolean;
|
|
480
479
|
swapping: boolean;
|
|
480
|
+
governance: boolean;
|
|
481
481
|
ethereumBroadcast: boolean;
|
|
482
482
|
ethereumChainTracking: boolean;
|
|
483
483
|
ethereumIngressEgress: boolean;
|
|
@@ -524,6 +524,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
524
524
|
}>;
|
|
525
525
|
}, "strip", z.ZodTypeAny, {
|
|
526
526
|
value: {
|
|
527
|
+
emissions: {
|
|
528
|
+
emissionsSyncEnabled: boolean;
|
|
529
|
+
};
|
|
527
530
|
funding: {
|
|
528
531
|
redeemEnabled: boolean;
|
|
529
532
|
};
|
|
@@ -532,9 +535,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
532
535
|
withdrawalsEnabled: boolean;
|
|
533
536
|
brokerRegistrationEnabled: boolean;
|
|
534
537
|
};
|
|
535
|
-
emissions: {
|
|
536
|
-
emissionsSyncEnabled: boolean;
|
|
537
|
-
};
|
|
538
538
|
liquidityProvider: {
|
|
539
539
|
depositEnabled: boolean;
|
|
540
540
|
withdrawalEnabled: boolean;
|
|
@@ -578,9 +578,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
578
578
|
__kind: "CodeRed";
|
|
579
579
|
} | {
|
|
580
580
|
value: {
|
|
581
|
-
governance: boolean;
|
|
582
581
|
funding: boolean;
|
|
583
582
|
swapping: boolean;
|
|
583
|
+
governance: boolean;
|
|
584
584
|
ethereumBroadcast: boolean;
|
|
585
585
|
ethereumChainTracking: boolean;
|
|
586
586
|
ethereumIngressEgress: boolean;
|
|
@@ -628,6 +628,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
628
628
|
__kind: "CodeAmber";
|
|
629
629
|
}, {
|
|
630
630
|
value: {
|
|
631
|
+
emissions: {
|
|
632
|
+
emissionsSyncEnabled: boolean;
|
|
633
|
+
};
|
|
631
634
|
funding: {
|
|
632
635
|
redeemEnabled: boolean;
|
|
633
636
|
};
|
|
@@ -636,9 +639,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
636
639
|
withdrawalsEnabled: boolean;
|
|
637
640
|
brokerRegistrationEnabled: boolean;
|
|
638
641
|
};
|
|
639
|
-
emissions: {
|
|
640
|
-
emissionsSyncEnabled: boolean;
|
|
641
|
-
};
|
|
642
642
|
liquidityProvider: {
|
|
643
643
|
depositEnabled: boolean;
|
|
644
644
|
withdrawalEnabled: boolean;
|
|
@@ -682,9 +682,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
682
682
|
__kind: "CodeRed";
|
|
683
683
|
} | {
|
|
684
684
|
value: {
|
|
685
|
-
governance: boolean;
|
|
686
685
|
funding: boolean;
|
|
687
686
|
swapping: boolean;
|
|
687
|
+
governance: boolean;
|
|
688
688
|
ethereumBroadcast: boolean;
|
|
689
689
|
ethereumChainTracking: boolean;
|
|
690
690
|
ethereumIngressEgress: boolean;
|
|
@@ -738,6 +738,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
738
738
|
__kind: "CodeGreen";
|
|
739
739
|
} | {
|
|
740
740
|
value: {
|
|
741
|
+
emissions: {
|
|
742
|
+
emissionsSyncEnabled: boolean;
|
|
743
|
+
};
|
|
741
744
|
funding: {
|
|
742
745
|
redeemEnabled: boolean;
|
|
743
746
|
};
|
|
@@ -746,9 +749,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
746
749
|
withdrawalsEnabled: boolean;
|
|
747
750
|
brokerRegistrationEnabled: boolean;
|
|
748
751
|
};
|
|
749
|
-
emissions: {
|
|
750
|
-
emissionsSyncEnabled: boolean;
|
|
751
|
-
};
|
|
752
752
|
liquidityProvider: {
|
|
753
753
|
depositEnabled: boolean;
|
|
754
754
|
withdrawalEnabled: boolean;
|
|
@@ -792,9 +792,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
792
792
|
__kind: "CodeRed";
|
|
793
793
|
} | {
|
|
794
794
|
value: {
|
|
795
|
-
governance: boolean;
|
|
796
795
|
funding: boolean;
|
|
797
796
|
swapping: boolean;
|
|
797
|
+
governance: boolean;
|
|
798
798
|
ethereumBroadcast: boolean;
|
|
799
799
|
ethereumChainTracking: boolean;
|
|
800
800
|
ethereumIngressEgress: boolean;
|
|
@@ -848,6 +848,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
848
848
|
__kind: "CodeGreen";
|
|
849
849
|
} | {
|
|
850
850
|
value: {
|
|
851
|
+
emissions: {
|
|
852
|
+
emissionsSyncEnabled: boolean;
|
|
853
|
+
};
|
|
851
854
|
funding: {
|
|
852
855
|
redeemEnabled: boolean;
|
|
853
856
|
};
|
|
@@ -856,9 +859,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
856
859
|
withdrawalsEnabled: boolean;
|
|
857
860
|
brokerRegistrationEnabled: boolean;
|
|
858
861
|
};
|
|
859
|
-
emissions: {
|
|
860
|
-
emissionsSyncEnabled: boolean;
|
|
861
|
-
};
|
|
862
862
|
liquidityProvider: {
|
|
863
863
|
depositEnabled: boolean;
|
|
864
864
|
withdrawalEnabled: boolean;
|
|
@@ -902,9 +902,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
902
902
|
__kind: "CodeRed";
|
|
903
903
|
} | {
|
|
904
904
|
value: {
|
|
905
|
-
governance: boolean;
|
|
906
905
|
funding: boolean;
|
|
907
906
|
swapping: boolean;
|
|
907
|
+
governance: boolean;
|
|
908
908
|
ethereumBroadcast: boolean;
|
|
909
909
|
ethereumChainTracking: boolean;
|
|
910
910
|
ethereumIngressEgress: boolean;
|
|
@@ -64,10 +64,6 @@ declare const environmentStaleUtxosDiscarded: z.ZodObject<{
|
|
|
64
64
|
} | null | undefined;
|
|
65
65
|
}>;
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
67
|
-
id: {
|
|
68
|
-
txId: `0x${string}`;
|
|
69
|
-
vout: number;
|
|
70
|
-
};
|
|
71
67
|
amount: bigint;
|
|
72
68
|
depositAddress: {
|
|
73
69
|
pubkeyX: `0x${string}`;
|
|
@@ -80,11 +76,11 @@ declare const environmentStaleUtxosDiscarded: z.ZodObject<{
|
|
|
80
76
|
};
|
|
81
77
|
} | null | undefined;
|
|
82
78
|
};
|
|
83
|
-
}, {
|
|
84
79
|
id: {
|
|
85
|
-
txId: string
|
|
80
|
+
txId: `0x${string}`;
|
|
86
81
|
vout: number;
|
|
87
82
|
};
|
|
83
|
+
}, {
|
|
88
84
|
amount: string | number;
|
|
89
85
|
depositAddress: {
|
|
90
86
|
pubkeyX: string;
|
|
@@ -97,13 +93,13 @@ declare const environmentStaleUtxosDiscarded: z.ZodObject<{
|
|
|
97
93
|
};
|
|
98
94
|
} | null | undefined;
|
|
99
95
|
};
|
|
100
|
-
}>, "many">;
|
|
101
|
-
}, "strip", z.ZodTypeAny, {
|
|
102
|
-
utxos: {
|
|
103
96
|
id: {
|
|
104
|
-
txId:
|
|
97
|
+
txId: string;
|
|
105
98
|
vout: number;
|
|
106
99
|
};
|
|
100
|
+
}>, "many">;
|
|
101
|
+
}, "strip", z.ZodTypeAny, {
|
|
102
|
+
utxos: {
|
|
107
103
|
amount: bigint;
|
|
108
104
|
depositAddress: {
|
|
109
105
|
pubkeyX: `0x${string}`;
|
|
@@ -116,13 +112,13 @@ declare const environmentStaleUtxosDiscarded: z.ZodObject<{
|
|
|
116
112
|
};
|
|
117
113
|
} | null | undefined;
|
|
118
114
|
};
|
|
119
|
-
}[];
|
|
120
|
-
}, {
|
|
121
|
-
utxos: {
|
|
122
115
|
id: {
|
|
123
|
-
txId: string
|
|
116
|
+
txId: `0x${string}`;
|
|
124
117
|
vout: number;
|
|
125
118
|
};
|
|
119
|
+
}[];
|
|
120
|
+
}, {
|
|
121
|
+
utxos: {
|
|
126
122
|
amount: string | number;
|
|
127
123
|
depositAddress: {
|
|
128
124
|
pubkeyX: string;
|
|
@@ -135,6 +131,10 @@ declare const environmentStaleUtxosDiscarded: z.ZodObject<{
|
|
|
135
131
|
};
|
|
136
132
|
} | null | undefined;
|
|
137
133
|
};
|
|
134
|
+
id: {
|
|
135
|
+
txId: string;
|
|
136
|
+
vout: number;
|
|
137
|
+
};
|
|
138
138
|
}[];
|
|
139
139
|
}>;
|
|
140
140
|
//#endregion
|
|
@@ -64,10 +64,6 @@ declare const environmentStaleUtxosDiscarded: z.ZodObject<{
|
|
|
64
64
|
} | null | undefined;
|
|
65
65
|
}>;
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
67
|
-
id: {
|
|
68
|
-
txId: `0x${string}`;
|
|
69
|
-
vout: number;
|
|
70
|
-
};
|
|
71
67
|
amount: bigint;
|
|
72
68
|
depositAddress: {
|
|
73
69
|
pubkeyX: `0x${string}`;
|
|
@@ -80,11 +76,11 @@ declare const environmentStaleUtxosDiscarded: z.ZodObject<{
|
|
|
80
76
|
};
|
|
81
77
|
} | null | undefined;
|
|
82
78
|
};
|
|
83
|
-
}, {
|
|
84
79
|
id: {
|
|
85
|
-
txId: string
|
|
80
|
+
txId: `0x${string}`;
|
|
86
81
|
vout: number;
|
|
87
82
|
};
|
|
83
|
+
}, {
|
|
88
84
|
amount: string | number;
|
|
89
85
|
depositAddress: {
|
|
90
86
|
pubkeyX: string;
|
|
@@ -97,13 +93,13 @@ declare const environmentStaleUtxosDiscarded: z.ZodObject<{
|
|
|
97
93
|
};
|
|
98
94
|
} | null | undefined;
|
|
99
95
|
};
|
|
100
|
-
}>, "many">;
|
|
101
|
-
}, "strip", z.ZodTypeAny, {
|
|
102
|
-
utxos: {
|
|
103
96
|
id: {
|
|
104
|
-
txId:
|
|
97
|
+
txId: string;
|
|
105
98
|
vout: number;
|
|
106
99
|
};
|
|
100
|
+
}>, "many">;
|
|
101
|
+
}, "strip", z.ZodTypeAny, {
|
|
102
|
+
utxos: {
|
|
107
103
|
amount: bigint;
|
|
108
104
|
depositAddress: {
|
|
109
105
|
pubkeyX: `0x${string}`;
|
|
@@ -116,13 +112,13 @@ declare const environmentStaleUtxosDiscarded: z.ZodObject<{
|
|
|
116
112
|
};
|
|
117
113
|
} | null | undefined;
|
|
118
114
|
};
|
|
119
|
-
}[];
|
|
120
|
-
}, {
|
|
121
|
-
utxos: {
|
|
122
115
|
id: {
|
|
123
|
-
txId: string
|
|
116
|
+
txId: `0x${string}`;
|
|
124
117
|
vout: number;
|
|
125
118
|
};
|
|
119
|
+
}[];
|
|
120
|
+
}, {
|
|
121
|
+
utxos: {
|
|
126
122
|
amount: string | number;
|
|
127
123
|
depositAddress: {
|
|
128
124
|
pubkeyX: string;
|
|
@@ -135,6 +131,10 @@ declare const environmentStaleUtxosDiscarded: z.ZodObject<{
|
|
|
135
131
|
};
|
|
136
132
|
} | null | undefined;
|
|
137
133
|
};
|
|
134
|
+
id: {
|
|
135
|
+
txId: string;
|
|
136
|
+
vout: number;
|
|
137
|
+
};
|
|
138
138
|
}[];
|
|
139
139
|
}>;
|
|
140
140
|
//#endregion
|
|
@@ -26,20 +26,20 @@ declare const ethereumIngressEgressBoostFundsAdded: z.ZodObject<{
|
|
|
26
26
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
28
|
amount: bigint;
|
|
29
|
-
boosterId: `cF${string}`;
|
|
30
29
|
boostPool: {
|
|
31
30
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
32
31
|
tier: number;
|
|
33
32
|
};
|
|
33
|
+
boosterId: `cF${string}`;
|
|
34
34
|
}, {
|
|
35
35
|
amount: string | number;
|
|
36
|
-
boosterId: string;
|
|
37
36
|
boostPool: {
|
|
38
37
|
asset: {
|
|
39
38
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
40
39
|
};
|
|
41
40
|
tier: number;
|
|
42
41
|
};
|
|
42
|
+
boosterId: string;
|
|
43
43
|
}>;
|
|
44
44
|
//#endregion
|
|
45
45
|
export { ethereumIngressEgressBoostFundsAdded };
|
|
@@ -26,20 +26,20 @@ declare const ethereumIngressEgressBoostFundsAdded: z.ZodObject<{
|
|
|
26
26
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
28
|
amount: bigint;
|
|
29
|
-
boosterId: `cF${string}`;
|
|
30
29
|
boostPool: {
|
|
31
30
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
32
31
|
tier: number;
|
|
33
32
|
};
|
|
33
|
+
boosterId: `cF${string}`;
|
|
34
34
|
}, {
|
|
35
35
|
amount: string | number;
|
|
36
|
-
boosterId: string;
|
|
37
36
|
boostPool: {
|
|
38
37
|
asset: {
|
|
39
38
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
40
39
|
};
|
|
41
40
|
tier: number;
|
|
42
41
|
};
|
|
42
|
+
boosterId: string;
|
|
43
43
|
}>;
|
|
44
44
|
//#endregion
|
|
45
45
|
export { ethereumIngressEgressBoostFundsAdded };
|
|
@@ -65,10 +65,10 @@ declare const ethereumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
65
65
|
}>]>;
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
67
67
|
depositAddress: `0x${string}`;
|
|
68
|
-
channelId: bigint;
|
|
69
|
-
prewitnessedDepositId: bigint;
|
|
70
68
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
71
69
|
amounts: [number, bigint][];
|
|
70
|
+
prewitnessedDepositId: bigint;
|
|
71
|
+
channelId: bigint;
|
|
72
72
|
ingressFee: bigint;
|
|
73
73
|
boostFee: bigint;
|
|
74
74
|
action: {
|
|
@@ -89,12 +89,12 @@ declare const ethereumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
89
89
|
};
|
|
90
90
|
}, {
|
|
91
91
|
depositAddress: string;
|
|
92
|
-
channelId: string | number;
|
|
93
|
-
prewitnessedDepositId: string | number;
|
|
94
92
|
asset: {
|
|
95
93
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
96
94
|
};
|
|
97
95
|
amounts: [number, string | number][];
|
|
96
|
+
prewitnessedDepositId: string | number;
|
|
97
|
+
channelId: string | number;
|
|
98
98
|
ingressFee: string | number;
|
|
99
99
|
boostFee: string | number;
|
|
100
100
|
action: {
|
|
@@ -65,10 +65,10 @@ declare const ethereumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
65
65
|
}>]>;
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
67
67
|
depositAddress: `0x${string}`;
|
|
68
|
-
channelId: bigint;
|
|
69
|
-
prewitnessedDepositId: bigint;
|
|
70
68
|
asset: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
71
69
|
amounts: [number, bigint][];
|
|
70
|
+
prewitnessedDepositId: bigint;
|
|
71
|
+
channelId: bigint;
|
|
72
72
|
ingressFee: bigint;
|
|
73
73
|
boostFee: bigint;
|
|
74
74
|
action: {
|
|
@@ -89,12 +89,12 @@ declare const ethereumIngressEgressDepositBoosted: z.ZodObject<{
|
|
|
89
89
|
};
|
|
90
90
|
}, {
|
|
91
91
|
depositAddress: string;
|
|
92
|
-
channelId: string | number;
|
|
93
|
-
prewitnessedDepositId: string | number;
|
|
94
92
|
asset: {
|
|
95
93
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt";
|
|
96
94
|
};
|
|
97
95
|
amounts: [number, string | number][];
|
|
96
|
+
prewitnessedDepositId: string | number;
|
|
97
|
+
channelId: string | number;
|
|
98
98
|
ingressFee: string | number;
|
|
99
99
|
boostFee: string | number;
|
|
100
100
|
action: {
|