ESLint fix

This commit is contained in:
Victor Baranov 2020-12-04 13:06:15 +03:00
parent 0316833826
commit 0ab3a5cd8e
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ const {
} = networkIDs
const blockScoutLink = (net, prefix) => `https://blockscout.com/${net}/${prefix}`
const etherscanLink = (prefix) => prefix === 'mainnet' ? `https://etherscan.io` : `https://${prefix}.etherscan.io`
const etherscanLink = (prefix) => prefix === 'mainnet' ? 'https://etherscan.io' : `https://${prefix}.etherscan.io`
const rskTestnetExplorerLink = 'https://explorer.testnet.rsk.co'
const explorerLink = (networkCode, net, prefix) => {

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "eth-net-props",
"version": "1.0.36",
"version": "1.0.37",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "eth-net-props",
"version": "1.0.36",
"version": "1.0.37",
"description": "Get properties of EMV-based network",
"main": "index.js",
"directories": {