Skip to content

Commit

Permalink
chore: fix typos and add note for holesky testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlee42 authored Mar 15, 2024
1 parent d3ad694 commit d387195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit d387195

Please sign in to comment.