Files
solace-bg-dubai/contracts/.env.example
defiQUG a03417be98
All checks were successful
CI / lint-and-test (push) Successful in 9m52s
chore: consolidate local WIP (repo cleanup 20260707)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 09:41:38 -07:00

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.211: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