Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 0f8267d

Browse files
committed
Update comment
1 parent 4d6bb5f commit 0f8267d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyth-aptos-js/src/AptosPriceServiceConnection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export class AptosPriceServiceConnection extends PriceServiceConnection {
77
* This will throw an axios error if there is a network problem or the price service returns a non-ok response (e.g: Invalid price ids)
88
*
99
* @param priceIds Array of hex-encoded price ids.
10-
* @returns Array of price update data, serialized such that it can be passed to the Pyth Aptos contract.
10+
* @returns Array of price update data.
1111
*/
1212
async getPriceFeedsUpdateData(priceIds: HexString[]): Promise<number[][]> {
1313
// Fetch the latest price feed update VAAs from the price service

0 commit comments

Comments
 (0)