From 20b9563dd3d4eb1bc4de51f2f3c628b262741ad5 Mon Sep 17 00:00:00 2001 From: Derek Croote Date: Tue, 9 Jul 2024 22:33:33 -0700 Subject: [PATCH] Fix OEV links --- docs/reference/oev-network/dapps/index.md | 5 ++--- docs/reference/oev-network/overview/auction-cycle.md | 2 +- docs/reference/oev-network/searchers/submit-bids.md | 8 ++++---- .../oev-network/searchers/understanding-auctioneer.md | 4 ++-- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/reference/oev-network/dapps/index.md b/docs/reference/oev-network/dapps/index.md index 836e4951..eeb8709f 100644 --- a/docs/reference/oev-network/dapps/index.md +++ b/docs/reference/oev-network/dapps/index.md @@ -37,8 +37,7 @@ market. Searchers use signed data from Airnodes to update the proxy contract with the -latest data point. However, if -[`Api3ServerV1`](https://docs.api3.org/reference/dapis/understand/read-dapis.htmls) +latest data point. However, if [`Api3ServerV1`](/reference/dapis/understand/) has a more recent timestamp than the last searcher update, the data point from `Api3ServerV1` will be displayed. @@ -46,7 +45,7 @@ has a more recent timestamp than the last searcher update, the data point from Please refer to the following guide on how to read from a proxy contract: -- [Reading a dAPI Proxy](https://docs.api3.org/guides/dapis/read-a-dapi/) +- [Reading a dAPI Proxy](/guides/dapis/read-a-dapi/) ::: diff --git a/docs/reference/oev-network/overview/auction-cycle.md b/docs/reference/oev-network/overview/auction-cycle.md index 5c3abaf4..7458271e 100644 --- a/docs/reference/oev-network/overview/auction-cycle.md +++ b/docs/reference/oev-network/overview/auction-cycle.md @@ -94,7 +94,7 @@ met. If there are multiple bids that are satisfied, the auctioneer finds the winning bid by selecting the one with the highest bid amount. More details on how the auctioneer selects the winning bid can be found in the -[Understanding Auctioneer](/reference/oev-network/searchers/understanding-auctioneer.html#parallel-auctions) +[Understanding Auctioneer](/reference/oev-network/searchers/understanding-auctioneer.md#parallel-auctions) page. 8. Sign the winning bid diff --git a/docs/reference/oev-network/searchers/submit-bids.md b/docs/reference/oev-network/searchers/submit-bids.md index b06073a7..d5a00e2b 100644 --- a/docs/reference/oev-network/searchers/submit-bids.md +++ b/docs/reference/oev-network/searchers/submit-bids.md @@ -27,8 +27,8 @@ awarded bid and then finally submit fulfillment of the oracle update. ## Prerequisites -- [Bridge ETH](/reference/oev-network/overview/bridge-oev-network.html) to the - OEV Network +- [Bridge ETH](/reference/oev-network/overview/bridge-oev-network.md) to the OEV + Network - Clone the repository and install the dependencies @@ -312,8 +312,8 @@ const awardedTransaction = await new Promise(async (resolve, reject) => { Once the bid is awarded, the searcher can perform the oracle update by using the encoded award transaction on the `updateOevProxyDataFeedWithSignedData` function -of [Api3ServerV1 contract](https://docs.api3.org/reference/dapis/chains/) via -the deployed OevSearcherMulticallV1 contract. +of [Api3ServerV1 contract](/reference/dapis/chains/) via the deployed +OevSearcherMulticallV1 contract. ```javascript const performOevUpdate = async (awardedTransaction) => { diff --git a/docs/reference/oev-network/searchers/understanding-auctioneer.md b/docs/reference/oev-network/searchers/understanding-auctioneer.md index 4d3e8f3e..28d29751 100644 --- a/docs/reference/oev-network/searchers/understanding-auctioneer.md +++ b/docs/reference/oev-network/searchers/understanding-auctioneer.md @@ -59,8 +59,8 @@ on the [API3 Market](https://market.api3.org/). For each proxy there is a separate auction round that takes place. The auction round is documented in the -[Auction Cycle](/reference/oev-network/overview/auction-cycle.html) page but -there are some nuances in the auctioneer state that are noted here. +[Auction Cycle](/reference/oev-network/overview/auction-cycle.md) page but there +are some nuances in the auctioneer state that are noted here. For each proxy the following checks are done by auctioneer during an auction round to filter out non-qualifying bids: