We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1876b92 commit fc2f177Copy full SHA for fc2f177
hardhat.config.ts
@@ -98,9 +98,6 @@ const config: HardhatUserConfig = {
98
// For hardhat environment we can fork the mainnet, so we need to point it
99
// to the contract artifacts.
100
hardhat: process.env.FORKING_URL ? ["./external/mainnet"] : [],
101
-
102
- // ropsten network in no longer supported and should not be used
103
- ropsten: [""],
104
goerli: ["./external/goerli"],
105
mainnet: ["./external/mainnet"],
106
},
0 commit comments