Skip to content

Commit

Permalink
chore: update group frequency to Once for sismo contributors tier1 and
Browse files Browse the repository at this point in the history
tier2
  • Loading branch information
yum0e committed Sep 8, 2023
1 parent 7f389bb commit 1b88eb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Tags, ValueType, GroupWithData, AccountSource, GroupStore } from "topic
import { GenerationContext, GenerationFrequency, GroupGenerator } from "topics/group-generator";

const generator: GroupGenerator = {
generationFrequency: GenerationFrequency.Daily,
generationFrequency: GenerationFrequency.Once,
dependsOn: ["sismo-gen-zero"],

generate: async (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Tags, ValueType, GroupWithData, AccountSource, GroupStore } from "topic
import { GenerationContext, GenerationFrequency, GroupGenerator } from "topics/group-generator";

const generator: GroupGenerator = {
generationFrequency: GenerationFrequency.Daily,
generationFrequency: GenerationFrequency.Once,
dependsOn: ["sismo-gen-a", "sismo-gen-x", "sismo-events", "sismo-gitcoin-donors"],

generate: async (
Expand Down

0 comments on commit 1b88eb3

Please sign in to comment.