Skip to content

Commit

Permalink
feat: remove Sismo NFT from featured (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
Baoufa committed Sep 13, 2023
1 parent aa9ccaa commit 230f870
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions space-configs/main/sismo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export default {
metadata: {
name: "Sismo Early Community NFT",
slug: "zk-drop-early-community",
description: "Prove you are an early member of Sismo Community to claim your Sismo Early Community NFT.",
description:
"Prove you are an early member of Sismo Community to claim your Sismo Early Community NFT.",
tags: ["NFT"],
image: "sismo_app_store_zkdrop_early_community_500x500.png",
createdAt: new Date("2023-07-11T10:00"),
Expand All @@ -42,12 +43,13 @@ export default {
sismoConnectRequest: {
appId: "0x5b7249cf5d8a1669cec21e5aa554299d",
authRequests: [{ authType: AuthType.VAULT }],
claimRequests: [{ groupId: "0xc90878eaa974c31bc62c52ad86121765" },],
claimRequests: [{ groupId: "0xc90878eaa974c31bc62c52ad86121765" }],
},
templateConfig: {
nftMetadata: {
name: "Sismo Early Community NFT",
description: "Claimable by the early community of Sismo, this NFT is a small gift to everyone that helped us to build Sismo before July 11 2023.",
description:
"Claimable by the early community of Sismo, this NFT is a small gift to everyone that helped us to build Sismo before July 11 2023.",
image: "nft_sismo_early_community_1000x1000.png",
symbol: "SEarlyNFT",
},
Expand Down Expand Up @@ -82,7 +84,7 @@ export default {
},
options: {
endDate: new Date("2023-09-01T10:00"),
isFeatured: true,
isFeatured: false,
},
},
{
Expand Down Expand Up @@ -240,6 +242,6 @@ export default {
options: {
endDate: new Date("2023-07-07T18:00"),
},
}
},
],
} as SpaceConfig;

2 comments on commit 230f870

@vercel
Copy link

@vercel vercel bot commented on 230f870 Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 230f870 Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.