From 58f6b7a2c9f025071779ce19eed06e5563bf05b0 Mon Sep 17 00:00:00 2001 From: IvaldiS6 <61210239+IvaldiS6@users.noreply.github.com> Date: Thu, 20 Jul 2023 11:48:53 -0700 Subject: [PATCH] The creators field is deprecated in the JSON metadata, it should be set in the config file instead. utils/metaplex.js line 112 --- utils/metaplex.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/metaplex.js b/utils/metaplex.js index 21389fc73..1c5ebc3ab 100644 --- a/utils/metaplex.js +++ b/utils/metaplex.js @@ -109,7 +109,7 @@ jsonFiles.forEach((file) => { }, ], category: "image", - creators: creators, + // creators: creators, // The creators field is deprecated in the JSON metadata, it should be set in the config file instead. compiler: "HashLips Art Engine - NFTChef fork | qualifieddevs.io", }, };