From 9fe43042455c0a7ca57bc8717a8001f1b021e914 Mon Sep 17 00:00:00 2001 From: bigq Date: Wed, 11 Oct 2023 13:49:29 +0200 Subject: [PATCH] fix: specs --- group-generators/generators/blocktheory-hq/index.ts | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/group-generators/generators/blocktheory-hq/index.ts b/group-generators/generators/blocktheory-hq/index.ts index 8e7912b4d..18eebcf34 100644 --- a/group-generators/generators/blocktheory-hq/index.ts +++ b/group-generators/generators/blocktheory-hq/index.ts @@ -9,12 +9,12 @@ import { // Generated from factory.sismo.io const generator: GroupGenerator = { - + generationFrequency: GenerationFrequency.Once, - + generate: async (context: GenerationContext): Promise => { - - + + const jsonListData0 = { "0xdBd71c0b92caA92e37b2bCC43019f38947A2B0e6": "1", "0xbA8285d91e63D9DdFC1704aa989589e0b3677aFf": "1", @@ -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],