Skip to content
This repository was archived by the owner on Dec 26, 2024. It is now read-only.

Commit 91ad9fb

Browse files
authored
Update get-request.js
1 parent 0385819 commit 91ad9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/get-request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function pickChainUrl(chain) {
1313
}
1414

1515

16-
const MAIN_API_URL = 'https://api-cn.etherscan.io';
16+
const MAIN_API_URL = 'https://api-cn.etherscan.com';
1717
const TESTNET_API_URL_MAP = {
1818
ropsten: 'https://api-ropsten.etherscan.io',
1919
kovan: 'https://api-kovan.etherscan.io',

0 commit comments

Comments
 (0)