From 2595a8d5344a96f2c28a234aa81a7af051598b15 Mon Sep 17 00:00:00 2001 From: Megha-Dev-19 Date: Sat, 2 Mar 2024 10:12:50 +0530 Subject: [PATCH] fix tc dismiss deposit --- apps/astraplusplus/widget/DAO/Proposal/Create/Dismiss.jsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/astraplusplus/widget/DAO/Proposal/Create/Dismiss.jsx b/apps/astraplusplus/widget/DAO/Proposal/Create/Dismiss.jsx index 1f60e73..6571b06 100644 --- a/apps/astraplusplus/widget/DAO/Proposal/Create/Dismiss.jsx +++ b/apps/astraplusplus/widget/DAO/Proposal/Create/Dismiss.jsx @@ -68,7 +68,8 @@ const handleProposal = () => { { method_name: "dismiss_hook", args: fc_args, - gas: "50000000000000" + gas: "50000000000000", + deposit: "100000000000000000000000" } ] } @@ -157,7 +158,8 @@ return ( daoId: daoId, label: "House", placeholder: "Select house account", - onUpdate: onChangeDao + onUpdate: onChangeDao, + dev: props.dev }} />