Skip to content

Commit

Permalink
add missing sepolia etherscan url
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Jun 4, 2024
1 parent 29900ee commit 1d08b13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/utils/providers/EtherscanProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { FetchRequest } from 'ethers'
import { HardhatConfig } from 'hardhat/types'

const EtherscanApiUrl: Record<string, string> = {
sepolia: 'https://api-sepolia.etherscan.io',
xdai: 'https://api.gnosisscan.io',
arbitrum: 'https://api.arbiscan.io',
'arbitrum-goerli': 'https://api-goerli.arbiscan.io',
Expand Down

0 comments on commit 1d08b13

Please sign in to comment.