@litentry/chaindata
v0.3.0
Published
This library contains information about the available networks at Litentry, including its testnets.
Downloads
1,007
Maintainers
Keywords
Readme
@litentry/chaindata
This library contains information about the available networks at Litentry, including its testnets.
Installation
Install from NPM
npm install @litentry/chaindata
Explore
import { all, byId } from '@litentry/chaindata`; console.log(all); console.log(`Litentry's production RPC URL is: ${byId['litentry-prod'].rpcs[0].url}`);