-
Notifications
You must be signed in to change notification settings - Fork 202
/
Copy pathmain.ts
702 lines (697 loc) · 26 KB
/
main.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
import {
hydraS1AccountboundRegistryTreeConfig,
hydraS1AccountboundBadges,
} from "@badges-metadata/main/hydra-s1-accountbound";
import { createFlows } from "@flows/utils";
import { Flow } from "topics/flow";
import { Network } from "topics/registry-tree";
const gamejutsuCommon = {
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
logoUrl: null,
onboardingDescription:
"Access gated GameJutsu channel and become an active member of the ChainHackers state channel gamers", // hype your users !
ctaLabel: "Access gated channels",
ctaUrl: "https://discord.gg/a5E9vWbp9R",
congratulationTexts: ["Welcome to the miracle!"],
};
const customizedMainFlows: Flow[] = [
{
path: "masquerade",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Polygon, Network.Gnosis, Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [3],
title: "",
logoUrl: null,
subtitle: "Get your ticket",
onboardingDescription:
"Prove you followed Sismo and Masquerade before July 6 2022 to get a chance to access the Masquerade party.",
ctaLabel: "Access gated channel",
ctaUrl: "https://discord.gg/sismo",
congratulationTexts: [
"1. Access #masquerade-gate",
"2. Provide feedback on Sismo",
],
},
{
path: "ethereum-power-users",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Polygon, Network.Gnosis, Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [4],
title: "",
logoUrl: null,
subtitle: "Join Ethereum Power Users community",
onboardingDescription:
"Prove you are one of the biggest Ethereum users and access the governance around the badge on snapshot.",
ctaLabel: "Access gated channel",
ctaUrl: "https://discord.gg/sismo",
congratulationTexts: ["Provide feedback on Discord", "Join Snapshot Space"],
},
{
path: "proof-of-humanity",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Polygon, Network.Gnosis, Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [8],
title: "Proof of Humanity",
logoUrl: null,
subtitle: "Prove you are a human with privacy",
onboardingDescription:
"This ZK Badge is an attestation proving that you are a human. It is used by diverse applications (e.g Lens) as a sybil resistant tool",
ctaLabel: "See your badge",
ctaUrl: "",
congratulationTexts: [
"You can now prove that you are a human",
"and access human-gated services!",
],
},
{
path: "proof-of-lepak-member",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [9],
title: "Proof of Lepak Member",
logoUrl: null,
subtitle: "Prove you are a member from Lepak DAO",
onboardingDescription:
"This ZK Badge is an attestation proving that you are a Lepak Member. After getting your zkBadge, you are eligible for voting in Lepak DAO",
ctaLabel: "See your badge",
ctaUrl: "",
congratulationTexts: ["You can now prove that you are a Lepak Member"],
},
{
path: "circularmerch-lens-followers",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [10],
title: "CircularMerch",
logoUrl: null,
subtitle: "Get your ticket",
onboardingDescription: "Prove you follow Circlemerch",
ctaLabel: "See your badges",
ctaUrl: "",
congratulationTexts: ["1. Congratulation"],
},
{
path: "lens-50-best-followed",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [11],
title: "50 most Followed",
logoUrl: null,
subtitle: "Get your ticket",
onboardingDescription: "Prove you are 50 most followed",
ctaLabel: "See your badges",
ctaUrl: "",
congratulationTexts: ["1. Congratulation"],
},
{
path: "top-100-ens",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Polygon, Network.Gnosis, Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [12],
title: "Top 100 ENS",
logoUrl: null,
subtitle:
"Prove that you are across the top 100 ENS names by number of followers on Twitter",
onboardingDescription:
"This ZK Badge is an attestation that you are part of the top 100 ENS accounts by followers on Twitter. It can be used across different platform as a proof-of-reputation tool",
ctaLabel: "See your badges",
ctaUrl: "",
congratulationTexts: ["1. Congratulation"],
},
{
...gamejutsuCommon,
badgesInternalCollectionsIds: [13],
path: "gamejutsu-bronze-winner",
title: "White Belt Winner",
subtitle: "Attest your first win at gamejutsu.app",
},
{
...gamejutsuCommon,
badgesInternalCollectionsIds: [14],
path: "gamejutsu-silver-winner",
title: "Green Belt Winner",
subtitle: "Attest your fifth repetitive win at gamejutsu.app",
},
{
...gamejutsuCommon,
badgesInternalCollectionsIds: [15],
path: "gamejutsu-gold-winner",
title: "Black Belt Winner",
subtitle: "Attest your 10th repetitive win at gamejutsu.app",
},
{
...gamejutsuCommon,
badgesInternalCollectionsIds: [16],
path: "gamejutsu-bronze-loser",
title: "White Belt Loser",
subtitle: "Attest your first lose at gamejutsu.app",
},
{
...gamejutsuCommon,
badgesInternalCollectionsIds: [17],
path: "gamejutsu-silver-loser",
title: "Green Belt Loser",
subtitle: "Attest your fifth repetitive lose at gamejutsu.app",
},
{
...gamejutsuCommon,
badgesInternalCollectionsIds: [18],
path: "gamejutsu-gold-loser",
title: "Black Belt Loser",
subtitle: "Attest your 10th repetitive lose at gamejutsu.app",
},
{
...gamejutsuCommon,
badgesInternalCollectionsIds: [19],
path: "gamejutsu-bronze-draw",
title: "White Belt Peacemonger",
subtitle: "Attest your first draw at gamejutsu.app",
},
{
...gamejutsuCommon,
badgesInternalCollectionsIds: [20],
path: "gamejutsu-silver-draw",
title: "Green Belt Peacemonger",
subtitle: "Attest your fifth repetitive draw at gamejutsu.app",
},
{
...gamejutsuCommon,
badgesInternalCollectionsIds: [21],
path: "gamejutsu-gold-draw",
title: "Black Belt Peacemonger",
subtitle: "Attest your 10th repetitive draw at gamejutsu.app",
},
{
...gamejutsuCommon,
badgesInternalCollectionsIds: [22],
path: "gamejutsu-bronze-cheater",
title: "White Belt In Cheating",
subtitle: "Attest your first cheat at gamejutsu.app",
},
{
...gamejutsuCommon,
badgesInternalCollectionsIds: [23],
path: "gamejutsu-silver-cheater",
title: "Green Belt In Cheating",
subtitle: "Attest your fifth repetitive cheat at gamejutsu.app",
},
{
...gamejutsuCommon,
badgesInternalCollectionsIds: [24],
path: "gamejutsu-gold-cheater",
title: "Black Belt In Cheating",
subtitle: "Attest your 10th repetitive cheat at gamejutsu.app",
},
{
path: "gr15",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Polygon, Network.Gnosis, Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [25],
title: "GR15",
logoUrl: null,
subtitle: "Prove that you supported the Ethereum ecosystem",
onboardingDescription:
"This ZK Badge is an attestation that you are an active supporter of the Ethereum ecosystem",
ctaLabel: "See my badge",
ctaUrl: "",
congratulationTexts: [
"You can now prove that you are an active",
"supporter of the Ethereum ecosystem",
],
},
{
path: "martingbz-sismo-thread-1-lens-mirrorers",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Gnosis, Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [26],
title: "martingbz.lens",
logoUrl: null,
subtitle: "Join the community of content interactors of martingbz.lens",
onboardingDescription:
"Prove you interacted (follow, mirror, collect etc...) on martingbz.lens profile",
ctaLabel: "See your badge",
ctaUrl: "",
congratulationTexts: ["1. Congratulation"],
},
{
path: "lilnouns-proplot-contributors",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Polygon, Network.Gnosis, Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [27, 28],
title: "LilNouns Proplot Contributors",
logoUrl: null,
subtitle: "Attest your contributions on LilNouns's PropLot",
onboardingDescription: "Become an active participant on PropLot",
ctaLabel: "Become an Active Contributor",
ctaUrl: "https://lilnouns.wtf/ideas",
congratulationTexts: ["Keep contributing on PropLot!"],
},
{
path: "proof-of-attendance",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Polygon, Network.Gnosis, Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [29],
title: "POAP",
logoUrl: null,
subtitle: "Prove that you attended Ethereum events",
ctaLabel: "See my badge",
ctaUrl: "",
congratulationTexts: [
"You can now prove that you",
"attended Ethereum events",
],
},
{
path: "nft-collector",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [30],
title: "NFT Collector",
logoUrl: null,
subtitle: "Attest you are a major NFT Collector",
onboardingDescription:
"You your NFT Collector ZK Badge proof to increase privacy while providing the reputations",
ctaLabel: "",
ctaUrl: "https://twitter.com/Web3PON",
congratulationTexts: ["Congrats!"],
},
{
path: "ens-supporter",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Polygon, Network.Gnosis, Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [33],
title: "ENS & Hive.one",
logoUrl: null,
subtitle: "Prove that you are a ENS supporter",
ctaLabel: "See my badge",
ctaUrl: "",
congratulationTexts: [
"You can now prove that you are part of",
"the most reputable ENS domain accounts on Twitter",
],
},
{
path: "madfi-lens-followers-s01",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Gnosis, Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1", // choose your attester
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [34], // choose your badge id here
title: "ClubSpace by Mad Finance ZK Badge", // choose your title
logoUrl: null,
subtitle:
"Show that you were an early supporter of Mad Finance, and get early access to ClubSpace - a live music NFT experience", // choose your subtitle
onboardingDescription:
"Mad Finance builds tools for creators to monetize their content in web3 social.", // hype your users !
ctaLabel: "Join ClubSpace",
ctaUrl: "https://joinclubspace.xyz", // provide a link to your users. If you does not have a link you can add "" this will redirect to the sismo explorer.
congratulationTexts: [
"You've got the badge!",
"Follow us on social for launch info.",
],
},
{
path: "tuto-ens-contributors",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [35],
title: "ENS",
logoUrl: null,
subtitle: "Show that you are an early contributor to ENS.",
onboardingDescription:
"Mint this badge to show that you are an early ENS contributor",
ctaLabel: "Go to ENS discord",
ctaUrl: "<https://discord.gg/sismo>",
congratulationTexts: ["Congratulations"],
},
{
path: "sismo-stargazer",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Polygon, Network.Gnosis, Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [36],
title: "",
logoUrl: null,
subtitle: "Prove that you starred the Sismo Protocol on GitHub",
ctaLabel: "See my badge",
ctaUrl: "",
congratulationTexts: [
"You can now prove with privacy that",
"you starred the Sismo Protocol on GitHub",
],
},
{
path: "ben-friends", // choose your frontend path
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1", // choose your attester
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [37], // choose your badge id here
title: "Ben's friend", // choose your title
logoUrl: null,
subtitle:
"Show that your are Ben's Friend and that you have registered on the Goerli tesnet smart contract called BenFriend", // choose your subtitle
onboardingDescription: "Mint this badge to show that you are Ben's friend", // hype your users !
ctaLabel: "Go to ben's website",
ctaUrl: "https://www.anoufa.dev", // provide a link to your users. If you does not have a link you can add "" this will redirect to the sismo explorer.
congratulationTexts: ["Congratulations"],
},
{
path: "twitter-ethereum-influencers",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Polygon, Network.Gnosis, Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [38],
title: "Hive.one",
logoUrl: null,
subtitle: "Prove that you are an Ethereum Influencer on Twitter",
ctaLabel: "See my badge",
ctaUrl: "",
congratulationTexts: [
"You can now prove that you are",
"an Ethereum Influencer on Twitter",
],
},
{
path: "the-merge-contributor",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Mainnet],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [39],
title: "Mergooor Pass",
logoUrl: null,
subtitle: "Prove that you are a contributor to The Merge",
ctaLabel: "See my badge",
ctaUrl: "Destination (Vault settings)",
congratulationTexts: [
"You can now prove that you are",
"a contributor to The Merge",
],
},
{
path: "aztec-connect-depositors",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Gnosis, Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [69],
title: "Aztec Active User",
logoUrl: null,
subtitle:
"Prove that you are an active Aztec user with at least 3 L1 deposits.",
onboardingDescription:
"Mint this badge to show that you're an Active Aztec user",
ctaLabel: "Use badge to join ZKPay's private discord channel",
ctaUrl: "https://discord.gg/zkpay",
congratulationTexts: ["Congratulations you're an Active Aztec user!"],
},
{
path: "zkpay-quest",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Gnosis, Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [699],
title: "ZKPay Questoor",
logoUrl: null,
subtitle: "Completed ZKPay Quest on zkpay.finance/quest",
onboardingDescription:
"Mint this badge to gain the ZKPay Questoor role on Discord.",
ctaLabel: "Claim ZKPay Questoor role on Discord.",
ctaUrl: "https://discord.gg/zkpay",
congratulationTexts: ["Congratulations! You've completed the ZKPay Quest!"],
},
{
path: "nounsdao-voters-tier1",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Gnosis, Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [87],
title: "Nouns DAO",
logoUrl: "https://nouns.wtf/static/media/logo.f217962c.svg",
subtitle: "Prove that you participated in Nouns governance",
onboardingDescription:
"This ZK Badge is an attestation that you are an active supporter of the Nouns ecosystem",
ctaLabel: "See my badge",
ctaUrl: "",
congratulationTexts: [
"You can now prove that you are an active",
"supporter of the Nouns ecosystem",
],
},
{
path: "rhino.fi-power-users",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Polygon, Network.Gnosis, Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [88],
title: "Rhino.Fi",
logoUrl:
"https://rhino.fi/wp-content/uploads/2021/10/rhino.fi_Primary_Logo_Grad-1.svg",
subtitle: "Prove you are a Rhino.Fi power user ",
onboardingDescription:
"Show your friends you're an OG with Validium ZK rollups and Rhino.Fi",
ctaLabel: "Enter rhinofi Discord",
ctaUrl: "https://discord.gg/26sXx2KAhy",
congratulationTexts: ["Congratulations you're a Rhino.Fi Power User!"],
},
{
path: "nft-legendary-traders",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Polygon, Network.Gnosis, Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [201],
title: "WIW",
logoUrl: "https://static.wiw.io/image/logo.png",
subtitle: "Prove you are one of the NFT Legendary Traders.",
onboardingDescription:
"You have claimed the NFT Legendary Trader ZK Badge!",
ctaLabel: "Explore WIW",
ctaUrl: "<https://wiw.io>",
congratulationTexts: [
"You have claimed the NFT Legendary Trader ZK Badge!",
],
},
{
path: "timeswap-lens-followers",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Gnosis, Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [420],
title: "TimeswapLabs Early Follower",
logoUrl: null,
subtitle: "An early follower of TimeswapLabs on Lens",
onboardingDescription: "",
ctaLabel: "Go to Timeswap Discord",
ctaUrl: "https://discord.gg/YTUtTJfc6S",
congratulationTexts: [
"Congratulations you're an early follower of TimeswapLabs on Lens!",
],
},
{
path: "digger-lens-followers",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Gnosis, Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [421],
title: "0xDigger Early Follower",
logoUrl: null,
subtitle: "An early follower of OxDigger on Lens",
onboardingDescription: "",
ctaLabel: "See my badge",
ctaUrl: "",
congratulationTexts: [
"Congratulations you're an early follower of 0xDigger on Lens!",
],
},
{
path: "ziki-pass-testnets",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Goerli],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [514],
title: "",
logoUrl: null,
subtitle: "Get your zikiPass ZK Badge",
onboardingDescription: "",
ctaLabel: "",
ctaUrl: "",
congratulationTexts: ["Congrats!"],
},
{
path: "sardine-enthusiasts",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [777],
title: "DEENZ",
logoUrl: null,
subtitle: "ZK Badge owned by the most dedicated sardine eaters", // choose your subtitle
onboardingDescription: "",
ctaLabel: "",
ctaUrl: "https://deenz.dev",
congratulationTexts: ["gottem"],
},
{
path: "996-icu-fighters",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Polygon, Network.Gnosis, Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [996],
title: "996.ICU",
logoUrl: null,
subtitle: "Show that you are a fighter against 996.",
onboardingDescription:
"Mint this badge to show that you are a fighter against 996",
ctaLabel: "Go to 996.ICU homepage",
ctaUrl: "https://996.icu",
congratulationTexts: ["Congratulations you're a fighter against 996!"],
},
{
path: "cowswap",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [1234, 1235, 1236, 1237, 1238],
title: "CoW Swap",
logoUrl: "https://cow.fi/images/hero-image.svg",
subtitle: "Show that you are a special CoW, claim your trader badge!",
onboardingDescription:
"Mint this badge to show that you are a unique CoW Swap trader",
ctaLabel: "What are you waiting for? Trade today at swap.cow.fi",
ctaUrl: "https://cow.fi/",
congratulationTexts: ["Moooooo-d work CoW"],
},
{
path: "sismo-contributor",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Polygon, Network.Gnosis, Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [5151110],
title: "",
logoUrl: null,
subtitle: "Join Sismo Contributors Community",
onboardingDescription:
"This ZK Badge is an attestation that you are part of Sismo. You will be able to use it in Sismo Governance to voice your opinion and become owner of the project.",
ctaLabel: "Join our discord",
ctaUrl: "https://discord.gg/sismo",
congratulationTexts: [
"Thank you so much! We hope to see",
"you further involved in Sismo",
],
},
{
path: "uniswap-contributors",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [5555555],
title: "Uniswap",
logoUrl: null,
subtitle: "Show that you are an early contributor to Uniswap.",
onboardingDescription:
"Mint this badge to show that you are an early Uniswap contributor",
ctaLabel: "Go to Uniswap discord",
ctaUrl: "<https://discord.com/invite/FCfyBSbCU5>",
congratulationTexts: ["Congratulations"],
},
{
path: "zohal-KYC",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Polygon, Network.Gnosis, Network.Goerli, Network.Mumbai],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [1239],
title: "Zohal KYC",
logoUrl: null,
subtitle: "Show that you have verified your e-mail address.",
onboardingDescription: "Mint this badge to show that you have verified your e-mail address.",
ctaLabel: "Go to Zohal website",
ctaUrl: "https://www.zohal.space/",
congratulationTexts: ["Congratulations"],
},
{
path: "protocol-guild-donator",
registryTree: hydraS1AccountboundRegistryTreeConfig.name,
networks: [Network.Polygon, Network.Gnosis],
registryTreeType: "hydra-s1",
badgesCollection: hydraS1AccountboundBadges,
badgesInternalCollectionsIds: [2691580],
title: "SISMO x Protocol Guild donator",
logoUrl: null,
subtitle: "Prove that you donated to protocol Guild via zkdrop.io",
onboardingDescription: "You can now prove that you donated to Protocol Guild",
ctaLabel: "See My Badge",
ctaUrl: "",
congratulationTexts: ["Congratulations"],
},
// {
// path: "synaps-liveness",
// attester: "pythia-1-simple",
// networks: [Network.Goerli, Network.Mumbai],
// attesterType: "pythia-1",
// badgesCollection: pythia1SimpleBadges,
// badgesInternalCollectionsIds: [0],
// title: "Synaps",
// logoUrl: null,
// subtitle: "Prove you are not a bot",
// onboardingDescription:
// "This ZK Badge is an attestation that you are a human and not a bot. It is used by diverse applications (e.g Lens) as a sybil resistant tool.",
// ctaLabel: "See your badge",
// ctaUrl: "",
// congratulationTexts: [
// "You can now prove that you are",
// "not a bot by showing this badge!",
// ],
// },
];
export const mainFlows = createFlows({
badgesCollection: hydraS1AccountboundBadges,
customizedFlows: customizedMainFlows,
registryTreeConfiguration: hydraS1AccountboundRegistryTreeConfig,
});