@@ -35,16 +35,6 @@ NEXTAUTH_URL="https://<project_id>.vercel.app"
35
35
# NETWORK CONFIGURATION
36
36
# ---------------------
37
37
38
- # Must be one of: ethereum, optimism, optimismSepolia, arbitrum, linea, sepolia, baseGoerli
39
- # Supported networks found here: https://docs.attest.sh/docs/quick--start/contracts
40
- # NEXT_PUBLIC_CHAIN_NAME=optimism
41
- NEXT_PUBLIC_CHAIN_NAME = optimismSepolia
42
-
43
- # EAS GraphQL API URL
44
- # Find the URLs here: https://docs.attest.sh/docs/developer-tools/api
45
- NEXT_PUBLIC_EASSCAN_URL = https://optimism-sepolia.easscan.org/graphql
46
- # NEXT_PUBLIC_EASSCAN_URL=https://optimism.easscan.org/graphql
47
-
48
38
# Optional but highly recommended
49
39
# Get your key at: https://dashboard.alchemy.com
50
40
NEXT_PUBLIC_ALCHEMY_ID =
@@ -65,60 +55,33 @@ NEXT_PUBLIC_WALLETCONNECT_ID=
65
55
# What the message will say when you sign in with the wallet
66
56
NEXT_PUBLIC_SIGN_STATEMENT = " Sign in to EasyRetroPGF"
67
57
68
- # Unique identifier for your applications and lists - your app will group attestations by this id
69
- NEXT_PUBLIC_ROUND_ID = " open-rpgf-1"
70
-
71
- # Name of the token you want to allocate (only updates UI)
72
- NEXT_PUBLIC_TOKEN_NAME = " OP"
73
-
74
- # How many votes each ballot can hold
75
- NEXT_PUBLIC_MAX_VOTES_TOTAL = 30000000
76
- # How many votes each project can receive
77
- NEXT_PUBLIC_MAX_VOTES_PROJECT = 5000000
78
-
79
- # Voting periods
80
- # Determine when users can register applications, admins review them, voters vote, and results are published
81
- NEXT_PUBLIC_START_DATE = 2024-01-01T00:00:00.000Z
82
- NEXT_PUBLIC_REGISTRATION_END_DATE = 2024-01-01T00:00:00.000Z
83
- NEXT_PUBLIC_REVIEW_END_DATE = 2024-01-01T00:00:00.000Z
84
- NEXT_PUBLIC_VOTING_END_DATE = 2024-01-01T00:00:00.000Z
85
- NEXT_PUBLIC_RESULTS_DATE = 2024-01-01T00:00:00.000Z
86
-
87
58
# Collect user feedback. Is shown as a link when user has voted
88
- NEXT_PUBLIC_FEEDBACK_URL = https://github.com/gitcoinco/easy-retro-pgf/issues/new?title=Feedback
89
-
90
- # Comma-separated list of addresses that will approve applications and voters
91
- # (leaving empty means anyone can do this)
92
- NEXT_PUBLIC_ADMIN_ADDRESSES =
59
+ NEXT_PUBLIC_FEEDBACK_URL = https://github.com/gitcoinco/easy-rpgf-hosted/issues/new?title=Feedback
93
60
94
61
95
62
# -----------------
96
63
# EAS CONFIGURATION
97
64
# -----------------
98
65
99
- # Set to true to let anyone vote without an approval attestation
100
- NEXT_PUBLIC_SKIP_APPROVED_VOTER_CHECK = false
101
-
102
66
# Schema for approved applications and voters
103
67
# (optional)
104
- NEXT_PUBLIC_APPROVAL_SCHEMA = 0x858e0bc94997c072d762d90440966759b57c8bca892d4c9447d2eeb205f14c69
68
+ NEXT_PUBLIC_APPROVAL_SCHEMA = " 0x858e0bc94997c072d762d90440966759b57c8bca892d4c9447d2eeb205f14c69"
105
69
106
70
# Schema for storing metadata refs (projects, lists, profiles, ...)
107
71
# (optional)
108
- NEXT_PUBLIC_METADATA_SCHEMA = 0xd00c966351896bd3dc37d22017bf1ef23165f859d7546a2aba12a01623dec912
72
+ NEXT_PUBLIC_METADATA_SCHEMA = " 0xd00c966351896bd3dc37d22017bf1ef23165f859d7546a2aba12a01623dec912"
109
73
110
74
# Used when creating attestations - change these if you're not on Optimism
111
75
# More info here: https://docs.attest.sh/docs/quick--start/contracts
112
- NEXT_PUBLIC_EAS_CONTRACT_ADDRESS = 0x4200000000000000000000000000000000000021
113
- NEXT_PUBLIC_EAS_SCHEMA_REGISTRY_ADDRESS = 0x4200000000000000000000000000000000000020
76
+ NEXT_PUBLIC_EAS_CONTRACT_ADDRESS = " 0x4200000000000000000000000000000000000021"
77
+ NEXT_PUBLIC_EAS_SCHEMA_REGISTRY_ADDRESS = " 0x4200000000000000000000000000000000000020"
114
78
115
79
116
80
# -------------------
117
81
# Allo2 Configuration
118
82
# -------------------
119
83
NEXT_PUBLIC_ALLO2_ADDRESS = " 0x1133eA7Af70876e64665ecD07C0A0476d09465a1"
120
84
NEXT_PUBLIC_STRATEGY_ADDRESS = " 0xa3c5a2ea8ca2060e00761069b23da5171146a747"
121
- NEXT_PUBLIC_TOKEN_ADDRESS = " "
122
85
123
86
124
87
# ----------------------
0 commit comments