13 lines
472 B
Plaintext
13 lines
472 B
Plaintext
DEPLOYER_PRIVATE_KEY=0x...
|
|
BASE_SEPOLIA_RPC_URL=https://sepolia.base.org
|
|
BASE_MAINNET_RPC_URL=https://mainnet.base.org
|
|
|
|
TREASURY_WALLET=0x0000000000000000000000000000000000000000
|
|
|
|
# Base Sepolia USDC by default (override per network as needed).
|
|
MINT_CURRENCY_ADDRESS=0x036CbD53842c5426634e7929541eC2318f3dCf7e
|
|
MINT_AMOUNT_ATOMIC=100000000
|
|
|
|
# Optional: write deployment metadata JSON (address, tx hash, params).
|
|
# DEPLOY_OUTPUT_PATH=./deploy/membership-deploy.sepolia.json
|