From 63ca65928c6450a9e33cf709a2c511b69b798de1 Mon Sep 17 00:00:00 2001 From: Morgan Mccauley Date: Thu, 24 Aug 2023 16:13:56 +0200 Subject: [PATCH] feat: add urls --- indexer-js-queue-handler/indexer.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/indexer-js-queue-handler/indexer.js b/indexer-js-queue-handler/indexer.js index 38e53f07b..a012ca452 100644 --- a/indexer-js-queue-handler/indexer.js +++ b/indexer-js-queue-handler/indexer.js @@ -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: