-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (24 loc) · 1.85 KB
/
Copy path.env.example
File metadata and controls
30 lines (24 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copy to .env: cp .env.example .env
# ── Testnet RPC URLs (can use public or Alchemy/Infura) ──────────────────────
UNICHAIN_SEPOLIA_RPC_URL=https://sepolia.unichain.org
#BASE_SEPOLIA_RPC_URL=https://base-sepolia.g.alchemy.com/v2/YOUR_ALCHEMY_KEY
ARBITRUM_SEPOLIA_RPC_URL=https://sepolia-rollup.arbitrum.io/rpc
# Or with Alchemy: ARBITRUM_SEPOLIA_RPC_URL=https://arb-sepolia.g.alchemy.com/v2/YOUR_KEY
SEPOLIA_RPC_URL=https://rpc.sepolia.org
# ── Deployer private key (testnet only — never put real funds here) ────────────
PRIVATE_KEY=0xYOUR_TESTNET_PRIVATE_KEY
# ── Block explorer API keys (for --verify) ────────────────────────────────────
ETHERSCAN_API_KEY=YOUR_ETHERSCAN_KEY
BASESCAN_API_KEY=YOUR_BASESCAN_KEY
ARBISCAN_API_KEY=YOUR_ARBISCAN_KEY
UNISCAN_API_KEY=YOUR_UNISCAN_KEY
# ── Testnet faucets ───────────────────────────────────────────────────────────
# Unichain Sepolia: https://faucet.unichain.org
# Base Sepolia: https://faucet.quicknode.com/base/sepolia
# Arbitrum Sepolia: https://faucet.arbitrum.io
# Ethereum Sepolia: https://sepoliafaucet.com
# ── Subgraph (The Graph) ────────────────────────────────────────────────────────
# Update after deploying a new version: graph deploy intent-lp-hook --version-label v0.0.x
SUBGRAPH_URL=https://api.studio.thegraph.com/query/1754861/intent-lp-hook/v0.0.1
# ── Verify everything is ready before deploying ────────────────────────────────
# make deploy-check