Socket
Book a DemoInstallSign in
Socket

@chainsafe/eth2.0-config

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainsafe/eth2.0-config

Chain configuration required for eth2.0

latest
Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
25
13.64%
Maintainers
3
Weekly downloads
 
Created
Source

eth2.0-config

npm License

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

Usage

// mainet and minimal presets are available under non-default exports
import {config as mainnetConfig} from "@chainsafe/eth2.0-config/lib/presets/mainnet";
import {config as minimalConfig} from "@chainsafe/eth2.0-config/lib/presets/mainnet";

// params available under `params`

const shardCount = mainnetConfig.params.SHARD_COUNT;

// types available under `types`

const BeaconStateType = mainnetConfig.types.BeaconState;

License

Apache-2.0

Keywords

ethereum

FAQs

Package last updated on 18 Feb 2020

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