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 fc720a3 commit 6c5fbdfCopy full SHA for 6c5fbdf
lib/init.js
@@ -4,9 +4,9 @@ const querystring = require('querystring');
4
5
const MAIN_API_URL = 'https://api.etherscan.io';
6
const TESTNET_API_URL_MAP = {
7
- ropsten: 'https://ropsten.etherscan.io',
8
- kovan: 'https://kovan.etherscan.io',
9
- rinkeby: 'https://rinkeby.etherscan.io'
+ ropsten: 'http://api-ropsten.etherscan.io',
+ kovan: 'http://api-kovan.etherscan.io',
+ rinkeby: 'https://api-rinkeby.etherscan.io'
10
};
11
12
/**
0 commit comments