Skip to content

Commit 95e2290

Browse files
authored
Merge pull request #884 from ethereum-optimism/fix-links
fix broken links
2 parents a06498b + 9e4c875 commit 95e2290

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pages/builders/chain-operators/tutorials/integrating-da-layer.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,4 @@ Follow our guide on [how to operate an Alt-DA Mode chain](/builders/chain-operat
4545

4646
## Next Steps
4747

48-
* Want to explore more? See an [example DA server](https://github.com/ethereum-optimism/optimism/tree/develop/op-alt-da/cmd/daserver)
4948
* For more detail on implementing the DA Server, [see the specification](https://specs.optimism.io/experimental/alt-da.html#da-server).

pages/builders/tools/build/oracles.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ You can explore the full catalog of Pyth Price Feed IDs for [OP Mainnet and Sepo
124124

125125
Builders can choose how they want to consume the data among 3 dedicated models:
126126

127-
* [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.
128-
* [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.
127+
* [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.
128+
* [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.
129129
* [RedStone X](https://docs.redstone.finance/docs/get-started/models/redstone-x) - specifically for Perps and Options, highest update frequency and front-running protection.
130130

131131
Interested in integration? [Get in contact](https://discord.com/invite/PVxBZKFr46) with the RedStone team!

0 commit comments

Comments
 (0)