0.1.1 • Published 1 year ago

eth-based-networks v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ETH Based Networks

About

ETH Based networks library.

Installation

npm i eth-based-networks

Usage

const networks = require('eth-based-networks');
// Or
import networks from 'eth-based-networks'

// Mainnets
const mainnets = networks.mainnets;

// Testnets
const testnets = networks.testnets;