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 438b3b0 commit 78aa060Copy full SHA for 78aa060
dist/bundle.js
@@ -12,7 +12,7 @@ var restify = require('restify');
12
const querystring = require('querystring');
13
14
const url = 'https://api.etherscan.io/api';
15
-const testUrl = 'testnet.etherscan.io';
+const testUrl = 'https://testnet.etherscan.io/api';
16
17
18
/**
lib/init.js
@@ -3,7 +3,7 @@ var restify = require('restify');
3
4
5
6
7
8
9
0 commit comments