From e4f87b2dfc0892b0db9ebf9da11152016b6814ee Mon Sep 17 00:00:00 2001 From: Daniel Chew Date: Mon, 21 Oct 2024 12:02:47 +0900 Subject: [PATCH] add link to ton example --- pages/price-feeds/use-real-time-data/ton.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/price-feeds/use-real-time-data/ton.mdx b/pages/price-feeds/use-real-time-data/ton.mdx index d3c977d6..442f855b 100644 --- a/pages/price-feeds/use-real-time-data/ton.mdx +++ b/pages/price-feeds/use-real-time-data/ton.mdx @@ -106,3 +106,4 @@ You may find these additional resources helpful for developing your TON applicat - [Pyth Price Feed IDs](https://pyth.network/developers/price-feed-ids) - [Pyth TON Contract](https://github.com/pyth-network/pyth-crosschain/tree/main/target_chains/ton/contracts) - [Pyth TON SDK](https://github.com/pyth-network/pyth-crosschain/tree/main/target_chains/ton/sdk) +- [Pyth TON Example](https://github.com/pyth-network/pyth-examples/tree/main/price_feeds/ton/sdk_js_usage)