Skip to content

Commit db6bba9

Browse files
authored
Show multisig network on proposal page (#975)
1 parent 4660026 commit db6bba9

File tree

1 file changed

+3
-0
lines changed
  • governance/xc_admin/packages/xc_admin_frontend/components/tabs

1 file changed

+3
-0
lines changed

governance/xc_admin/packages/xc_admin_frontend/components/tabs/Proposals.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,9 @@ const Proposal = ({
427427
!isMultisigLoading ? (
428428
<div className="grid grid-cols-3 gap-4">
429429
<div className="col-span-3 my-2 space-y-4 bg-[#1E1B2F] p-4">
430+
<h4 className="h4 font-semibold">
431+
Multisig network: {multisigCluster}
432+
</h4>
430433
<h4 className="h4 font-semibold">
431434
{uniqueTargetCluster
432435
? `Target Pyth oracle program: ${targetClusters[0]}`

0 commit comments

Comments
 (0)