From 8e3f7d228338a62469e7142d049ffa852ad5e316 Mon Sep 17 00:00:00 2001 From: Surya Prakash Date: Wed, 28 Jan 2026 16:30:04 +0000 Subject: [PATCH] docs: add explanatory comments and links to .env configuration --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 729c1d82..4793ab27 100644 --- a/README.md +++ b/README.md @@ -69,15 +69,20 @@ git submodule update --init --recursive Copy the `.env.example` file into `.env` and fill the necessary fields: ``` +# Wallet mnemonic (seed phrase) for deployment/testing MNEMONIC= + +# RPC Endpoints (Get these from providers like Alchemy, Infura, or QuickNode) POLYGON_RPC_URL= MUMBAI_RPC_URL= KOVAN_RPC_URL= ROPSTEN_RPC_URL= MAINNET_RPC_URL= -BLOCK_EXPLORER_KEY= -TENDERLY_PROJECT= -TENDERLY_USERNAME= + +# Verification & Debugging +BLOCK_EXPLORER_KEY= # API Key from PolygonScan or Etherscan +TENDERLY_PROJECT= # Your project slug from https://dashboard.tenderly.co/ +TENDERLY_USERNAME= # Your Tenderly username TENDERLY_FORK_ID= TENDERLY_HEAD_ID=