contracts/.env.example

22 lines
915 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
# Entitlement registry deployment defaults (fixed 1000 USDC SKU pricing).
ENTITLEMENT_TREASURY_WALLET=0x0000000000000000000000000000000000000000
MEMBERSHIP_CONTRACT_ADDRESS=0x0000000000000000000000000000000000000000
PAYMENT_TOKEN_ADDRESS=0x036CbD53842c5426634e7929541eC2318f3dCf7e
OFFER_PRICE_ATOMIC=1000000000
# Optional: write entitlement deployment metadata JSON.
# ENTITLEMENT_DEPLOY_OUTPUT_PATH=./deploy/entitlement-deploy.sepolia.json