Skip to content

Commit

Permalink
Add: Deployment metadata and arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
laraschke committed Nov 15, 2023
1 parent 47b5601 commit 4e4324e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions metadata/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Teilnehmer",
"name": "W3NOW Studie",
"description": "Das originale NFT zur deutschlandweiten Studie in der Blockchain Wirtschaft 2023.",
"image": "https://ipfs.io/ipfs/QmRACA4TLkFnBZj49pBrvU4upnKivJrKNtnA853VqpTidq",
"animation_url": "https://ipfs.io/ipfs/QmTAznyH583xUgEyY5zdrPB2LSGY7FUBPDddWKj58GmBgp"
"image": "https://ipfs.io/ipfs/QmYszutKruULKsGMkVqz6RgBbkXwdFdw5j7emx828v8Cvi",
"animation_url": "https://ipfs.io/ipfs/QmXNgBvxPN34CHBV6VYYj6QoBEyzXyrx1ZQHYTSyaPXEMR"
}
6 changes: 3 additions & 3 deletions scripts/deploymentArgs.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const DeploymentArgs = [
"W3NOW-NFT 2023", // collection name
"Blockchain in Deutschland", // collection name
"W3NOW23", // collection symbol
"https://ipfs.io/ipfs/QmPLosNSsFw81UZQisFzGm8mQ7HzmKSReQe6Ds2XF8c1cV", // token URI (metadata)
"0x2Cf143175b21564bc7520FF2d893884104dB8d07", // owner address
"https://ipfs.io/ipfs/QmbN1zP5CmZzso823sCprqCvn45su1YS3KR1o4VbZkuR9J", // token URI (metadata)
"0xC52AdD79Bfc30058B15f313b89F8dF8c1E0695b9", // owner address
]

export default DeploymentArgs

0 comments on commit 4e4324e

Please sign in to comment.