12 lines
480 B
Bash
12 lines
480 B
Bash
# Copy this file to .env for local-only public configuration.
|
|
# Terminal RPC may be credentialed; never copied into browser artifacts.
|
|
BASE_SEPOLIA_RPC_URL=
|
|
# Browser RPC is intentionally public and visible to browser users.
|
|
BASE_SEPOLIA_PUBLIC_RPC_URL=https://sepolia.base.org
|
|
BASE_SEPOLIA_ACCOUNT=
|
|
BASE_SEPOLIA_SENDER=
|
|
BASE_SEPOLIA_RECIPIENT=
|
|
|
|
# Foundry prompts interactively for the named keystore password. Never store a
|
|
# signing key, mnemonic, or keystore password in .env.
|