-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
18 lines (14 loc) · 793 Bytes
/
env.example
File metadata and controls
18 lines (14 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Network RPC URLs
SEPOLIA_RPC_URL=https://eth-sepolia.g.alchemy.com/v2/3HstPZZtpAqbA85FoT6Kq
MAINNET_RPC_URL=https://eth-mainnet.g.alchemy.com/v2/your-api-key
# Private Keys (NEVER commit real private keys)
PRIVATE_KEY=0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef
ADMIN_PRIVATE_KEY=0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef
USER_PRIVATE_KEY=0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef
# Etherscan API Key for contract verification
ETHERSCAN_API_KEY=your-etherscan-api-key
# Contract Addresses (will be set after deployment)
BANK_CONTRACT_ADDRESS=0x0000000000000000000000000000000000000000
# Interaction Parameters
DEPOSIT_AMOUNT=1000000000000000000 # 1 ETH in wei
WITHDRAW_AMOUNT=500000000000000000 # 0.5 ETH in wei