@chainsafe/lodestar-config
Advanced tools
Comparing version 0.37.0-dev.2ed2e03d0c to 0.37.0-dev.3b84bc3d10
@@ -5,5 +5,6 @@ import { IChainConfig } from "./chainConfig"; | ||
import { kilnChainConfig } from "./chainConfig/networks/kiln"; | ||
export { mainnetChainConfig, praterChainConfig, kilnChainConfig }; | ||
export declare type NetworkName = "mainnet" | "prater" | "kiln"; | ||
import { ropstenChainConfig } from "./chainConfig/networks/ropsten"; | ||
export { mainnetChainConfig, praterChainConfig, kilnChainConfig, ropstenChainConfig }; | ||
export declare type NetworkName = "mainnet" | "prater" | "kiln" | "ropsten"; | ||
export declare const networksChainConfig: Record<NetworkName, IChainConfig>; | ||
//# sourceMappingURL=networks.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.networksChainConfig = exports.kilnChainConfig = exports.praterChainConfig = exports.mainnetChainConfig = void 0; | ||
exports.networksChainConfig = exports.ropstenChainConfig = exports.kilnChainConfig = exports.praterChainConfig = exports.mainnetChainConfig = void 0; | ||
const mainnet_1 = require("./chainConfig/networks/mainnet"); | ||
@@ -10,2 +10,4 @@ Object.defineProperty(exports, "mainnetChainConfig", { enumerable: true, get: function () { return mainnet_1.mainnetChainConfig; } }); | ||
Object.defineProperty(exports, "kilnChainConfig", { enumerable: true, get: function () { return kiln_1.kilnChainConfig; } }); | ||
const ropsten_1 = require("./chainConfig/networks/ropsten"); | ||
Object.defineProperty(exports, "ropstenChainConfig", { enumerable: true, get: function () { return ropsten_1.ropstenChainConfig; } }); | ||
exports.networksChainConfig = { | ||
@@ -15,3 +17,4 @@ mainnet: mainnet_1.mainnetChainConfig, | ||
kiln: kiln_1.kilnChainConfig, | ||
ropsten: ropsten_1.ropstenChainConfig, | ||
}; | ||
//# sourceMappingURL=networks.js.map |
{ | ||
"name": "@chainsafe/lodestar-config", | ||
"version": "0.37.0-dev.2ed2e03d0c", | ||
"version": "0.37.0-dev.3b84bc3d10", | ||
"description": "Chain configuration required for lodestar", | ||
@@ -45,7 +45,7 @@ "author": "ChainSafe Systems", | ||
"dependencies": { | ||
"@chainsafe/lodestar-params": "^0.37.0-dev.2ed2e03d0c", | ||
"@chainsafe/lodestar-types": "^0.37.0-dev.2ed2e03d0c", | ||
"@chainsafe/lodestar-params": "0.37.0-dev.3b84bc3d10", | ||
"@chainsafe/lodestar-types": "0.37.0-dev.3b84bc3d10", | ||
"@chainsafe/ssz": "^0.9.1" | ||
}, | ||
"gitHead": "8e75a6eb7c38050e5272972bb2b6320233895b19" | ||
"gitHead": "e63c6fa74ead38ba458fa3b9188cbf8816f318a7" | ||
} |
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
71116
66
815
+ Added@chainsafe/lodestar-params@0.37.0-dev.3b84bc3d10(transitive)
+ Added@chainsafe/lodestar-types@0.37.0-dev.3b84bc3d10(transitive)
- Removed@chainsafe/lodestar-params@0.37.0(transitive)
- Removed@chainsafe/lodestar-types@0.37.0(transitive)