diff --git a/hardhat.config.ts b/hardhat.config.ts index 75bc2c9..cc67ecb 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -91,8 +91,8 @@ const config: HardhatUserConfig = { }, }, }, - // metis holesky is not a public testnet developers - // it's only for internal testing and chain state can be updated and rollbacked at any time + // metis holesky is not a public testnet for developers + // it's only for internal testing and chain state can be closed and rollbacked at any time "metis-holesky": { url: process.env.METIS_HOLESKY_RPC || "https://holesky.metisdevops.link", accounts: [process.env.HOLESKY_DEPLOYER_KEY as string],