Skip to content

Commit 78aa060

Browse files
committed
minor bug fixes
1 parent 438b3b0 commit 78aa060

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var restify = require('restify');
1212
const querystring = require('querystring');
1313

1414
const url = 'https://api.etherscan.io/api';
15-
const testUrl = 'testnet.etherscan.io';
15+
const testUrl = 'https://testnet.etherscan.io/api';
1616

1717

1818
/**

lib/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var restify = require('restify');
33
const querystring = require('querystring');
44

55
const url = 'https://api.etherscan.io/api';
6-
const testUrl = 'testnet.etherscan.io';
6+
const testUrl = 'https://testnet.etherscan.io/api';
77

88

99
/**

0 commit comments

Comments
 (0)