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

[Solana] Load balance treasury #1267

Merged
merged 22 commits into from
Feb 1, 2024
Prev Previous commit
Merge branch 'main' into solana/load-balance-2
  • Loading branch information
guibescos committed Feb 1, 2024
commit 7fc6d65c190f8d103cd660b6e51227816c1b3d51
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ use {
program_simulator::into_transaction_error,
pyth_solana_receiver::{
error::ReceiverError,
instruction::PostUpdates,
instruction::{
PostUpdates,
ReclaimRent,
},
sdk::{
deserialize_accumulator_update_data,
DEFAULT_TREASURY_ID,
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.