Really-amin commited on
Commit
d88d406
·
verified ·
1 Parent(s): bf73ceb

Upload .env.template

Browse files
Files changed (1) hide show
  1. .env.template +5 -0
.env.template ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # .env.template
2
+ # Copy to .env and edit if running locally.
3
+ BSC_RPC=https://bsc-dataseed.binance.org/
4
+ ETH_RPC=https://mainnet.infura.io/v3/YOUR_INFURA_KEY
5
+ # PRIVATE_KEY=0x... (DO NOT store private keys in repositories)