Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chainsafe/lodestar-config

Package Overview
Dependencies
Maintainers
5
Versions
840
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainsafe/lodestar-config - npm Package Compare versions

Comparing version 0.37.0-dev.2ed2e03d0c to 0.37.0-dev.3b84bc3d10

lib/chainConfig/networks/ropsten.d.ts

5

lib/networks.d.ts

@@ -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

8

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc