-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (16 loc) · 1.04 KB
/
.env.example
File metadata and controls
22 lines (16 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ── LinkGate Environment Variables ────────────────────────────────────────────
# Copy this file to .env and fill in the values before deploying.
# Deployer private key (no 0x prefix!)
PRIVATE_KEY=your_private_key_here
# Base Sepolia RPC (e.g. from Alchemy or Infura)
BASE_SEPOLIA_RPC=https://base-sepolia.g.alchemy.com/v2/YOUR_KEY
# The wallet address that will act as the CRE Orchestrator
# (in production this is a Chainlink CRE-managed address)
ORCHESTRATOR_ADDRESS=0xYourOrchestratorAddress
# USDC on Base Sepolia (official Coinbase-deployed address)
USDC_ADDRESS=0x036CbD53842c5426634e7929541eC2318f3dCF7e
# Basescan API key (for --verify flag during deployment)
ETHERSCAN_API_KEY=your_basescan_api_key_here
# ── For local simulation scripts only ─────────────────────────────────────────
# Used by simulate_payment.js
RPC_URL=https://base-sepolia.g.alchemy.com/v2/YOUR_KEY