We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a344af4 + c13d87b commit 7c73bd8Copy full SHA for 7c73bd8
lib/pick-chain-url.js
@@ -3,6 +3,8 @@ const OTHER_API_URL_MAP = {
3
ropsten: 'https://api-ropsten.etherscan.io',
4
kovan: 'https://api-kovan.etherscan.io',
5
rinkeby: 'https://api-rinkeby.etherscan.io',
6
+ goerli: 'https://api-goerli.etherscan.io',
7
+ sepolia: 'https://api-sepolia.etherscan.io',
8
homestead: 'https://api.etherscan.io',
9
arbitrum: 'https://api.arbiscan.io',
10
arbitrum_rinkeby: 'https://api-testnet.arbiscan.io',
@@ -23,4 +25,4 @@ function pickChainUrl(chain) {
23
25
}
24
26
27
- module.exports = pickChainUrl;
28
+ module.exports = pickChainUrl;
0 commit comments