julien/lovepublic Fork 0
5376202c13fb4103a21f603fecc7fd40680b607b
Commits
Clone
git clone https://git.rickub.com/julien/love.git
git clone ssh://git@rickub.com/julien/love.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

.env.example · 12 lines · 365 BBash Blame HistoryRaw
document setup b1c9b0d julienbrg 10h ago1# RPC endpoints
2BASE_SEPOLIA_RPC_URL=https://sepolia.base.org
3
add weth peg tests and docs 5376202 julienbrg 8h ago4# wETH the token is pegged to — defaults to the OP-Stack address below
5WETH=0x4200000000000000000000000000000000000006
6
document setup b1c9b0d julienbrg 10h ago7# Block explorer verification
8ETHERSCAN_API_KEY=
9
10# Deployer — prefer `cast wallet` keystore over a raw key
11# cast wallet import deployer --interactive
12DEPLOYER_ACCOUNT=deployer