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
Merge pull request #1625 from blocknative/release/2.21.1
* Yarn docs
* update favicon on docs site (#1611)
* Update Notify section on the docs site and within readme (#1612)
* Update notify docs on docs site and within readme
* Update notify api docs
* Add screenshots
* Update signup link
* Remove export from types in docs
* Update Docs Favicon to Url (#1618)
* Fix broken link in docs (#1616)
* Add Kat to GH issue and notion card generation + Fix doc prop name for connect property (#1593)
* Yarn the docs
* Fix doc prop name for connect property
* Add new notion Flag
* Add Kat to gh issue notion cards
* Update Broken Links on Docs Pages (#1619)
* Update WalletConnect `eth_RequestAccounts` flow along with update WC deps and add new optional params (#1622)
* Update WC packages
* Add logs for testing
* Refactor eth_requestAccounts flow
* Why Don't I See My Wallet Link (#1617)
* Add peer dep required to run package outside of walletconnect eco (#1623)
* Update versions for release
* Bump versions
---------
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/src/routes/docs/[...1]overview/[...1]introduction.md
+19-19Lines changed: 19 additions & 19 deletions
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](https://onboard.blocknative.com/docs/modules/core#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](../../docs/modules/core.md#options).
37
37
38
38
- Ethereum
39
39
- Arbitrum
@@ -141,35 +141,35 @@ if (wallets[0]) {
141
141
142
142
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.
143
143
144
-
We recommend you add the [Core Repo](https://onboard.blocknative.com/docs/modules/core#install) and consider adding the [Injected Wallets](https://onboard.blocknative.com/docs/packages/injected#install) module to get connected with wallets like Metamask, Trust, Coinbase Wallet & more right away.
144
+
We recommend you add the [Core Repo](../../docs/modules/core.md#install) and consider adding the [Injected Wallets](../../docs/wallets/injected.md#install) module to get connected with wallets like Metamask, Trust, Coinbase Wallet & more right away.
Copy file name to clipboardExpand all lines: docs/src/routes/docs/[...1]overview/[...2]contribution-guide.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ To add a new wallet to the official Web3 Onboard packages and repo, create a [pu
46
46
Please also include updates to documentation in your PR. Refer to the [docs contributions section](#documentation-contributions-📄) and the PR template docs checklist.
47
47
48
48
### Adding Injected Wallets
49
-
If the wallet you are adding is an “injected” wallet (browser extension, mobile dapp browser wallet), add a wallet to the injected wallets module. [See here for an example of an injected wallets pull request.](https://github.com/blocknative/web3-onboard/pull/1177/files) You should also add the wallet to the [natively supported injected wallets list](http://localhost:3000/docs/wallets/injected#injected-wallets-supported-natively).
49
+
If the wallet you are adding is an “injected” wallet (browser extension, mobile dapp browser wallet), add a wallet to the injected wallets module. [See here for an example of an injected wallets pull request.](https://github.com/blocknative/web3-onboard/pull/1177/files) You should also add the wallet to the [natively supported injected wallets list](../../docs/wallets/injected.md#injected-wallets-supported-natively).
50
50
51
51
### Adding Wallet Modules
52
52
Otherwise, if the wallet you are adding requires dependencies and initialization (SDK), then you will need to create a new package in the Web3 Onboard monorepo. [See here for an example of a pull request.](https://github.com/blocknative/web3-onboard/pull/1238/files)
@@ -76,4 +76,4 @@ Jump in our [Discord](https://discord.com/invite/KZaBVME) and share your feedbac
76
76
77
77
## [Support 🤓](#support)
78
78
79
-
For general questions about how to use Web3 Onboard please first check out our [docs](https://onboard.blocknative.com/docs/overview/introduction#features), then head to our [Discord](https://discord.com/invite/KZaBVME) for support from the Blocknative team.
79
+
For general questions about how to use Web3 Onboard please first check out our [docs](../../docs/overview/introduction.md#features), then head to our [Discord](https://discord.com/invite/KZaBVME) for support from the Blocknative team.
0 commit comments