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.
1 parent cf10d47 commit af47c24Copy full SHA for af47c24
lib/init.js
@@ -6,7 +6,8 @@ const MAIN_API_URL = 'https://api.etherscan.io';
6
const TESTNET_API_URL_MAP = {
7
ropsten: 'http://api-ropsten.etherscan.io',
8
kovan: 'http://api-kovan.etherscan.io',
9
- rinkeby: 'https://api-rinkeby.etherscan.io'
+ rinkeby: 'https://api-rinkeby.etherscan.io',
10
+ homestead: 'https://api.etherscan.io'
11
};
12
13
/**
0 commit comments