Skip to content

Commit

Permalink
Update .env.template
Browse files Browse the repository at this point in the history
  • Loading branch information
neodaoist committed Jan 14, 2023
1 parent 68226a7 commit b16b8fa
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .env.template
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Chain-specific
RPC_URL="XYZ"
GOERLI_RPC_URL="XYZ"
SEPOLIA_RPC_URL="XYZ"
PRIVATE_KEY="XYZ"
ETHERSCAN_API_KEY="XYZ"
# RPC Nodes
MAINNET_RPC_URL=""
GOERLI_RPC_URL=""
ARBITRUM_RPC_URL=""
ARBITRUM_GOERLI_RPC_URL=""

# Project
FEE_TO="XYZ"
# FeeTo Address
FEE_TO=""

# Credentials
PRIVATE_KEY=""
ETHERSCAN_API_KEY=""
ARBISCAN_API_KEY=""

# Salts
SALT_GENERATOR=""
SALT_ENGINE=""

0 comments on commit b16b8fa

Please sign in to comment.