File tree 3 files changed +3
-3
lines changed
target_chains/solana/sdk/js/pyth_solana_receiver
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ async function main() {
32
32
) ;
33
33
// Use a stable treasury ID of 0, since its address is indexed in the address lookup table.
34
34
// 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 ;
36
36
const pythSolanaReceiver = new PythSolanaReceiver ( {
37
37
connection,
38
38
wallet,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ async function main() {
34
34
) ;
35
35
// Use a stable treasury ID of 0, since its address is indexed in the address lookup table.
36
36
// 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 ;
38
38
const pythSolanaReceiver = new PythSolanaReceiver ( {
39
39
connection,
40
40
wallet,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pythnetwork/pyth-solana-receiver" ,
3
- "version" : " 0.10.0 " ,
3
+ "version" : " 0.10.1 " ,
4
4
"description" : " Pyth solana receiver SDK" ,
5
5
"homepage" : " https://pyth.network" ,
6
6
"main" : " lib/index.js" ,
You can’t perform that action at this time.
0 commit comments