mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
16 lines
483 B
Bash
16 lines
483 B
Bash
# Sonr EVM Configuration
|
|
# Local development (uses localchain_9000-1)
|
|
SONR_RPC_URL=http://localhost:8545
|
|
|
|
# Testnet (when available, uses sonr-testnet-1)
|
|
SONR_TESTNET_RPC_URL=http://localhost:8545
|
|
|
|
# Private key for deployment (DO NOT COMMIT REAL KEYS)
|
|
PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
|
|
|
|
# Block explorer API key for contract verification
|
|
ETHERSCAN_API_KEY=
|
|
|
|
# Alchemy API key (optional, for Ethereum testnet comparison)
|
|
ALCHEMY_API_KEY=
|