-
Notifications
You must be signed in to change notification settings - Fork 308
[xc-admin] min pub page #519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
|
||
| return () => {} | ||
| return () => { | ||
| cancelled = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
without this line, and the added lines above, it broke the site because it was returning multiple cluster data and the order wasn't preserved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Me not understand but I'll trust you
| )!.address | ||
|
|
||
| pythProgramClient.methods | ||
| .setMinPub(newMinPublishers, [0, 0, 0]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In accounts, you need to make fundingAccount : squads?.getAuthorityPDA( SECURITY_MULTISIG[getMultisigCluster(cluster)], 1 ) otherwise the multisig won't sign the transaction
guibescos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to fix :
- proposal accounts
- video that I sent you
guibescos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢 it sir
No description provided.