Skip to content

Commit

Permalink
fix: specs
Browse files Browse the repository at this point in the history
  • Loading branch information
yum0e committed Oct 11, 2023
1 parent 4a0e13c commit 9fe4304
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions group-generators/generators/blocktheory-hq/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import {
// Generated from factory.sismo.io

const generator: GroupGenerator = {

generationFrequency: GenerationFrequency.Once,

generate: async (context: GenerationContext): Promise<GroupWithData[]> => {


const jsonListData0 = {
"0xdBd71c0b92caA92e37b2bCC43019f38947A2B0e6": "1",
"0xbA8285d91e63D9DdFC1704aa989589e0b3677aFf": "1",
Expand Down Expand Up @@ -45,9 +45,7 @@ const generator: GroupGenerator = {
name: "blocktheory-hq",
timestamp: context.timestamp,
description: "All members part of Blocktheory",
specs: "These are all the members of Blocktheory.
Blocktheory are a Blockchain R&D Hub. ",
specs: "These are all the members of Blocktheory. Blocktheory are a Blockchain R&D Hub. ",
data: jsonListData0,
valueType: ValueType.Score,
tags: [Tags.Factory],
Expand Down

0 comments on commit 9fe4304

Please sign in to comment.