Skip to content

Commit

Permalink
fix: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngozi-Txfusion committed Aug 20, 2024
1 parent de0e1b6 commit 1435a30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/10.js/00.ethers/05.api/20.v6/05.types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1435a30

Please sign in to comment.