Skip to content

Commit d1da252

Browse files
committed
Add .env.example for environment variable configuration
1 parent af8e182 commit d1da252

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.env.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Environment variables for Monad deployment and verification scripts
2+
3+
# Private key for deploying contracts (without 0x prefix or with it)
4+
PRIVATE_KEY=your_private_key_here
5+
6+
# Etherscan API key for contract verification
7+
ETHERSCAN_API_KEY=your_etherscan_api_key_here

0 commit comments

Comments
 (0)