1
2
3
4
5
6
7
8
9
10
11
12
|
# RPC endpoints
BASE_SEPOLIA_RPC_URL=https://sepolia.base.org
# wETH the token is pegged to — defaults to the OP-Stack address below
WETH=0x4200000000000000000000000000000000000006
# Block explorer verification
ETHERSCAN_API_KEY=
# Deployer — prefer `cast wallet` keystore over a raw key
# cast wallet import deployer --interactive
DEPLOYER_ACCOUNT=deployer
|