Socket
Socket
Sign inDemoInstall

@chainsafe/lodestar-params

Package Overview
Dependencies
2
Maintainers
4
Versions
846
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainsafe/lodestar-params


Version published
Maintainers
4
Created

Readme

Source

lodestar-params

npm License ETH2.0_Spec_Version 0.12.1 ES Version Node Version

This package is part of ChainSafe's Lodestar project

Parameters for configuring an Eth2 network

Usage

// mainnet and minimal presets are available under non-default exports
import {params as mainnetPreset} from "@chainsafe/lodestar-params/mainnet";
import {params as minimalPreset} from "@chainsafe/lodestar-params/mainnet";

mainnetPreset.SHARD_COUNT;

// custom params should follow the IBeaconPreset interface

import {IBeaconPreset} from "@chainsafe/lodestar-params";

const testnetPreset: IBeaconPreset = {
  ...mainnetPreset,
  SHARD_COUNT: 4,
};

License

Apache-2.0 ChainSafe Systems

Keywords

FAQs

Last updated on 10 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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc