Skip to content

Commit fc2f177

Browse files
committed
removing ropsten deployments dir aritifact
1 parent 1876b92 commit fc2f177

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hardhat.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ const config: HardhatUserConfig = {
9898
// For hardhat environment we can fork the mainnet, so we need to point it
9999
// to the contract artifacts.
100100
hardhat: process.env.FORKING_URL ? ["./external/mainnet"] : [],
101-
102-
// ropsten network in no longer supported and should not be used
103-
ropsten: [""],
104101
goerli: ["./external/goerli"],
105102
mainnet: ["./external/mainnet"],
106103
},

0 commit comments

Comments
 (0)