Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
a4767aa
Merge pull request #1636 from blocknative/release/2.21.2
Adamj1232 Apr 7, 2023
fee57d5
Bump docs packages
Adamj1232 Apr 7, 2023
1912931
Merge pull request #1637 from blocknative/release/2.21.2
Adamj1232 Apr 7, 2023
1ecdb81
Update package versions for release
Adamj1232 Apr 20, 2023
a6b90fd
Merge branch 'main' into release/2.21.3
Adamj1232 Apr 20, 2023
2cab2f5
Update examples and docs versions
Adamj1232 Apr 20, 2023
c6dec15
Remove optional chain in trezor
Adamj1232 Apr 20, 2023
6aec2c1
merge develop
leightkt Apr 20, 2023
749d980
add safeheron to injected package readme
leightkt Apr 20, 2023
0cf6946
add wallet as value to translate function in more areas of connect
leightkt Apr 21, 2023
45815fa
package updates
leightkt Apr 21, 2023
f6904cf
add images
leightkt Apr 21, 2023
c9c62b4
text update
leightkt Apr 21, 2023
5f077c7
Update packages/react/package.json
leightkt Apr 21, 2023
ee7b664
Update packages/vue/package.json
leightkt Apr 21, 2023
30cafe9
add screenshots to top level assets folder
leightkt Apr 21, 2023
45c4a98
update react pkg
leightkt Apr 21, 2023
94ee6b6
fix merge conflicts with update-connection-language-with-wallet
leightkt Apr 21, 2023
c885546
merge develop
leightkt Apr 21, 2023
0be5169
fix merge conflict in react pkg
leightkt Apr 21, 2023
c82af09
fix vue pkg
leightkt Apr 21, 2023
e95007f
Merge pull request #1657 from blocknative/release/2.21.3
Adamj1232 Apr 21, 2023
56be08e
Merge pull request #1658 from blocknative/release/2.21.3
Adamj1232 Apr 21, 2023
59d9de9
merge docs
leightkt May 2, 2023
a6384f1
Merge branch 'main' into release/2.21.4
leightkt May 2, 2023
8a05830
update package
leightkt May 2, 2023
3cf107f
remove alpha tags
leightkt May 2, 2023
7fadfdb
Merge branch 'develop' into release/2.21.4
leightkt May 2, 2023
f2234cb
remove cede-store alpha version
leightkt May 2, 2023
9833ba4
Update cede docs
Adamj1232 May 2, 2023
393e323
prettier cede docs
Adamj1232 May 2, 2023
9b60b05
move phantom package out of alpha
leightkt May 2, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/src/routes/docs/[...4]wallets/cede-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Any dApp can integrate cede.store in order to track and/or manage a user's CEX a

See [cede.store Wallet Developer Docs](https://docs.cede.store)

:::admonition type=warning
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.
:::

### Install

<Tabs values={['yarn', 'npm']}>
Expand Down
15 changes: 14 additions & 1 deletion docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,11 @@
"@babel/helper-validator-identifier" "^7.19.1"
to-fast-properties "^2.0.0"

"@cedelabs/providers@^0.0.7":
version "0.0.7"
resolved "https://registry.yarnpkg.com/@cedelabs/providers/-/providers-0.0.7.tgz#859070c5cf0a86841ce98d32c1599cc8de9b7869"
integrity sha512-rjOcEff5dnuKif+dJmEygCC/mp05oztkFYAmGEcGa1HW9EcVP3id1PTjBEYZLieVBNwJdg4kcl8Jh1dboG8pCA==

"@chainsafe/as-sha256@^0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@chainsafe/as-sha256/-/as-sha256-0.3.1.tgz#3639df0e1435cab03f4d9870cc3ac079e57a6fc9"
Expand Down Expand Up @@ -3806,6 +3811,14 @@
"@walletconnect/window-getters" "^1.0.1"
tslib "1.14.1"

"@web3-onboard/cede-store@^2.0.0-alpha.1":
version "2.0.0-alpha.1"
resolved "https://registry.yarnpkg.com/@web3-onboard/cede-store/-/cede-store-2.0.0-alpha.1.tgz#4ab31464b883b8e39969f95c8cc546ad319efb95"
integrity sha512-3/K4zYac95AdZQjrD0SH+tHdjbaenwUZ5T08Mu9MuuOjxhJysx+wX2aoXil3dawZpcJvtIcX6XD042kFgI6keQ==
dependencies:
"@cedelabs/providers" "^0.0.7"
"@web3-onboard/common" "^2.3.0-alpha.1"

"@web3-onboard/coinbase@^2.2.2":
version "2.2.2"
resolved "https://registry.yarnpkg.com/@web3-onboard/coinbase/-/coinbase-2.2.2.tgz#a08bfc5c946fb2a3b57a3487a157e102881860ee"
Expand All @@ -3823,7 +3836,7 @@
ethers "5.5.4"
joi "17.8.1"

"@web3-onboard/common@^2.3.1":
"@web3-onboard/common@^2.3.0-alpha.1", "@web3-onboard/common@^2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@web3-onboard/common/-/common-2.3.1.tgz#69ad0d5167e5103086c34a4f7e8af90681d71be4"
integrity sha512-VRIsJLW92Q+bu6w9WSlTrPIk0vGmFvVwnoAKy1ubKuBvSKKhMUmrnv8N5tusr0mk+gcUuUdDF6gLDCABqrfC7g==
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-onboard-monorepo",
"version": "2.21.3",
"version": "2.21.4",
"private": true,
"workspaces": {
"packages": [
Expand Down
2 changes: 2 additions & 0 deletions packages/cede-store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ cede.store is a non-custodial browser extension designed to store CEX (centraliz

Any dApp can integrate cede.store in order to track and/or manage a user's CEX assets. In this way, we offer the dApp a way to monitor and manage a user's CEX assets while remaining non-custodial and maintaining the same user experience as any DeFi browser wallet.

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.

See [cede.store Wallet Developer Docs](https://docs.cede.store)

### Install
Expand Down
2 changes: 1 addition & 1 deletion packages/cede-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/cede-store",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "cede.store SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
Expand Down
2 changes: 1 addition & 1 deletion packages/phantom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/phantom",
"version": "2.0.0-alpha.4",
"version": "2.0.0",
"description": "Phantom wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/react",
"version": "2.8.1-alpha.1",
"version": "2.8.1",
"description": "A collection of React hooks for integrating Web3-Onboard in to React and Next.js projects. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
Expand Down