+1
-1
app/methodology/page.tsx
+1
-1
app/methodology/page.tsx
···
207
207
</li>
208
208
<li className="flex items-start">
209
209
<CheckCircle className="h-5 w-5 text-accent mr-3 mt-0.5 flex-shrink-0" />
210
-
<span>Grant registry databases (Gitcoin, web3 Foundation, etc.)</span>
210
+
<span>Grant registry databases (Gitcoin, Ethereum Foundation, etc.)</span>
211
211
</li>
212
212
</ul>
213
213
</div>
+5
-5
lib/data.ts
+5
-5
lib/data.ts
···
26
26
],
27
27
categories: ['Developer Ecosystem', 'Public Goods'],
28
28
fundingHistory: [
29
-
{ date: '2024-01', amount: 2500000, type: 'grant', source: 'web3 Foundation' },
29
+
{ date: '2024-01', amount: 2500000, type: 'grant', source: 'Ethereum Foundation' },
30
30
{ date: '2023-06', amount: 4200000, type: 'grant', source: 'Gitcoin' },
31
31
{ date: '2023-01', amount: 6060000, type: 'grant', source: 'Community Donations' },
32
32
]
···
59
59
fundingHistory: [
60
60
{ date: '2024-01', amount: 12000000, type: 'revenue', source: 'Platform Fees' },
61
61
{ date: '2023-06', amount: 18000000, type: 'investment', source: 'Series A' },
62
-
{ date: '2023-01', amount: 20000000, type: 'grant', source: 'web3 Foundation' },
62
+
{ date: '2023-01', amount: 20000000, type: 'grant', source: 'Ethereum Foundation' },
63
63
]
64
64
},
65
65
{
···
88
88
categories: ['Public Goods', 'Community'],
89
89
fundingHistory: [
90
90
{ date: '2024-01', amount: 450000, type: 'revenue', source: 'Platform Revenue' },
91
-
{ date: '2023-08', amount: 2100000, type: 'grant', source: 'web3 Foundation' },
91
+
{ date: '2023-08', amount: 2100000, type: 'grant', source: 'Ethereum Foundation' },
92
92
{ date: '2023-03', amount: 5950000, type: 'grant', source: 'Community Donations' },
93
93
]
94
94
},
···
178
178
categories: ['UBI', 'Community', 'Financial Inclusion'],
179
179
fundingHistory: [
180
180
{ date: '2024-01', amount: 450000, type: 'revenue', source: 'Registration Fees' },
181
-
{ date: '2023-10', amount: 3350000, type: 'grant', source: 'web3 Foundation' },
181
+
{ date: '2023-10', amount: 3350000, type: 'grant', source: 'Ethereum Foundation' },
182
182
{ date: '2023-04', amount: 5000000, type: 'grant', source: 'Gitcoin Grants' },
183
183
]
184
184
},
185
185
{
186
186
id: 'web3-foundation',
187
-
name: 'web3 Foundation',
187
+
name: 'Ethereum Foundation',
188
188
logo: '/projects/ef.png',
189
189
description: 'Supporting web3 ecosystem research, development, and community growth',
190
190
website: 'https://web3.foundation/',
+2
-2
package-lock.json
+2
-2
package-lock.json
···
1
1
{
2
-
"name": "web3-impact-index",
2
+
"name": "interplanetary-impact-index",
3
3
"version": "0.1.0",
4
4
"lockfileVersion": 3,
5
5
"requires": true,
6
6
"packages": {
7
7
"": {
8
-
"name": "web3-impact-index",
8
+
"name": "interplanetary-impact-index",
9
9
"version": "0.1.0",
10
10
"dependencies": {
11
11
"@atproto/api": "^0.16.7",