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
feat:update the Wallet name from bitget to Bitget Wallet (#1967)
* feat:update the Wallet name from bitget to Bitget Wallet
* feat: Modify the wallet icon format from the original base64 to svg
* Update packages/bitget-wallet/package.json
* Update docs/src/routes/docs/[...4]wallets/[...2]bitget/+page.md
* Update docs/src/routes/docs/[...4]wallets/[...2]bitget/+page.md
* Revert folder name change
* Bump bitget and bitkeep package versions
* feat:add a declaration and modify the bitkeep documentation that @web3-onboard/bitkeep is deprecated, and the linked wallet uses @web3-onboard/bitget
* Revert removal of install and usage docs, add warning to docs and readme
---------
Co-authored-by: kean <[email protected]@bitget.com>
Co-authored-by: Adam Carpenter <[email protected]>
Copy file name to clipboardExpand all lines: docs/src/routes/docs/[...4]wallets/[...3]bitkeep/+page.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ title: BitKeep
4
4
5
5
# {$frontmatter.title}
6
6
7
+
:::admonition type=warning
8
+
_Wallet module for connecting Bitkeep to web3-onboard is now deprecated due to company rebranding. Please use [@web3-onboard/bitget](../../wallets/bitget.md)_
9
+
:::
10
+
7
11
## Wallet module for connecting BitKeep Wallet through web3-onboard
8
12
9
13
BitKeep Wallet SDK 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.
Copy file name to clipboardExpand all lines: packages/bitget/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@web3-onboard/bitget",
3
-
"version": "2.0.0",
3
+
"version": "2.0.1-alpha.1",
4
4
"description": "bitget-wallet SDK 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.",
## Wallet module for connecting Bitkeep Wallet through web3-onboard
4
7
5
8
Bitkeep Wallet SDK 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.
Copy file name to clipboardExpand all lines: packages/bitkeep/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@web3-onboard/bitkeep",
3
-
"version": "2.0.0",
3
+
"version": "2.0.1-alpha.1",
4
4
"description": "Bitkeep Wallet SDK 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.",
0 commit comments