Skip to content

Commit ec312fd

Browse files
Adamj1232leightktlaurencedelisle
authored
Add changes to docs to Develop (#1693)
* Bump docs packages * Update package versions for release * Remove optional chain in trezor * add safeheron to injected package readme * add wallet as value to translate function in more areas of connect * package updates * add images * text update * Update packages/react/package.json Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com> * Update packages/vue/package.json Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com> * add screenshots to top level assets folder * update react pkg * fix merge conflict in react pkg * fix vue pkg * Release 2.21.4 (docs) (#1672) * Reorder supported chains within the docs site (#1676) * Reorder chains * Remove cede from wallets group * Remove merge conflict in yarn.lock * Update packages/cede-store/README.md * Fix image path in docs * Update Account Center example with a better shot * Spelling & web3 onboard cohesion update (#1694) updating some spelling and web3 onboard referneces * Update account center shot to show multiple wallets connected * Update account center shot to show multiple wallets connected --------- Co-authored-by: Kat Leight <leightkt@gmail.com> Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com> Co-authored-by: Laurence <53497147+laurencedelisle@users.noreply.github.com>
1 parent 8de19ec commit ec312fd

File tree

10 files changed

+14
-15
lines changed

10 files changed

+14
-15
lines changed

assets/account-center-example.png

-43.8 KB
Loading
-43.8 KB
Loading

docs/src/lib/components/FeaturesSection.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<TextBlock
2424
title={'Framework Agnostic'}
2525
subtitle={'Support all your favorite frameworks.'}
26-
text={'Use web3-onboard with any of your favorite Javascript libraries.'}
26+
text={'Use Web3 Onboard with any of your favorite Javascript libraries.'}
2727
>
2828
<Flexbox --wrap="wrap">
2929
<Button href="/docs" buttonStyle={'link'}>{'Learn More'}</Button>
@@ -71,7 +71,7 @@
7171
<TextBlock
7272
title={'Enable Multi-Wallet and Multi-Chain functionality with one library '}
7373
subtitle={''}
74-
text={'Web3-Onboard is the quickest and easiest way to add multi-wallet and multi-chain support to your project. With built-in modules for more than 35 unique hardware and software wallets, Web3-Onboard saves you time and headaches.'}
74+
text={'Web3 Onboard is the quickest and easiest way to add multi-wallet and multi-chain support to your project. With built-in modules for more than 35 unique hardware and software wallets, Web3 Onboard saves you time and headaches.'}
7575
>
7676
<Flexbox --wrap="wrap">
7777
<Button href="/docs" buttonStyle={'link'}>{'Learn More'}</Button>

docs/src/lib/components/TestimonialSection.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<section>
66
<h1 class="text">
7-
{"Who's using web3-onboard?"}
7+
{"Who's using Web3 Onboard?"}
88
</h1>
99
<div>
1010
<img src={TestimonialsGraphic} alt="Web3-Onboard-users">

docs/src/lib/components/ThemeCustomizer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
<div id="image_drop_area">
275275
<form class="drop-area-controls" on:submit|preventDefault={addURLToIFrame}>
276276
<div>
277-
Enter your website url or drag and drop a screenshot to preview web3-onboard on your site
277+
Enter your website url or drag and drop a screenshot to preview Web3 Onboard on your site
278278
</div>
279279
<!-- <div>Then click color circles above to change the theme.</div> -->
280280
<div class="website-input-row">

docs/src/lib/components/ThemingSection.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<div class="flexbox">
1515
<TextBlock
1616
title={'Themeable'}
17-
subtitle={'Powerfull customization options for all your needs'}
18-
text={'Style web3-onboard to fit into your existing designs, or pick from our pre-made themes.'}
17+
subtitle={'Powerful customization options for all your needs'}
18+
text={'Style Web3 Onboard to fit into your existing designs, or pick from our pre-made themes.'}
1919
>
2020
<Flexbox --wrap="wrap">
2121
<Button href="/docs" buttonStyle={'link'}>{'Learn More'}</Button>

docs/src/routes/docs/[...1]overview/[...1]introduction.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,20 @@ Web3-Onboard is the quickest and easiest way to add multi-wallet and multi-chain
3636
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).
3737

3838
- Ethereum
39+
- Polygon
40+
- Base Goerli
41+
- Goerli
42+
- Sepolia
3943
- Arbitrum
4044
- Optimism
4145
- Avalanche
4246
- BNB Chain
4347
- Celo
44-
- Ethereum
4548
- Fantom
4649
- Gnosis Chain
4750
- Harmony One
4851
- Moonriver
49-
- Polygon
50-
- Goerli
51-
- Sepolia
52-
- Core Goerli
53-
- Any other EVM network
52+
- All other EVM network
5453

5554
### [Optional] Use an API key to fetch real time transaction data, balances & gas
5655

docs/src/routes/docs/[...3]modules/core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script>
2-
import accountCenter from '$lib/assets/account-center-example'
2+
import accountCenter from '$lib/assets/account-center-example.png'
33
import walletModal from '$lib/assets/connect-modal.svg'
44
import notifyCustomImg from '$lib/assets/notify-custom-example.png'
55
import notifyImg from '$lib/assets/notify-example.png'

docs/src/routes/docs/[...5]other/cede-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cede.store
22

3-
CEX Wallet module for connecting cede.store to web3-onboard. Check out the cede.store Wallet Developer Docs [cede.store Wallet Developer Docs](https://docs.cede.store) for more information.
3+
CEX Wallet module for connecting cede.store through web3-onboard. Check out the [cede.store Wallet Developer Docs](https://docs.cede.store) for more information.
44

55
:::admonition type=warning
66
Cede.store is not a traditional 1193 wallet, behavior is different in that there is no on-chain user address to interact with and there isn't a specific chain associated.

packages/cede-store/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @web3-onboard/cede-store
22

3-
CEX Wallet module for connecting cede.store to web3-onboard. Check out the cede.store Wallet Developer Docs [cede.store Wallet Developer Docs](https://docs.cede.store) for more information.
3+
CEX module for connecting cede.store through web3-onboard. Check out the [cede.store Wallet Developer Docs](https://docs.cede.store) for more information.
44

55

66
As cede.store is not a traditional 1193 wallet behavior is a little different from other wallets that connect through web3-onboard in that there is no on-chain user address to interact with and there isn't a specific chain associated. With this behavior dapp devs will need to handle accordingly and differently from traditional 1193 wallets. The dapp dev can expect the connect account to not be shown as a hex value (or at all) and the chain to always be `0x0` when a user connects with cede.store for that specific wallet account.

0 commit comments

Comments
 (0)