diff --git a/docs/ftso/0-overview.mdx b/docs/ftso/0-overview.mdx index 5499774a..129af3cc 100644 --- a/docs/ftso/0-overview.mdx +++ b/docs/ftso/0-overview.mdx @@ -19,4 +19,4 @@ The **F**lare **T**ime **S**eries **O**racle (FTSO) is an [enshrined oracle](../ - **Decentralized.** FTSOv2 has around 100 independent data providers for every feed. The providers are chosen by Flare users, whose delegated stake imposes an economic cost to misbehavior. -- **Cost-effective.** FTSOv2's block-latency feeds have no costs (not even gas!) to query on Flare. Feeds from DA are also free to access and verify locally, and only have minimal gas costs to verify on-chain. +- **Cost-effective.** FTSOv2's block-latency feeds have no costs (not even gas!) to query on Flare. Feeds from Scaling are also free to access and verify locally, and only have minimal gas costs to verify on-chain. diff --git a/docs/ftso/2-feeds.mdx b/docs/ftso/2-feeds.mdx index ab892df3..80eb91d8 100644 --- a/docs/ftso/2-feeds.mdx +++ b/docs/ftso/2-feeds.mdx @@ -42,7 +42,7 @@ function fetchCurrentFeeds( :::info Looking for more feeds? FTSOv2's block-latency interface supports a subset of feeds, updating every ≈1.8 seconds on Flare. FTSOv2 supports up to 1000 feeds including equities, commodities, and cryptocurrencies, updating every ≈60 seconds. -Learn more about how to use [DA for FTSOv2](./flareda/overview). +Learn more about how to use [FTSOv2](./flareda/overview). ::: :::tip[What's next?] diff --git a/docs/ftso/flareda/1-overview.mdx b/docs/ftso/flareda/1-overview.mdx index 98ff2ea6..0fcf8930 100644 --- a/docs/ftso/flareda/1-overview.mdx +++ b/docs/ftso/flareda/1-overview.mdx @@ -1,4 +1,4 @@ --- slug: overview -title: DA for FTSOv2 +title: Scaling for FTSOv2 --- diff --git a/docs/run-a-node/3-ftso-data-provider.mdx b/docs/run-a-node/3-ftso-data-provider.mdx index 1791d250..94c4cd12 100644 --- a/docs/run-a-node/3-ftso-data-provider.mdx +++ b/docs/run-a-node/3-ftso-data-provider.mdx @@ -2,7 +2,7 @@ sidebar_position: 3 slug: ftso-data-provider title: FTSOv2 Data Provider -description: Provide block-latency updates and DA for FTSOv2. +description: Provide block-latency updates and Scaling for FTSOv2. --- import Tabs from "@theme/Tabs"; diff --git a/sidebars.ts b/sidebars.ts index c0f23163..e4b5eefc 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -50,7 +50,7 @@ const sidebars: SidebarsConfig = { }, { type: "category", - label: "DA for FTSOv2", + label: "FTSOv2 Scaling", collapsed: true, link: { type: "doc", id: "ftso/flareda/overview" }, items: [ @@ -58,7 +58,7 @@ const sidebars: SidebarsConfig = { "ftso/flareda/anchor-feeds", { type: "category", - label: "DA Guides", + label: "Scaling Guides", collapsed: true, link: { slug: "/category/ftso/flareda/guides",