1.0.6 • Published 4 years ago

fizen-evm-networks v1.0.6

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

fizen-evm-networks

This library support EVM networks, it will auto fetch the rpcs every 5 seconds and response the latency & height. User can use this information to find the fastest rpc of the chain

How to use?

const chainIds = [80001, 1, 56, 97]
const evmNetworks = new FizenEvmNetworks(chainIds);
const rpc = evmNetworks.getLowestLatencyChain(1);
1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago