From 8611a753b638779e8f5a34f0192e96e72d9280bf Mon Sep 17 00:00:00 2001 From: Carlos Beltran Date: Mon, 15 Jan 2024 08:52:51 -0500 Subject: [PATCH 1/2] add: simple collection mint action --- open-actions.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/open-actions.json b/open-actions.json index 8644f44..02c7e67 100644 --- a/open-actions.json +++ b/open-actions.json @@ -88,5 +88,11 @@ "address": "0x22cb67432C101a9b6fE0F9ab542c8ADD5DD48153", "requiresUserFunds": true, "blockExplorerLink": "https://polygonscan.com/address/0x22cb67432C101a9b6fE0F9ab542c8ADD5DD48153#code" + }, + { + "name": "SimpleCollectionMint", + "address": "0x55991a42e8FEb9DFAC9Fcc172f133D36AC2282A2", + "requiresUserFunds": true, + "blockExplorerLink": "https://polygonscan.com/address/0x55991a42e8FEb9DFAC9Fcc172f133D36AC2282A2#code" } ] \ No newline at end of file From 5f3797f0d780b769ccf8f8327ca5b9041fde26f9 Mon Sep 17 00:00:00 2001 From: Carlos Beltran Date: Mon, 15 Jan 2024 08:54:14 -0500 Subject: [PATCH 2/2] update name --- open-actions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-actions.json b/open-actions.json index 02c7e67..43a0be8 100644 --- a/open-actions.json +++ b/open-actions.json @@ -90,7 +90,7 @@ "blockExplorerLink": "https://polygonscan.com/address/0x22cb67432C101a9b6fE0F9ab542c8ADD5DD48153#code" }, { - "name": "SimpleCollectionMint", + "name": "SimpleCollectionMintAction", "address": "0x55991a42e8FEb9DFAC9Fcc172f133D36AC2282A2", "requiresUserFunds": true, "blockExplorerLink": "https://polygonscan.com/address/0x55991a42e8FEb9DFAC9Fcc172f133D36AC2282A2#code"