@chainflip/processor 2.2.0-alpha.7 → 2.2.0-beta.0
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 +56 -56
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.mts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +40 -40
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +48 -48
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +48 -48
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +48 -48
- package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +48 -48
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +108 -108
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +108 -108
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.mts +40 -40
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +40 -40
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.mts +40 -40
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/common.d.cts +249 -249
- package/dist/100/common.d.mts +249 -249
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/100/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- 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 +40 -40
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/flip/remainingImbalance.d.cts +44 -44
- package/dist/100/flip/remainingImbalance.d.mts +44 -44
- package/dist/100/funding/boundExecutorAddress.d.cts +4 -4
- package/dist/100/funding/boundExecutorAddress.d.mts +4 -4
- package/dist/100/funding/boundRedeemAddress.d.cts +4 -4
- package/dist/100/funding/boundRedeemAddress.d.mts +4 -4
- package/dist/100/funding/failedFundingAttempt.d.cts +4 -4
- package/dist/100/funding/failedFundingAttempt.d.mts +4 -4
- package/dist/100/funding/funded.d.cts +4 -4
- package/dist/100/funding/funded.d.mts +4 -4
- package/dist/100/funding/redemptionRequested.d.cts +8 -8
- package/dist/100/funding/redemptionRequested.d.mts +8 -8
- package/dist/100/governance/failedExecution.d.cts +16 -16
- package/dist/100/governance/failedExecution.d.mts +16 -16
- package/dist/100/governance/govKeyCallExecutionFailed.d.cts +32 -32
- package/dist/100/governance/govKeyCallExecutionFailed.d.mts +32 -32
- package/dist/100/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/100/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +40 -40
- package/dist/100/liquidityPools/limitOrderUpdated.d.mts +40 -40
- package/dist/100/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/100/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/100/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/100/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/100/liquidityPools/poolStateUpdated.d.cts +24 -24
- package/dist/100/liquidityPools/poolStateUpdated.d.mts +24 -24
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/100/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/100/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/100/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/100/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +30 -30
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +30 -30
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +88 -88
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +88 -88
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +40 -40
- 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 +40 -40
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/retryRequested.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/retryRequested.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/signersUnavailable.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/signersUnavailable.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +64 -64
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +64 -64
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.cts +4 -4
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.mts +4 -4
- package/dist/100/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/100/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/100/swapping/ccmDepositReceived.d.cts +128 -128
- package/dist/100/swapping/ccmDepositReceived.d.mts +128 -128
- package/dist/100/swapping/ccmFailed.d.cts +124 -124
- package/dist/100/swapping/ccmFailed.d.mts +124 -124
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +12 -12
- package/dist/100/swapping/minimumSwapAmountSet.d.mts +12 -12
- package/dist/100/swapping/swapAmountTooLow.d.cts +38 -38
- package/dist/100/swapping/swapAmountTooLow.d.mts +38 -38
- package/dist/100/swapping/swapDepositAddressReady.d.cts +44 -44
- package/dist/100/swapping/swapDepositAddressReady.d.mts +44 -44
- package/dist/100/swapping/swapEgressScheduled.d.cts +20 -20
- package/dist/100/swapping/swapEgressScheduled.d.mts +20 -20
- package/dist/100/swapping/swapExecuted.d.cts +30 -30
- package/dist/100/swapping/swapExecuted.d.mts +30 -30
- package/dist/100/swapping/swapScheduled.d.cts +196 -196
- package/dist/100/swapping/swapScheduled.d.mts +196 -196
- package/dist/100/swapping/withdrawalRequested.d.cts +16 -16
- package/dist/100/swapping/withdrawalRequested.d.mts +16 -16
- package/dist/100/system/extrinsicFailed.d.cts +66 -66
- package/dist/100/system/extrinsicFailed.d.mts +66 -66
- package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/100/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/100/validator/rotationPhaseUpdated.d.cts +40 -40
- package/dist/100/validator/rotationPhaseUpdated.d.mts +40 -40
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +32 -32
- package/dist/100/witnesser/witnessExecutionFailed.d.mts +32 -32
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +408 -408
- package/dist/11000/assethubIngressEgress/depositFailed.d.mts +408 -408
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +631 -631
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +631 -631
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +40 -40
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.mts +40 -40
- package/dist/11000/common.d.cts +2445 -2445
- package/dist/11000/common.d.mts +2445 -2445
- package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/11000/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +16 -16
- package/dist/11000/lendingPools/boostFundsAdded.d.mts +16 -16
- package/dist/11000/lendingPools/boostPoolCreated.d.cts +16 -16
- package/dist/11000/lendingPools/boostPoolCreated.d.mts +16 -16
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +16 -16
- package/dist/11000/lendingPools/stoppedBoosting.d.mts +16 -16
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +408 -408
- package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +408 -408
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/solanaElections/unknownElection.d.cts +8 -8
- package/dist/11000/solanaElections/unknownElection.d.mts +8 -8
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +214 -214
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +214 -214
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +370 -370
- package/dist/11000/solanaIngressEgress/depositFailed.d.mts +370 -370
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +206 -206
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +206 -206
- package/dist/11000/swapping/palletConfigUpdated.d.cts +64 -64
- package/dist/11000/swapping/palletConfigUpdated.d.mts +64 -64
- package/dist/11000/swapping/refundEgressScheduled.d.cts +32 -32
- package/dist/11000/swapping/refundEgressScheduled.d.mts +32 -32
- package/dist/11000/swapping/refundedOnChain.d.cts +16 -16
- package/dist/11000/swapping/refundedOnChain.d.mts +16 -16
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +108 -108
- package/dist/11000/swapping/swapDepositAddressReady.d.mts +108 -108
- package/dist/11000/swapping/swapRequested.d.cts +212 -212
- package/dist/11000/swapping/swapRequested.d.mts +212 -212
- package/dist/11000/tradingStrategy/strategyDeployed.d.cts +48 -48
- package/dist/11000/tradingStrategy/strategyDeployed.d.mts +48 -48
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +40 -40
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.mts +40 -40
- package/dist/111/common.d.cts +30 -30
- package/dist/111/common.d.mts +30 -30
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +50 -50
- package/dist/111/liquidityPools/limitOrderUpdated.d.mts +50 -50
- package/dist/111/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/111/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/111/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/111/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +58 -58
- package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +58 -58
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +36 -36
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +36 -36
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +80 -80
- package/dist/11100/assethubIngressEgress/depositFailed.d.mts +80 -80
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +76 -76
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +76 -76
- package/dist/11100/common.d.cts +370 -370
- package/dist/11100/common.d.mts +370 -370
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +120 -120
- package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +120 -120
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +4 -4
- package/dist/11100/funding/sCCallCannotBeDecoded.d.mts +4 -4
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +4 -4
- package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +4 -4
- package/dist/11100/funding/sCCallExecuted.d.cts +4 -4
- package/dist/11100/funding/sCCallExecuted.d.mts +4 -4
- package/dist/11100/lendingPools/collateralAdded.d.cts +24 -24
- package/dist/11100/lendingPools/collateralAdded.d.mts +24 -24
- package/dist/11100/lendingPools/collateralRemoved.d.cts +24 -24
- package/dist/11100/lendingPools/collateralRemoved.d.mts +24 -24
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +12 -12
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.mts +12 -12
- package/dist/11100/lendingPools/lendingFundsAdded.d.cts +14 -14
- package/dist/11100/lendingPools/lendingFundsAdded.d.mts +14 -14
- package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +12 -12
- package/dist/11100/lendingPools/lendingFundsRemoved.d.mts +12 -12
- package/dist/11100/lendingPools/lendingPoolCreated.d.cts +12 -12
- package/dist/11100/lendingPools/lendingPoolCreated.d.mts +12 -12
- package/dist/11100/lendingPools/loanCreated.d.cts +16 -16
- package/dist/11100/lendingPools/loanCreated.d.mts +16 -16
- package/dist/11100/lendingPools/loanRepaid.d.cts +12 -12
- package/dist/11100/lendingPools/loanRepaid.d.mts +12 -12
- package/dist/11100/lendingPools/loanSettled.d.cts +12 -12
- package/dist/11100/lendingPools/loanSettled.d.mts +12 -12
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +80 -80
- package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +80 -80
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +44 -44
- package/dist/11100/solanaIngressEgress/depositFailed.d.mts +44 -44
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/11100/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/11100/swapping/swapExecuted.d.cts +28 -28
- package/dist/11100/swapping/swapExecuted.d.mts +28 -28
- package/dist/11100/swapping/swapRequested.d.cts +68 -68
- package/dist/11100/swapping/swapRequested.d.mts +68 -68
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +368 -368
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +368 -368
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/assethubIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/assethubIngressEgress/depositFailed.d.cts +404 -404
- package/dist/11200/assethubIngressEgress/depositFailed.d.mts +404 -404
- package/dist/11200/assethubIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +40 -40
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +40 -40
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +64 -64
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +64 -64
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +640 -640
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +640 -640
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +52 -52
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +52 -52
- package/dist/11200/common.d.cts +2751 -2751
- package/dist/11200/common.d.mts +2751 -2751
- package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +368 -368
- package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +368 -368
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +404 -404
- package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +404 -404
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/11200/solanaIngressEgress/depositBoosted.d.cts +40 -40
- package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +40 -40
- package/dist/11200/solanaIngressEgress/depositFailed.d.cts +432 -432
- package/dist/11200/solanaIngressEgress/depositFailed.d.mts +432 -432
- package/dist/11200/solanaIngressEgress/depositFinalised.d.cts +28 -28
- package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +28 -28
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.cts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.cts +16 -16
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +16 -16
- package/dist/11200/swapping/swapRequested.d.cts +760 -760
- package/dist/11200/swapping/swapRequested.d.mts +760 -760
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +8 -8
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +8 -8
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +8 -8
- package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +8 -8
- package/dist/120/emissions/networkFeeBurned.d.cts +4 -4
- package/dist/120/emissions/networkFeeBurned.d.mts +4 -4
- package/dist/120/ethereumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/120/ethereumIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/120/ethereumIngressEgress/depositReceived.d.cts +6 -6
- package/dist/120/ethereumIngressEgress/depositReceived.d.mts +6 -6
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/120/polkadotIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/120/polkadotIngressEgress/depositIgnored.d.mts +6 -6
- package/dist/120/polkadotIngressEgress/depositReceived.d.cts +6 -6
- package/dist/120/polkadotIngressEgress/depositReceived.d.mts +6 -6
- 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 +8 -8
- package/dist/120/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +4 -4
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +4 -4
- package/dist/131/common.d.cts +11 -11
- package/dist/131/common.d.mts +11 -11
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/131/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/131/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +32 -32
- package/dist/131/liquidityPools/limitOrderUpdated.d.mts +32 -32
- package/dist/131/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/131/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/131/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/131/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/131/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/131/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/131/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/131/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +22 -22
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +22 -22
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +12 -12
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +12 -12
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +20 -20
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +20 -20
- package/dist/131/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/131/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/131/swapping/ccmFailed.d.cts +76 -76
- package/dist/131/swapping/ccmFailed.d.mts +76 -76
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/131/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.cts +24 -24
- package/dist/131/swapping/swapAmountConfiscated.d.mts +24 -24
- package/dist/131/swapping/swapDepositAddressReady.d.cts +50 -50
- package/dist/131/swapping/swapDepositAddressReady.d.mts +50 -50
- package/dist/131/swapping/swapEgressIgnored.d.cts +16 -16
- package/dist/131/swapping/swapEgressIgnored.d.mts +16 -16
- package/dist/131/swapping/swapEgressScheduled.d.cts +16 -16
- package/dist/131/swapping/swapEgressScheduled.d.mts +16 -16
- package/dist/131/swapping/swapExecuted.d.cts +30 -30
- package/dist/131/swapping/swapExecuted.d.mts +30 -30
- package/dist/131/swapping/swapScheduled.d.cts +54 -54
- package/dist/131/swapping/swapScheduled.d.mts +54 -54
- package/dist/131/swapping/withdrawalRequested.d.cts +22 -22
- package/dist/131/swapping/withdrawalRequested.d.mts +22 -22
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +56 -56
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +56 -56
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +8 -8
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +8 -8
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +48 -48
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +48 -48
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +48 -48
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +48 -48
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/common.d.cts +243 -243
- package/dist/141/common.d.mts +243 -243
- package/dist/141/environment/runtimeSafeModeUpdated.d.cts +24 -24
- package/dist/141/environment/runtimeSafeModeUpdated.d.mts +24 -24
- package/dist/141/environment/staleUtxosDiscarded.d.cts +36 -36
- package/dist/141/environment/staleUtxosDiscarded.d.mts +36 -36
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +56 -56
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +56 -56
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +16 -16
- package/dist/141/liquidityPools/limitOrderUpdated.d.mts +16 -16
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +40 -40
- package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +40 -40
- package/dist/141/liquidityProvider/accountCredited.d.cts +4 -4
- package/dist/141/liquidityProvider/accountCredited.d.mts +4 -4
- package/dist/141/liquidityProvider/accountDebited.d.cts +4 -4
- package/dist/141/liquidityProvider/accountDebited.d.mts +4 -4
- package/dist/141/liquidityProvider/assetTransferred.d.cts +4 -4
- package/dist/141/liquidityProvider/assetTransferred.d.mts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +16 -16
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +16 -16
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.mts +4 -4
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +96 -96
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +96 -96
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +12 -12
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +12 -12
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +32 -32
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.mts +32 -32
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.cts +4 -4
- package/dist/141/swapping/batchSwapFailed.d.mts +4 -4
- package/dist/141/swapping/ccmDepositReceived.d.cts +144 -144
- package/dist/141/swapping/ccmDepositReceived.d.mts +144 -144
- package/dist/141/swapping/ccmFailed.d.cts +146 -146
- package/dist/141/swapping/ccmFailed.d.mts +146 -146
- package/dist/141/swapping/swapDepositAddressReady.d.cts +16 -16
- package/dist/141/swapping/swapDepositAddressReady.d.mts +16 -16
- package/dist/141/swapping/swapEgressIgnored.d.cts +40 -40
- package/dist/141/swapping/swapEgressIgnored.d.mts +40 -40
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.mts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +152 -152
- package/dist/141/swapping/swapExecuted.d.mts +152 -152
- package/dist/141/swapping/swapScheduled.d.cts +174 -174
- package/dist/141/swapping/swapScheduled.d.mts +174 -174
- package/dist/141/swapping/withdrawalRequested.d.cts +8 -8
- package/dist/141/swapping/withdrawalRequested.d.mts +8 -8
- package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/141/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/141/validator/rotationPhaseUpdated.d.cts +40 -40
- package/dist/141/validator/rotationPhaseUpdated.d.mts +40 -40
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/assetBalances/refundScheduled.d.cts +104 -104
- package/dist/150/assetBalances/refundScheduled.d.mts +104 -104
- package/dist/150/assetBalances/refundSkipped.d.cts +192 -192
- package/dist/150/assetBalances/refundSkipped.d.mts +192 -192
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +52 -52
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +52 -52
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +48 -48
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +48 -48
- package/dist/150/common.d.cts +289 -289
- package/dist/150/common.d.mts +289 -289
- package/dist/150/emissions/networkFeeBurned.d.cts +4 -4
- package/dist/150/emissions/networkFeeBurned.d.mts +4 -4
- package/dist/150/environment/runtimeSafeModeUpdated.d.cts +80 -80
- package/dist/150/environment/runtimeSafeModeUpdated.d.mts +80 -80
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/ethereumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/150/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +48 -48
- package/dist/150/liquidityPools/limitOrderUpdated.d.mts +48 -48
- package/dist/150/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/150/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/150/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/150/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +80 -80
- package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +80 -80
- package/dist/150/liquidityProvider/accountCredited.d.cts +12 -12
- package/dist/150/liquidityProvider/accountCredited.d.mts +12 -12
- package/dist/150/liquidityProvider/accountDebited.d.cts +12 -12
- package/dist/150/liquidityProvider/accountDebited.d.mts +12 -12
- package/dist/150/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/150/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +22 -22
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +22 -22
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +12 -12
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +12 -12
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +100 -100
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.mts +100 -100
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/polkadotIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +4 -4
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +40 -40
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +40 -40
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +56 -56
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.mts +56 -56
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.cts +4 -4
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.mts +4 -4
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +40 -40
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.mts +40 -40
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/150/solanaIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/150/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +32 -32
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.mts +32 -32
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +56 -56
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +56 -56
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +56 -56
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +56 -56
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +4 -4
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.mts +4 -4
- package/dist/150/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/150/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/150/swapping/ccmDepositReceived.d.cts +172 -172
- package/dist/150/swapping/ccmDepositReceived.d.mts +172 -172
- package/dist/150/swapping/ccmFailed.d.cts +244 -244
- package/dist/150/swapping/ccmFailed.d.mts +244 -244
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/150/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/150/swapping/refundEgressIgnored.d.cts +46 -46
- package/dist/150/swapping/refundEgressIgnored.d.mts +46 -46
- package/dist/150/swapping/refundEgressScheduled.d.cts +22 -22
- package/dist/150/swapping/refundEgressScheduled.d.mts +22 -22
- package/dist/150/swapping/swapAmountConfiscated.d.cts +24 -24
- package/dist/150/swapping/swapAmountConfiscated.d.mts +24 -24
- package/dist/150/swapping/swapDepositAddressReady.d.cts +58 -58
- package/dist/150/swapping/swapDepositAddressReady.d.mts +58 -58
- package/dist/150/swapping/swapEgressIgnored.d.cts +46 -46
- package/dist/150/swapping/swapEgressIgnored.d.mts +46 -46
- package/dist/150/swapping/swapEgressScheduled.d.cts +22 -22
- package/dist/150/swapping/swapEgressScheduled.d.mts +22 -22
- package/dist/150/swapping/swapExecuted.d.cts +196 -196
- package/dist/150/swapping/swapExecuted.d.mts +196 -196
- package/dist/150/swapping/swapScheduled.d.cts +278 -278
- package/dist/150/swapping/swapScheduled.d.mts +278 -278
- package/dist/150/swapping/withdrawalRequested.d.cts +32 -32
- package/dist/150/swapping/withdrawalRequested.d.mts +32 -32
- package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalEnacted.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalPassed.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalPassed.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalRejected.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalRejected.d.mts +16 -16
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +16 -16
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.mts +16 -16
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/assetBalances/accountCredited.d.cts +12 -12
- package/dist/160/assetBalances/accountCredited.d.mts +12 -12
- package/dist/160/assetBalances/accountDebited.d.cts +12 -12
- package/dist/160/assetBalances/accountDebited.d.mts +12 -12
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/common.d.cts +88 -88
- package/dist/160/common.d.mts +88 -88
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/liquidityPools/assetSwapped.d.cts +24 -24
- package/dist/160/liquidityPools/assetSwapped.d.mts +24 -24
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +24 -24
- package/dist/160/liquidityPools/limitOrderUpdated.d.mts +24 -24
- package/dist/160/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/160/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/160/liquidityPools/orderDeletionFailed.d.cts +64 -64
- package/dist/160/liquidityPools/orderDeletionFailed.d.mts +64 -64
- package/dist/160/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/160/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +48 -48
- package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +48 -48
- package/dist/160/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/160/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +26 -26
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +26 -26
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +28 -28
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +28 -28
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +4 -4
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.mts +4 -4
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +28 -28
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.mts +28 -28
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +16 -16
- package/dist/160/solanaIngressEgress/depositBoosted.d.mts +16 -16
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +4 -4
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.mts +4 -4
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/160/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.mts +16 -16
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +8 -8
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.mts +8 -8
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.cts +4 -4
- package/dist/160/solanaIngressEgress/stoppedBoosting.d.mts +4 -4
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/160/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/160/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/160/swapping/ccmFailed.d.cts +28 -28
- package/dist/160/swapping/ccmFailed.d.mts +28 -28
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +12 -12
- package/dist/160/swapping/maximumSwapAmountSet.d.mts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.cts +30 -30
- package/dist/160/swapping/refundEgressIgnored.d.mts +30 -30
- package/dist/160/swapping/refundEgressScheduled.d.cts +22 -22
- package/dist/160/swapping/refundEgressScheduled.d.mts +22 -22
- package/dist/160/swapping/swapAmountConfiscated.d.cts +14 -14
- package/dist/160/swapping/swapAmountConfiscated.d.mts +14 -14
- package/dist/160/swapping/swapDepositAddressReady.d.cts +50 -50
- package/dist/160/swapping/swapDepositAddressReady.d.mts +50 -50
- package/dist/160/swapping/swapEgressIgnored.d.cts +30 -30
- package/dist/160/swapping/swapEgressIgnored.d.mts +30 -30
- package/dist/160/swapping/swapEgressScheduled.d.cts +22 -22
- package/dist/160/swapping/swapEgressScheduled.d.mts +22 -22
- package/dist/160/swapping/swapExecuted.d.cts +24 -24
- package/dist/160/swapping/swapExecuted.d.mts +24 -24
- package/dist/160/swapping/swapRequested.d.cts +76 -76
- package/dist/160/swapping/swapRequested.d.mts +76 -76
- package/dist/160/swapping/swapScheduled.d.cts +12 -12
- package/dist/160/swapping/swapScheduled.d.mts +12 -12
- package/dist/160/swapping/withdrawalRequested.d.cts +30 -30
- package/dist/160/swapping/withdrawalRequested.d.mts +30 -30
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +20 -20
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +20 -20
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +8 -8
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +8 -8
- package/dist/170/common.d.cts +70 -70
- package/dist/170/common.d.mts +70 -70
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/reputation/offencePenalty.d.cts +4 -4
- package/dist/170/reputation/offencePenalty.d.mts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +74 -74
- package/dist/170/solanaIngressEgress/ccmFailed.d.mts +74 -74
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +12 -12
- package/dist/170/solanaIngressEgress/depositIgnored.d.mts +12 -12
- package/dist/170/swapping/minimumChunkSizeSet.d.cts +12 -12
- package/dist/170/swapping/minimumChunkSizeSet.d.mts +12 -12
- package/dist/170/swapping/swapRequested.d.cts +106 -106
- package/dist/170/swapping/swapRequested.d.mts +106 -106
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/common.d.cts +158 -158
- package/dist/180/common.d.mts +158 -158
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/ethereumIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +56 -56
- package/dist/180/polkadotIngressEgress/depositFailed.d.mts +56 -56
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/180/solanaIngressEgress/depositBoosted.d.mts +12 -12
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +32 -32
- package/dist/180/solanaIngressEgress/depositFailed.d.mts +32 -32
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/solanaIngressEgress/depositFinalised.d.mts +4 -4
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/180/swapping/refundEgressScheduled.d.cts +26 -26
- package/dist/180/swapping/refundEgressScheduled.d.mts +26 -26
- package/dist/180/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/180/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/180/swapping/swapEgressScheduled.d.cts +26 -26
- package/dist/180/swapping/swapEgressScheduled.d.mts +26 -26
- package/dist/180/swapping/swapRequested.d.cts +32 -32
- package/dist/180/swapping/swapRequested.d.mts +32 -32
- package/dist/180/swapping/swapScheduled.d.cts +12 -12
- package/dist/180/swapping/swapScheduled.d.mts +12 -12
- package/dist/180/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/180/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/assetBalances/accountCredited.d.cts +4 -4
- package/dist/190/assetBalances/accountCredited.d.mts +4 -4
- package/dist/190/assetBalances/accountDebited.d.cts +4 -4
- package/dist/190/assetBalances/accountDebited.d.mts +4 -4
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.cts +4 -4
- package/dist/190/assethubIngressEgress/boostedDepositLost.d.mts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/assethubIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/assethubIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/assethubIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/assethubIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/assethubIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.mts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.mts +4 -4
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/bitcoinIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/common.d.cts +250 -250
- package/dist/190/common.d.mts +250 -250
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +92 -92
- package/dist/190/environment/runtimeSafeModeUpdated.d.mts +92 -92
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/ethereumIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/ethereumIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/ethereumIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/ethereumIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/190/liquidityPools/limitOrderUpdated.d.mts +8 -8
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +16 -16
- package/dist/190/liquidityPools/orderDeletionFailed.d.mts +16 -16
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +8 -8
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +8 -8
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +4 -4
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/polkadotIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/190/polkadotIngressEgress/depositFailed.d.cts +60 -60
- package/dist/190/polkadotIngressEgress/depositFailed.d.mts +60 -60
- package/dist/190/polkadotIngressEgress/depositFinalised.d.cts +16 -16
- package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +16 -16
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/190/solanaIngressEgress/depositBoosted.d.mts +20 -20
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +48 -48
- package/dist/190/solanaIngressEgress/depositFailed.d.mts +48 -48
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +12 -12
- package/dist/190/solanaIngressEgress/depositFinalised.d.mts +12 -12
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/190/swapping/creditedOnChain.d.cts +4 -4
- package/dist/190/swapping/creditedOnChain.d.mts +4 -4
- package/dist/190/swapping/refundEgressIgnored.d.cts +4 -4
- package/dist/190/swapping/refundEgressIgnored.d.mts +4 -4
- package/dist/190/swapping/refundEgressScheduled.d.cts +4 -4
- package/dist/190/swapping/refundEgressScheduled.d.mts +4 -4
- package/dist/190/swapping/refundedOnChain.d.cts +4 -4
- package/dist/190/swapping/refundedOnChain.d.mts +4 -4
- package/dist/190/swapping/swapDepositAddressReady.d.cts +28 -28
- package/dist/190/swapping/swapDepositAddressReady.d.mts +28 -28
- package/dist/190/swapping/swapEgressIgnored.d.cts +4 -4
- package/dist/190/swapping/swapEgressIgnored.d.mts +4 -4
- package/dist/190/swapping/swapEgressScheduled.d.cts +4 -4
- package/dist/190/swapping/swapEgressScheduled.d.mts +4 -4
- package/dist/190/swapping/swapRequested.d.cts +8 -8
- package/dist/190/swapping/swapRequested.d.mts +8 -8
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +8 -8
- package/dist/190/tradingStrategy/strategyDeployed.d.mts +8 -8
- package/dist/200/common.d.cts +56 -56
- package/dist/200/common.d.mts +56 -56
- package/dist/200/environment/runtimeSafeModeUpdated.d.cts +56 -56
- package/dist/200/environment/runtimeSafeModeUpdated.d.mts +56 -56
- package/dist/200/lendingPools/lendingFundsAdded.d.cts +4 -4
- package/dist/200/lendingPools/lendingFundsAdded.d.mts +4 -4
- package/dist/200/lendingPools/lendingFundsRemoved.d.cts +4 -4
- package/dist/200/lendingPools/lendingFundsRemoved.d.mts +4 -4
- package/dist/200/lendingPools/liquidationCompleted.d.cts +4 -4
- package/dist/200/lendingPools/liquidationCompleted.d.mts +4 -4
- package/dist/200/lendingPools/loanCreated.d.cts +4 -4
- package/dist/200/lendingPools/loanCreated.d.mts +4 -4
- package/dist/200/swapping/accountCreationDepositAddressReady.d.cts +4 -4
- package/dist/200/swapping/accountCreationDepositAddressReady.d.mts +4 -4
- package/dist/200/swapping/swapAborted.d.cts +4 -4
- package/dist/200/swapping/swapAborted.d.mts +4 -4
- package/dist/200/swapping/swapRequestCompleted.d.cts +4 -4
- package/dist/200/swapping/swapRequestCompleted.d.mts +4 -4
- package/dist/200/swapping/swapRequested.d.cts +32 -32
- package/dist/200/swapping/swapRequested.d.mts +32 -32
- package/dist/200/swapping/swapRescheduled.d.cts +6 -6
- package/dist/200/swapping/swapRescheduled.d.mts +6 -6
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/arbitrumIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/assetBalances/refundSkipped.d.cts +148 -148
- package/dist/210/assetBalances/refundSkipped.d.mts +148 -148
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/assethubIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/assethubIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/assethubIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/bitcoinIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +580 -580
- package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +580 -580
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/common.d.cts +2906 -2906
- package/dist/210/common.d.mts +2906 -2906
- package/dist/210/emissions/flipBurnSkipped.d.cts +40 -40
- package/dist/210/emissions/flipBurnSkipped.d.mts +40 -40
- package/dist/210/environment/runtimeSafeModeUpdated.d.cts +124 -124
- package/dist/210/environment/runtimeSafeModeUpdated.d.mts +124 -124
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/ethereumIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/210/ethereumIngressEgress/depositBoosted.d.mts +8 -8
- package/dist/210/ethereumIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/ethereumIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/210/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/evmThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/funding/sCCallCannotBeExecuted.d.cts +108 -108
- package/dist/210/funding/sCCallCannotBeExecuted.d.mts +108 -108
- package/dist/210/governance/failedExecution.d.cts +20 -20
- package/dist/210/governance/failedExecution.d.mts +20 -20
- package/dist/210/governance/govKeyCallExecutionFailed.d.cts +44 -44
- package/dist/210/governance/govKeyCallExecutionFailed.d.mts +44 -44
- package/dist/210/lendingPools/collateralAdded.d.cts +8 -8
- package/dist/210/lendingPools/collateralAdded.d.mts +8 -8
- package/dist/210/lendingPools/lendingFundsRemoved.d.cts +4 -4
- package/dist/210/lendingPools/lendingFundsRemoved.d.mts +4 -4
- package/dist/210/lendingPools/palletConfigUpdated.d.cts +32 -32
- package/dist/210/lendingPools/palletConfigUpdated.d.mts +32 -32
- package/dist/210/lendingPools/stoppedBoosting.d.cts +4 -4
- package/dist/210/lendingPools/stoppedBoosting.d.mts +4 -4
- package/dist/210/liquidityPools/limitOrderUpdated.d.cts +16 -16
- package/dist/210/liquidityPools/limitOrderUpdated.d.mts +16 -16
- package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +16 -16
- package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +16 -16
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +40 -40
- package/dist/210/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.mts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.cts +40 -40
- package/dist/210/liquidityProvider/assetBalancePurgeFailed.d.mts +40 -40
- 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 +8 -8
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +8 -8
- 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 +204 -204
- package/dist/210/polkadotIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/polkadotIngressEgress/depositFailed.d.cts +320 -320
- package/dist/210/polkadotIngressEgress/depositFailed.d.mts +320 -320
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.cts +204 -204
- package/dist/210/solanaIngressEgress/ccmEgressInvalid.d.mts +204 -204
- package/dist/210/solanaIngressEgress/depositBoosted.d.cts +24 -24
- package/dist/210/solanaIngressEgress/depositBoosted.d.mts +24 -24
- package/dist/210/solanaIngressEgress/depositFailed.d.cts +384 -384
- package/dist/210/solanaIngressEgress/depositFailed.d.mts +384 -384
- package/dist/210/solanaIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/210/solanaIngressEgress/depositFinalised.d.mts +24 -24
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +204 -204
- package/dist/210/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +204 -204
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.cts +4 -4
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.mts +4 -4
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.cts +68 -68
- package/dist/210/solanaThresholdSigner/thresholdDispatchComplete.d.mts +68 -68
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +24 -24
- package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +24 -24
- package/dist/210/swapping/refundEgressIgnored.d.cts +40 -40
- package/dist/210/swapping/refundEgressIgnored.d.mts +40 -40
- package/dist/210/swapping/swapDepositAddressReady.d.cts +54 -54
- package/dist/210/swapping/swapDepositAddressReady.d.mts +54 -54
- package/dist/210/swapping/swapEgressIgnored.d.cts +40 -40
- package/dist/210/swapping/swapEgressIgnored.d.mts +40 -40
- package/dist/210/swapping/swapRequested.d.cts +786 -786
- package/dist/210/swapping/swapRequested.d.mts +786 -786
- package/dist/210/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/210/swapping/withdrawalRequested.d.mts +12 -12
- package/dist/210/system/extrinsicFailed.d.cts +40 -40
- package/dist/210/system/extrinsicFailed.d.mts +40 -40
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.cts +40 -40
- package/dist/210/system/rejectedInvalidAuthorizedUpgrade.d.mts +40 -40
- package/dist/210/witnesser/prewitnessExecutionFailed.d.cts +44 -44
- package/dist/210/witnesser/prewitnessExecutionFailed.d.mts +44 -44
- package/dist/210/witnesser/witnessExecutionFailed.d.cts +44 -44
- package/dist/210/witnesser/witnessExecutionFailed.d.mts +44 -44
- package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/arbitrumIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/arbitrumIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/arbitrumIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/arbitrumIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/arbitrumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/arbitrumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/assetBalances/accountCredited.d.cts +14 -14
- package/dist/220/assetBalances/accountCredited.d.mts +14 -14
- package/dist/220/assetBalances/accountDebited.d.cts +14 -14
- package/dist/220/assetBalances/accountDebited.d.mts +14 -14
- package/dist/220/assetBalances/refundSkipped.d.cts +106 -106
- package/dist/220/assetBalances/refundSkipped.d.mts +106 -106
- package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/assethubIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/assethubIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/assethubIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/assethubIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/assethubIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/assethubIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/assethubIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/assethubIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/assethubIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/assethubIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/bitcoinIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/bitcoinIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/bitcoinIngressEgress/depositFailed.d.cts +84 -84
- package/dist/220/bitcoinIngressEgress/depositFailed.d.mts +84 -84
- package/dist/220/bitcoinIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/bitcoinIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/bitcoinIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/common.d.cts +607 -607
- package/dist/220/common.d.mts +607 -607
- package/dist/220/environment/runtimeSafeModeUpdated.d.cts +84 -84
- package/dist/220/environment/runtimeSafeModeUpdated.d.mts +84 -84
- package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/ethereumIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/ethereumIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/ethereumIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/ethereumIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/ethereumIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/ethereumIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/ethereumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/ethereumIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/ethereumIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/funding/funded.d.cts +16 -16
- package/dist/220/funding/funded.d.mts +16 -16
- package/dist/220/lendingPools/boostFundsAdded.d.cts +16 -16
- package/dist/220/lendingPools/boostFundsAdded.d.mts +16 -16
- package/dist/220/lendingPools/boostPoolCreated.d.cts +16 -16
- package/dist/220/lendingPools/boostPoolCreated.d.mts +16 -16
- package/dist/220/lendingPools/lendingFundsAdded.d.cts +12 -12
- package/dist/220/lendingPools/lendingFundsAdded.d.mts +12 -12
- package/dist/220/lendingPools/lendingFundsRemoved.d.cts +16 -16
- package/dist/220/lendingPools/lendingFundsRemoved.d.mts +16 -16
- package/dist/220/lendingPools/lendingPoolCreated.d.cts +12 -12
- package/dist/220/lendingPools/lendingPoolCreated.d.mts +12 -12
- package/dist/220/lendingPools/loanCreated.d.cts +12 -12
- package/dist/220/lendingPools/loanCreated.d.mts +12 -12
- package/dist/220/lendingPools/loanRepaid.d.cts +4 -4
- package/dist/220/lendingPools/loanRepaid.d.mts +4 -4
- package/dist/220/lendingPools/palletConfigUpdated.d.cts +36 -36
- package/dist/220/lendingPools/palletConfigUpdated.d.mts +36 -36
- package/dist/220/lendingPools/stoppedBoosting.d.cts +16 -16
- package/dist/220/lendingPools/stoppedBoosting.d.mts +16 -16
- package/dist/220/liquidityPools/assetSwapped.d.cts +28 -28
- package/dist/220/liquidityPools/assetSwapped.d.mts +28 -28
- package/dist/220/liquidityPools/limitOrderUpdated.d.cts +24 -24
- package/dist/220/liquidityPools/limitOrderUpdated.d.mts +24 -24
- package/dist/220/liquidityPools/newPoolCreated.d.cts +24 -24
- package/dist/220/liquidityPools/newPoolCreated.d.mts +24 -24
- package/dist/220/liquidityPools/orderDeletionFailed.d.cts +64 -64
- package/dist/220/liquidityPools/orderDeletionFailed.d.mts +64 -64
- package/dist/220/liquidityPools/palletConfigUpdated.d.cts +16 -16
- package/dist/220/liquidityPools/palletConfigUpdated.d.mts +16 -16
- package/dist/220/liquidityPools/poolFeeSet.d.cts +24 -24
- package/dist/220/liquidityPools/poolFeeSet.d.mts +24 -24
- package/dist/220/liquidityPools/rangeOrderUpdated.d.cts +24 -24
- package/dist/220/liquidityPools/rangeOrderUpdated.d.mts +24 -24
- package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.cts +18 -18
- package/dist/220/liquidityProvider/assetBalancePurgeFailed.d.mts +18 -18
- package/dist/220/liquidityProvider/assetBalancePurged.d.cts +24 -24
- package/dist/220/liquidityProvider/assetBalancePurged.d.mts +24 -24
- package/dist/220/liquidityProvider/assetTransferred.d.cts +12 -12
- package/dist/220/liquidityProvider/assetTransferred.d.mts +12 -12
- package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.cts +36 -36
- package/dist/220/liquidityProvider/liquidityDepositAddressReady.d.mts +36 -36
- package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/220/liquidityProvider/liquidityRefundAddressRegistered.d.mts +4 -4
- package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.cts +20 -20
- package/dist/220/liquidityProvider/withdrawalEgressScheduled.d.mts +20 -20
- package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/polkadotIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/polkadotIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/polkadotIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/polkadotIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/polkadotIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/polkadotIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/polkadotIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/polkadotIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/polkadotIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/solanaIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/solanaIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/solanaIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/solanaIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/solanaIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/solanaIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/solanaIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/solanaIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/solanaIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/dist/220/swapping/accountCreationDepositAddressReady.d.cts +40 -40
- package/dist/220/swapping/accountCreationDepositAddressReady.d.mts +40 -40
- package/dist/220/swapping/batchSwapFailed.d.cts +12 -12
- package/dist/220/swapping/batchSwapFailed.d.mts +12 -12
- package/dist/220/swapping/creditedOnChain.d.cts +20 -20
- package/dist/220/swapping/creditedOnChain.d.mts +20 -20
- package/dist/220/swapping/palletConfigUpdated.d.cts +96 -96
- package/dist/220/swapping/palletConfigUpdated.d.mts +96 -96
- package/dist/220/swapping/refundEgressIgnored.d.cts +16 -16
- package/dist/220/swapping/refundEgressIgnored.d.mts +16 -16
- package/dist/220/swapping/refundEgressScheduled.d.cts +28 -28
- package/dist/220/swapping/refundEgressScheduled.d.mts +28 -28
- package/dist/220/swapping/refundedOnChain.d.cts +20 -20
- package/dist/220/swapping/refundedOnChain.d.mts +20 -20
- package/dist/220/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/220/swapping/swapAmountConfiscated.d.mts +12 -12
- package/dist/220/swapping/swapDepositAddressReady.d.cts +58 -58
- package/dist/220/swapping/swapDepositAddressReady.d.mts +58 -58
- package/dist/220/swapping/swapEgressIgnored.d.cts +16 -16
- package/dist/220/swapping/swapEgressIgnored.d.mts +16 -16
- package/dist/220/swapping/swapEgressScheduled.d.cts +28 -28
- package/dist/220/swapping/swapEgressScheduled.d.mts +28 -28
- package/dist/220/swapping/swapExecuted.d.cts +32 -32
- package/dist/220/swapping/swapExecuted.d.mts +32 -32
- package/dist/220/swapping/swapRequested.d.cts +158 -158
- package/dist/220/swapping/swapRequested.d.mts +158 -158
- package/dist/220/swapping/withdrawalRequested.d.cts +26 -26
- package/dist/220/swapping/withdrawalRequested.d.mts +26 -26
- package/dist/220/tradingStrategy/fundsAddedToStrategy.d.cts +12 -12
- package/dist/220/tradingStrategy/fundsAddedToStrategy.d.mts +12 -12
- package/dist/220/tradingStrategy/palletConfigUpdated.d.cts +48 -48
- package/dist/220/tradingStrategy/palletConfigUpdated.d.mts +48 -48
- package/dist/220/tradingStrategy/strategyDeployed.d.cts +80 -80
- package/dist/220/tradingStrategy/strategyDeployed.d.mts +80 -80
- package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.cts +4 -4
- package/dist/220/tronIngressEgress/ccmBroadcastRequested.d.mts +4 -4
- package/dist/220/tronIngressEgress/ccmEgressInvalid.d.cts +8 -8
- package/dist/220/tronIngressEgress/ccmEgressInvalid.d.mts +8 -8
- package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.cts +4 -4
- package/dist/220/tronIngressEgress/channelRejectionRequestReceived.d.mts +4 -4
- package/dist/220/tronIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/220/tronIngressEgress/depositBoosted.d.mts +28 -28
- package/dist/220/tronIngressEgress/depositFailed.d.cts +72 -72
- package/dist/220/tronIngressEgress/depositFailed.d.mts +72 -72
- package/dist/220/tronIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/220/tronIngressEgress/depositFinalised.d.mts +8 -8
- package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectedByBroker.d.mts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestExpired.d.mts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.cts +4 -4
- package/dist/220/tronIngressEgress/transactionRejectionRequestReceived.d.mts +4 -4
- package/dist/220/tronIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/220/tronIngressEgress/transferFallbackRequested.d.mts +4 -4
- package/package.json +3 -3
|
@@ -124,13 +124,13 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
124
124
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
125
125
|
}>, "many">;
|
|
126
126
|
}, "strip", z.ZodTypeAny, {
|
|
127
|
-
__kind: "Amber";
|
|
128
127
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
129
|
-
}, {
|
|
130
128
|
__kind: "Amber";
|
|
129
|
+
}, {
|
|
131
130
|
value: {
|
|
132
131
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
133
132
|
}[];
|
|
133
|
+
__kind: "Amber";
|
|
134
134
|
}>]>;
|
|
135
135
|
addLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
136
136
|
__kind: z.ZodLiteral<"Green">;
|
|
@@ -156,13 +156,13 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
156
156
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
157
157
|
}>, "many">;
|
|
158
158
|
}, "strip", z.ZodTypeAny, {
|
|
159
|
-
__kind: "Amber";
|
|
160
159
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
161
|
-
}, {
|
|
162
160
|
__kind: "Amber";
|
|
161
|
+
}, {
|
|
163
162
|
value: {
|
|
164
163
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
165
164
|
}[];
|
|
165
|
+
__kind: "Amber";
|
|
166
166
|
}>]>;
|
|
167
167
|
withdrawLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
168
168
|
__kind: z.ZodLiteral<"Green">;
|
|
@@ -188,13 +188,13 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
188
188
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
189
189
|
}>, "many">;
|
|
190
190
|
}, "strip", z.ZodTypeAny, {
|
|
191
|
-
__kind: "Amber";
|
|
192
191
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
193
|
-
}, {
|
|
194
192
|
__kind: "Amber";
|
|
193
|
+
}, {
|
|
195
194
|
value: {
|
|
196
195
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
197
196
|
}[];
|
|
197
|
+
__kind: "Amber";
|
|
198
198
|
}>]>;
|
|
199
199
|
addCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
200
200
|
__kind: z.ZodLiteral<"Green">;
|
|
@@ -220,13 +220,13 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
220
220
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
221
221
|
}>, "many">;
|
|
222
222
|
}, "strip", z.ZodTypeAny, {
|
|
223
|
-
__kind: "Amber";
|
|
224
223
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
225
|
-
}, {
|
|
226
224
|
__kind: "Amber";
|
|
225
|
+
}, {
|
|
227
226
|
value: {
|
|
228
227
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
229
228
|
}[];
|
|
229
|
+
__kind: "Amber";
|
|
230
230
|
}>]>;
|
|
231
231
|
removeCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
232
232
|
__kind: z.ZodLiteral<"Green">;
|
|
@@ -252,13 +252,13 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
252
252
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
253
253
|
}>, "many">;
|
|
254
254
|
}, "strip", z.ZodTypeAny, {
|
|
255
|
-
__kind: "Amber";
|
|
256
255
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
257
|
-
}, {
|
|
258
256
|
__kind: "Amber";
|
|
257
|
+
}, {
|
|
259
258
|
value: {
|
|
260
259
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
261
260
|
}[];
|
|
261
|
+
__kind: "Amber";
|
|
262
262
|
}>]>;
|
|
263
263
|
liquidationsEnabled: z.ZodBoolean;
|
|
264
264
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -269,40 +269,40 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
269
269
|
} | {
|
|
270
270
|
__kind: "Red";
|
|
271
271
|
} | {
|
|
272
|
-
__kind: "Amber";
|
|
273
272
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
273
|
+
__kind: "Amber";
|
|
274
274
|
};
|
|
275
275
|
addLenderFunds: {
|
|
276
276
|
__kind: "Green";
|
|
277
277
|
} | {
|
|
278
278
|
__kind: "Red";
|
|
279
279
|
} | {
|
|
280
|
-
__kind: "Amber";
|
|
281
280
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
281
|
+
__kind: "Amber";
|
|
282
282
|
};
|
|
283
283
|
withdrawLenderFunds: {
|
|
284
284
|
__kind: "Green";
|
|
285
285
|
} | {
|
|
286
286
|
__kind: "Red";
|
|
287
287
|
} | {
|
|
288
|
-
__kind: "Amber";
|
|
289
288
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
289
|
+
__kind: "Amber";
|
|
290
290
|
};
|
|
291
291
|
addCollateral: {
|
|
292
292
|
__kind: "Green";
|
|
293
293
|
} | {
|
|
294
294
|
__kind: "Red";
|
|
295
295
|
} | {
|
|
296
|
-
__kind: "Amber";
|
|
297
296
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
297
|
+
__kind: "Amber";
|
|
298
298
|
};
|
|
299
299
|
removeCollateral: {
|
|
300
300
|
__kind: "Green";
|
|
301
301
|
} | {
|
|
302
302
|
__kind: "Red";
|
|
303
303
|
} | {
|
|
304
|
-
__kind: "Amber";
|
|
305
304
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
305
|
+
__kind: "Amber";
|
|
306
306
|
};
|
|
307
307
|
liquidationsEnabled: boolean;
|
|
308
308
|
}, {
|
|
@@ -313,50 +313,50 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
313
313
|
} | {
|
|
314
314
|
__kind: "Red";
|
|
315
315
|
} | {
|
|
316
|
-
__kind: "Amber";
|
|
317
316
|
value: {
|
|
318
317
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
319
318
|
}[];
|
|
319
|
+
__kind: "Amber";
|
|
320
320
|
};
|
|
321
321
|
addLenderFunds: {
|
|
322
322
|
__kind: "Green";
|
|
323
323
|
} | {
|
|
324
324
|
__kind: "Red";
|
|
325
325
|
} | {
|
|
326
|
-
__kind: "Amber";
|
|
327
326
|
value: {
|
|
328
327
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
329
328
|
}[];
|
|
329
|
+
__kind: "Amber";
|
|
330
330
|
};
|
|
331
331
|
withdrawLenderFunds: {
|
|
332
332
|
__kind: "Green";
|
|
333
333
|
} | {
|
|
334
334
|
__kind: "Red";
|
|
335
335
|
} | {
|
|
336
|
-
__kind: "Amber";
|
|
337
336
|
value: {
|
|
338
337
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
339
338
|
}[];
|
|
339
|
+
__kind: "Amber";
|
|
340
340
|
};
|
|
341
341
|
addCollateral: {
|
|
342
342
|
__kind: "Green";
|
|
343
343
|
} | {
|
|
344
344
|
__kind: "Red";
|
|
345
345
|
} | {
|
|
346
|
-
__kind: "Amber";
|
|
347
346
|
value: {
|
|
348
347
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
349
348
|
}[];
|
|
349
|
+
__kind: "Amber";
|
|
350
350
|
};
|
|
351
351
|
removeCollateral: {
|
|
352
352
|
__kind: "Green";
|
|
353
353
|
} | {
|
|
354
354
|
__kind: "Red";
|
|
355
355
|
} | {
|
|
356
|
-
__kind: "Amber";
|
|
357
356
|
value: {
|
|
358
357
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
359
358
|
}[];
|
|
359
|
+
__kind: "Amber";
|
|
360
360
|
};
|
|
361
361
|
liquidationsEnabled: boolean;
|
|
362
362
|
}>;
|
|
@@ -556,7 +556,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
556
556
|
assethubVault: boolean;
|
|
557
557
|
}>;
|
|
558
558
|
}, "strip", z.ZodTypeAny, {
|
|
559
|
-
__kind: "CodeAmber";
|
|
560
559
|
value: {
|
|
561
560
|
governance: boolean;
|
|
562
561
|
funding: boolean;
|
|
@@ -584,8 +583,8 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
584
583
|
assethubIngressEgress: boolean;
|
|
585
584
|
assethubVault: boolean;
|
|
586
585
|
};
|
|
587
|
-
}, {
|
|
588
586
|
__kind: "CodeAmber";
|
|
587
|
+
}, {
|
|
589
588
|
value: {
|
|
590
589
|
governance: boolean;
|
|
591
590
|
funding: boolean;
|
|
@@ -613,6 +612,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
613
612
|
assethubIngressEgress: boolean;
|
|
614
613
|
assethubVault: boolean;
|
|
615
614
|
};
|
|
615
|
+
__kind: "CodeAmber";
|
|
616
616
|
}>]>;
|
|
617
617
|
ingressEgressEthereum: z.ZodObject<{
|
|
618
618
|
boostDepositsEnabled: z.ZodBoolean;
|
|
@@ -777,40 +777,40 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
777
777
|
} | {
|
|
778
778
|
__kind: "Red";
|
|
779
779
|
} | {
|
|
780
|
-
__kind: "Amber";
|
|
781
780
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
781
|
+
__kind: "Amber";
|
|
782
782
|
};
|
|
783
783
|
addLenderFunds: {
|
|
784
784
|
__kind: "Green";
|
|
785
785
|
} | {
|
|
786
786
|
__kind: "Red";
|
|
787
787
|
} | {
|
|
788
|
-
__kind: "Amber";
|
|
789
788
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
789
|
+
__kind: "Amber";
|
|
790
790
|
};
|
|
791
791
|
withdrawLenderFunds: {
|
|
792
792
|
__kind: "Green";
|
|
793
793
|
} | {
|
|
794
794
|
__kind: "Red";
|
|
795
795
|
} | {
|
|
796
|
-
__kind: "Amber";
|
|
797
796
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
797
|
+
__kind: "Amber";
|
|
798
798
|
};
|
|
799
799
|
addCollateral: {
|
|
800
800
|
__kind: "Green";
|
|
801
801
|
} | {
|
|
802
802
|
__kind: "Red";
|
|
803
803
|
} | {
|
|
804
|
-
__kind: "Amber";
|
|
805
804
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
805
|
+
__kind: "Amber";
|
|
806
806
|
};
|
|
807
807
|
removeCollateral: {
|
|
808
808
|
__kind: "Green";
|
|
809
809
|
} | {
|
|
810
810
|
__kind: "Red";
|
|
811
811
|
} | {
|
|
812
|
-
__kind: "Amber";
|
|
813
812
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
813
|
+
__kind: "Amber";
|
|
814
814
|
};
|
|
815
815
|
liquidationsEnabled: boolean;
|
|
816
816
|
};
|
|
@@ -861,7 +861,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
861
861
|
} | {
|
|
862
862
|
__kind: "CodeRed";
|
|
863
863
|
} | {
|
|
864
|
-
__kind: "CodeAmber";
|
|
865
864
|
value: {
|
|
866
865
|
governance: boolean;
|
|
867
866
|
funding: boolean;
|
|
@@ -889,6 +888,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
889
888
|
assethubIngressEgress: boolean;
|
|
890
889
|
assethubVault: boolean;
|
|
891
890
|
};
|
|
891
|
+
__kind: "CodeAmber";
|
|
892
892
|
};
|
|
893
893
|
ingressEgressEthereum: {
|
|
894
894
|
boostDepositsEnabled: boolean;
|
|
@@ -977,50 +977,50 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
977
977
|
} | {
|
|
978
978
|
__kind: "Red";
|
|
979
979
|
} | {
|
|
980
|
-
__kind: "Amber";
|
|
981
980
|
value: {
|
|
982
981
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
983
982
|
}[];
|
|
983
|
+
__kind: "Amber";
|
|
984
984
|
};
|
|
985
985
|
addLenderFunds: {
|
|
986
986
|
__kind: "Green";
|
|
987
987
|
} | {
|
|
988
988
|
__kind: "Red";
|
|
989
989
|
} | {
|
|
990
|
-
__kind: "Amber";
|
|
991
990
|
value: {
|
|
992
991
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
993
992
|
}[];
|
|
993
|
+
__kind: "Amber";
|
|
994
994
|
};
|
|
995
995
|
withdrawLenderFunds: {
|
|
996
996
|
__kind: "Green";
|
|
997
997
|
} | {
|
|
998
998
|
__kind: "Red";
|
|
999
999
|
} | {
|
|
1000
|
-
__kind: "Amber";
|
|
1001
1000
|
value: {
|
|
1002
1001
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1003
1002
|
}[];
|
|
1003
|
+
__kind: "Amber";
|
|
1004
1004
|
};
|
|
1005
1005
|
addCollateral: {
|
|
1006
1006
|
__kind: "Green";
|
|
1007
1007
|
} | {
|
|
1008
1008
|
__kind: "Red";
|
|
1009
1009
|
} | {
|
|
1010
|
-
__kind: "Amber";
|
|
1011
1010
|
value: {
|
|
1012
1011
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1013
1012
|
}[];
|
|
1013
|
+
__kind: "Amber";
|
|
1014
1014
|
};
|
|
1015
1015
|
removeCollateral: {
|
|
1016
1016
|
__kind: "Green";
|
|
1017
1017
|
} | {
|
|
1018
1018
|
__kind: "Red";
|
|
1019
1019
|
} | {
|
|
1020
|
-
__kind: "Amber";
|
|
1021
1020
|
value: {
|
|
1022
1021
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1023
1022
|
}[];
|
|
1023
|
+
__kind: "Amber";
|
|
1024
1024
|
};
|
|
1025
1025
|
liquidationsEnabled: boolean;
|
|
1026
1026
|
};
|
|
@@ -1071,7 +1071,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1071
1071
|
} | {
|
|
1072
1072
|
__kind: "CodeRed";
|
|
1073
1073
|
} | {
|
|
1074
|
-
__kind: "CodeAmber";
|
|
1075
1074
|
value: {
|
|
1076
1075
|
governance: boolean;
|
|
1077
1076
|
funding: boolean;
|
|
@@ -1099,6 +1098,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1099
1098
|
assethubIngressEgress: boolean;
|
|
1100
1099
|
assethubVault: boolean;
|
|
1101
1100
|
};
|
|
1101
|
+
__kind: "CodeAmber";
|
|
1102
1102
|
};
|
|
1103
1103
|
ingressEgressEthereum: {
|
|
1104
1104
|
boostDepositsEnabled: boolean;
|
|
@@ -1149,7 +1149,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1149
1149
|
};
|
|
1150
1150
|
}>;
|
|
1151
1151
|
}, "strip", z.ZodTypeAny, {
|
|
1152
|
-
__kind: "CodeAmber";
|
|
1153
1152
|
value: {
|
|
1154
1153
|
funding: {
|
|
1155
1154
|
redeemEnabled: boolean;
|
|
@@ -1190,40 +1189,40 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1190
1189
|
} | {
|
|
1191
1190
|
__kind: "Red";
|
|
1192
1191
|
} | {
|
|
1193
|
-
__kind: "Amber";
|
|
1194
1192
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
1193
|
+
__kind: "Amber";
|
|
1195
1194
|
};
|
|
1196
1195
|
addLenderFunds: {
|
|
1197
1196
|
__kind: "Green";
|
|
1198
1197
|
} | {
|
|
1199
1198
|
__kind: "Red";
|
|
1200
1199
|
} | {
|
|
1201
|
-
__kind: "Amber";
|
|
1202
1200
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
1201
|
+
__kind: "Amber";
|
|
1203
1202
|
};
|
|
1204
1203
|
withdrawLenderFunds: {
|
|
1205
1204
|
__kind: "Green";
|
|
1206
1205
|
} | {
|
|
1207
1206
|
__kind: "Red";
|
|
1208
1207
|
} | {
|
|
1209
|
-
__kind: "Amber";
|
|
1210
1208
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
1209
|
+
__kind: "Amber";
|
|
1211
1210
|
};
|
|
1212
1211
|
addCollateral: {
|
|
1213
1212
|
__kind: "Green";
|
|
1214
1213
|
} | {
|
|
1215
1214
|
__kind: "Red";
|
|
1216
1215
|
} | {
|
|
1217
|
-
__kind: "Amber";
|
|
1218
1216
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
1217
|
+
__kind: "Amber";
|
|
1219
1218
|
};
|
|
1220
1219
|
removeCollateral: {
|
|
1221
1220
|
__kind: "Green";
|
|
1222
1221
|
} | {
|
|
1223
1222
|
__kind: "Red";
|
|
1224
1223
|
} | {
|
|
1225
|
-
__kind: "Amber";
|
|
1226
1224
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
1225
|
+
__kind: "Amber";
|
|
1227
1226
|
};
|
|
1228
1227
|
liquidationsEnabled: boolean;
|
|
1229
1228
|
};
|
|
@@ -1274,7 +1273,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1274
1273
|
} | {
|
|
1275
1274
|
__kind: "CodeRed";
|
|
1276
1275
|
} | {
|
|
1277
|
-
__kind: "CodeAmber";
|
|
1278
1276
|
value: {
|
|
1279
1277
|
governance: boolean;
|
|
1280
1278
|
funding: boolean;
|
|
@@ -1302,6 +1300,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1302
1300
|
assethubIngressEgress: boolean;
|
|
1303
1301
|
assethubVault: boolean;
|
|
1304
1302
|
};
|
|
1303
|
+
__kind: "CodeAmber";
|
|
1305
1304
|
};
|
|
1306
1305
|
ingressEgressEthereum: {
|
|
1307
1306
|
boostDepositsEnabled: boolean;
|
|
@@ -1351,8 +1350,8 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1351
1350
|
keyManagerWitnessing: boolean;
|
|
1352
1351
|
};
|
|
1353
1352
|
};
|
|
1354
|
-
}, {
|
|
1355
1353
|
__kind: "CodeAmber";
|
|
1354
|
+
}, {
|
|
1356
1355
|
value: {
|
|
1357
1356
|
funding: {
|
|
1358
1357
|
redeemEnabled: boolean;
|
|
@@ -1393,50 +1392,50 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1393
1392
|
} | {
|
|
1394
1393
|
__kind: "Red";
|
|
1395
1394
|
} | {
|
|
1396
|
-
__kind: "Amber";
|
|
1397
1395
|
value: {
|
|
1398
1396
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1399
1397
|
}[];
|
|
1398
|
+
__kind: "Amber";
|
|
1400
1399
|
};
|
|
1401
1400
|
addLenderFunds: {
|
|
1402
1401
|
__kind: "Green";
|
|
1403
1402
|
} | {
|
|
1404
1403
|
__kind: "Red";
|
|
1405
1404
|
} | {
|
|
1406
|
-
__kind: "Amber";
|
|
1407
1405
|
value: {
|
|
1408
1406
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1409
1407
|
}[];
|
|
1408
|
+
__kind: "Amber";
|
|
1410
1409
|
};
|
|
1411
1410
|
withdrawLenderFunds: {
|
|
1412
1411
|
__kind: "Green";
|
|
1413
1412
|
} | {
|
|
1414
1413
|
__kind: "Red";
|
|
1415
1414
|
} | {
|
|
1416
|
-
__kind: "Amber";
|
|
1417
1415
|
value: {
|
|
1418
1416
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1419
1417
|
}[];
|
|
1418
|
+
__kind: "Amber";
|
|
1420
1419
|
};
|
|
1421
1420
|
addCollateral: {
|
|
1422
1421
|
__kind: "Green";
|
|
1423
1422
|
} | {
|
|
1424
1423
|
__kind: "Red";
|
|
1425
1424
|
} | {
|
|
1426
|
-
__kind: "Amber";
|
|
1427
1425
|
value: {
|
|
1428
1426
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1429
1427
|
}[];
|
|
1428
|
+
__kind: "Amber";
|
|
1430
1429
|
};
|
|
1431
1430
|
removeCollateral: {
|
|
1432
1431
|
__kind: "Green";
|
|
1433
1432
|
} | {
|
|
1434
1433
|
__kind: "Red";
|
|
1435
1434
|
} | {
|
|
1436
|
-
__kind: "Amber";
|
|
1437
1435
|
value: {
|
|
1438
1436
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1439
1437
|
}[];
|
|
1438
|
+
__kind: "Amber";
|
|
1440
1439
|
};
|
|
1441
1440
|
liquidationsEnabled: boolean;
|
|
1442
1441
|
};
|
|
@@ -1487,7 +1486,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1487
1486
|
} | {
|
|
1488
1487
|
__kind: "CodeRed";
|
|
1489
1488
|
} | {
|
|
1490
|
-
__kind: "CodeAmber";
|
|
1491
1489
|
value: {
|
|
1492
1490
|
governance: boolean;
|
|
1493
1491
|
funding: boolean;
|
|
@@ -1515,6 +1513,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1515
1513
|
assethubIngressEgress: boolean;
|
|
1516
1514
|
assethubVault: boolean;
|
|
1517
1515
|
};
|
|
1516
|
+
__kind: "CodeAmber";
|
|
1518
1517
|
};
|
|
1519
1518
|
ingressEgressEthereum: {
|
|
1520
1519
|
boostDepositsEnabled: boolean;
|
|
@@ -1564,6 +1563,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1564
1563
|
keyManagerWitnessing: boolean;
|
|
1565
1564
|
};
|
|
1566
1565
|
};
|
|
1566
|
+
__kind: "CodeAmber";
|
|
1567
1567
|
}>]>;
|
|
1568
1568
|
}, "strip", z.ZodTypeAny, {
|
|
1569
1569
|
safeMode: {
|
|
@@ -1571,7 +1571,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1571
1571
|
} | {
|
|
1572
1572
|
__kind: "CodeGreen";
|
|
1573
1573
|
} | {
|
|
1574
|
-
__kind: "CodeAmber";
|
|
1575
1574
|
value: {
|
|
1576
1575
|
funding: {
|
|
1577
1576
|
redeemEnabled: boolean;
|
|
@@ -1612,40 +1611,40 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1612
1611
|
} | {
|
|
1613
1612
|
__kind: "Red";
|
|
1614
1613
|
} | {
|
|
1615
|
-
__kind: "Amber";
|
|
1616
1614
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
1615
|
+
__kind: "Amber";
|
|
1617
1616
|
};
|
|
1618
1617
|
addLenderFunds: {
|
|
1619
1618
|
__kind: "Green";
|
|
1620
1619
|
} | {
|
|
1621
1620
|
__kind: "Red";
|
|
1622
1621
|
} | {
|
|
1623
|
-
__kind: "Amber";
|
|
1624
1622
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
1623
|
+
__kind: "Amber";
|
|
1625
1624
|
};
|
|
1626
1625
|
withdrawLenderFunds: {
|
|
1627
1626
|
__kind: "Green";
|
|
1628
1627
|
} | {
|
|
1629
1628
|
__kind: "Red";
|
|
1630
1629
|
} | {
|
|
1631
|
-
__kind: "Amber";
|
|
1632
1630
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
1631
|
+
__kind: "Amber";
|
|
1633
1632
|
};
|
|
1634
1633
|
addCollateral: {
|
|
1635
1634
|
__kind: "Green";
|
|
1636
1635
|
} | {
|
|
1637
1636
|
__kind: "Red";
|
|
1638
1637
|
} | {
|
|
1639
|
-
__kind: "Amber";
|
|
1640
1638
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
1639
|
+
__kind: "Amber";
|
|
1641
1640
|
};
|
|
1642
1641
|
removeCollateral: {
|
|
1643
1642
|
__kind: "Green";
|
|
1644
1643
|
} | {
|
|
1645
1644
|
__kind: "Red";
|
|
1646
1645
|
} | {
|
|
1647
|
-
__kind: "Amber";
|
|
1648
1646
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
1647
|
+
__kind: "Amber";
|
|
1649
1648
|
};
|
|
1650
1649
|
liquidationsEnabled: boolean;
|
|
1651
1650
|
};
|
|
@@ -1696,7 +1695,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1696
1695
|
} | {
|
|
1697
1696
|
__kind: "CodeRed";
|
|
1698
1697
|
} | {
|
|
1699
|
-
__kind: "CodeAmber";
|
|
1700
1698
|
value: {
|
|
1701
1699
|
governance: boolean;
|
|
1702
1700
|
funding: boolean;
|
|
@@ -1724,6 +1722,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1724
1722
|
assethubIngressEgress: boolean;
|
|
1725
1723
|
assethubVault: boolean;
|
|
1726
1724
|
};
|
|
1725
|
+
__kind: "CodeAmber";
|
|
1727
1726
|
};
|
|
1728
1727
|
ingressEgressEthereum: {
|
|
1729
1728
|
boostDepositsEnabled: boolean;
|
|
@@ -1773,6 +1772,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1773
1772
|
keyManagerWitnessing: boolean;
|
|
1774
1773
|
};
|
|
1775
1774
|
};
|
|
1775
|
+
__kind: "CodeAmber";
|
|
1776
1776
|
};
|
|
1777
1777
|
}, {
|
|
1778
1778
|
safeMode: {
|
|
@@ -1780,7 +1780,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1780
1780
|
} | {
|
|
1781
1781
|
__kind: "CodeGreen";
|
|
1782
1782
|
} | {
|
|
1783
|
-
__kind: "CodeAmber";
|
|
1784
1783
|
value: {
|
|
1785
1784
|
funding: {
|
|
1786
1785
|
redeemEnabled: boolean;
|
|
@@ -1821,50 +1820,50 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1821
1820
|
} | {
|
|
1822
1821
|
__kind: "Red";
|
|
1823
1822
|
} | {
|
|
1824
|
-
__kind: "Amber";
|
|
1825
1823
|
value: {
|
|
1826
1824
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1827
1825
|
}[];
|
|
1826
|
+
__kind: "Amber";
|
|
1828
1827
|
};
|
|
1829
1828
|
addLenderFunds: {
|
|
1830
1829
|
__kind: "Green";
|
|
1831
1830
|
} | {
|
|
1832
1831
|
__kind: "Red";
|
|
1833
1832
|
} | {
|
|
1834
|
-
__kind: "Amber";
|
|
1835
1833
|
value: {
|
|
1836
1834
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1837
1835
|
}[];
|
|
1836
|
+
__kind: "Amber";
|
|
1838
1837
|
};
|
|
1839
1838
|
withdrawLenderFunds: {
|
|
1840
1839
|
__kind: "Green";
|
|
1841
1840
|
} | {
|
|
1842
1841
|
__kind: "Red";
|
|
1843
1842
|
} | {
|
|
1844
|
-
__kind: "Amber";
|
|
1845
1843
|
value: {
|
|
1846
1844
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1847
1845
|
}[];
|
|
1846
|
+
__kind: "Amber";
|
|
1848
1847
|
};
|
|
1849
1848
|
addCollateral: {
|
|
1850
1849
|
__kind: "Green";
|
|
1851
1850
|
} | {
|
|
1852
1851
|
__kind: "Red";
|
|
1853
1852
|
} | {
|
|
1854
|
-
__kind: "Amber";
|
|
1855
1853
|
value: {
|
|
1856
1854
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1857
1855
|
}[];
|
|
1856
|
+
__kind: "Amber";
|
|
1858
1857
|
};
|
|
1859
1858
|
removeCollateral: {
|
|
1860
1859
|
__kind: "Green";
|
|
1861
1860
|
} | {
|
|
1862
1861
|
__kind: "Red";
|
|
1863
1862
|
} | {
|
|
1864
|
-
__kind: "Amber";
|
|
1865
1863
|
value: {
|
|
1866
1864
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
1867
1865
|
}[];
|
|
1866
|
+
__kind: "Amber";
|
|
1868
1867
|
};
|
|
1869
1868
|
liquidationsEnabled: boolean;
|
|
1870
1869
|
};
|
|
@@ -1915,7 +1914,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1915
1914
|
} | {
|
|
1916
1915
|
__kind: "CodeRed";
|
|
1917
1916
|
} | {
|
|
1918
|
-
__kind: "CodeAmber";
|
|
1919
1917
|
value: {
|
|
1920
1918
|
governance: boolean;
|
|
1921
1919
|
funding: boolean;
|
|
@@ -1943,6 +1941,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1943
1941
|
assethubIngressEgress: boolean;
|
|
1944
1942
|
assethubVault: boolean;
|
|
1945
1943
|
};
|
|
1944
|
+
__kind: "CodeAmber";
|
|
1946
1945
|
};
|
|
1947
1946
|
ingressEgressEthereum: {
|
|
1948
1947
|
boostDepositsEnabled: boolean;
|
|
@@ -1992,6 +1991,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
1992
1991
|
keyManagerWitnessing: boolean;
|
|
1993
1992
|
};
|
|
1994
1993
|
};
|
|
1994
|
+
__kind: "CodeAmber";
|
|
1995
1995
|
};
|
|
1996
1996
|
}>;
|
|
1997
1997
|
declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_event0.EventDescriptor<"Environment.RuntimeSafeModeUpdated", z.ZodObject<{
|
|
@@ -2116,13 +2116,13 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
2116
2116
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2117
2117
|
}>, "many">;
|
|
2118
2118
|
}, "strip", z.ZodTypeAny, {
|
|
2119
|
-
__kind: "Amber";
|
|
2120
2119
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
2121
|
-
}, {
|
|
2122
2120
|
__kind: "Amber";
|
|
2121
|
+
}, {
|
|
2123
2122
|
value: {
|
|
2124
2123
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2125
2124
|
}[];
|
|
2125
|
+
__kind: "Amber";
|
|
2126
2126
|
}>]>;
|
|
2127
2127
|
addLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2128
2128
|
__kind: z.ZodLiteral<"Green">;
|
|
@@ -2148,13 +2148,13 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
2148
2148
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2149
2149
|
}>, "many">;
|
|
2150
2150
|
}, "strip", z.ZodTypeAny, {
|
|
2151
|
-
__kind: "Amber";
|
|
2152
2151
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
2153
|
-
}, {
|
|
2154
2152
|
__kind: "Amber";
|
|
2153
|
+
}, {
|
|
2155
2154
|
value: {
|
|
2156
2155
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2157
2156
|
}[];
|
|
2157
|
+
__kind: "Amber";
|
|
2158
2158
|
}>]>;
|
|
2159
2159
|
withdrawLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2160
2160
|
__kind: z.ZodLiteral<"Green">;
|
|
@@ -2180,13 +2180,13 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
2180
2180
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2181
2181
|
}>, "many">;
|
|
2182
2182
|
}, "strip", z.ZodTypeAny, {
|
|
2183
|
-
__kind: "Amber";
|
|
2184
2183
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
2185
|
-
}, {
|
|
2186
2184
|
__kind: "Amber";
|
|
2185
|
+
}, {
|
|
2187
2186
|
value: {
|
|
2188
2187
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2189
2188
|
}[];
|
|
2189
|
+
__kind: "Amber";
|
|
2190
2190
|
}>]>;
|
|
2191
2191
|
addCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2192
2192
|
__kind: z.ZodLiteral<"Green">;
|
|
@@ -2212,13 +2212,13 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
2212
2212
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2213
2213
|
}>, "many">;
|
|
2214
2214
|
}, "strip", z.ZodTypeAny, {
|
|
2215
|
-
__kind: "Amber";
|
|
2216
2215
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
2217
|
-
}, {
|
|
2218
2216
|
__kind: "Amber";
|
|
2217
|
+
}, {
|
|
2219
2218
|
value: {
|
|
2220
2219
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2221
2220
|
}[];
|
|
2221
|
+
__kind: "Amber";
|
|
2222
2222
|
}>]>;
|
|
2223
2223
|
removeCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
2224
2224
|
__kind: z.ZodLiteral<"Green">;
|
|
@@ -2244,13 +2244,13 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
2244
2244
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2245
2245
|
}>, "many">;
|
|
2246
2246
|
}, "strip", z.ZodTypeAny, {
|
|
2247
|
-
__kind: "Amber";
|
|
2248
2247
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
2249
|
-
}, {
|
|
2250
2248
|
__kind: "Amber";
|
|
2249
|
+
}, {
|
|
2251
2250
|
value: {
|
|
2252
2251
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2253
2252
|
}[];
|
|
2253
|
+
__kind: "Amber";
|
|
2254
2254
|
}>]>;
|
|
2255
2255
|
liquidationsEnabled: z.ZodBoolean;
|
|
2256
2256
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2261,40 +2261,40 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
2261
2261
|
} | {
|
|
2262
2262
|
__kind: "Red";
|
|
2263
2263
|
} | {
|
|
2264
|
-
__kind: "Amber";
|
|
2265
2264
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
2265
|
+
__kind: "Amber";
|
|
2266
2266
|
};
|
|
2267
2267
|
addLenderFunds: {
|
|
2268
2268
|
__kind: "Green";
|
|
2269
2269
|
} | {
|
|
2270
2270
|
__kind: "Red";
|
|
2271
2271
|
} | {
|
|
2272
|
-
__kind: "Amber";
|
|
2273
2272
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
2273
|
+
__kind: "Amber";
|
|
2274
2274
|
};
|
|
2275
2275
|
withdrawLenderFunds: {
|
|
2276
2276
|
__kind: "Green";
|
|
2277
2277
|
} | {
|
|
2278
2278
|
__kind: "Red";
|
|
2279
2279
|
} | {
|
|
2280
|
-
__kind: "Amber";
|
|
2281
2280
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
2281
|
+
__kind: "Amber";
|
|
2282
2282
|
};
|
|
2283
2283
|
addCollateral: {
|
|
2284
2284
|
__kind: "Green";
|
|
2285
2285
|
} | {
|
|
2286
2286
|
__kind: "Red";
|
|
2287
2287
|
} | {
|
|
2288
|
-
__kind: "Amber";
|
|
2289
2288
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
2289
|
+
__kind: "Amber";
|
|
2290
2290
|
};
|
|
2291
2291
|
removeCollateral: {
|
|
2292
2292
|
__kind: "Green";
|
|
2293
2293
|
} | {
|
|
2294
2294
|
__kind: "Red";
|
|
2295
2295
|
} | {
|
|
2296
|
-
__kind: "Amber";
|
|
2297
2296
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
2297
|
+
__kind: "Amber";
|
|
2298
2298
|
};
|
|
2299
2299
|
liquidationsEnabled: boolean;
|
|
2300
2300
|
}, {
|
|
@@ -2305,50 +2305,50 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
2305
2305
|
} | {
|
|
2306
2306
|
__kind: "Red";
|
|
2307
2307
|
} | {
|
|
2308
|
-
__kind: "Amber";
|
|
2309
2308
|
value: {
|
|
2310
2309
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2311
2310
|
}[];
|
|
2311
|
+
__kind: "Amber";
|
|
2312
2312
|
};
|
|
2313
2313
|
addLenderFunds: {
|
|
2314
2314
|
__kind: "Green";
|
|
2315
2315
|
} | {
|
|
2316
2316
|
__kind: "Red";
|
|
2317
2317
|
} | {
|
|
2318
|
-
__kind: "Amber";
|
|
2319
2318
|
value: {
|
|
2320
2319
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2321
2320
|
}[];
|
|
2321
|
+
__kind: "Amber";
|
|
2322
2322
|
};
|
|
2323
2323
|
withdrawLenderFunds: {
|
|
2324
2324
|
__kind: "Green";
|
|
2325
2325
|
} | {
|
|
2326
2326
|
__kind: "Red";
|
|
2327
2327
|
} | {
|
|
2328
|
-
__kind: "Amber";
|
|
2329
2328
|
value: {
|
|
2330
2329
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2331
2330
|
}[];
|
|
2331
|
+
__kind: "Amber";
|
|
2332
2332
|
};
|
|
2333
2333
|
addCollateral: {
|
|
2334
2334
|
__kind: "Green";
|
|
2335
2335
|
} | {
|
|
2336
2336
|
__kind: "Red";
|
|
2337
2337
|
} | {
|
|
2338
|
-
__kind: "Amber";
|
|
2339
2338
|
value: {
|
|
2340
2339
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2341
2340
|
}[];
|
|
2341
|
+
__kind: "Amber";
|
|
2342
2342
|
};
|
|
2343
2343
|
removeCollateral: {
|
|
2344
2344
|
__kind: "Green";
|
|
2345
2345
|
} | {
|
|
2346
2346
|
__kind: "Red";
|
|
2347
2347
|
} | {
|
|
2348
|
-
__kind: "Amber";
|
|
2349
2348
|
value: {
|
|
2350
2349
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2351
2350
|
}[];
|
|
2351
|
+
__kind: "Amber";
|
|
2352
2352
|
};
|
|
2353
2353
|
liquidationsEnabled: boolean;
|
|
2354
2354
|
}>;
|
|
@@ -2548,7 +2548,6 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
2548
2548
|
assethubVault: boolean;
|
|
2549
2549
|
}>;
|
|
2550
2550
|
}, "strip", z.ZodTypeAny, {
|
|
2551
|
-
__kind: "CodeAmber";
|
|
2552
2551
|
value: {
|
|
2553
2552
|
governance: boolean;
|
|
2554
2553
|
funding: boolean;
|
|
@@ -2576,8 +2575,8 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
2576
2575
|
assethubIngressEgress: boolean;
|
|
2577
2576
|
assethubVault: boolean;
|
|
2578
2577
|
};
|
|
2579
|
-
}, {
|
|
2580
2578
|
__kind: "CodeAmber";
|
|
2579
|
+
}, {
|
|
2581
2580
|
value: {
|
|
2582
2581
|
governance: boolean;
|
|
2583
2582
|
funding: boolean;
|
|
@@ -2605,6 +2604,7 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
2605
2604
|
assethubIngressEgress: boolean;
|
|
2606
2605
|
assethubVault: boolean;
|
|
2607
2606
|
};
|
|
2607
|
+
__kind: "CodeAmber";
|
|
2608
2608
|
}>]>;
|
|
2609
2609
|
ingressEgressEthereum: z.ZodObject<{
|
|
2610
2610
|
boostDepositsEnabled: z.ZodBoolean;
|
|
@@ -2769,40 +2769,40 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
2769
2769
|
} | {
|
|
2770
2770
|
__kind: "Red";
|
|
2771
2771
|
} | {
|
|
2772
|
-
__kind: "Amber";
|
|
2773
2772
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
2773
|
+
__kind: "Amber";
|
|
2774
2774
|
};
|
|
2775
2775
|
addLenderFunds: {
|
|
2776
2776
|
__kind: "Green";
|
|
2777
2777
|
} | {
|
|
2778
2778
|
__kind: "Red";
|
|
2779
2779
|
} | {
|
|
2780
|
-
__kind: "Amber";
|
|
2781
2780
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
2781
|
+
__kind: "Amber";
|
|
2782
2782
|
};
|
|
2783
2783
|
withdrawLenderFunds: {
|
|
2784
2784
|
__kind: "Green";
|
|
2785
2785
|
} | {
|
|
2786
2786
|
__kind: "Red";
|
|
2787
2787
|
} | {
|
|
2788
|
-
__kind: "Amber";
|
|
2789
2788
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
2789
|
+
__kind: "Amber";
|
|
2790
2790
|
};
|
|
2791
2791
|
addCollateral: {
|
|
2792
2792
|
__kind: "Green";
|
|
2793
2793
|
} | {
|
|
2794
2794
|
__kind: "Red";
|
|
2795
2795
|
} | {
|
|
2796
|
-
__kind: "Amber";
|
|
2797
2796
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
2797
|
+
__kind: "Amber";
|
|
2798
2798
|
};
|
|
2799
2799
|
removeCollateral: {
|
|
2800
2800
|
__kind: "Green";
|
|
2801
2801
|
} | {
|
|
2802
2802
|
__kind: "Red";
|
|
2803
2803
|
} | {
|
|
2804
|
-
__kind: "Amber";
|
|
2805
2804
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
2805
|
+
__kind: "Amber";
|
|
2806
2806
|
};
|
|
2807
2807
|
liquidationsEnabled: boolean;
|
|
2808
2808
|
};
|
|
@@ -2853,7 +2853,6 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
2853
2853
|
} | {
|
|
2854
2854
|
__kind: "CodeRed";
|
|
2855
2855
|
} | {
|
|
2856
|
-
__kind: "CodeAmber";
|
|
2857
2856
|
value: {
|
|
2858
2857
|
governance: boolean;
|
|
2859
2858
|
funding: boolean;
|
|
@@ -2881,6 +2880,7 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
2881
2880
|
assethubIngressEgress: boolean;
|
|
2882
2881
|
assethubVault: boolean;
|
|
2883
2882
|
};
|
|
2883
|
+
__kind: "CodeAmber";
|
|
2884
2884
|
};
|
|
2885
2885
|
ingressEgressEthereum: {
|
|
2886
2886
|
boostDepositsEnabled: boolean;
|
|
@@ -2969,50 +2969,50 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
2969
2969
|
} | {
|
|
2970
2970
|
__kind: "Red";
|
|
2971
2971
|
} | {
|
|
2972
|
-
__kind: "Amber";
|
|
2973
2972
|
value: {
|
|
2974
2973
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2975
2974
|
}[];
|
|
2975
|
+
__kind: "Amber";
|
|
2976
2976
|
};
|
|
2977
2977
|
addLenderFunds: {
|
|
2978
2978
|
__kind: "Green";
|
|
2979
2979
|
} | {
|
|
2980
2980
|
__kind: "Red";
|
|
2981
2981
|
} | {
|
|
2982
|
-
__kind: "Amber";
|
|
2983
2982
|
value: {
|
|
2984
2983
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2985
2984
|
}[];
|
|
2985
|
+
__kind: "Amber";
|
|
2986
2986
|
};
|
|
2987
2987
|
withdrawLenderFunds: {
|
|
2988
2988
|
__kind: "Green";
|
|
2989
2989
|
} | {
|
|
2990
2990
|
__kind: "Red";
|
|
2991
2991
|
} | {
|
|
2992
|
-
__kind: "Amber";
|
|
2993
2992
|
value: {
|
|
2994
2993
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
2995
2994
|
}[];
|
|
2995
|
+
__kind: "Amber";
|
|
2996
2996
|
};
|
|
2997
2997
|
addCollateral: {
|
|
2998
2998
|
__kind: "Green";
|
|
2999
2999
|
} | {
|
|
3000
3000
|
__kind: "Red";
|
|
3001
3001
|
} | {
|
|
3002
|
-
__kind: "Amber";
|
|
3003
3002
|
value: {
|
|
3004
3003
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
3005
3004
|
}[];
|
|
3005
|
+
__kind: "Amber";
|
|
3006
3006
|
};
|
|
3007
3007
|
removeCollateral: {
|
|
3008
3008
|
__kind: "Green";
|
|
3009
3009
|
} | {
|
|
3010
3010
|
__kind: "Red";
|
|
3011
3011
|
} | {
|
|
3012
|
-
__kind: "Amber";
|
|
3013
3012
|
value: {
|
|
3014
3013
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
3015
3014
|
}[];
|
|
3015
|
+
__kind: "Amber";
|
|
3016
3016
|
};
|
|
3017
3017
|
liquidationsEnabled: boolean;
|
|
3018
3018
|
};
|
|
@@ -3063,7 +3063,6 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
3063
3063
|
} | {
|
|
3064
3064
|
__kind: "CodeRed";
|
|
3065
3065
|
} | {
|
|
3066
|
-
__kind: "CodeAmber";
|
|
3067
3066
|
value: {
|
|
3068
3067
|
governance: boolean;
|
|
3069
3068
|
funding: boolean;
|
|
@@ -3091,6 +3090,7 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
3091
3090
|
assethubIngressEgress: boolean;
|
|
3092
3091
|
assethubVault: boolean;
|
|
3093
3092
|
};
|
|
3093
|
+
__kind: "CodeAmber";
|
|
3094
3094
|
};
|
|
3095
3095
|
ingressEgressEthereum: {
|
|
3096
3096
|
boostDepositsEnabled: boolean;
|
|
@@ -3141,7 +3141,6 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
3141
3141
|
};
|
|
3142
3142
|
}>;
|
|
3143
3143
|
}, "strip", z.ZodTypeAny, {
|
|
3144
|
-
__kind: "CodeAmber";
|
|
3145
3144
|
value: {
|
|
3146
3145
|
funding: {
|
|
3147
3146
|
redeemEnabled: boolean;
|
|
@@ -3182,40 +3181,40 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
3182
3181
|
} | {
|
|
3183
3182
|
__kind: "Red";
|
|
3184
3183
|
} | {
|
|
3185
|
-
__kind: "Amber";
|
|
3186
3184
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
3185
|
+
__kind: "Amber";
|
|
3187
3186
|
};
|
|
3188
3187
|
addLenderFunds: {
|
|
3189
3188
|
__kind: "Green";
|
|
3190
3189
|
} | {
|
|
3191
3190
|
__kind: "Red";
|
|
3192
3191
|
} | {
|
|
3193
|
-
__kind: "Amber";
|
|
3194
3192
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
3193
|
+
__kind: "Amber";
|
|
3195
3194
|
};
|
|
3196
3195
|
withdrawLenderFunds: {
|
|
3197
3196
|
__kind: "Green";
|
|
3198
3197
|
} | {
|
|
3199
3198
|
__kind: "Red";
|
|
3200
3199
|
} | {
|
|
3201
|
-
__kind: "Amber";
|
|
3202
3200
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
3201
|
+
__kind: "Amber";
|
|
3203
3202
|
};
|
|
3204
3203
|
addCollateral: {
|
|
3205
3204
|
__kind: "Green";
|
|
3206
3205
|
} | {
|
|
3207
3206
|
__kind: "Red";
|
|
3208
3207
|
} | {
|
|
3209
|
-
__kind: "Amber";
|
|
3210
3208
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
3209
|
+
__kind: "Amber";
|
|
3211
3210
|
};
|
|
3212
3211
|
removeCollateral: {
|
|
3213
3212
|
__kind: "Green";
|
|
3214
3213
|
} | {
|
|
3215
3214
|
__kind: "Red";
|
|
3216
3215
|
} | {
|
|
3217
|
-
__kind: "Amber";
|
|
3218
3216
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
3217
|
+
__kind: "Amber";
|
|
3219
3218
|
};
|
|
3220
3219
|
liquidationsEnabled: boolean;
|
|
3221
3220
|
};
|
|
@@ -3266,7 +3265,6 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
3266
3265
|
} | {
|
|
3267
3266
|
__kind: "CodeRed";
|
|
3268
3267
|
} | {
|
|
3269
|
-
__kind: "CodeAmber";
|
|
3270
3268
|
value: {
|
|
3271
3269
|
governance: boolean;
|
|
3272
3270
|
funding: boolean;
|
|
@@ -3294,6 +3292,7 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
3294
3292
|
assethubIngressEgress: boolean;
|
|
3295
3293
|
assethubVault: boolean;
|
|
3296
3294
|
};
|
|
3295
|
+
__kind: "CodeAmber";
|
|
3297
3296
|
};
|
|
3298
3297
|
ingressEgressEthereum: {
|
|
3299
3298
|
boostDepositsEnabled: boolean;
|
|
@@ -3343,8 +3342,8 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
3343
3342
|
keyManagerWitnessing: boolean;
|
|
3344
3343
|
};
|
|
3345
3344
|
};
|
|
3346
|
-
}, {
|
|
3347
3345
|
__kind: "CodeAmber";
|
|
3346
|
+
}, {
|
|
3348
3347
|
value: {
|
|
3349
3348
|
funding: {
|
|
3350
3349
|
redeemEnabled: boolean;
|
|
@@ -3385,50 +3384,50 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
3385
3384
|
} | {
|
|
3386
3385
|
__kind: "Red";
|
|
3387
3386
|
} | {
|
|
3388
|
-
__kind: "Amber";
|
|
3389
3387
|
value: {
|
|
3390
3388
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
3391
3389
|
}[];
|
|
3390
|
+
__kind: "Amber";
|
|
3392
3391
|
};
|
|
3393
3392
|
addLenderFunds: {
|
|
3394
3393
|
__kind: "Green";
|
|
3395
3394
|
} | {
|
|
3396
3395
|
__kind: "Red";
|
|
3397
3396
|
} | {
|
|
3398
|
-
__kind: "Amber";
|
|
3399
3397
|
value: {
|
|
3400
3398
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
3401
3399
|
}[];
|
|
3400
|
+
__kind: "Amber";
|
|
3402
3401
|
};
|
|
3403
3402
|
withdrawLenderFunds: {
|
|
3404
3403
|
__kind: "Green";
|
|
3405
3404
|
} | {
|
|
3406
3405
|
__kind: "Red";
|
|
3407
3406
|
} | {
|
|
3408
|
-
__kind: "Amber";
|
|
3409
3407
|
value: {
|
|
3410
3408
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
3411
3409
|
}[];
|
|
3410
|
+
__kind: "Amber";
|
|
3412
3411
|
};
|
|
3413
3412
|
addCollateral: {
|
|
3414
3413
|
__kind: "Green";
|
|
3415
3414
|
} | {
|
|
3416
3415
|
__kind: "Red";
|
|
3417
3416
|
} | {
|
|
3418
|
-
__kind: "Amber";
|
|
3419
3417
|
value: {
|
|
3420
3418
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
3421
3419
|
}[];
|
|
3420
|
+
__kind: "Amber";
|
|
3422
3421
|
};
|
|
3423
3422
|
removeCollateral: {
|
|
3424
3423
|
__kind: "Green";
|
|
3425
3424
|
} | {
|
|
3426
3425
|
__kind: "Red";
|
|
3427
3426
|
} | {
|
|
3428
|
-
__kind: "Amber";
|
|
3429
3427
|
value: {
|
|
3430
3428
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
3431
3429
|
}[];
|
|
3430
|
+
__kind: "Amber";
|
|
3432
3431
|
};
|
|
3433
3432
|
liquidationsEnabled: boolean;
|
|
3434
3433
|
};
|
|
@@ -3479,7 +3478,6 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
3479
3478
|
} | {
|
|
3480
3479
|
__kind: "CodeRed";
|
|
3481
3480
|
} | {
|
|
3482
|
-
__kind: "CodeAmber";
|
|
3483
3481
|
value: {
|
|
3484
3482
|
governance: boolean;
|
|
3485
3483
|
funding: boolean;
|
|
@@ -3507,6 +3505,7 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
3507
3505
|
assethubIngressEgress: boolean;
|
|
3508
3506
|
assethubVault: boolean;
|
|
3509
3507
|
};
|
|
3508
|
+
__kind: "CodeAmber";
|
|
3510
3509
|
};
|
|
3511
3510
|
ingressEgressEthereum: {
|
|
3512
3511
|
boostDepositsEnabled: boolean;
|
|
@@ -3556,6 +3555,7 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
3556
3555
|
keyManagerWitnessing: boolean;
|
|
3557
3556
|
};
|
|
3558
3557
|
};
|
|
3558
|
+
__kind: "CodeAmber";
|
|
3559
3559
|
}>]>;
|
|
3560
3560
|
}, "strip", z.ZodTypeAny, {
|
|
3561
3561
|
safeMode: {
|
|
@@ -3563,7 +3563,6 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
3563
3563
|
} | {
|
|
3564
3564
|
__kind: "CodeGreen";
|
|
3565
3565
|
} | {
|
|
3566
|
-
__kind: "CodeAmber";
|
|
3567
3566
|
value: {
|
|
3568
3567
|
funding: {
|
|
3569
3568
|
redeemEnabled: boolean;
|
|
@@ -3604,40 +3603,40 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
3604
3603
|
} | {
|
|
3605
3604
|
__kind: "Red";
|
|
3606
3605
|
} | {
|
|
3607
|
-
__kind: "Amber";
|
|
3608
3606
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
3607
|
+
__kind: "Amber";
|
|
3609
3608
|
};
|
|
3610
3609
|
addLenderFunds: {
|
|
3611
3610
|
__kind: "Green";
|
|
3612
3611
|
} | {
|
|
3613
3612
|
__kind: "Red";
|
|
3614
3613
|
} | {
|
|
3615
|
-
__kind: "Amber";
|
|
3616
3614
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
3615
|
+
__kind: "Amber";
|
|
3617
3616
|
};
|
|
3618
3617
|
withdrawLenderFunds: {
|
|
3619
3618
|
__kind: "Green";
|
|
3620
3619
|
} | {
|
|
3621
3620
|
__kind: "Red";
|
|
3622
3621
|
} | {
|
|
3623
|
-
__kind: "Amber";
|
|
3624
3622
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
3623
|
+
__kind: "Amber";
|
|
3625
3624
|
};
|
|
3626
3625
|
addCollateral: {
|
|
3627
3626
|
__kind: "Green";
|
|
3628
3627
|
} | {
|
|
3629
3628
|
__kind: "Red";
|
|
3630
3629
|
} | {
|
|
3631
|
-
__kind: "Amber";
|
|
3632
3630
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
3631
|
+
__kind: "Amber";
|
|
3633
3632
|
};
|
|
3634
3633
|
removeCollateral: {
|
|
3635
3634
|
__kind: "Green";
|
|
3636
3635
|
} | {
|
|
3637
3636
|
__kind: "Red";
|
|
3638
3637
|
} | {
|
|
3639
|
-
__kind: "Amber";
|
|
3640
3638
|
value: ("Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt")[];
|
|
3639
|
+
__kind: "Amber";
|
|
3641
3640
|
};
|
|
3642
3641
|
liquidationsEnabled: boolean;
|
|
3643
3642
|
};
|
|
@@ -3688,7 +3687,6 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
3688
3687
|
} | {
|
|
3689
3688
|
__kind: "CodeRed";
|
|
3690
3689
|
} | {
|
|
3691
|
-
__kind: "CodeAmber";
|
|
3692
3690
|
value: {
|
|
3693
3691
|
governance: boolean;
|
|
3694
3692
|
funding: boolean;
|
|
@@ -3716,6 +3714,7 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
3716
3714
|
assethubIngressEgress: boolean;
|
|
3717
3715
|
assethubVault: boolean;
|
|
3718
3716
|
};
|
|
3717
|
+
__kind: "CodeAmber";
|
|
3719
3718
|
};
|
|
3720
3719
|
ingressEgressEthereum: {
|
|
3721
3720
|
boostDepositsEnabled: boolean;
|
|
@@ -3765,6 +3764,7 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
3765
3764
|
keyManagerWitnessing: boolean;
|
|
3766
3765
|
};
|
|
3767
3766
|
};
|
|
3767
|
+
__kind: "CodeAmber";
|
|
3768
3768
|
};
|
|
3769
3769
|
}, {
|
|
3770
3770
|
safeMode: {
|
|
@@ -3772,7 +3772,6 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
3772
3772
|
} | {
|
|
3773
3773
|
__kind: "CodeGreen";
|
|
3774
3774
|
} | {
|
|
3775
|
-
__kind: "CodeAmber";
|
|
3776
3775
|
value: {
|
|
3777
3776
|
funding: {
|
|
3778
3777
|
redeemEnabled: boolean;
|
|
@@ -3813,50 +3812,50 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
3813
3812
|
} | {
|
|
3814
3813
|
__kind: "Red";
|
|
3815
3814
|
} | {
|
|
3816
|
-
__kind: "Amber";
|
|
3817
3815
|
value: {
|
|
3818
3816
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
3819
3817
|
}[];
|
|
3818
|
+
__kind: "Amber";
|
|
3820
3819
|
};
|
|
3821
3820
|
addLenderFunds: {
|
|
3822
3821
|
__kind: "Green";
|
|
3823
3822
|
} | {
|
|
3824
3823
|
__kind: "Red";
|
|
3825
3824
|
} | {
|
|
3826
|
-
__kind: "Amber";
|
|
3827
3825
|
value: {
|
|
3828
3826
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
3829
3827
|
}[];
|
|
3828
|
+
__kind: "Amber";
|
|
3830
3829
|
};
|
|
3831
3830
|
withdrawLenderFunds: {
|
|
3832
3831
|
__kind: "Green";
|
|
3833
3832
|
} | {
|
|
3834
3833
|
__kind: "Red";
|
|
3835
3834
|
} | {
|
|
3836
|
-
__kind: "Amber";
|
|
3837
3835
|
value: {
|
|
3838
3836
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
3839
3837
|
}[];
|
|
3838
|
+
__kind: "Amber";
|
|
3840
3839
|
};
|
|
3841
3840
|
addCollateral: {
|
|
3842
3841
|
__kind: "Green";
|
|
3843
3842
|
} | {
|
|
3844
3843
|
__kind: "Red";
|
|
3845
3844
|
} | {
|
|
3846
|
-
__kind: "Amber";
|
|
3847
3845
|
value: {
|
|
3848
3846
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
3849
3847
|
}[];
|
|
3848
|
+
__kind: "Amber";
|
|
3850
3849
|
};
|
|
3851
3850
|
removeCollateral: {
|
|
3852
3851
|
__kind: "Green";
|
|
3853
3852
|
} | {
|
|
3854
3853
|
__kind: "Red";
|
|
3855
3854
|
} | {
|
|
3856
|
-
__kind: "Amber";
|
|
3857
3855
|
value: {
|
|
3858
3856
|
__kind: "Eth" | "Flip" | "Usdc" | "Usdt" | "Wbtc" | "ArbEth" | "ArbUsdc" | "ArbUsdt" | "Dot" | "Btc" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "SolUsdt";
|
|
3859
3857
|
}[];
|
|
3858
|
+
__kind: "Amber";
|
|
3860
3859
|
};
|
|
3861
3860
|
liquidationsEnabled: boolean;
|
|
3862
3861
|
};
|
|
@@ -3907,7 +3906,6 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
3907
3906
|
} | {
|
|
3908
3907
|
__kind: "CodeRed";
|
|
3909
3908
|
} | {
|
|
3910
|
-
__kind: "CodeAmber";
|
|
3911
3909
|
value: {
|
|
3912
3910
|
governance: boolean;
|
|
3913
3911
|
funding: boolean;
|
|
@@ -3935,6 +3933,7 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
3935
3933
|
assethubIngressEgress: boolean;
|
|
3936
3934
|
assethubVault: boolean;
|
|
3937
3935
|
};
|
|
3936
|
+
__kind: "CodeAmber";
|
|
3938
3937
|
};
|
|
3939
3938
|
ingressEgressEthereum: {
|
|
3940
3939
|
boostDepositsEnabled: boolean;
|
|
@@ -3984,6 +3983,7 @@ declare const environmentRuntimeSafeModeUpdatedEvent: _$_chainflip_processor_eve
|
|
|
3984
3983
|
keyManagerWitnessing: boolean;
|
|
3985
3984
|
};
|
|
3986
3985
|
};
|
|
3986
|
+
__kind: "CodeAmber";
|
|
3987
3987
|
};
|
|
3988
3988
|
}>>;
|
|
3989
3989
|
//#endregion
|