Socket
Socket
Sign inDemoInstall

@chainsafe/lodestar-config

Package Overview
Dependencies
Maintainers
3
Versions
840
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainsafe/lodestar-config

Chain configuration required for lodestar


Version published
Weekly downloads
7.9K
decreased by-11.89%
Maintainers
3
Weekly downloads
 
Created

Readme

Source

lodestar-config

npm License ETH2.0_Spec_Version 0.12.1 ES Version Node Version

This package is part of ChainSafe's Lodestar project

Configuration variables for an Eth2 network -- consists of params and ssz types (from lodestar-params and lodestar-types respectively).

Usage

// mainet and minimal presets are available under non-default exports
import {config} from "@chainsafe/lodestar-config/mainnet";
// or
import {config} from "@chainsafe/lodestar-config/minimal";

// params available under `params`
const shardCount = mainnetConfig.params.SHARD_COUNT;

// types available under `types`
const BeaconStateType = mainnetConfig.types.BeaconState;

License

Apache-2.0 ChainSafe Systems

Keywords

FAQs

Package last updated on 08 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc