Skip to content

Commit

Permalink
fix decode new vsr (#1891)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 authored Oct 25, 2023
1 parent ed65b23 commit 531c8b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/instructions/programs/voteStakeRegistry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -492,4 +492,7 @@ export const VOTE_STAKE_REGISTRY_INSTRUCTIONS = {
VoteMBhDCqGLRgYpp9o7DGyq81KNmwjXQRAHStjtJsS: common_instructions(
new PublicKey('VoteMBhDCqGLRgYpp9o7DGyq81KNmwjXQRAHStjtJsS')
),
'5sWzuuYkeWLBdAv3ULrBfqA51zF7Y4rnVzereboNDCPn': common_instructions(
new PublicKey('5sWzuuYkeWLBdAv3ULrBfqA51zF7Y4rnVzereboNDCPn')
),
}

1 comment on commit 531c8b6

@vercel
Copy link

@vercel vercel bot commented on 531c8b6 Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.