Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshpinto committed Jun 6, 2024
1 parent c59b8b7 commit 7138759
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/ftso/0-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/ftso/2-feeds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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?]
Expand Down
2 changes: 1 addition & 1 deletion docs/ftso/flareda/1-overview.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
slug: overview
title: DA for FTSOv2
title: Scaling for FTSOv2
---
2 changes: 1 addition & 1 deletion docs/run-a-node/3-ftso-data-provider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
4 changes: 2 additions & 2 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ const sidebars: SidebarsConfig = {
},
{
type: "category",
label: "DA for FTSOv2",
label: "FTSOv2 Scaling",
collapsed: true,
link: { type: "doc", id: "ftso/flareda/overview" },
items: [
"ftso/flareda/getting-started",
"ftso/flareda/anchor-feeds",
{
type: "category",
label: "DA Guides",
label: "Scaling Guides",
collapsed: true,
link: {
slug: "/category/ftso/flareda/guides",
Expand Down

0 comments on commit 7138759

Please sign in to comment.