From 04d03cd708206a4b06fab81253f7a981e5722ed7 Mon Sep 17 00:00:00 2001 From: mariobern Date: Thu, 13 Mar 2025 14:45:39 +0800 Subject: [PATCH 1/3] add disclaimer --- pages/price-feeds/sponsored-feeds.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/price-feeds/sponsored-feeds.mdx b/pages/price-feeds/sponsored-feeds.mdx index 7fa0d214..9798e461 100644 --- a/pages/price-feeds/sponsored-feeds.mdx +++ b/pages/price-feeds/sponsored-feeds.mdx @@ -10,5 +10,9 @@ The sponsored feeds can vary by network. Please see the relevant section below f - [Solana](sponsored-feeds/solana) - [Aptos](sponsored-feeds/aptos) - [Sui](sponsored-feeds/sui) +- [Movement](sponsored-feeds/movement) + + +DISCLAIMER: While the Pyth Data Association strives to deliver timely updates, these sponsored feeds may occasionally experience delays in updates that could affect time-sensitive operations. Applications are advised to run their own scheduler. Find out how you can run your own scheduler [here](/price-feeds/schedule-price-updates/using-scheduler). If you would like to see additional feeds on this list, please fill in this [form](https://tally.so/r/nGz2jj) to signal your interest. From e4dc655ae6816bebc9cad063947b65416ce3e432 Mon Sep 17 00:00:00 2001 From: mariobern Date: Thu, 13 Mar 2025 14:50:57 +0800 Subject: [PATCH 2/3] fix pre-commit --- pages/price-feeds/sponsored-feeds.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/price-feeds/sponsored-feeds.mdx b/pages/price-feeds/sponsored-feeds.mdx index 9798e461..9a19f293 100644 --- a/pages/price-feeds/sponsored-feeds.mdx +++ b/pages/price-feeds/sponsored-feeds.mdx @@ -12,7 +12,6 @@ The sponsored feeds can vary by network. Please see the relevant section below f - [Sui](sponsored-feeds/sui) - [Movement](sponsored-feeds/movement) - DISCLAIMER: While the Pyth Data Association strives to deliver timely updates, these sponsored feeds may occasionally experience delays in updates that could affect time-sensitive operations. Applications are advised to run their own scheduler. Find out how you can run your own scheduler [here](/price-feeds/schedule-price-updates/using-scheduler). If you would like to see additional feeds on this list, please fill in this [form](https://tally.so/r/nGz2jj) to signal your interest. From 061afe2c752a50e6a36ae43fa7fe6a662126a6a0 Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Thu, 13 Mar 2025 11:26:55 -0400 Subject: [PATCH 3/3] update --- pages/price-feeds/sponsored-feeds.mdx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pages/price-feeds/sponsored-feeds.mdx b/pages/price-feeds/sponsored-feeds.mdx index 9a19f293..b651ef89 100644 --- a/pages/price-feeds/sponsored-feeds.mdx +++ b/pages/price-feeds/sponsored-feeds.mdx @@ -1,3 +1,5 @@ +import { Callout } from "nextra/components"; + # Sponsored Feeds The Pyth Data Association sponsors price updates for some feeds on some networks. @@ -12,6 +14,12 @@ The sponsored feeds can vary by network. Please see the relevant section below f - [Sui](sponsored-feeds/sui) - [Movement](sponsored-feeds/movement) -DISCLAIMER: While the Pyth Data Association strives to deliver timely updates, these sponsored feeds may occasionally experience delays in updates that could affect time-sensitive operations. Applications are advised to run their own scheduler. Find out how you can run your own scheduler [here](/price-feeds/schedule-price-updates/using-scheduler). + + DISCLAIMER: While the Pyth Data Association strives to deliver timely updates, + these sponsored feeds may occasionally experience delays in updates caused by + chain halts, gas estimations and other issues. Applications are advised to run + their own scheduler. Find out how you can run your own scheduler + [here](/price-feeds/schedule-price-updates/using-scheduler). + If you would like to see additional feeds on this list, please fill in this [form](https://tally.so/r/nGz2jj) to signal your interest.