You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/routes/docs/[...1]overview/[...1]introduction/+page.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Web3-Onboard is the quickest and easiest way to add multi-wallet and multi-chain
33
33
34
34
### Supported Networks
35
35
36
-
web3-onboard supports all EVM networks. Supporting a new network is simply a matter of adding its details in the Chains section upon initialization. For more information see [initialization options](../../modules/core.md#options).
36
+
web3-onboard supports all EVM networks. Supporting a new network is simply a matter of adding its details in the Chains section upon initialization. For more information see [initialization options](../../modules/core.md#initialization).
37
37
38
38
- Ethereum
39
39
- Polygon
@@ -140,7 +140,7 @@ if (wallets[0]) {
140
140
141
141
Add other wallet modules such as Wallet Connect or Ledger to increase the support and functionality of your web3-onboard implementation. All modules are listed below and can be accessed through the subpages of web3-onboard docs on the left.
142
142
143
-
We recommend you add the [Core Repo](../..modules/core.md#install) and consider adding the [Injected Wallets](../../wallets/injected.md#install) module to get connected with wallets like Metamask, Trust, Coinbase Wallet & more right away.
143
+
We recommend you add the [Core Repo](../../modules/core.md#install) and consider adding the [Injected Wallets](../../wallets/injected.md#install) module to get connected with wallets like Metamask, Trust, Coinbase Wallet & more right away.
144
144
145
145
[**Core Repo**](../../modules/core.md#install)
146
146
@@ -152,11 +152,11 @@ We recommend you add the [Core Repo](../..modules/core.md#install) and consider
Copy file name to clipboardExpand all lines: docs/src/routes/docs/[...1]overview/[...2]contribution-guide/+page.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ If an issue does not already exist, follow the template instructions to create a
19
19
20
20
Once an issue is created, a Web3 Onboard maintainer will review and respond typically within a few days to share next steps.
21
21
22
-
## [Pull Requests 🗂️](#pr)
22
+
## [Pull Requests 🗂️]
23
23
24
24
To create a new feature or change in Web3 Onboard, fork the repo and make a pull request on the [develop branch](https://github.com/blocknative/web3-onboard/tree/develop) to have your changes merged in and released as part of the official packages.
25
25
@@ -39,7 +39,7 @@ Example : Adding a new injected wallet to the `injected` package -
To add a new wallet to the official Web3 Onboard packages and repo, create a [pull request](#pull-requests-🗂️). Web3 Onboard does not require a wallet to be a part of the main code, so a separate wallet module can be created without any changes to the Web3Onboard codebase. Your PR must include a detailed README for the package, keeping in mind that this README is the the first point of contact for dapp devs looking to implement your wallet.
45
45
@@ -57,7 +57,7 @@ Otherwise, if the wallet you are adding requires dependencies and initialization
57
57
58
58
If you cannot write the code yourself to add a new wallet, create a new feature request issue to be considered by the maintainers and other contributors in the community.
59
59
60
-
## [Documentation Contributions 📄](#docs)
60
+
## [Documentation Contributions 📄]
61
61
62
62
If you contribute to the code, you should definitely document appropriately.
63
63
@@ -71,11 +71,11 @@ PRs for adding/updating a wallet should include a README (new or updated) for th
71
71
72
72
We highly encourage the community to help us improve the web3-onboard docs! If you have any questions don't hesitate to reach out.
73
73
74
-
## [Feedback 💬](#feedback)
74
+
## [Feedback 💬]
75
75
76
76
Did you have trouble integrating? Could the docs be improved? Have a new Feature request?
77
77
Jump in our [Discord](https://discord.com/invite/KZaBVME) and share your feedback.
78
78
79
-
## [Support 🤓](#support)
79
+
## [Support 🤓]
80
80
81
81
For general questions about how to use Web3 Onboard please first check out our [docs](../../overview/introduction.md#features), then head to our [Discord](https://discord.com/invite/KZaBVME) for support from the Blocknative team.
secondaryTokens?:SecondaryTokens[] // An optional array of tokens (max of 5) to be available to the dapp in the app state object per wallet within the wallet account and displayed in Account Center (if enabled)
150
-
=======
151
-
secondaryTokens?:SecondaryTokens[] // An optional array of tokens (max of 5) to be available to the dapp in the app state object per wallet within the wallet account and displayed in Account Center (if enabled)
Copy file name to clipboardExpand all lines: docs/src/routes/docs/[...3]modules/[...3]react/+page.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,7 @@ const [
228
228
229
229
This hook allows the dev to access all notifications if enabled, send custom notifications and update notify <enable/disable & update transactionHandler function>
230
230
**note** requires an API key be added to the initialization, enabled by default if API key exists
231
-
For full Notification documentation please see [Notify section within the `@web3-onboard/core` docs](../../modules/core.md#options)
231
+
For full Notification documentation please see [Notify section within the `@web3-onboard/core` docs](../../modules/core.md#initialization)
0 commit comments