Skip to content

Commit

Permalink
feat: add urls
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Aug 24, 2023
1 parent ac30cb5 commit 63ca659
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions indexer-js-queue-handler/indexer.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@ function mint(nftType, token_id, receiver_id) {
metadata = {
title: "CREATOR",
description: "You have contributed to the Open Web!",
media: "https://ipfs.io/ipfs/bafybeie3t57lvq3swqrsk3ads6mjrz63bug6xofdffbbrngpmtrhdjyoaq"
media: "https://ipfs.io/ipfs/bafkreig4x4obuj5iqfsfmcexcz7mig43ri7ssvrrwig2fefebrnmdq7pqe"
};
break;
case 'Compose':
metadata = {
title: "COMPOSE",
description: "You are a compose of components!",
media: "YOUR_MEDIA_LINK_FOR_COMPOSE" // Replace with the actual media link for this type
media: "https://ipfs.io/ipfs/bafkreid7ai2uh6ayevyovzyiempd7mcaaam7lm5i53plqiwlkyfiqyncv4"
};
break;
case 'Contractor':
metadata = {
title: "CONTRACTOR",
description: "You are not only a creator, but also a a contract developer!",
media: "YOUR_MEDIA_LINK_FOR_CONTRACTOR" // Replace with the actual media link for this type
media: "https://ipfs.io/ipfs/bafkreiaqie5rsjehu4aesempkjg6gmzmjdaczahk6k24or6cmneevq4t2m" // Replace with the actual media link for this type
};
break;
default:
Expand Down

0 comments on commit 63ca659

Please sign in to comment.