From 42c086a49b0d6a59302a71658e4c435e0a2d0268 Mon Sep 17 00:00:00 2001 From: Thibaut Sardan Date: Fri, 6 Dec 2024 14:39:21 +0100 Subject: [PATCH] add child bounty --- packages/ui/src/components/CallInfo.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ui/src/components/CallInfo.tsx b/packages/ui/src/components/CallInfo.tsx index 8ed6b62f..382e7693 100644 --- a/packages/ui/src/components/CallInfo.tsx +++ b/packages/ui/src/components/CallInfo.tsx @@ -44,6 +44,7 @@ const isWhiteListedCall = (type: string, value: string) => { 'ChildBounties.add_child_bounty', 'ChildBounties.propose_curator', 'ChildBounties.accept_curator', + 'ChildBounties.claim_child_bounty', 'Staking.bond', 'Staking.unbond', 'Staking.bond_extra',