| document setup | 1 | # RPC endpoints |
| 2 | MAINNET_RPC_URL= | |
| 3 | SEPOLIA_RPC_URL= | |
| 4 | BASE_RPC_URL=https://mainnet.base.org | |
| 5 | BASE_SEPOLIA_RPC_URL=https://sepolia.base.org | |
| 6 | ||
| 7 | # Block explorer verification | |
| 8 | ETHERSCAN_API_KEY= | |
| 9 | ||
| 10 | # Deployer — prefer `cast wallet` keystore over a raw key | |
| 11 | # cast wallet import deployer --interactive | |
| 12 | DEPLOYER_ACCOUNT=deployer |