Skip to content
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

Add set reward authority cli commands #502

Merged
merged 5 commits into from
Nov 15, 2024

Conversation

yugure-orca
Copy link
Collaborator

@yugure-orca yugure-orca commented Nov 14, 2024

Added the following cli commands:

  • setRewardEmissionsSuperAuthority
  • setRewardAuthority

Those commands have been used to adjust authorities on the config and pools in Eclipse.
(It worked as expected)

@@ -31,7 +31,7 @@ export async function sendTransaction(
let priorityFeeInLamports = 0;

while (true) {
const priorityFeeInSOL = await promptNumber("priorityFeeInSOL");
const priorityFeeInSOL = await promptText("priorityFeeInSOL");
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I cannot type "0.000001" SOL, so changed to promptText.

Copy link
Member

@wjthieme wjthieme left a comment

Choose a reason for hiding this comment

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

🚢

@yugure-orca yugure-orca merged commit b157b1c into main Nov 15, 2024
5 checks passed
@yugure-orca yugure-orca deleted the yugure/add-set-reward-authority-cli-commands branch November 15, 2024 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants