File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
target_chains/solana/sdk/js/pyth_solana_receiver/examples Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ async function main() {
3232 ) ;
3333 // Use a stable treasury ID of 0, since its address is indexed in the address lookup table.
3434 // This is a tx size optimization and is optional. If not provided, a random treasury account will be used.
35- const treasuryId = 1 ;
35+ const treasuryId = 0 ;
3636 const pythSolanaReceiver = new PythSolanaReceiver ( {
3737 connection,
3838 wallet,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ async function main() {
3434 ) ;
3535 // Use a stable treasury ID of 0, since its address is indexed in the address lookup table.
3636 // This is a tx size optimization and is optional. If not provided, a random treasury account will be used.
37- const treasuryId = 1 ;
37+ const treasuryId = 0 ;
3838 const pythSolanaReceiver = new PythSolanaReceiver ( {
3939 connection,
4040 wallet,
You can’t perform that action at this time.
0 commit comments