From 9e4c87535d3a6dda8ed7ccfd37fc4300c06ad4a7 Mon Sep 17 00:00:00 2001 From: Blessing Krofegha Date: Thu, 5 Sep 2024 14:18:36 +0100 Subject: [PATCH] fix broken links --- .../chain-operators/tutorials/integrating-da-layer.mdx | 1 - pages/builders/tools/build/oracles.mdx | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pages/builders/chain-operators/tutorials/integrating-da-layer.mdx b/pages/builders/chain-operators/tutorials/integrating-da-layer.mdx index a18dfc18d..dfce82288 100644 --- a/pages/builders/chain-operators/tutorials/integrating-da-layer.mdx +++ b/pages/builders/chain-operators/tutorials/integrating-da-layer.mdx @@ -45,5 +45,4 @@ Follow our guide on [how to operate an Alt-DA Mode chain](/builders/chain-operat ## Next Steps -* Want to explore more? See an [example DA server](https://github.com/ethereum-optimism/optimism/tree/develop/op-alt-da/cmd/daserver) * For more detail on implementing the DA Server, [see the specification](https://specs.optimism.io/experimental/alt-da.html#da-server). diff --git a/pages/builders/tools/build/oracles.mdx b/pages/builders/tools/build/oracles.mdx index d6268d293..378ea8d16 100644 --- a/pages/builders/tools/build/oracles.mdx +++ b/pages/builders/tools/build/oracles.mdx @@ -124,8 +124,8 @@ You can explore the full catalog of Pyth Price Feed IDs for [OP Mainnet and Sepo Builders can choose how they want to consume the data among 3 dedicated models: -* [RedStone Core](https://docs.redstone.finance/docs/get-started/models/redstone-core) (pull oracle) - less than 10s update time, broad spectrum of feeds, best for most use cases. All [Core Price Feeds](https://app.redstone.finance/#/app/tokens) are available on OP Mainnet & OP Sepolia. -* [RedStone Classic](https://docs.redstone.finance/docs/get-started/models/redstone-classic) (push oracle) - for protocols designed for the traditional oracle interface, customizable heartbeat and deviation threshold. +* [RedStone Core](https://docs.redstone.finance/docs/get-started/models/redstone-pull) (pull oracle) - less than 10s update time, broad spectrum of feeds, best for most use cases. All [Core Price Feeds](https://app.redstone.finance/#/app/tokens) are available on OP Mainnet & OP Sepolia. +* [RedStone Classic](https://docs.redstone.finance/docs/get-started/models/redstone-push) (push oracle) - for protocols designed for the traditional oracle interface, customizable heartbeat and deviation threshold. * [RedStone X](https://docs.redstone.finance/docs/get-started/models/redstone-x) - specifically for Perps and Options, highest update frequency and front-running protection. Interested in integration? [Get in contact](https://discord.com/invite/PVxBZKFr46) with the RedStone team!