Fix network settings Kovan block explorer link (#10117)

feature/default_network_editable
ivigamberdiev 4 years ago committed by GitHub
parent c42087d044
commit 869124c4c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/app/pages/settings/networks-tab/networks-tab.constants.js

@ -55,7 +55,7 @@ const defaultNetworksData = [
rpcUrl: `https://kovan.infura.io/v3/${process.env.INFURA_PROJECT_ID}`,
chainId: KOVAN_CHAIN_ID,
ticker: 'ETH',
blockExplorerUrl: 'https://etherscan.io',
blockExplorerUrl: 'https://kovan.etherscan.io',
},
]

Loading…
Cancel
Save