We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23238fc commit 7a3ef9dCopy full SHA for 7a3ef9d
src/core/genesis_network_models/genesis_network_data_constructor.ts
@@ -81,8 +81,6 @@ export class GenesisNetworkDataConstructor implements ToJSON {
81
}
82
83
public toJSON(): JsonString {
84
- return JSON.stringify({
85
- nodeMetadata: Object.values(this.nodes).map(node => node.toObject()),
86
- });
+ return JSON.stringify({nodeMetadata: Object.values(this.nodes).map(node => node.toObject())});
87
88
version.ts
@@ -21,7 +21,7 @@
21
22
export const JAVA_VERSION = '21.0.1+12';
23
export const HELM_VERSION = 'v3.14.2';
24
-export const SOLO_CHART_VERSION = '0.36.3';
+export const SOLO_CHART_VERSION = '0.37.0';
25
export const HEDERA_PLATFORM_VERSION = 'v0.57.2';
26
export const MIRROR_NODE_VERSION = '0.118.1';
27
export const HEDERA_EXPLORER_VERSION = '0.2.1';
0 commit comments