Skip to content

Commit

Permalink
add dev network
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed Oct 9, 2023
1 parent ff76f2c commit 2b08762
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ const config: HardhatUserConfig = {
},

localhost: createTestnetConfig("localhost", "http://localhost:8545"),
// dev is still a local chain but it's based on our dev environment
// with hardcoded deterministic addresses for deployed contracts
dev: createTestnetConfig("dev", "http://localhost:8545"),
hardhat: {
forking: {
url: `${process.env.FORK_RPC_URL}`,
Expand Down

0 comments on commit 2b08762

Please sign in to comment.