Skip to content

Commit

Permalink
Add changes to docs to Develop (blocknative#1693)
Browse files Browse the repository at this point in the history
* 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) (blocknative#1672)

* Reorder supported chains within the docs site (blocknative#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 (blocknative#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>
  • Loading branch information
4 people authored and goosewobbler committed May 10, 2023
1 parent e6c1836 commit d14974a
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 15 deletions.
Binary file modified assets/account-center-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/src/lib/assets/account-center-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/src/lib/components/FeaturesSection.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<TextBlock
title={'Framework Agnostic'}
subtitle={'Support all your favorite frameworks.'}
text={'Use web3-onboard with any of your favorite Javascript libraries.'}
text={'Use Web3 Onboard with any of your favorite Javascript libraries.'}
>
<Flexbox --wrap="wrap">
<Button href="/docs" buttonStyle={'link'}>{'Learn More'}</Button>
Expand Down Expand Up @@ -71,7 +71,7 @@
<TextBlock
title={'Enable Multi-Wallet and Multi-Chain functionality with one library '}
subtitle={''}
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.'}
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.'}
>
<Flexbox --wrap="wrap">
<Button href="/docs" buttonStyle={'link'}>{'Learn More'}</Button>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/lib/components/TestimonialSection.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<section>
<h1 class="text">
{"Who's using web3-onboard?"}
{"Who's using Web3 Onboard?"}
</h1>
<div>
<img src={TestimonialsGraphic} alt="Web3-Onboard-users">
Expand Down
2 changes: 1 addition & 1 deletion docs/src/lib/components/ThemeCustomizer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
<div id="image_drop_area">
<form class="drop-area-controls" on:submit|preventDefault={addURLToIFrame}>
<div>
Enter your website url or drag and drop a screenshot to preview web3-onboard on your site
Enter your website url or drag and drop a screenshot to preview Web3 Onboard on your site
</div>
<!-- <div>Then click color circles above to change the theme.</div> -->
<div class="website-input-row">
Expand Down
4 changes: 2 additions & 2 deletions docs/src/lib/components/ThemingSection.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<div class="flexbox">
<TextBlock
title={'Themeable'}
subtitle={'Powerfull customization options for all your needs'}
text={'Style web3-onboard to fit into your existing designs, or pick from our pre-made themes.'}
subtitle={'Powerful customization options for all your needs'}
text={'Style Web3 Onboard to fit into your existing designs, or pick from our pre-made themes.'}
>
<Flexbox --wrap="wrap">
<Button href="/docs" buttonStyle={'link'}>{'Learn More'}</Button>
Expand Down
11 changes: 5 additions & 6 deletions docs/src/routes/docs/[...1]overview/[...1]introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,20 @@ Web3-Onboard is the quickest and easiest way to add multi-wallet and multi-chain
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).

- Ethereum
- Polygon
- Base Goerli
- Goerli
- Sepolia
- Arbitrum
- Optimism
- Avalanche
- BNB Chain
- Celo
- Ethereum
- Fantom
- Gnosis Chain
- Harmony One
- Moonriver
- Polygon
- Goerli
- Sepolia
- Core Goerli
- Any other EVM network
- All other EVM network

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

Expand Down
2 changes: 1 addition & 1 deletion docs/src/routes/docs/[...3]modules/core.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
import accountCenter from '$lib/assets/account-center-example'
import accountCenter from '$lib/assets/account-center-example.png'
import walletModal from '$lib/assets/connect-modal.svg'
import notifyCustomImg from '$lib/assets/notify-custom-example.png'
import notifyImg from '$lib/assets/notify-example.png'
Expand Down
2 changes: 1 addition & 1 deletion docs/src/routes/docs/[...5]other/cede-store.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cede.store

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.
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.

:::admonition type=warning
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.
Expand Down
2 changes: 1 addition & 1 deletion packages/cede-store/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @web3-onboard/cede-store

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.
CEX module for connecting cede.store through web3-onboard. Check out the [cede.store Wallet Developer Docs](https://docs.cede.store) for more information.


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.
Expand Down

0 comments on commit d14974a

Please sign in to comment.