Skip to content

Commit

Permalink
fix: arbiscan API (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjlevesque committed Feb 14, 2022
1 parent c2fe1f9 commit 2449b71
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ export class MultichainExplorerApiProvider extends ethers.providers.EtherscanPro
case 'arbitrum-rinkeby':
return 'https://testnet.arbiscan.io/';
case 'arbitrum-one':
return 'https://arbiscan.io/';
return 'https://api.arbiscan.io';
default:
return super.getBaseUrl();
}
Expand Down

0 comments on commit 2449b71

Please sign in to comment.