Skip to content

Commit 0de1d90

Browse files
authored
Release 2.21.4 (develop) (#1671)
1 parent 594dc17 commit 0de1d90

File tree

7 files changed

+24
-5
lines changed

7 files changed

+24
-5
lines changed

docs/src/routes/docs/[...4]wallets/cede-store.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Any dApp can integrate cede.store in order to track and/or manage a user's CEX a
88

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

11+
:::admonition type=warning
12+
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.
13+
:::
14+
1115
### Install
1216

1317
<Tabs values={['yarn', 'npm']}>

docs/yarn.lock

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,11 @@
386386
"@babel/helper-validator-identifier" "^7.19.1"
387387
to-fast-properties "^2.0.0"
388388

389+
"@cedelabs/providers@^0.0.7":
390+
version "0.0.7"
391+
resolved "https://registry.yarnpkg.com/@cedelabs/providers/-/providers-0.0.7.tgz#859070c5cf0a86841ce98d32c1599cc8de9b7869"
392+
integrity sha512-rjOcEff5dnuKif+dJmEygCC/mp05oztkFYAmGEcGa1HW9EcVP3id1PTjBEYZLieVBNwJdg4kcl8Jh1dboG8pCA==
393+
389394
"@chainsafe/as-sha256@^0.3.1":
390395
version "0.3.1"
391396
resolved "https://registry.yarnpkg.com/@chainsafe/as-sha256/-/as-sha256-0.3.1.tgz#3639df0e1435cab03f4d9870cc3ac079e57a6fc9"
@@ -3806,6 +3811,14 @@
38063811
"@walletconnect/window-getters" "^1.0.1"
38073812
tslib "1.14.1"
38083813

3814+
"@web3-onboard/cede-store@^2.0.0-alpha.1":
3815+
version "2.0.0-alpha.1"
3816+
resolved "https://registry.yarnpkg.com/@web3-onboard/cede-store/-/cede-store-2.0.0-alpha.1.tgz#4ab31464b883b8e39969f95c8cc546ad319efb95"
3817+
integrity sha512-3/K4zYac95AdZQjrD0SH+tHdjbaenwUZ5T08Mu9MuuOjxhJysx+wX2aoXil3dawZpcJvtIcX6XD042kFgI6keQ==
3818+
dependencies:
3819+
"@cedelabs/providers" "^0.0.7"
3820+
"@web3-onboard/common" "^2.3.0-alpha.1"
3821+
38093822
"@web3-onboard/coinbase@^2.2.2":
38103823
version "2.2.2"
38113824
resolved "https://registry.yarnpkg.com/@web3-onboard/coinbase/-/coinbase-2.2.2.tgz#a08bfc5c946fb2a3b57a3487a157e102881860ee"
@@ -3823,7 +3836,7 @@
38233836
ethers "5.5.4"
38243837
joi "17.8.1"
38253838

3826-
"@web3-onboard/common@^2.3.1":
3839+
"@web3-onboard/common@^2.3.0-alpha.1", "@web3-onboard/common@^2.3.1":
38273840
version "2.3.1"
38283841
resolved "https://registry.yarnpkg.com/@web3-onboard/common/-/common-2.3.1.tgz#69ad0d5167e5103086c34a4f7e8af90681d71be4"
38293842
integrity sha512-VRIsJLW92Q+bu6w9WSlTrPIk0vGmFvVwnoAKy1ubKuBvSKKhMUmrnv8N5tusr0mk+gcUuUdDF6gLDCABqrfC7g==

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-onboard-monorepo",
3-
"version": "2.21.3",
3+
"version": "2.21.4",
44
"private": true,
55
"workspaces": {
66
"packages": [

packages/cede-store/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ cede.store is a non-custodial browser extension designed to store CEX (centraliz
66

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

9+
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.
10+
911
See [cede.store Wallet Developer Docs](https://docs.cede.store)
1012

1113
### Install

packages/cede-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/cede-store",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
44
"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.",
55
"keywords": [
66
"Ethereum",

packages/phantom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/phantom",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0",
44
"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.",
55
"keywords": [
66
"Ethereum",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/react",
3-
"version": "2.8.1-alpha.1",
3+
"version": "2.8.1",
44
"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.",
55
"keywords": [
66
"Ethereum",

0 commit comments

Comments
 (0)