-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env_origin
More file actions
27 lines (22 loc) · 1007 Bytes
/
.env_origin
File metadata and controls
27 lines (22 loc) · 1007 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
25
26
27
# Deployer/Owner Private Key (for contract deployment and owner operations)
PRIVATE_KEY=your_wallet_private_key
# Network Configuration
SEPOLIA_RPC_URL=your_rpc_url
MAINNET_RPC_URL=your_mainnet_rpc_url
ETHERSCAN_API_KEY=your_etherscan_api_key
HPP_SEPOLIA_RPC_URL=hpp_sepolia_rpc_url
HPP_MAINNET_RPC_URL=hpp_mainnet_rpc_url
# HPP Token Deployer Address
HPP_TOKEN_RECIPIENT=your_hpp_token_recipient_address
# HPP Network Explorer URLs (for contract verification)
HPP_SEPOLIA_EXPLORER_API_URL=https://sepolia-explorer.hpp.io/api
HPP_SEPOLIA_EXPLORER_URL=https://sepolia-explorer.hpp.io
HPP_MAINNET_EXPLORER_API_URL=https://explorer.hpp.io/api
HPP_MAINNET_EXPLORER_URL=https://explorer.hpp.io
# HPP Custody Staking Deployment
HPP_TOKEN_ADDRESS=your_hpp_token_address
CUSTODY_WALLET=your_custody_wallet_address
# HPP Vesting Deployment
VESTING_START_TIME=1764547200 # 2025-12-01 00:00:00 UTC (Unix timestamp in seconds)
VESTING_DURATION=63072000 # 730 days = 24 months (in seconds)
VESTING_NAME=AIP21