@chainsafe/lodestar-params
Advanced tools
Comparing version 0.39.0-dev.2deb6a20fd to 0.39.0-dev.2e52cc71a3
@@ -5,2 +5,3 @@ var _a; | ||
import { preset as minimal } from "./presets/minimal/index.js"; | ||
import { preset as gnosis } from "./presets/gnosis/index.js"; | ||
import { presetStatus } from "./presetStatus.js"; | ||
@@ -15,2 +16,3 @@ import { userSelectedPreset } from "./setPreset.js"; | ||
[PresetName.minimal]: minimal, | ||
[PresetName.gnosis]: gnosis, | ||
}; | ||
@@ -17,0 +19,0 @@ // Once this file is imported, freeze the preset so calling setActivePreset() will throw an error |
export declare enum PresetName { | ||
mainnet = "mainnet", | ||
minimal = "minimal" | ||
minimal = "minimal", | ||
gnosis = "gnosis" | ||
} | ||
//# sourceMappingURL=presetName.d.ts.map |
@@ -5,3 +5,4 @@ export var PresetName; | ||
PresetName["minimal"] = "minimal"; | ||
PresetName["gnosis"] = "gnosis"; | ||
})(PresetName || (PresetName = {})); | ||
//# sourceMappingURL=presetName.js.map |
{ | ||
"name": "@chainsafe/lodestar-params", | ||
"version": "0.39.0-dev.2deb6a20fd", | ||
"version": "0.39.0-dev.2e52cc71a3", | ||
"description": "Chain parameters required for lodestar", | ||
@@ -65,3 +65,3 @@ "author": "ChainSafe Systems", | ||
}, | ||
"gitHead": "ff1686d8af67884dc79b7d13e79c0ea51c6858b7" | ||
"gitHead": "8e2df22e867b06ad32774f5aadac223e2e7a73cc" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70727
72
942