From e7fd5cefb54a58f4e0dd2273a5cb02310b75763b Mon Sep 17 00:00:00 2001 From: Viki Val Date: Tue, 6 Jun 2023 14:56:27 +0200 Subject: [PATCH] :zap: closes #6176 --- components/collection/unlockable/utils.ts | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/components/collection/unlockable/utils.ts b/components/collection/unlockable/utils.ts index 494588a40a..296a1ec596 100644 --- a/components/collection/unlockable/utils.ts +++ b/components/collection/unlockable/utils.ts @@ -5,9 +5,14 @@ import { pinJson } from '@/services/nftStorage' export const UNLOCKABLE_CAMPAIGN = 'prg' export const UNLOCKABLE_NAME = 'Prague Waifu' export const UNLOCKABLE_DESC = ` - Enjoy your time in Prague Blockchain Week in a good mood, - and invite this incredibly beautiful waifu for a cup of coffee. - Add her to your collection today + This anime waifu is a demonstration of unlockables at [KodaDot](https://kodadot.xyz) + + Owner of this item has **access to $50 voucher**, which can be claimed in **[KodaShop](https://shop.kodadot.xyz)**. + KodaMerch is then shipped right to your door step. + + It's **limited supply** and **only first 60 can claim** this voucher. + + Enjoy and be quick 😉 ` export async function createUnlockableMetadata(imageHash: string) {