1.0.2 • Published 2 years ago

ethereum-lists v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Etherium Lists

Curated Ethereum Lists from Javascript Library

Usage

const explorer = new Explorer()

const allList = explorer.list()

// Sort the List by chainID
const sortedList = explorer.list({ sortBy: 'chainId' })

// Reverse Sorted
const reverseSortedList = explorer.list({ sortBy: '-chainId' })

// Search the chainlist by name
const searchList = explorer.search('eth')

console.log({ allList, sortedList, searchList })
1.0.2

2 years ago

1.0.1

2 years ago

0.0.1

2 years ago

1.0.0

2 years ago