@chainflip/processor 1.8.1 → 1.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +12 -12
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/100/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/100/swapping/ccmDepositReceived.d.cts +70 -70
- package/dist/100/swapping/ccmDepositReceived.d.ts +70 -70
- package/dist/100/swapping/ccmFailed.d.cts +70 -70
- package/dist/100/swapping/ccmFailed.d.ts +70 -70
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
- package/dist/100/swapping/minimumSwapAmountSet.d.ts +6 -6
- package/dist/100/swapping/swapAmountTooLow.d.cts +37 -37
- package/dist/100/swapping/swapAmountTooLow.d.ts +37 -37
- package/dist/100/swapping/swapDepositAddressReady.d.cts +42 -42
- package/dist/100/swapping/swapDepositAddressReady.d.ts +42 -42
- package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/100/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/100/swapping/swapExecuted.d.cts +12 -12
- package/dist/100/swapping/swapExecuted.d.ts +12 -12
- package/dist/100/swapping/swapScheduled.d.cts +109 -109
- package/dist/100/swapping/swapScheduled.d.ts +109 -109
- package/dist/100/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/100/swapping/withdrawalRequested.d.ts +12 -12
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
- package/dist/120/bitcoinIngressEgress/depositIgnored.cjs +1 -1
- package/dist/120/bitcoinIngressEgress/depositIgnored.mjs +2 -2
- package/dist/120/bitcoinIngressEgress/depositReceived.cjs +1 -1
- package/dist/120/bitcoinIngressEgress/depositReceived.mjs +2 -2
- package/dist/120/common.cjs +35 -3
- package/dist/120/common.d.cts +95 -3
- package/dist/120/common.d.ts +95 -3
- package/dist/120/common.mjs +36 -4
- package/dist/120/ethereumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/120/ethereumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/120/ethereumIngressEgress/depositReceived.cjs +1 -1
- package/dist/120/ethereumIngressEgress/depositReceived.mjs +2 -2
- package/dist/120/polkadotIngressEgress/depositIgnored.cjs +1 -1
- package/dist/120/polkadotIngressEgress/depositIgnored.mjs +2 -2
- package/dist/120/polkadotIngressEgress/depositReceived.cjs +1 -1
- package/dist/120/polkadotIngressEgress/depositReceived.mjs +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositIgnored.cjs +1 -1
- package/dist/131/bitcoinIngressEgress/depositIgnored.mjs +2 -2
- package/dist/131/bitcoinIngressEgress/depositReceived.cjs +1 -1
- package/dist/131/bitcoinIngressEgress/depositReceived.mjs +2 -2
- package/dist/131/common.cjs +19 -3
- package/dist/131/common.d.cts +49 -3
- package/dist/131/common.d.ts +49 -3
- package/dist/131/common.mjs +20 -4
- package/dist/131/ethereumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/131/ethereumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.cjs +1 -1
- package/dist/131/ethereumIngressEgress/depositReceived.mjs +2 -2
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +10 -10
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +10 -10
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- package/dist/141/arbitrumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/141/arbitrumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/depositFinalised.mjs +2 -2
- package/dist/141/common.cjs +39 -3
- package/dist/141/common.d.cts +141 -3
- package/dist/141/common.d.ts +141 -3
- package/dist/141/common.mjs +40 -4
- package/dist/141/ethereumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/ethereumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/ethereumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/ethereumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +12 -12
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- package/dist/141/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/141/polkadotIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/polkadotIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/polkadotIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/polkadotIngressEgress/depositFinalised.mjs +2 -2
- package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.cts +80 -80
- package/dist/141/swapping/ccmDepositReceived.d.ts +80 -80
- package/dist/141/swapping/ccmFailed.d.cts +100 -100
- package/dist/141/swapping/ccmFailed.d.ts +100 -100
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +50 -50
- package/dist/141/swapping/swapDepositAddressReady.d.ts +50 -50
- package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +90 -90
- package/dist/141/swapping/swapExecuted.d.ts +90 -90
- package/dist/141/swapping/swapScheduled.d.cts +126 -126
- package/dist/141/swapping/swapScheduled.d.ts +126 -126
- package/dist/141/swapping/withdrawalRequested.d.cts +22 -22
- package/dist/141/swapping/withdrawalRequested.d.ts +22 -22
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/arbitrumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/150/arbitrumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/150/arbitrumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/150/arbitrumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +16 -16
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/bitcoinIngressEgress/depositBoosted.cjs +1 -1
- package/dist/150/bitcoinIngressEgress/depositBoosted.mjs +2 -2
- package/dist/150/bitcoinIngressEgress/depositFinalised.cjs +1 -1
- package/dist/150/bitcoinIngressEgress/depositFinalised.mjs +2 -2
- package/dist/150/common.cjs +66 -3
- package/dist/150/common.d.cts +214 -3
- package/dist/150/common.d.ts +214 -3
- package/dist/150/common.mjs +67 -4
- package/dist/150/ethereumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/150/ethereumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/150/ethereumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/150/ethereumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/150/ethereumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/150/ethereumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +2 -2
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +2 -2
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +2 -2
- package/dist/150/polkadotIngressEgress/depositBoosted.cjs +1 -1
- package/dist/150/polkadotIngressEgress/depositBoosted.mjs +2 -2
- package/dist/150/polkadotIngressEgress/depositFinalised.cjs +1 -1
- package/dist/150/polkadotIngressEgress/depositFinalised.mjs +2 -2
- package/dist/150/polkadotIngressEgress/depositIgnored.cjs +1 -1
- package/dist/150/polkadotIngressEgress/depositIgnored.mjs +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/solanaIngressEgress/depositBoosted.cjs +1 -1
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/150/solanaIngressEgress/depositBoosted.mjs +2 -2
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositFinalised.cjs +1 -1
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/150/solanaIngressEgress/depositFinalised.mjs +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.cjs +1 -1
- package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.mjs +2 -2
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/arbitrumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/160/arbitrumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/arbitrumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/160/bitcoinIngressEgress/depositBoosted.cjs +1 -1
- package/dist/160/bitcoinIngressEgress/depositBoosted.mjs +2 -2
- package/dist/160/bitcoinIngressEgress/depositFinalised.cjs +1 -1
- package/dist/160/bitcoinIngressEgress/depositFinalised.mjs +2 -2
- package/dist/160/common.cjs +35 -3
- package/dist/160/common.d.cts +175 -3
- package/dist/160/common.d.ts +175 -3
- package/dist/160/common.mjs +36 -4
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/160/environment/runtimeSafeModeUpdated.d.ts +28 -28
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/ethereumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/polkadotIngressEgress/depositBoosted.cjs +1 -1
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/polkadotIngressEgress/depositBoosted.mjs +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.cjs +1 -1
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.mjs +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositBoosted.cjs +1 -1
- package/dist/160/solanaIngressEgress/depositBoosted.mjs +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.cjs +1 -1
- package/dist/160/solanaIngressEgress/depositFinalised.mjs +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.cjs +1 -1
- package/dist/160/solanaIngressEgress/depositIgnored.mjs +2 -2
- package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
- package/dist/160/swapping/swapDepositAddressReady.d.cts +18 -18
- package/dist/160/swapping/swapDepositAddressReady.d.ts +18 -18
- package/dist/160/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.ts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +14 -14
- package/dist/160/swapping/swapRequested.d.ts +14 -14
- package/dist/160/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/160/swapping/withdrawalRequested.d.ts +6 -6
- package/dist/170/arbitrumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/170/arbitrumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +101 -101
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +101 -101
- package/dist/170/bitcoinIngressEgress/depositBoosted.cjs +1 -1
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositBoosted.mjs +2 -2
- package/dist/170/bitcoinIngressEgress/depositFinalised.cjs +1 -1
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.mjs +2 -2
- package/dist/170/bitcoinIngressEgress/depositIgnored.cjs +1 -1
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.mjs +2 -2
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +56 -56
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.ts +4 -4
- package/dist/170/common.cjs +27 -3
- package/dist/170/common.d.cts +39 -3
- package/dist/170/common.d.ts +39 -3
- package/dist/170/common.mjs +28 -4
- package/dist/170/ethereumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/170/ethereumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/170/polkadotIngressEgress/depositIgnored.cjs +1 -1
- package/dist/170/polkadotIngressEgress/depositIgnored.mjs +2 -2
- package/dist/170/reputation/offencePenalty.d.cts +2 -2
- package/dist/170/reputation/offencePenalty.d.ts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.cjs +1 -1
- package/dist/170/solanaIngressEgress/depositIgnored.mjs +2 -2
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/arbitrumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/180/arbitrumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/180/arbitrumIngressEgress/depositFailed.cjs +2 -2
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +37 -37
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +37 -37
- package/dist/180/arbitrumIngressEgress/depositFailed.mjs +4 -4
- package/dist/180/arbitrumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/180/arbitrumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/bitcoinIngressEgress/depositBoosted.cjs +1 -1
- package/dist/180/bitcoinIngressEgress/depositBoosted.mjs +2 -2
- package/dist/180/bitcoinIngressEgress/depositFailed.cjs +2 -2
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +403 -53
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +403 -53
- package/dist/180/bitcoinIngressEgress/depositFailed.mjs +4 -4
- package/dist/180/bitcoinIngressEgress/depositFinalised.cjs +1 -1
- package/dist/180/bitcoinIngressEgress/depositFinalised.mjs +2 -2
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/common.cjs +193 -12
- package/dist/180/common.d.cts +6979 -359
- package/dist/180/common.d.ts +6979 -359
- package/dist/180/common.mjs +195 -14
- package/dist/180/environment/solanaGovCallDispatched.cjs +10 -0
- package/dist/180/environment/solanaGovCallDispatched.d.cts +69 -0
- package/dist/180/environment/solanaGovCallDispatched.d.ts +69 -0
- package/dist/180/environment/solanaGovCallDispatched.mjs +10 -0
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +25 -25
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +25 -25
- package/dist/180/ethereumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/ethereumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/180/ethereumIngressEgress/depositFailed.cjs +2 -2
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +52 -52
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +52 -52
- package/dist/180/ethereumIngressEgress/depositFailed.mjs +4 -4
- package/dist/180/ethereumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/ethereumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +21 -21
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +21 -21
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/polkadotIngressEgress/depositBoosted.cjs +1 -1
- package/dist/180/polkadotIngressEgress/depositBoosted.mjs +2 -2
- package/dist/180/polkadotIngressEgress/depositFailed.cjs +2 -2
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +44 -62
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +44 -62
- package/dist/180/polkadotIngressEgress/depositFailed.mjs +4 -4
- package/dist/180/polkadotIngressEgress/depositFinalised.cjs +1 -1
- package/dist/180/polkadotIngressEgress/depositFinalised.mjs +2 -2
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/solanaIngressEgress/depositBoosted.cjs +1 -1
- package/dist/180/solanaIngressEgress/depositBoosted.mjs +2 -2
- package/dist/180/solanaIngressEgress/depositFailed.cjs +2 -2
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +37 -62
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +37 -62
- package/dist/180/solanaIngressEgress/depositFailed.mjs +4 -4
- package/dist/180/solanaIngressEgress/depositFinalised.cjs +1 -1
- package/dist/180/solanaIngressEgress/depositFinalised.mjs +2 -2
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/swapping/swapDepositAddressReady.cjs +2 -0
- package/dist/180/swapping/swapDepositAddressReady.d.cts +3 -0
- package/dist/180/swapping/swapDepositAddressReady.d.ts +3 -0
- package/dist/180/swapping/swapDepositAddressReady.mjs +2 -0
- package/dist/180/swapping/swapRequested.d.cts +10 -0
- package/dist/180/swapping/swapRequested.d.ts +10 -0
- package/package.json +1 -1
package/dist/160/common.mjs
CHANGED
|
@@ -231,7 +231,7 @@ var spRuntimeDispatchError = z.union([
|
|
|
231
231
|
]);
|
|
232
232
|
var cfPrimitivesChainsAssetsEthAsset = simpleEnum(["Eth", "Flip", "Usdc", "Usdt"]);
|
|
233
233
|
var cfChainsEvmDepositDetails = z.object({ txHashes: z.array(hexString).nullish() });
|
|
234
|
-
var
|
|
234
|
+
var palletCfEthereumIngressEgressDepositAction = z.union([
|
|
235
235
|
z.object({ __kind: z.literal("Swap"), swapRequestId: numberOrHex }),
|
|
236
236
|
z.object({ __kind: z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
237
237
|
z.object({ __kind: z.literal("CcmTransfer"), swapRequestId: numberOrHex }),
|
|
@@ -269,6 +269,13 @@ var cfChainsExecutexSwapAndCallError = z.union([
|
|
|
269
269
|
z.object({ __kind: z.literal("DispatchError"), value: spRuntimeDispatchError })
|
|
270
270
|
]);
|
|
271
271
|
var cfPrimitivesChainsAssetsDotAsset = simpleEnum(["Dot"]);
|
|
272
|
+
var palletCfPolkadotIngressEgressDepositAction = z.union([
|
|
273
|
+
z.object({ __kind: z.literal("Swap"), swapRequestId: numberOrHex }),
|
|
274
|
+
z.object({ __kind: z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
275
|
+
z.object({ __kind: z.literal("CcmTransfer"), swapRequestId: numberOrHex }),
|
|
276
|
+
z.object({ __kind: z.literal("NoAction") }),
|
|
277
|
+
z.object({ __kind: z.literal("BoostersCredited"), prewitnessedDepositId: numberOrHex })
|
|
278
|
+
]);
|
|
272
279
|
var cfChainsBtcScriptPubkey = z.union([
|
|
273
280
|
z.object({ __kind: z.literal("P2PKH"), value: hexString }),
|
|
274
281
|
z.object({ __kind: z.literal("P2SH"), value: hexString }),
|
|
@@ -279,6 +286,13 @@ var cfChainsBtcScriptPubkey = z.union([
|
|
|
279
286
|
]);
|
|
280
287
|
var cfPrimitivesChainsAssetsBtcAsset = simpleEnum(["Btc"]);
|
|
281
288
|
var cfChainsBtcUtxoId = z.object({ txId: hexString, vout: z.number() });
|
|
289
|
+
var palletCfBitcoinIngressEgressDepositAction = z.union([
|
|
290
|
+
z.object({ __kind: z.literal("Swap"), swapRequestId: numberOrHex }),
|
|
291
|
+
z.object({ __kind: z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
292
|
+
z.object({ __kind: z.literal("CcmTransfer"), swapRequestId: numberOrHex }),
|
|
293
|
+
z.object({ __kind: z.literal("NoAction") }),
|
|
294
|
+
z.object({ __kind: z.literal("BoostersCredited"), prewitnessedDepositId: numberOrHex })
|
|
295
|
+
]);
|
|
282
296
|
var cfAmmCommonPoolPairsMap = z.object({ base: numberOrHex, quote: numberOrHex });
|
|
283
297
|
var palletCfPoolsRangeOrderChange = z.object({
|
|
284
298
|
liquidity: numberOrHex,
|
|
@@ -310,6 +324,13 @@ var palletCfPoolsCloseOrder = z.union([
|
|
|
310
324
|
})
|
|
311
325
|
]);
|
|
312
326
|
var cfPrimitivesChainsAssetsArbAsset = simpleEnum(["ArbEth", "ArbUsdc"]);
|
|
327
|
+
var palletCfArbitrumIngressEgressDepositAction = z.union([
|
|
328
|
+
z.object({ __kind: z.literal("Swap"), swapRequestId: numberOrHex }),
|
|
329
|
+
z.object({ __kind: z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
330
|
+
z.object({ __kind: z.literal("CcmTransfer"), swapRequestId: numberOrHex }),
|
|
331
|
+
z.object({ __kind: z.literal("NoAction") }),
|
|
332
|
+
z.object({ __kind: z.literal("BoostersCredited"), prewitnessedDepositId: numberOrHex })
|
|
333
|
+
]);
|
|
313
334
|
var cfChainsSolSolTxCoreMessageHeader = z.object({
|
|
314
335
|
numRequiredSignatures: z.number(),
|
|
315
336
|
numReadonlySignedAccounts: z.number(),
|
|
@@ -331,7 +352,14 @@ var cfChainsSolSolTxCoreTransaction = z.object({
|
|
|
331
352
|
message: cfChainsSolSolTxCoreMessage
|
|
332
353
|
});
|
|
333
354
|
var cfPrimitivesChainsAssetsSolAsset = simpleEnum(["Sol", "SolUsdc"]);
|
|
334
|
-
var
|
|
355
|
+
var palletCfSolanaIngressEgressDepositAction = z.union([
|
|
356
|
+
z.object({ __kind: z.literal("Swap"), swapRequestId: numberOrHex }),
|
|
357
|
+
z.object({ __kind: z.literal("LiquidityProvision"), lpAccount: accountId }),
|
|
358
|
+
z.object({ __kind: z.literal("CcmTransfer"), swapRequestId: numberOrHex }),
|
|
359
|
+
z.object({ __kind: z.literal("NoAction") }),
|
|
360
|
+
z.object({ __kind: z.literal("BoostersCredited"), prewitnessedDepositId: numberOrHex })
|
|
361
|
+
]);
|
|
362
|
+
var palletCfSolanaIngressEgressDepositIgnoredReason = simpleEnum([
|
|
335
363
|
"BelowMinimumDeposit",
|
|
336
364
|
"NotEnoughToPayFees"
|
|
337
365
|
]);
|
|
@@ -385,17 +413,19 @@ export {
|
|
|
385
413
|
hexString,
|
|
386
414
|
numberOrHex,
|
|
387
415
|
numericString,
|
|
416
|
+
palletCfArbitrumIngressEgressDepositAction,
|
|
388
417
|
palletCfAssetBalancesPalletSafeMode,
|
|
418
|
+
palletCfBitcoinIngressEgressDepositAction,
|
|
389
419
|
palletCfBroadcastPalletSafeMode,
|
|
390
420
|
palletCfEmissionsPalletSafeMode,
|
|
391
421
|
palletCfEnvironmentSafeModeUpdate,
|
|
422
|
+
palletCfEthereumIngressEgressDepositAction,
|
|
392
423
|
palletCfFundingPalletSafeMode,
|
|
393
424
|
palletCfIngressEgressBoostPoolIdSolana,
|
|
394
|
-
palletCfIngressEgressDepositAction,
|
|
395
|
-
palletCfIngressEgressDepositIgnoredReason,
|
|
396
425
|
palletCfIngressEgressDepositWitnessSolana,
|
|
397
426
|
palletCfIngressEgressPalletSafeMode,
|
|
398
427
|
palletCfLpPalletSafeMode,
|
|
428
|
+
palletCfPolkadotIngressEgressDepositAction,
|
|
399
429
|
palletCfPoolsAssetPair,
|
|
400
430
|
palletCfPoolsCloseOrder,
|
|
401
431
|
palletCfPoolsIncreaseOrDecreaseRangeOrderChange,
|
|
@@ -403,6 +433,8 @@ export {
|
|
|
403
433
|
palletCfPoolsPalletSafeMode,
|
|
404
434
|
palletCfPoolsRangeOrderChange,
|
|
405
435
|
palletCfReputationPalletSafeMode,
|
|
436
|
+
palletCfSolanaIngressEgressDepositAction,
|
|
437
|
+
palletCfSolanaIngressEgressDepositIgnoredReason,
|
|
406
438
|
palletCfSwappingCcmFailReason,
|
|
407
439
|
palletCfSwappingPalletSafeMode,
|
|
408
440
|
palletCfThresholdSignaturePalletSafeMode,
|
|
@@ -190,9 +190,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
190
190
|
solanaBroadcast: z.ZodBoolean;
|
|
191
191
|
solanaVault: z.ZodBoolean;
|
|
192
192
|
}, "strip", z.ZodTypeAny, {
|
|
193
|
+
governance: boolean;
|
|
193
194
|
funding: boolean;
|
|
194
195
|
swapping: boolean;
|
|
195
|
-
governance: boolean;
|
|
196
196
|
ethereumBroadcast: boolean;
|
|
197
197
|
ethereumChainTracking: boolean;
|
|
198
198
|
ethereumIngressEgress: boolean;
|
|
@@ -212,9 +212,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
212
212
|
solanaBroadcast: boolean;
|
|
213
213
|
solanaVault: boolean;
|
|
214
214
|
}, {
|
|
215
|
+
governance: boolean;
|
|
215
216
|
funding: boolean;
|
|
216
217
|
swapping: boolean;
|
|
217
|
-
governance: boolean;
|
|
218
218
|
ethereumBroadcast: boolean;
|
|
219
219
|
ethereumChainTracking: boolean;
|
|
220
220
|
ethereumIngressEgress: boolean;
|
|
@@ -236,9 +236,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
236
236
|
}>;
|
|
237
237
|
}, "strip", z.ZodTypeAny, {
|
|
238
238
|
value: {
|
|
239
|
+
governance: boolean;
|
|
239
240
|
funding: boolean;
|
|
240
241
|
swapping: boolean;
|
|
241
|
-
governance: boolean;
|
|
242
242
|
ethereumBroadcast: boolean;
|
|
243
243
|
ethereumChainTracking: boolean;
|
|
244
244
|
ethereumIngressEgress: boolean;
|
|
@@ -261,9 +261,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
261
261
|
__kind: "CodeAmber";
|
|
262
262
|
}, {
|
|
263
263
|
value: {
|
|
264
|
+
governance: boolean;
|
|
264
265
|
funding: boolean;
|
|
265
266
|
swapping: boolean;
|
|
266
|
-
governance: boolean;
|
|
267
267
|
ethereumBroadcast: boolean;
|
|
268
268
|
ethereumChainTracking: boolean;
|
|
269
269
|
ethereumIngressEgress: boolean;
|
|
@@ -366,9 +366,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
366
366
|
depositsEnabled: boolean;
|
|
367
367
|
}>;
|
|
368
368
|
}, "strip", z.ZodTypeAny, {
|
|
369
|
-
emissions: {
|
|
370
|
-
emissionsSyncEnabled: boolean;
|
|
371
|
-
};
|
|
372
369
|
funding: {
|
|
373
370
|
redeemEnabled: boolean;
|
|
374
371
|
};
|
|
@@ -377,6 +374,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
377
374
|
withdrawalsEnabled: boolean;
|
|
378
375
|
brokerRegistrationEnabled: boolean;
|
|
379
376
|
};
|
|
377
|
+
emissions: {
|
|
378
|
+
emissionsSyncEnabled: boolean;
|
|
379
|
+
};
|
|
380
380
|
liquidityProvider: {
|
|
381
381
|
depositEnabled: boolean;
|
|
382
382
|
withdrawalEnabled: boolean;
|
|
@@ -429,9 +429,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
429
429
|
__kind: "CodeRed";
|
|
430
430
|
} | {
|
|
431
431
|
value: {
|
|
432
|
+
governance: boolean;
|
|
432
433
|
funding: boolean;
|
|
433
434
|
swapping: boolean;
|
|
434
|
-
governance: boolean;
|
|
435
435
|
ethereumBroadcast: boolean;
|
|
436
436
|
ethereumChainTracking: boolean;
|
|
437
437
|
ethereumIngressEgress: boolean;
|
|
@@ -484,9 +484,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
484
484
|
depositsEnabled: boolean;
|
|
485
485
|
};
|
|
486
486
|
}, {
|
|
487
|
-
emissions: {
|
|
488
|
-
emissionsSyncEnabled: boolean;
|
|
489
|
-
};
|
|
490
487
|
funding: {
|
|
491
488
|
redeemEnabled: boolean;
|
|
492
489
|
};
|
|
@@ -495,6 +492,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
495
492
|
withdrawalsEnabled: boolean;
|
|
496
493
|
brokerRegistrationEnabled: boolean;
|
|
497
494
|
};
|
|
495
|
+
emissions: {
|
|
496
|
+
emissionsSyncEnabled: boolean;
|
|
497
|
+
};
|
|
498
498
|
liquidityProvider: {
|
|
499
499
|
depositEnabled: boolean;
|
|
500
500
|
withdrawalEnabled: boolean;
|
|
@@ -547,9 +547,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
547
547
|
__kind: "CodeRed";
|
|
548
548
|
} | {
|
|
549
549
|
value: {
|
|
550
|
+
governance: boolean;
|
|
550
551
|
funding: boolean;
|
|
551
552
|
swapping: boolean;
|
|
552
|
-
governance: boolean;
|
|
553
553
|
ethereumBroadcast: boolean;
|
|
554
554
|
ethereumChainTracking: boolean;
|
|
555
555
|
ethereumIngressEgress: boolean;
|
|
@@ -604,9 +604,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
604
604
|
}>;
|
|
605
605
|
}, "strip", z.ZodTypeAny, {
|
|
606
606
|
value: {
|
|
607
|
-
emissions: {
|
|
608
|
-
emissionsSyncEnabled: boolean;
|
|
609
|
-
};
|
|
610
607
|
funding: {
|
|
611
608
|
redeemEnabled: boolean;
|
|
612
609
|
};
|
|
@@ -615,6 +612,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
615
612
|
withdrawalsEnabled: boolean;
|
|
616
613
|
brokerRegistrationEnabled: boolean;
|
|
617
614
|
};
|
|
615
|
+
emissions: {
|
|
616
|
+
emissionsSyncEnabled: boolean;
|
|
617
|
+
};
|
|
618
618
|
liquidityProvider: {
|
|
619
619
|
depositEnabled: boolean;
|
|
620
620
|
withdrawalEnabled: boolean;
|
|
@@ -667,9 +667,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
667
667
|
__kind: "CodeRed";
|
|
668
668
|
} | {
|
|
669
669
|
value: {
|
|
670
|
+
governance: boolean;
|
|
670
671
|
funding: boolean;
|
|
671
672
|
swapping: boolean;
|
|
672
|
-
governance: boolean;
|
|
673
673
|
ethereumBroadcast: boolean;
|
|
674
674
|
ethereumChainTracking: boolean;
|
|
675
675
|
ethereumIngressEgress: boolean;
|
|
@@ -725,9 +725,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
725
725
|
__kind: "CodeAmber";
|
|
726
726
|
}, {
|
|
727
727
|
value: {
|
|
728
|
-
emissions: {
|
|
729
|
-
emissionsSyncEnabled: boolean;
|
|
730
|
-
};
|
|
731
728
|
funding: {
|
|
732
729
|
redeemEnabled: boolean;
|
|
733
730
|
};
|
|
@@ -736,6 +733,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
736
733
|
withdrawalsEnabled: boolean;
|
|
737
734
|
brokerRegistrationEnabled: boolean;
|
|
738
735
|
};
|
|
736
|
+
emissions: {
|
|
737
|
+
emissionsSyncEnabled: boolean;
|
|
738
|
+
};
|
|
739
739
|
liquidityProvider: {
|
|
740
740
|
depositEnabled: boolean;
|
|
741
741
|
withdrawalEnabled: boolean;
|
|
@@ -788,9 +788,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
788
788
|
__kind: "CodeRed";
|
|
789
789
|
} | {
|
|
790
790
|
value: {
|
|
791
|
+
governance: boolean;
|
|
791
792
|
funding: boolean;
|
|
792
793
|
swapping: boolean;
|
|
793
|
-
governance: boolean;
|
|
794
794
|
ethereumBroadcast: boolean;
|
|
795
795
|
ethereumChainTracking: boolean;
|
|
796
796
|
ethereumIngressEgress: boolean;
|
|
@@ -852,9 +852,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
852
852
|
__kind: "CodeGreen";
|
|
853
853
|
} | {
|
|
854
854
|
value: {
|
|
855
|
-
emissions: {
|
|
856
|
-
emissionsSyncEnabled: boolean;
|
|
857
|
-
};
|
|
858
855
|
funding: {
|
|
859
856
|
redeemEnabled: boolean;
|
|
860
857
|
};
|
|
@@ -863,6 +860,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
863
860
|
withdrawalsEnabled: boolean;
|
|
864
861
|
brokerRegistrationEnabled: boolean;
|
|
865
862
|
};
|
|
863
|
+
emissions: {
|
|
864
|
+
emissionsSyncEnabled: boolean;
|
|
865
|
+
};
|
|
866
866
|
liquidityProvider: {
|
|
867
867
|
depositEnabled: boolean;
|
|
868
868
|
withdrawalEnabled: boolean;
|
|
@@ -915,9 +915,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
915
915
|
__kind: "CodeRed";
|
|
916
916
|
} | {
|
|
917
917
|
value: {
|
|
918
|
+
governance: boolean;
|
|
918
919
|
funding: boolean;
|
|
919
920
|
swapping: boolean;
|
|
920
|
-
governance: boolean;
|
|
921
921
|
ethereumBroadcast: boolean;
|
|
922
922
|
ethereumChainTracking: boolean;
|
|
923
923
|
ethereumIngressEgress: boolean;
|
|
@@ -979,9 +979,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
979
979
|
__kind: "CodeGreen";
|
|
980
980
|
} | {
|
|
981
981
|
value: {
|
|
982
|
-
emissions: {
|
|
983
|
-
emissionsSyncEnabled: boolean;
|
|
984
|
-
};
|
|
985
982
|
funding: {
|
|
986
983
|
redeemEnabled: boolean;
|
|
987
984
|
};
|
|
@@ -990,6 +987,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
990
987
|
withdrawalsEnabled: boolean;
|
|
991
988
|
brokerRegistrationEnabled: boolean;
|
|
992
989
|
};
|
|
990
|
+
emissions: {
|
|
991
|
+
emissionsSyncEnabled: boolean;
|
|
992
|
+
};
|
|
993
993
|
liquidityProvider: {
|
|
994
994
|
depositEnabled: boolean;
|
|
995
995
|
withdrawalEnabled: boolean;
|
|
@@ -1042,9 +1042,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1042
1042
|
__kind: "CodeRed";
|
|
1043
1043
|
} | {
|
|
1044
1044
|
value: {
|
|
1045
|
+
governance: boolean;
|
|
1045
1046
|
funding: boolean;
|
|
1046
1047
|
swapping: boolean;
|
|
1047
|
-
governance: boolean;
|
|
1048
1048
|
ethereumBroadcast: boolean;
|
|
1049
1049
|
ethereumChainTracking: boolean;
|
|
1050
1050
|
ethereumIngressEgress: boolean;
|
|
@@ -190,9 +190,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
190
190
|
solanaBroadcast: z.ZodBoolean;
|
|
191
191
|
solanaVault: z.ZodBoolean;
|
|
192
192
|
}, "strip", z.ZodTypeAny, {
|
|
193
|
+
governance: boolean;
|
|
193
194
|
funding: boolean;
|
|
194
195
|
swapping: boolean;
|
|
195
|
-
governance: boolean;
|
|
196
196
|
ethereumBroadcast: boolean;
|
|
197
197
|
ethereumChainTracking: boolean;
|
|
198
198
|
ethereumIngressEgress: boolean;
|
|
@@ -212,9 +212,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
212
212
|
solanaBroadcast: boolean;
|
|
213
213
|
solanaVault: boolean;
|
|
214
214
|
}, {
|
|
215
|
+
governance: boolean;
|
|
215
216
|
funding: boolean;
|
|
216
217
|
swapping: boolean;
|
|
217
|
-
governance: boolean;
|
|
218
218
|
ethereumBroadcast: boolean;
|
|
219
219
|
ethereumChainTracking: boolean;
|
|
220
220
|
ethereumIngressEgress: boolean;
|
|
@@ -236,9 +236,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
236
236
|
}>;
|
|
237
237
|
}, "strip", z.ZodTypeAny, {
|
|
238
238
|
value: {
|
|
239
|
+
governance: boolean;
|
|
239
240
|
funding: boolean;
|
|
240
241
|
swapping: boolean;
|
|
241
|
-
governance: boolean;
|
|
242
242
|
ethereumBroadcast: boolean;
|
|
243
243
|
ethereumChainTracking: boolean;
|
|
244
244
|
ethereumIngressEgress: boolean;
|
|
@@ -261,9 +261,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
261
261
|
__kind: "CodeAmber";
|
|
262
262
|
}, {
|
|
263
263
|
value: {
|
|
264
|
+
governance: boolean;
|
|
264
265
|
funding: boolean;
|
|
265
266
|
swapping: boolean;
|
|
266
|
-
governance: boolean;
|
|
267
267
|
ethereumBroadcast: boolean;
|
|
268
268
|
ethereumChainTracking: boolean;
|
|
269
269
|
ethereumIngressEgress: boolean;
|
|
@@ -366,9 +366,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
366
366
|
depositsEnabled: boolean;
|
|
367
367
|
}>;
|
|
368
368
|
}, "strip", z.ZodTypeAny, {
|
|
369
|
-
emissions: {
|
|
370
|
-
emissionsSyncEnabled: boolean;
|
|
371
|
-
};
|
|
372
369
|
funding: {
|
|
373
370
|
redeemEnabled: boolean;
|
|
374
371
|
};
|
|
@@ -377,6 +374,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
377
374
|
withdrawalsEnabled: boolean;
|
|
378
375
|
brokerRegistrationEnabled: boolean;
|
|
379
376
|
};
|
|
377
|
+
emissions: {
|
|
378
|
+
emissionsSyncEnabled: boolean;
|
|
379
|
+
};
|
|
380
380
|
liquidityProvider: {
|
|
381
381
|
depositEnabled: boolean;
|
|
382
382
|
withdrawalEnabled: boolean;
|
|
@@ -429,9 +429,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
429
429
|
__kind: "CodeRed";
|
|
430
430
|
} | {
|
|
431
431
|
value: {
|
|
432
|
+
governance: boolean;
|
|
432
433
|
funding: boolean;
|
|
433
434
|
swapping: boolean;
|
|
434
|
-
governance: boolean;
|
|
435
435
|
ethereumBroadcast: boolean;
|
|
436
436
|
ethereumChainTracking: boolean;
|
|
437
437
|
ethereumIngressEgress: boolean;
|
|
@@ -484,9 +484,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
484
484
|
depositsEnabled: boolean;
|
|
485
485
|
};
|
|
486
486
|
}, {
|
|
487
|
-
emissions: {
|
|
488
|
-
emissionsSyncEnabled: boolean;
|
|
489
|
-
};
|
|
490
487
|
funding: {
|
|
491
488
|
redeemEnabled: boolean;
|
|
492
489
|
};
|
|
@@ -495,6 +492,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
495
492
|
withdrawalsEnabled: boolean;
|
|
496
493
|
brokerRegistrationEnabled: boolean;
|
|
497
494
|
};
|
|
495
|
+
emissions: {
|
|
496
|
+
emissionsSyncEnabled: boolean;
|
|
497
|
+
};
|
|
498
498
|
liquidityProvider: {
|
|
499
499
|
depositEnabled: boolean;
|
|
500
500
|
withdrawalEnabled: boolean;
|
|
@@ -547,9 +547,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
547
547
|
__kind: "CodeRed";
|
|
548
548
|
} | {
|
|
549
549
|
value: {
|
|
550
|
+
governance: boolean;
|
|
550
551
|
funding: boolean;
|
|
551
552
|
swapping: boolean;
|
|
552
|
-
governance: boolean;
|
|
553
553
|
ethereumBroadcast: boolean;
|
|
554
554
|
ethereumChainTracking: boolean;
|
|
555
555
|
ethereumIngressEgress: boolean;
|
|
@@ -604,9 +604,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
604
604
|
}>;
|
|
605
605
|
}, "strip", z.ZodTypeAny, {
|
|
606
606
|
value: {
|
|
607
|
-
emissions: {
|
|
608
|
-
emissionsSyncEnabled: boolean;
|
|
609
|
-
};
|
|
610
607
|
funding: {
|
|
611
608
|
redeemEnabled: boolean;
|
|
612
609
|
};
|
|
@@ -615,6 +612,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
615
612
|
withdrawalsEnabled: boolean;
|
|
616
613
|
brokerRegistrationEnabled: boolean;
|
|
617
614
|
};
|
|
615
|
+
emissions: {
|
|
616
|
+
emissionsSyncEnabled: boolean;
|
|
617
|
+
};
|
|
618
618
|
liquidityProvider: {
|
|
619
619
|
depositEnabled: boolean;
|
|
620
620
|
withdrawalEnabled: boolean;
|
|
@@ -667,9 +667,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
667
667
|
__kind: "CodeRed";
|
|
668
668
|
} | {
|
|
669
669
|
value: {
|
|
670
|
+
governance: boolean;
|
|
670
671
|
funding: boolean;
|
|
671
672
|
swapping: boolean;
|
|
672
|
-
governance: boolean;
|
|
673
673
|
ethereumBroadcast: boolean;
|
|
674
674
|
ethereumChainTracking: boolean;
|
|
675
675
|
ethereumIngressEgress: boolean;
|
|
@@ -725,9 +725,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
725
725
|
__kind: "CodeAmber";
|
|
726
726
|
}, {
|
|
727
727
|
value: {
|
|
728
|
-
emissions: {
|
|
729
|
-
emissionsSyncEnabled: boolean;
|
|
730
|
-
};
|
|
731
728
|
funding: {
|
|
732
729
|
redeemEnabled: boolean;
|
|
733
730
|
};
|
|
@@ -736,6 +733,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
736
733
|
withdrawalsEnabled: boolean;
|
|
737
734
|
brokerRegistrationEnabled: boolean;
|
|
738
735
|
};
|
|
736
|
+
emissions: {
|
|
737
|
+
emissionsSyncEnabled: boolean;
|
|
738
|
+
};
|
|
739
739
|
liquidityProvider: {
|
|
740
740
|
depositEnabled: boolean;
|
|
741
741
|
withdrawalEnabled: boolean;
|
|
@@ -788,9 +788,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
788
788
|
__kind: "CodeRed";
|
|
789
789
|
} | {
|
|
790
790
|
value: {
|
|
791
|
+
governance: boolean;
|
|
791
792
|
funding: boolean;
|
|
792
793
|
swapping: boolean;
|
|
793
|
-
governance: boolean;
|
|
794
794
|
ethereumBroadcast: boolean;
|
|
795
795
|
ethereumChainTracking: boolean;
|
|
796
796
|
ethereumIngressEgress: boolean;
|
|
@@ -852,9 +852,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
852
852
|
__kind: "CodeGreen";
|
|
853
853
|
} | {
|
|
854
854
|
value: {
|
|
855
|
-
emissions: {
|
|
856
|
-
emissionsSyncEnabled: boolean;
|
|
857
|
-
};
|
|
858
855
|
funding: {
|
|
859
856
|
redeemEnabled: boolean;
|
|
860
857
|
};
|
|
@@ -863,6 +860,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
863
860
|
withdrawalsEnabled: boolean;
|
|
864
861
|
brokerRegistrationEnabled: boolean;
|
|
865
862
|
};
|
|
863
|
+
emissions: {
|
|
864
|
+
emissionsSyncEnabled: boolean;
|
|
865
|
+
};
|
|
866
866
|
liquidityProvider: {
|
|
867
867
|
depositEnabled: boolean;
|
|
868
868
|
withdrawalEnabled: boolean;
|
|
@@ -915,9 +915,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
915
915
|
__kind: "CodeRed";
|
|
916
916
|
} | {
|
|
917
917
|
value: {
|
|
918
|
+
governance: boolean;
|
|
918
919
|
funding: boolean;
|
|
919
920
|
swapping: boolean;
|
|
920
|
-
governance: boolean;
|
|
921
921
|
ethereumBroadcast: boolean;
|
|
922
922
|
ethereumChainTracking: boolean;
|
|
923
923
|
ethereumIngressEgress: boolean;
|
|
@@ -979,9 +979,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
979
979
|
__kind: "CodeGreen";
|
|
980
980
|
} | {
|
|
981
981
|
value: {
|
|
982
|
-
emissions: {
|
|
983
|
-
emissionsSyncEnabled: boolean;
|
|
984
|
-
};
|
|
985
982
|
funding: {
|
|
986
983
|
redeemEnabled: boolean;
|
|
987
984
|
};
|
|
@@ -990,6 +987,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
990
987
|
withdrawalsEnabled: boolean;
|
|
991
988
|
brokerRegistrationEnabled: boolean;
|
|
992
989
|
};
|
|
990
|
+
emissions: {
|
|
991
|
+
emissionsSyncEnabled: boolean;
|
|
992
|
+
};
|
|
993
993
|
liquidityProvider: {
|
|
994
994
|
depositEnabled: boolean;
|
|
995
995
|
withdrawalEnabled: boolean;
|
|
@@ -1042,9 +1042,9 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1042
1042
|
__kind: "CodeRed";
|
|
1043
1043
|
} | {
|
|
1044
1044
|
value: {
|
|
1045
|
+
governance: boolean;
|
|
1045
1046
|
funding: boolean;
|
|
1046
1047
|
swapping: boolean;
|
|
1047
|
-
governance: boolean;
|
|
1048
1048
|
ethereumBroadcast: boolean;
|
|
1049
1049
|
ethereumChainTracking: boolean;
|
|
1050
1050
|
ethereumIngressEgress: boolean;
|