From 832e4af97aa78f1d6e82a9f82f7ef9116398a86a Mon Sep 17 00:00:00 2001 From: Ngozi Peace Okafor Date: Tue, 20 Aug 2024 11:47:31 +0100 Subject: [PATCH] feat: v6 types page has v5 links (#85) * feat: v6 types page has v5 links * Revert "feat: v6 types page has v5 links" This reverts commit bffe83e55dfc71c267a3f65046f07bd360eb678d. * fix: update links --- content/10.js/00.ethers/05.api/20.v6/05.types.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/10.js/00.ethers/05.api/20.v6/05.types.md b/content/10.js/00.ethers/05.api/20.v6/05.types.md index 3182935..bc95de0 100644 --- a/content/10.js/00.ethers/05.api/20.v6/05.types.md +++ b/content/10.js/00.ethers/05.api/20.v6/05.types.md @@ -116,7 +116,7 @@ Interface representation of batch details. ## `Block` Interface representation of a block that extends the Ethers -[`providers.Block`](https://docs.ethers.org/v5/api/providers/types/#providers-Block) +[`providers.Block`](https://docs.ethers.org/v6/api/providers/#Block) definition with additional fields. ::field-group @@ -471,7 +471,7 @@ Interface representation of a layer 2 to layer 1 transaction log. ## `Log` Interface representation of log that extends Ethers -[`providers.Log`](https://docs.ethers.org/v5/api/providers/types/#providers-Log) +[`providers.Log`](https://docs.ethers.org/v6/api/providers/#Log) and supplies the layer 1 batch number. ::field-group @@ -856,7 +856,7 @@ Interface representation of transaction details. ## `TransactionReceipt` Interface representation of transaction receipt that extends from Ethers -[`providers.TransactionReceipt`](https://docs.ethers.org/v5/api/providers/types/#providers-TransactionReceipt) +[`providers.TransactionReceipt`](https://docs.ethers.org/v6/api/providers/#TransactionReceipt) with additional fields. ::field-group @@ -879,7 +879,7 @@ with additional fields. ## `TransactionRequest` Interface representation of transaction request that extends from Ethers -[`providers.TransactionRequest`](https://docs.ethers.org/v5/api/providers/types/#providers-TransactionRequest) +[`providers.TransactionRequest`](https://docs.ethers.org/v6/api/providers/#TransactionRequest) which adds an optional field for EIP-712 transactions. ::field-group @@ -893,7 +893,7 @@ which adds an optional field for EIP-712 transactions. ## `TransactionResponse` Interface representation of transaction response that extends from Ethers -[`providers.TransactionResponse`](https://docs.ethers.org/v5/api/providers/types/#providers-TransactionResponse) +[`providers.TransactionResponse`](https://docs.ethers.org/v6/api/providers/#TransactionResponse) with additional fields. ::field-group