Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KuphJr committed Aug 31, 2024
1 parent cdd6e66 commit 69a0f6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,14 @@ module.exports = {
avalanche: networks.avalanche.verifyApiKey,
polygon: networks.polygon.verifyApiKey,
sepolia: networks.ethereumSepolia.verifyApiKey,
polygonMumbai: networks.polygonMumbai.verifyApiKey,
polygonAmoy: networks.polygonAmoy.verifyApiKey,
avalancheFujiTestnet: networks.avalancheFuji.verifyApiKey,
arbitrum: networks.arbitrum.verifyApiKey,
arbitrumSepolia: networks.arbitrumSepolia.verifyApiKey,
baseSepolia: networks.baseSepolia.verifyApiKey,
optimismSepolia: networks.optimismSepolia.verifyApiKey,
base: networks.base.verifyApiKey,
optimism: networks.optimism.verify,
optimism: networks.optimism.verifyApiKey,
},
customChains: [
{
Expand Down
1 change: 0 additions & 1 deletion tasks/utils/network.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const BASE_URLS = {
1: "https://etherscan.io/",
137: "https://polygonscan.com/",
43114: "https://snowtrace.io/",
80001: "https://mumbai.polygonscan.com/",
80002: "https://api-amoy.polygonscan.com/api",
11155111: "https://sepolia.etherscan.io/",
43113: "https://testnet.snowtrace.io/",
Expand Down

0 comments on commit 69a0f6d

Please sign in to comment.