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

Commit 4d6bb5f

Browse files
committed
Update relay to use separate serialization function
1 parent ba9cab5 commit 4d6bb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyth-aptos-js/src/examples/AptosRelay.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async function run() {
5454
argv.pythContract + "::pyth",
5555
"update_price_feeds_with_funder",
5656
[],
57-
[priceFeedUpdateData]
57+
[AptosPriceServiceConnection.serializeUpdateData(priceFeedUpdateData)]
5858
)
5959
)
6060
);

0 commit comments

Comments
 (0)