From 592b8d6f4ff8fe0c8cba4d8b54060759a999f1a0 Mon Sep 17 00:00:00 2001 From: Benjamin A <97291322+Baoufa@users.noreply.github.com> Date: Wed, 13 Sep 2023 09:53:40 +0200 Subject: [PATCH] feat: remove Sismo NFT from featured --- space-configs/main/sismo.ts | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/space-configs/main/sismo.ts b/space-configs/main/sismo.ts index 610574c9..97ededa1 100644 --- a/space-configs/main/sismo.ts +++ b/space-configs/main/sismo.ts @@ -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"), @@ -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", }, @@ -82,7 +84,7 @@ export default { }, options: { endDate: new Date("2023-09-01T10:00"), - isFeatured: true, + isFeatured: false, }, }, { @@ -240,6 +242,6 @@ export default { options: { endDate: new Date("2023-07-07T18:00"), }, - } + }, ], } as SpaceConfig;