forked from ensdao/spp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprograms.json
More file actions
56 lines (56 loc) · 2.59 KB
/
programs.json
File metadata and controls
56 lines (56 loc) · 2.59 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
{
"$schema": "./programs.schema.json",
"programs": {
"SPP1": {
"name": "Service Provider Program Season 1",
"year1Quarters": ["2024/Q2", "2024/Q3", "2024/Q4", "2025/Q1", "2025/Q2"],
"budget": 3600000,
"startDate": "2024-02-01",
"discussionUrl": "https://discuss.ens.domains/t/18091",
"budgetProposal": {
"id": "EP 4.7",
"title": "Budget Selection",
"description": "Created the SPP framework and set the annual budget at $3.6M via ranked-choice vote.",
"date": "2023-11-08",
"forumUrl": "https://discuss.ens.domains/t/18091",
"snapshotUrl": "https://snapshot.box/#/s:ens.eth/proposal/0x5748982aed143f51333befbc6cc490116648b85a2b0212fdfaf3ab848932c7ae",
"docsUrl": "https://docs.ens.domains/dao/proposals/4.7/"
},
"selectionProposal": {
"id": "EP 4.9",
"title": "Service Provider Selection",
"description": "Selected 9 service providers from 28 candidates via approval voting.",
"date": "2023-12-15",
"forumUrl": "https://discuss.ens.domains/t/18309",
"snapshotUrl": "https://snapshot.box/#/s:ens.eth/proposal/0x6ba81cd2997288cc49ae1b95921ec8f107e8ffb9733321d53d488e2b30710b86",
"docsUrl": "https://docs.ens.domains/dao/proposals/4.9/"
}
},
"SPP2": {
"name": "Service Provider Program Season 2",
"year1Quarters": ["2025/Q3", "2025/Q4", "2026/Q1", "2026/Q2"],
"year2Quarters": ["2026/Q3", "2026/Q4", "2027/Q1", "2027/Q2"],
"budget": 4500000,
"startDate": "2025-05-26",
"discussionUrl": "https://discuss.ens.domains/t/20272",
"budgetProposal": {
"id": "EP 6.3",
"title": "Budget Selection",
"description": "Renewed SPP and increased the annual budget from $3.6M to $4.5M via ranked-choice vote.",
"date": "2025-02-24",
"forumUrl": "https://discuss.ens.domains/t/20272",
"snapshotUrl": "https://snapshot.box/#/s:ens.eth/proposal/0x0cca1cf36731203e235b0e2de9041be3a16d9cdeadff6e15e1f1215c611e12ef",
"docsUrl": "https://docs.ens.domains/dao/proposals/6.3/"
},
"selectionProposal": {
"id": "EP 6.10",
"title": "Service Provider Selection",
"description": "Selected 8 service providers from 29 applicants via ranked-choice voting.",
"date": "2025-05-12",
"forumUrl": "https://discuss.ens.domains/t/20741",
"snapshotUrl": "https://snapshot.box/#/s:ens.eth/proposal/0x98c65ac02f738ddb430fcd723ea5852a45168550b3daf20f75d5d508ecf28aa1",
"docsUrl": "https://docs.ens.domains/dao/proposals/6.10/"
}
}
}
}