From 33622159f0aea8f13f62fac887578858ccf68d77 Mon Sep 17 00:00:00 2001 From: Ben Lebherz Date: Tue, 25 Jul 2023 17:45:54 +0200 Subject: [PATCH] =?UTF-8?q?new=20suspicious=20manifold=20response=20param?= =?UTF-8?q?=20=F0=9F=91=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/nemo/manifold/manifold.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/nemo/manifold/manifold.go b/internal/nemo/manifold/manifold.go index a0dec3e..bb94ef4 100644 --- a/internal/nemo/manifold/manifold.go +++ b/internal/nemo/manifold/manifold.go @@ -13,6 +13,7 @@ type DataResponse struct { AppID int64 `json:"appId"` MintPrice float64 `json:"mintPrice"` IsOpenEdition bool `json:"isOpenEdition"` + IsIykClaim bool `json:"isIykClaim"` } type Creator struct {