Skip to content

Commit

Permalink
chore: add more config settings to the .env.example file
Browse files Browse the repository at this point in the history
  • Loading branch information
petejkim committed Apr 5, 2022
1 parent d7a1e9e commit bd5cec8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
INFURA_API_KEY=zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
MNEMONIC=here is where your twelve words mnemonic should be put my friend
MNEMONIC="put your mnemonic recovery phrase here"
ETHERSCAN_API_KEY="enter your etherscan api key"
PRIVATE_KEY="enter a loose private key if you prefer to use that instead of the mnemonic"

0 comments on commit bd5cec8

Please sign in to comment.