@hashgraph/solo
Version:
An opinionated CLI tool to deploy and manage private Hedera Networks.
14 lines (13 loc) • 511 B
TypeScript
/**
* SPDX-License-Identifier: Apache-2.0
*/
/**
* This file should only contain versions for dependencies
*/
export declare const HELM_VERSION = "v3.14.2";
export declare const SOLO_CHART_VERSION = "0.44.0";
export declare const HEDERA_PLATFORM_VERSION = "v0.58.10";
export declare const LOCAL_HEDERA_PLATFORM_VERSION = "v0.58.3";
export declare const MIRROR_NODE_VERSION = "v0.122";
export declare const HEDERA_EXPLORER_VERSION = "24.12.0";
export declare const HEDERA_JSON_RPC_RELAY_VERSION = "v0.63.2";