From 2f4d58b50a44b3da2759055a4f097559b07b84a7 Mon Sep 17 00:00:00 2001 From: Carlos Beltran Date: Wed, 20 Dec 2023 10:00:15 -0500 Subject: [PATCH 1/2] add ZoraLzMintActionV1 action module --- open-actions.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/open-actions.json b/open-actions.json index 9ac5bf1..74acc47 100644 --- a/open-actions.json +++ b/open-actions.json @@ -64,5 +64,11 @@ "address": "0x50f1D8779078c790b82dE5Aa8d72A841e1CBBbE1", "requiresUserFunds": true, "blockExplorerLink": "https://polygonscan.com/address/0x50f1D8779078c790b82dE5Aa8d72A841e1CBBbE1#code" + }, + { + "name": "ZoraLzMintActionV1", + "address": "0xe51f055aBf11Aba71e8ff06c70cdc17c3B5FE354", + "requiresUserFunds": true, + "blockExplorerLink": "https://polygonscan.com/address/0xe51f055aBf11Aba71e8ff06c70cdc17c3B5FE354#code" } ] From f1451d550020ac7e1facc7554f65704196ce2117 Mon Sep 17 00:00:00 2001 From: Carlos Beltran Date: Wed, 20 Dec 2023 15:19:58 -0500 Subject: [PATCH 2/2] redeployed action after feedback; major changes: use tx executor for funds, profile owner as beneficiary; use tx exeuctor for refund address when creating a token --- open-actions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/open-actions.json b/open-actions.json index 74acc47..7efce3b 100644 --- a/open-actions.json +++ b/open-actions.json @@ -67,8 +67,8 @@ }, { "name": "ZoraLzMintActionV1", - "address": "0xe51f055aBf11Aba71e8ff06c70cdc17c3B5FE354", + "address": "0x5f377e3e9BE56Ff72588323Df6a4ecd5cEedc56A", "requiresUserFunds": true, - "blockExplorerLink": "https://polygonscan.com/address/0xe51f055aBf11Aba71e8ff06c70cdc17c3B5FE354#code" + "blockExplorerLink": "https://polygonscan.com/address/0x5f377e3e9BE56Ff72588323Df6a4ecd5cEedc56A#code" } ]