From 98340cc8012eea0d4864bf03fffa2ce1229607f4 Mon Sep 17 00:00:00 2001 From: danilo-89 Date: Sat, 30 Mar 2024 00:31:38 +0100 Subject: [PATCH] mock data added --- stories/sampleData.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 stories/sampleData.ts diff --git a/stories/sampleData.ts b/stories/sampleData.ts new file mode 100644 index 0000000..d533c6a --- /dev/null +++ b/stories/sampleData.ts @@ -0,0 +1,17 @@ +export const nftCardData = { + id: { + tokenId: '9', + }, + title: 'lorem ipsum', + metadata: { + external_url: '', + + customImage: '', + customAnimationUrl: '', + name: 'Jasper', + description: + 'A calm presence with eyes that reflect ancient wisdom, always watching and pondering.', + image: 'ipfs://QmYEtAwV7PawgJGaLWh2L33qeMWkg6wtQMqkZN5qEApTYv', + background_color: 'E2E3C6', + }, +}