Files
solace-bg-dubai/contracts/.env.example
defiQUG c94eb595f8
Some checks failed
CI / lint-and-test (push) Has been cancelled
Initial commit: add .gitignore and README
2026-02-09 21:51:53 -08: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.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