forked from ClankerNation/OpenAgents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 687 Bytes
/
.env.example
File metadata and controls
24 lines (19 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# RPC endpoints
MAINNET_RPC_URL=https://eth-mainnet.g.alchemy.com/v2/YOUR_ALCHEMY_KEY
GOERLI_RPC_URL=https://eth-goerli.g.alchemy.com/v2/YOUR_ALCHEMY_KEY
SEPOLIA_RPC_URL=https://eth-sepolia.g.alchemy.com/v2/YOUR_ALCHEMY_KEY
# Block explorer API keys
ETHERSCAN_API_KEY=YOUR_ETHERSCAN_API_KEY
POLYGONSCAN_API_KEY=YOUR_POLYGONSCAN_API_KEY
# Deployer wallet
DEPLOYER_PRIVATE_KEY=0x0000000000000000000000000000000000000000000000000000000000000000
# Contract addresses (populated after deployment)
STAKING_TOKEN_ADDRESS=
REWARD_TOKEN_ADDRESS=
STAKING_REWARDS_ADDRESS=
# Oracle configuration
ORACLE_UPDATE_INTERVAL=3600
PRICE_FEED_ADDRESS=
# Gas settings
GAS_PRICE_GWEI=
GAS_LIMIT=8000000