File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -283,8 +283,8 @@ const OTHER_API_URL_MAP = {
283
283
kovan : 'https://api-kovan.etherscan.io' ,
284
284
rinkeby : 'https://api-rinkeby.etherscan.io' ,
285
285
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'
288
288
} ;
289
289
290
290
module . exports = function ( chain , timeout ) {
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ const OTHER_API_URL_MAP = {
19
19
kovan : 'https://api-kovan.etherscan.io' ,
20
20
rinkeby : 'https://api-rinkeby.etherscan.io' ,
21
21
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'
24
24
} ;
25
25
26
26
module . exports = function ( chain , timeout ) {
You can’t perform that action at this time.
0 commit comments