Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use relative links #66

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[![GitHub commit activity](https://img.shields.io/github/commit-activity/w/base-org/op-wagmi)](https://github.com/base-org/op-wagmi/graphs/contributors)
[![GitHub Stars](https://img.shields.io/github/stars/base-org/op-wagmi.svg)](https://github.com/base-org/op-wagmi/stargazers)
![GitHub repo size](https://img.shields.io/github/repo-size/base-org/op-wagmi)
[![GitHub](https://img.shields.io/github/license/base-org/op-wagmi?color=blue)](https://github.com/base-org/op-wagmi/blob/main/LICENSE)
[![GitHub](https://img.shields.io/github/license/base-org/op-wagmi?color=blue)](/LICENSE)

<!-- Badge row 2 - links and profiles -->

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ return (
)
```

Check out the [example Superchain Bridge](https://github.com/base-org/op-wagmi/tree/master/example) for more.
Check out the [example Superchain Bridge](/example) for more.
2 changes: 1 addition & 1 deletion docs/reference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Wagmi hooks for OP Stack Chains
[![GitHub commit activity](https://img.shields.io/github/commit-activity/w/base-org/op-wagmi)](https://github.com/base-org/op-wagmi/graphs/contributors)
[![GitHub Stars](https://img.shields.io/github/stars/base-org/op-wagmi.svg)](https://github.com/base-org/op-wagmi/stargazers)
![GitHub repo size](https://img.shields.io/github/repo-size/base-org/op-wagmi)
[![GitHub](https://img.shields.io/github/license/base-org/op-wagmi?color=blue)](https://github.com/base-org/op-wagmi/blob/main/LICENSE)
[![GitHub](https://img.shields.io/github/license/base-org/op-wagmi?color=blue)](/LICENSE)

<!-- Badge row 2 - links and profiles -->

Expand Down
60 changes: 30 additions & 30 deletions docs/reference/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

#### Defined in

[hooks/L1/useSimulateDepositERC20.ts:14](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L1/useSimulateDepositERC20.ts#L14)
[hooks/L1/useSimulateDepositERC20.ts:14](/src/hooks/L1/useSimulateDepositERC20.ts#L14)

---

Expand All @@ -72,7 +72,7 @@

#### Defined in

[hooks/L1/useSimulateDepositETH.ts:14](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L1/useSimulateDepositETH.ts#L14)
[hooks/L1/useSimulateDepositETH.ts:14](/src/hooks/L1/useSimulateDepositETH.ts#L14)

---

Expand All @@ -89,7 +89,7 @@

#### Defined in

[hooks/L1/useSimulateFinalizeWithdrawalTransaction.ts:17](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L1/useSimulateFinalizeWithdrawalTransaction.ts#L17)
[hooks/L1/useSimulateFinalizeWithdrawalTransaction.ts:17](/src/hooks/L1/useSimulateFinalizeWithdrawalTransaction.ts#L17)

---

Expand All @@ -106,7 +106,7 @@

#### Defined in

[hooks/L1/useSimulateProveWithdrawalTransaction.ts:23](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L1/useSimulateProveWithdrawalTransaction.ts#L23)
[hooks/L1/useSimulateProveWithdrawalTransaction.ts:23](/src/hooks/L1/useSimulateProveWithdrawalTransaction.ts#L23)

---

Expand All @@ -123,7 +123,7 @@

#### Defined in

[hooks/L2/useSimulateWithdrawERC20.ts:15](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L2/useSimulateWithdrawERC20.ts#L15)
[hooks/L2/useSimulateWithdrawERC20.ts:15](/src/hooks/L2/useSimulateWithdrawERC20.ts#L15)

---

Expand All @@ -140,7 +140,7 @@

#### Defined in

[hooks/L2/useSimulateWithdrawETH.ts:16](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L2/useSimulateWithdrawETH.ts#L16)
[hooks/L2/useSimulateWithdrawETH.ts:16](/src/hooks/L2/useSimulateWithdrawETH.ts#L16)

---

Expand All @@ -157,7 +157,7 @@

#### Defined in

[hooks/L1/useWriteDepositERC20.ts:23](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L1/useWriteDepositERC20.ts#L23)
[hooks/L1/useWriteDepositERC20.ts:23](/src/hooks/L1/useWriteDepositERC20.ts#L23)

---

Expand All @@ -174,7 +174,7 @@

#### Defined in

[hooks/L1/useWriteDepositETH.ts:27](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L1/useWriteDepositETH.ts#L27)
[hooks/L1/useWriteDepositETH.ts:27](/src/hooks/L1/useWriteDepositETH.ts#L27)

---

Expand All @@ -191,7 +191,7 @@

#### Defined in

[hooks/L1/useWriteFinalizeWithdrawalTransaction.ts:30](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L1/useWriteFinalizeWithdrawalTransaction.ts#L30)
[hooks/L1/useWriteFinalizeWithdrawalTransaction.ts:30](/src/hooks/L1/useWriteFinalizeWithdrawalTransaction.ts#L30)

---

Expand All @@ -208,7 +208,7 @@

#### Defined in

[hooks/L1/useWriteProveWithdrawalTransaction.ts:33](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L1/useWriteProveWithdrawalTransaction.ts#L33)
[hooks/L1/useWriteProveWithdrawalTransaction.ts:33](/src/hooks/L1/useWriteProveWithdrawalTransaction.ts#L33)

---

Expand All @@ -225,7 +225,7 @@

#### Defined in

[hooks/L2/useWriteWithdrawERC20.ts:23](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L2/useWriteWithdrawERC20.ts#L23)
[hooks/L2/useWriteWithdrawERC20.ts:23](/src/hooks/L2/useWriteWithdrawERC20.ts#L23)

---

Expand All @@ -242,7 +242,7 @@

#### Defined in

[hooks/L2/useWriteWithdrawETH.ts:24](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L2/useWriteWithdrawETH.ts#L24)
[hooks/L2/useWriteWithdrawETH.ts:24](/src/hooks/L2/useWriteWithdrawETH.ts#L24)

---

Expand All @@ -259,7 +259,7 @@

#### Defined in

[hooks/L1/useWriteDepositERC20.ts:14](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L1/useWriteDepositERC20.ts#L14)
[hooks/L1/useWriteDepositERC20.ts:14](/src/hooks/L1/useWriteDepositERC20.ts#L14)

---

Expand All @@ -276,7 +276,7 @@

#### Defined in

[hooks/L1/useWriteDepositETH.ts:18](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L1/useWriteDepositETH.ts#L18)
[hooks/L1/useWriteDepositETH.ts:18](/src/hooks/L1/useWriteDepositETH.ts#L18)

---

Expand All @@ -293,7 +293,7 @@

#### Defined in

[hooks/L1/useWriteFinalizeWithdrawalTransaction.ts:20](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L1/useWriteFinalizeWithdrawalTransaction.ts#L20)
[hooks/L1/useWriteFinalizeWithdrawalTransaction.ts:20](/src/hooks/L1/useWriteFinalizeWithdrawalTransaction.ts#L20)

---

Expand All @@ -310,7 +310,7 @@

#### Defined in

[hooks/L1/useWriteProveWithdrawalTransaction.ts:23](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L1/useWriteProveWithdrawalTransaction.ts#L23)
[hooks/L1/useWriteProveWithdrawalTransaction.ts:23](/src/hooks/L1/useWriteProveWithdrawalTransaction.ts#L23)

---

Expand All @@ -327,7 +327,7 @@

#### Defined in

[hooks/L2/useWriteWithdrawERC20.ts:14](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L2/useWriteWithdrawERC20.ts#L14)
[hooks/L2/useWriteWithdrawERC20.ts:14](/src/hooks/L2/useWriteWithdrawERC20.ts#L14)

---

Expand All @@ -344,7 +344,7 @@

#### Defined in

[hooks/L2/useWriteWithdrawETH.ts:15](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L2/useWriteWithdrawETH.ts#L15)
[hooks/L2/useWriteWithdrawETH.ts:15](/src/hooks/L2/useWriteWithdrawETH.ts#L15)

## Functions

Expand Down Expand Up @@ -375,7 +375,7 @@ wagmi [useSimulateContract return type](https://alpha.wagmi.sh/react/api/hooks/u

#### Defined in

[hooks/L1/useSimulateDepositERC20.ts:33](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L1/useSimulateDepositERC20.ts#L33)
[hooks/L1/useSimulateDepositERC20.ts:33](/src/hooks/L1/useSimulateDepositERC20.ts#L33)

---

Expand Down Expand Up @@ -406,7 +406,7 @@ wagmi [useSimulateContract return type](https://alpha.wagmi.sh/react/api/hooks/u

#### Defined in

[hooks/L1/useSimulateDepositETH.ts:33](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L1/useSimulateDepositETH.ts#L33)
[hooks/L1/useSimulateDepositETH.ts:33](/src/hooks/L1/useSimulateDepositETH.ts#L33)

---

Expand Down Expand Up @@ -437,7 +437,7 @@ wagmi [useSimulateContract return type](https://alpha.wagmi.sh/react/api/hooks/u

#### Defined in

[hooks/L1/useSimulateFinalizeWithdrawalTransaction.ts:39](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L1/useSimulateFinalizeWithdrawalTransaction.ts#L39)
[hooks/L1/useSimulateFinalizeWithdrawalTransaction.ts:39](/src/hooks/L1/useSimulateFinalizeWithdrawalTransaction.ts#L39)

---

Expand Down Expand Up @@ -468,7 +468,7 @@ wagmi [useSimulateContract return type](https://alpha.wagmi.sh/react/api/hooks/u

#### Defined in

[hooks/L1/useSimulateProveWithdrawalTransaction.ts:45](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L1/useSimulateProveWithdrawalTransaction.ts#L45)
[hooks/L1/useSimulateProveWithdrawalTransaction.ts:45](/src/hooks/L1/useSimulateProveWithdrawalTransaction.ts#L45)

---

Expand Down Expand Up @@ -499,7 +499,7 @@ wagmi [useSimulateContract return type](https://alpha.wagmi.sh/react/api/hooks/u

#### Defined in

[hooks/L2/useSimulateWithdrawERC20.ts:34](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L2/useSimulateWithdrawERC20.ts#L34)
[hooks/L2/useSimulateWithdrawERC20.ts:34](/src/hooks/L2/useSimulateWithdrawERC20.ts#L34)

---

Expand Down Expand Up @@ -530,7 +530,7 @@ wagmi [useSimulateContract return type](https://alpha.wagmi.sh/react/api/hooks/u

#### Defined in

[hooks/L2/useSimulateWithdrawETH.ts:35](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L2/useSimulateWithdrawETH.ts#L35)
[hooks/L2/useSimulateWithdrawETH.ts:35](/src/hooks/L2/useSimulateWithdrawETH.ts#L35)

---

Expand Down Expand Up @@ -561,7 +561,7 @@ wagmi [useWriteContract return type](https://alpha.wagmi.sh/react/api/hooks/useW

#### Defined in

[hooks/L1/useWriteDepositERC20.ts:42](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L1/useWriteDepositERC20.ts#L42)
[hooks/L1/useWriteDepositERC20.ts:42](/src/hooks/L1/useWriteDepositERC20.ts#L42)

---

Expand Down Expand Up @@ -592,7 +592,7 @@ wagmi [useWriteContract return type](https://alpha.wagmi.sh/react/api/hooks/useW

#### Defined in

[hooks/L1/useWriteDepositETH.ts:83](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L1/useWriteDepositETH.ts#L83)
[hooks/L1/useWriteDepositETH.ts:83](/src/hooks/L1/useWriteDepositETH.ts#L83)

---

Expand Down Expand Up @@ -623,7 +623,7 @@ wagmi [useWriteContract return type](https://alpha.wagmi.sh/react/api/hooks/useW

#### Defined in

[hooks/L1/useWriteFinalizeWithdrawalTransaction.ts:87](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L1/useWriteFinalizeWithdrawalTransaction.ts#L87)
[hooks/L1/useWriteFinalizeWithdrawalTransaction.ts:87](/src/hooks/L1/useWriteFinalizeWithdrawalTransaction.ts#L87)

---

Expand Down Expand Up @@ -654,7 +654,7 @@ wagmi [useWriteContract return type](https://alpha.wagmi.sh/react/api/hooks/useW

#### Defined in

[hooks/L1/useWriteProveWithdrawalTransaction.ts:104](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L1/useWriteProveWithdrawalTransaction.ts#L104)
[hooks/L1/useWriteProveWithdrawalTransaction.ts:104](/src/hooks/L1/useWriteProveWithdrawalTransaction.ts#L104)

---

Expand Down Expand Up @@ -685,7 +685,7 @@ wagmi [useWriteContract return type](https://alpha.wagmi.sh/react/api/hooks/useW

#### Defined in

[hooks/L2/useWriteWithdrawERC20.ts:42](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L2/useWriteWithdrawERC20.ts#L42)
[hooks/L2/useWriteWithdrawERC20.ts:42](/src/hooks/L2/useWriteWithdrawERC20.ts#L42)

---

Expand Down Expand Up @@ -716,4 +716,4 @@ wagmi [useWriteContract return type](https://alpha.wagmi.sh/react/api/hooks/useW

#### Defined in

[hooks/L2/useWriteWithdrawETH.ts:43](https://github.com/base-org/op-wagmi/blob/master/src/hooks/L2/useWriteWithdrawETH.ts#L43)
[hooks/L2/useWriteWithdrawETH.ts:43](/src/hooks/L2/useWriteWithdrawETH.ts#L43)