From defe7654f5039bd3e17001b2ff6f0e5b932b56bc Mon Sep 17 00:00:00 2001 From: bitful-pannul Date: Thu, 22 Aug 2024 04:24:56 +0300 Subject: [PATCH] app_store UI: hotfix unpublish --- kinode/packages/app_store/ui/src/pages/PublishPage.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kinode/packages/app_store/ui/src/pages/PublishPage.tsx b/kinode/packages/app_store/ui/src/pages/PublishPage.tsx index 2692c5372..bdd28c25e 100644 --- a/kinode/packages/app_store/ui/src/pages/PublishPage.tsx +++ b/kinode/packages/app_store/ui/src/pages/PublishPage.tsx @@ -150,11 +150,12 @@ export default function PublishPage() { address: tba as `0x${string}`, functionName: 'execute', args: [ - KIMAP, + MULTICALL, BigInt(0), multicall, 1 - ] + ], + gas: BigInt(1000000), }); } catch (error) {