@hashgraph/solo
Version:
An opinionated CLI tool to deploy and manage private Hedera Networks.
10 lines • 512 B
JavaScript
// SPDX-License-Identifier: Apache-2.0
// using a different version than the one in version.ts to test backwards compatibility
export const TEST_UPGRADE_FROM_VERSION = 'v0.70.0';
export const TEST_UPGRADE_TO_VERSION = 'v0.71.0';
// Do not delete, used by test script or Taskfile
export const PREV_BLOCK_NODE_VERSION = 'v0.28.1';
export const PREV_MIRROR_NODE_VERSION = 'v0.150.0';
export const PREV_EXPLORER_VERSION = '25.1.1';
export const PREV_RELAY_VERSION = '0.72.0';
//# sourceMappingURL=version-test.js.map