| document setup | 1 | # RPC endpoints |
| 2 | BASE_SEPOLIA_RPC_URL=https://sepolia.base.org | |
| 3 | ||
| Merge 3-peg-love-to-weth into main | 4 | # wETH the token is pegged to — defaults to the OP-Stack address below |
| 5 | WETH=0x4200000000000000000000000000000000000006 | |
| 6 | ||
| document setup | 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 |