Skip to content

Commit

Permalink
placeholder for mnemonic
Browse files Browse the repository at this point in the history
  • Loading branch information
peersky committed Oct 7, 2023
1 parent 686ce8e commit 51b1a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default {
anvil: {
url: process.env.ANVIL_RPC_URL ?? '',
accounts: {
mnemonic: process.env.ANVIL_MNEMONIC,
mnemonic: process.env.ANVIL_MNEMONIC ?? 'x',
},
},
},
Expand Down

0 comments on commit 51b1a62

Please sign in to comment.