From 53d493586f55d06d9b9975ecde475a2041b3c0e1 Mon Sep 17 00:00:00 2001 From: Kyle Espinola Date: Tue, 1 Aug 2023 14:47:51 +0200 Subject: [PATCH] feat: release collection and mint compressed credit actions --- credits.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/credits.proto b/credits.proto index 638c384..79f7332 100644 --- a/credits.proto +++ b/credits.proto @@ -16,6 +16,9 @@ enum Action { RETRY_MINT = 4; CREATE_WALLET = 5; RETRY_DROP = 6; + MINT = 7; + MINT_COMPRESSED = 8; + CREATE_COLLECTION = 9; } enum Blockchain {