Skip to content

Commit 838dca9

Browse files
authored
Set initial roster builders data (#46)
1 parent 57b25a0 commit 838dca9

File tree

1 file changed

+28
-6
lines changed

1 file changed

+28
-6
lines changed

packages/nextjs/data/builders.ts

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,37 @@
11
export const buildersData = [
2-
{
3-
address: "0x47c3AD3E9b0ce644726237FB930CbB9651c754a6",
4-
},
52
{
63
address: "0x5dCb5f4F39Caa6Ca25380cfc42280330b49d3c93",
74
x: "damianmarti",
85
github: "damianmarti",
96
},
107
{
11-
address: "0x6f5c28a7caef574E9A75770C202A27f76d526d08",
12-
x: "hunterhchang",
13-
github: "ChangoMan",
8+
address: "0xB4F53bd85c00EF22946d24Ae26BC38Ac64F5E7B1",
9+
x: "pabl0cks",
10+
github: "pabl0cks",
11+
},
12+
{
13+
address: "0x1990a6bCdb13D33463cBA884a1aE6020292523e8",
14+
x: "_carletex_",
15+
github: "carletex",
16+
},
17+
{
18+
address: "0x1A2d838c4bbd1e73d162d0777d142c1d783Cb831",
19+
x: "ShivBhonde",
20+
github: "technophile-04",
21+
},
22+
{
23+
address: "0x2Bc096A12C5b37F035180aDeF70EB2B88351e5B8",
24+
x: "melanke",
25+
github: "melanke",
26+
},
27+
{
28+
address: "0x95E08FA8ac4301acC5b943f860Cd8AC84433e3CF",
29+
x: "bhavya_gor",
30+
github: "bhavyagor12",
31+
},
32+
{
33+
address: "0x4b7b07D8BAf51975eeAb0E1eb4B481A5aC691ED6",
34+
x: "NikolaiLeb",
35+
github: "NikolaiL",
1436
},
1537
];

0 commit comments

Comments
 (0)