We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebc603 commit d5776d0Copy full SHA for d5776d0
governance/xc_admin/packages/xc_admin_frontend/components/tabs/Proposals.tsx
@@ -297,6 +297,13 @@ const Proposal = ({
297
</div>
298
) : instruction instanceof UnrecognizedProgram ? (
299
<>
300
+ <div
301
+ key={`${index}_programId`}
302
+ className="flex justify-between"
303
+ >
304
+ <div>Program ID</div>
305
+ <div>{instruction.instruction.programId.toBase58()}</div>
306
+ </div>
307
<div key={`${index}_data`} className="flex justify-between">
308
<div>Data</div>
309
<div>
0 commit comments