Skip to content

Instantly share code, notes, and snippets.

@nenadjaja
Created February 9, 2021 04:31
Show Gist options
  • Save nenadjaja/88e7187117839d95e9b71ce8dcc4542a to your computer and use it in GitHub Desktop.
Save nenadjaja/88e7187117839d95e9b71ce8dcc4542a to your computer and use it in GitHub Desktop.
export default [
{
name: 'ariel',
fullName: 'Ariel Barmat',
role: 'Smart Contracts Lead',
},
{
name: 'brandon',
fullName: 'Brandon Ramirez',
role: 'Research & Product Lead',
},
{
name: 'carl',
fullName: 'Carl Hagerling',
role: 'Design Lead',
},
{
name: 'dave',
fullName: 'David Kajpust',
role: 'Subgraph Developer',
},
{
name: 'david',
fullName: 'David Lutterkort',
role: 'Blockchain Engineer',
},
{
name: 'ford',
fullName: 'Ford Nickels',
role: 'Software Engineer',
},
{
name: 'iris',
fullName: 'Iris Ni',
role: 'Asia Business & Strategy',
},
{
name: 'jackson',
fullName: 'Jackson Blazensky',
role: 'Protocol Researcher',
},
{
name: 'jannis',
fullName: 'Jannis Pohlmann',
role: 'Engineering Lead',
},
{
name: 'leo',
fullName: 'Leo Schwarzstein',
role: 'Software Engineer',
},
{
name: 'martin',
fullName: 'Martin Tellechea',
role: 'Community Lead',
},
{
name: 'nena',
fullName: 'Nena Djaja',
role: 'Product Engineering Lead',
},
{
name: 'rodrigo',
fullName: 'Rodrigo Coelho',
role: 'Chief of Staff',
},
{
name: 'tegan',
fullName: 'Tegan Kline',
role: 'Business Lead',
},
{
name: 'yaniv',
fullName: 'Yaniv Tal',
role: 'Project Lead',
},
{
name: 'zac',
fullName: 'Zac Burns',
role: 'Software Engineer',
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment