Skip to content

Commit 7a3ef9d

Browse files
committed
bump up the solo-charts version
Signed-off-by: instamenta <[email protected]>
1 parent 23238fc commit 7a3ef9d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/core/genesis_network_models/genesis_network_data_constructor.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ export class GenesisNetworkDataConstructor implements ToJSON {
8181
}
8282

8383
public toJSON(): JsonString {
84-
return JSON.stringify({
85-
nodeMetadata: Object.values(this.nodes).map(node => node.toObject()),
86-
});
84+
return JSON.stringify({nodeMetadata: Object.values(this.nodes).map(node => node.toObject())});
8785
}
8886
}

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
export const JAVA_VERSION = '21.0.1+12';
2323
export const HELM_VERSION = 'v3.14.2';
24-
export const SOLO_CHART_VERSION = '0.36.3';
24+
export const SOLO_CHART_VERSION = '0.37.0';
2525
export const HEDERA_PLATFORM_VERSION = 'v0.57.2';
2626
export const MIRROR_NODE_VERSION = '0.118.1';
2727
export const HEDERA_EXPLORER_VERSION = '0.2.1';

0 commit comments

Comments
 (0)