Skip to content

Commit

Permalink
Remove custom chains that are in the package now
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Apr 15, 2024
1 parent b8033d0 commit 839931f
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,22 +98,6 @@ const config: HardhatUserConfig = {
browserURL: "https://sepolia.basescan.org",
},
},
{
network: "base",
chainId: 8453,
urls: {
apiURL: "https://api.basescan.org/api",
browserURL: "https://basescan.org",
},
},
{
network: "optimism",
chainId: 10,
urls: {
apiURL: "https://api-optimistic.etherscan.io/api",
browserURL: "https://optimistic.etherscan.io",
},
},
],
},
paths: {
Expand Down

0 comments on commit 839931f

Please sign in to comment.