File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
target_chains/solana/sdk/js/pyth_solana_receiver Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pythnetwork/pyth-solana-receiver" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.8.2 " ,
4
4
"description" : " Pyth solana receiver SDK" ,
5
5
"homepage" : " https://pyth.network" ,
6
6
"main" : " lib/index.js" ,
Original file line number Diff line number Diff line change @@ -795,7 +795,7 @@ export class PythSolanaReceiver {
795
795
* @param pushOracleProgramId The program ID of the Pyth Push Oracle program. If not provided, the default deployment will be used.
796
796
* @returns The address of the price feed account
797
797
*/
798
- function getPriceFeedAccountForProgram (
798
+ export function getPriceFeedAccountForProgram (
799
799
shardId : number ,
800
800
priceFeedId : Buffer | string ,
801
801
pushOracleProgramId ?: PublicKey
Original file line number Diff line number Diff line change 1
1
export {
2
2
PythSolanaReceiver ,
3
3
PythTransactionBuilder ,
4
+ getPriceFeedAccountForProgram ,
4
5
} from "./PythSolanaReceiver" ;
5
6
export {
6
7
TransactionBuilder ,
You can’t perform that action at this time.
0 commit comments