Skip to content

Commit

Permalink
Use set mnemonic for localhost network (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazim-j committed Mar 27, 2024
1 parent e471b02 commit ada7268
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 @@ -104,6 +104,9 @@ const config: HardhatUserConfig = {
},
localhost: {
saveDeployments: false,
accounts: {
mnemonic,
},
},
mainnet: getChainConfig(process.env.ETHEREUM_RPC),
sepolia: getChainConfig(process.env.SEPOLIA_RPC),
Expand Down

0 comments on commit ada7268

Please sign in to comment.