Skip to content

Commit af47c24

Browse files
committed
Add possibillity to set up livenet via 'homestead' parameter
1 parent cf10d47 commit af47c24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/init.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ const MAIN_API_URL = 'https://api.etherscan.io';
66
const TESTNET_API_URL_MAP = {
77
ropsten: 'http://api-ropsten.etherscan.io',
88
kovan: 'http://api-kovan.etherscan.io',
9-
rinkeby: 'https://api-rinkeby.etherscan.io'
9+
rinkeby: 'https://api-rinkeby.etherscan.io',
10+
homestead: 'https://api.etherscan.io'
1011
};
1112

1213
/**

0 commit comments

Comments
 (0)