13 lines
525 B
Plaintext
13 lines
525 B
Plaintext
# Network RPC URLs
|
|
SEPOLIA_RPC_URL=https://eth-sepolia.g.alchemy.com/v2/your_api_key
|
|
MAINNET_RPC_URL=https://eth-mainnet.g.alchemy.com/v2/your_api_key
|
|
CHAIN138_RPC_URL=http://192.168.11.250:8545
|
|
|
|
# Private key for deployments (NEVER commit this)
|
|
# Use a test account private key with sufficient balance on Chain 138
|
|
# DO NOT use your main wallet private key
|
|
PRIVATE_KEY=0x0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
# Etherscan API Key for contract verification
|
|
ETHERSCAN_API_KEY=your_etherscan_api_key
|