From 839931f8ab53b4175c9552ab4e9b5f1331e91f7c Mon Sep 17 00:00:00 2001 From: Adam Gall Date: Sun, 14 Apr 2024 22:49:49 -0400 Subject: [PATCH] Remove custom chains that are in the package now --- hardhat.config.ts | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 3e8900af..24164aec 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -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: {