Skip to content

Commit

Permalink
Add devnet yield router input account to script
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelleher committed Nov 6, 2023
1 parent 7d63b05 commit 6bfc34a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/scripts/updateState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import {WalletAdapterNetwork} from "@solana/wallet-adapter-base";
// prod old treasury (Yield Controller)
// newTreasury: new PublicKey("E7BjB9UQp814RsMPq7U6S4fy6wRzn6tFTYt31kJoskoq"),
// prod new treasury (Offset Bridge)
newTreasury: new PublicKey("6HQrvpMJFqMj35JqMReyhnUrRXNucAAB6FywdDu7xPKA"),
// newTreasury: new PublicKey("6HQrvpMJFqMj35JqMReyhnUrRXNucAAB6FywdDu7xPKA"),
// devnet new treasury (Yield Router)
newTreasury: new PublicKey("Csr9LRZ4K2kYWHeHrvTJZYqA55jNSDhxtszJT3yRicQS"),
});
})().catch(console.error);

0 comments on commit 6bfc34a

Please sign in to comment.