Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <[email protected]>
  • Loading branch information
jeromy-cannon committed Dec 23, 2024
1 parent b598e9e commit 14c7c7a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/commands/node/tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import {
FREEZE_ADMIN_ACCOUNT,
HEDERA_NODE_DEFAULT_STAKE_AMOUNT,
IGNORED_NODE_ACCOUNT_ID,
LOCAL_HOST,
TREASURY_ACCOUNT_ID,
} from '../../core/constants.js';
import {
Expand Down
1 change: 0 additions & 1 deletion version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
* This file should only contain versions for dependencies
*/

export const JAVA_VERSION = '21.0.1+12';
export const HELM_VERSION = 'v3.14.2';
export const SOLO_CHART_VERSION = '0.38.2';
export const HEDERA_PLATFORM_VERSION = 'v0.58.0';
Expand Down

0 comments on commit 14c7c7a

Please sign in to comment.