Skip to content

Commit

Permalink
add etherscan api url
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Feb 22, 2024
1 parent a47aaa6 commit 9ce23a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/utils/providers/EtherscanProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const EtherscanApiUrl: Record<string, string> = {
arbitrum: 'https://api.arbiscan.io',
'arbitrum-goerli': 'https://api-goerli.arbiscan.io',
'arbitrum-sepolia': 'https://api-sepolia.arbiscan.io',
optimism: 'https://api-optimistic.etherscan.io',
'optimism-sepolia': 'https://api-sepolia-optimistic.etherscan.io',
}

export class EtherscanProvider extends BaseProvider {
Expand Down

0 comments on commit 9ce23a2

Please sign in to comment.