Skip to content

Commit

Permalink
remove extra addy text
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCardinalError committed Oct 31, 2024
1 parent 71c7776 commit e60d836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,15 @@ const config: HardhatUserConfig = {
chainId: 11155111,
urls: {
apiURL: 'https://api-sepolia.etherscan.io/api',
browserURL: 'https://sepolia.etherscan.io/address/',
browserURL: 'https://sepolia.etherscan.io/',
},
},
{
network: 'testnetlight',
chainId: 11155111,
urls: {
apiURL: 'https://api-sepolia.etherscan.io/api',
browserURL: 'https://sepolia.etherscan.io/address/',
browserURL: 'https://sepolia.etherscan.io/',
},
},
{
Expand Down

0 comments on commit e60d836

Please sign in to comment.