Skip to content

Commit 79556f9

Browse files
committed
edit the urls of arbiscan
1 parent 42807da commit 79556f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/bundle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ const OTHER_API_URL_MAP = {
283283
kovan: 'https://api-kovan.etherscan.io',
284284
rinkeby: 'https://api-rinkeby.etherscan.io',
285285
homestead: 'https://api.etherscan.io',
286-
arbitrum: 'https://arbiscan.io',
287-
arbitrum_rinkeby: 'https://testnet.arbiscan.io'
286+
arbitrum: 'https://api.arbiscan.io',
287+
arbitrum_rinkeby: 'https://api-testnet.arbiscan.io'
288288
};
289289

290290
module.exports = function(chain, timeout) {

lib/get-request.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ const OTHER_API_URL_MAP = {
1919
kovan: 'https://api-kovan.etherscan.io',
2020
rinkeby: 'https://api-rinkeby.etherscan.io',
2121
homestead: 'https://api.etherscan.io',
22-
arbitrum: 'https://arbiscan.io',
23-
arbitrum_rinkeby: 'https://testnet.arbiscan.io'
22+
arbitrum: 'https://api.arbiscan.io',
23+
arbitrum_rinkeby: 'https://api-testnet.arbiscan.io'
2424
};
2525

2626
module.exports = function(chain, timeout) {

0 commit comments

Comments
 (0)