Skip to content

Commit

Permalink
docs: improve .env example
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Feb 1, 2024
1 parent bd62677 commit b36aba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NETWORK_NAME="sepolia" # ["mainnet", "sepolia", "polygon", "polygonMumbai", "ba

# CONTRACTS

## Hex encoded private keys separated by a comma `,`a
## One or multiple hex encoded private keys separated by commas `,` replacing the hardhat default accounts.
PRIVATE_KEY="0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80" # Default hardhat account 0 private key. DON'T USE FOR DEPLOYMENTS

## Infura credentials
Expand Down

0 comments on commit b36aba2

Please sign in to comment.