1.0.41 • Published 2 years ago

eth-net-props v1.0.41

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

eth-net-props

Build Status Known Vulnerabilities Coverage Status

Get properties of EVM compatible networks

Example of usage:

const ethNetProps = require('eth-net-props')

const addr = '0x02c6A1Fb7F074fF168Da43307EC8c39c6b88Fd01'
const networkID = 99

//gets explorer's link to account
const explorerUrlForAccount = ethNetProps.explorerLinks.getExplorerAccountLinkFor(addr, networkID)

//gets explorer's link to token
const tokenAddr = '0xcf2AEDCfb4ff2c9020fb61c41226A4DfD77D12dE'
const explorerUrlForToken = ethNetProps.explorerLinks.getExplorerTokenLinkFor(tokenAddr, addr, networkID)

//gets explorer's link to tx
const txHash = '0x793388b1aec9a40027d7b356db6bae040edc67459e3d9569bdc78435182c6703'
const explorerUrlForTx = ethNetProps.explorerLinks.getExplorerTxLinkFor(txHash, networkID)

//gets array of faucets' links
const faucetLinks = ethNetProps.faucetLinks(networkID)

//gets array of RPC edpoints
const RPCEndpoints = ethNetProps.RPCEndpoints(networkID)

//gets network's display name
const networkDisplayName = ethNetProps.props.getNetworkDisplayName(networkID)

//check, if chain is a testnet
const isTestnet = ethNetProps.props.isTestnet(networkID)
1.0.41

2 years ago

1.0.40

3 years ago

1.0.39

3 years ago

1.0.38

3 years ago

1.0.37

3 years ago

1.0.36

4 years ago

1.0.35

4 years ago

1.0.34

4 years ago

1.0.33

4 years ago

1.0.32

4 years ago

1.0.31

4 years ago

1.0.30

4 years ago

1.0.29

4 years ago

1.0.28

4 years ago

1.0.27

4 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.24

5 years ago

1.0.23

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago