From 5e43708312946a3f0b041e25f1dbd406641fcfe6 Mon Sep 17 00:00:00 2001 From: Shiv Bhonde Date: Tue, 25 Jun 2024 16:30:58 +0530 Subject: [PATCH] update .env.example --- packages/foundry/.env.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/foundry/.env.example b/packages/foundry/.env.example index 0a1df8c89..d7cc3d506 100644 --- a/packages/foundry/.env.example +++ b/packages/foundry/.env.example @@ -5,10 +5,10 @@ # We provide default values so developers can start prototyping out of the box, # but we recommend getting your own API Keys for Production Apps. -# DEPLOYER_PRIVATE_KEY is used while deploying contract, while deploying contract. -# On anvil chain the value of it can be empty and we will use the prefunded account +# DEPLOYER_PRIVATE_KEY is used while deploying contract. +# On anvil chain the value of it can be empty since we use the prefunded account # which comes with anvil chain to deploy contract. -# NOTE: You don't need to manually change the value of DEPLOYER_PRIVATE_KEY manually, it should +# NOTE: You don't need to manually change the value of DEPLOYER_PRIVATE_KEY, it should # be auto filled when run `yarn generate`. # Although `.env` is ignored by git, it's still important that you don't paste your # actual account private key and use the generated one.