README update

This commit is contained in:
vbaranov 2018-10-29 13:22:12 +03:00
parent 4540c22e86
commit 1bc3c048ea
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ const explorerUrlForTx = ethNetProps.explorerLinks.getExplorerTxLinkFor(txHash,
const faucetLinks = ethNetProps.faucetLinks(networkID)
//gets array of RPC edpoints
const faucetLinks = ethNetProps.RPCEndpoints(networkID)
const RPCEndpoints = ethNetProps.RPCEndpoints(networkID)
//gets network's display name
const networkDisplayName = ethNetProps.props.getNetworkDisplayName(networkID)