Skip to content

Commit e9a2ded

Browse files
authored
Fix README to use Hardhat config vars instead of .env file (#203)
1 parent 16f9307 commit e9a2ded

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ ganache -s test
200200

201201
> The `-s test` passes a seed to the local chain and makes it deterministic
202202
203-
Make sure to set the mnemonic in your `.env` file to that of the instance running with Ganache.
203+
Make sure to set the mnemonic using `bunx hardhat vars set MNEMONIC` to that of the instance running with Ganache.
204204

205205
## License
206206

0 commit comments

Comments
 (0)