Skip to content

Commit

Permalink
mock data added
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-89 committed Mar 29, 2024
1 parent 4bf2e88 commit 98340cc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions stories/sampleData.ts
Original file line number Diff line number Diff line change
@@ -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',
},
}

0 comments on commit 98340cc

Please sign in to comment.