Skip to content

Commit 7c73bd8

Browse files
authored
Merge pull request sebs#113 from carletex/patch-1
Add Goerli and Sepolia to the API URL list
2 parents a344af4 + c13d87b commit 7c73bd8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/pick-chain-url.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ const OTHER_API_URL_MAP = {
33
ropsten: 'https://api-ropsten.etherscan.io',
44
kovan: 'https://api-kovan.etherscan.io',
55
rinkeby: 'https://api-rinkeby.etherscan.io',
6+
goerli: 'https://api-goerli.etherscan.io',
7+
sepolia: 'https://api-sepolia.etherscan.io',
68
homestead: 'https://api.etherscan.io',
79
arbitrum: 'https://api.arbiscan.io',
810
arbitrum_rinkeby: 'https://api-testnet.arbiscan.io',
@@ -23,4 +25,4 @@ function pickChainUrl(chain) {
2325
}
2426

2527

26-
module.exports = pickChainUrl;
28+
module.exports = pickChainUrl;

0 commit comments

Comments
 (0)