-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
87 lines (63 loc) · 1.6 KB
/
Copy pathenv.example
File metadata and controls
87 lines (63 loc) · 1.6 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# =========================
# Deploy Configuration
# =========================
# Wallet and RPC
PRIVATE_KEY=
RPC_URL=
# Optional: Separate RPC URLs for multiple chains
CELO_RPC_URL=
CELO_SEPOLIA_RPC_URL=
# Chain IDs
CHAIN_ID=
CELO_CHAIN_ID=
CELO_SEPOLIA_CHAIN_ID=
# =========================
# Contract Addresses
# =========================
# Optional: Reuse already-deployed contracts
TOKEN_ADDRESS=
GLOBAL_PARAMS_ADDRESS=
TREASURY_FACTORY_ADDRESS=
CAMPAIGN_INFO_FACTORY_ADDRESS=
# =========================
# Protocol Parameters
# =========================
PROTOCOL_ADMIN_ADDRESS=
PROTOCOL_FEE_PERCENT=
# =========================
# Platform Parameters
# =========================
PLATFORM_NAME=
PLATFORM_ADMIN_ADDRESS=
PLATFORM_ADAPTER_ADDRESS= # Optional: Trusted forwarder address for ERC-2771 meta-transactions (adapter contract)
PLATFORM_FEE_PERCENT=
# =========================
# Token Setup
# =========================
# Only required if TOKEN needs to be pre-minted
TOKEN_MINT_AMOUNT=
TOKEN_NAME=""
TOKEN_SYMBOL=""
BACKER1_ADDRESS=
BACKER2_ADDRESS=
# =========================
# Simulation
# =========================
# Set to "true" or "false" only
SIMULATE=
# =========================
# Verification
# =========================
ETHERSCAN_API_KEY=
# =============================
# Time Related Constraints
# =============================
BUFFER_TIME=
CAMPAIGN_LAUNCH_BUFFER=
MINIMUM_CAMPAIGN_DURATION=
MAX_PAYMENT_EXPIRATION=
# =============================
# Currency + token matrix
# =============================
CURRENCIES=USD,EUR
TOKENS_PER_CURRENCY=0xUsdt...,0xUsdc...,0xDai...;0xEurt...,0xEurc...