Skip to content

Commit

Permalink
Merge pull request #67 from near-ndc/fix-tc-dismiss-hook
Browse files Browse the repository at this point in the history
Fix tc dismiss deposit
  • Loading branch information
Megha-Dev-19 authored Mar 2, 2024
2 parents 429c925 + 2595a8d commit 8e987d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/astraplusplus/widget/DAO/Proposal/Create/Dismiss.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ const handleProposal = () => {
{
method_name: "dismiss_hook",
args: fc_args,
gas: "50000000000000"
gas: "50000000000000",
deposit: "100000000000000000000000"
}
]
}
Expand Down Expand Up @@ -157,7 +158,8 @@ return (
daoId: daoId,
label: "House",
placeholder: "Select house account",
onUpdate: onChangeDao
onUpdate: onChangeDao,
dev: props.dev
}}
/>
<div className="mb-3">
Expand Down

0 comments on commit 8e987d2

Please sign in to comment.