Skip to content

Commit

Permalink
Update team section
Browse files Browse the repository at this point in the history
  • Loading branch information
lightwalker-eth committed Jan 15, 2025
1 parent 343bbe9 commit 719f039
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ const namehashLabsTeam = {
getCachedProfile("duds.eth"),
getCachedProfile("y3drk.eth"),
getCachedProfile("sebban.eth"),
getCachedProfile("ilfurioso.eth"),
getCachedProfile("shrugs.eth"),
getCachedProfile("tko.box"),
getCachedProfile("santapolukord.eth"),
],
};
Expand Down
23 changes: 17 additions & 6 deletions apps/namehashlabs.org/data/ensProfiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,18 +486,29 @@ const EnsProfiles = new Map<`0x${string}`, Profile>([
}),
],
[
"0xE0E6c173E79E040D6B9f8160Ce4771b127982cA5",
"0xB6616C9eA0AbE063d3c4433691e8361FFb482099",
buildProfile({
ensName: "ilfurioso.eth",
ensName: "santapolukord.eth",
title: "Outreach",
displayName: "Santa Polukord",
}),
],
[
"0xbD4cd9Ae5BfF533bF4Ee926EEddC3DCA5e2cDb4C",
buildProfile({
ensName: "shrugs.eth",
title: "Engineering",
displayName: "Matt Condon",
twitterProfile: "https://x.com/mattgcondon",
}),
],
[
"0xB6616C9eA0AbE063d3c4433691e8361FFb482099",
"0x8d3B2c5B93716508639E3CcFE2A3DB58AF540B66",
buildProfile({
ensName: "santapolukord.eth",
title: "Outreach",
displayName: "Santa Polukord",
ensName: "tko.box",
title: "Engineering",
displayName: "Tomasz Kopacki",
twitterProfile: "https://x.com/0xTko",
}),
],
]);
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 719f039

Please sign in to comment.