@babylonlabs-io/wallet-connector 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  The Babylon Wallet Connector repository provides the wallet connection component
26
26
  used in the Babylon Staking Dashboard. This component enables the connection of
27
- both Bitcoin and Babylon chain wallets.
27
+ both Bitcoin and Babylon Genesis chain wallets.
28
28
 
29
29
  ## 🔑 Key Features
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonlabs-io/wallet-connector",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "type": "module",
5
5
  "types": "dist/index.d.ts",
6
6
  "publishConfig": {
@@ -59,7 +59,7 @@
59
59
  "dist"
60
60
  ],
61
61
  "peerDependencies": {
62
- "@babylonlabs-io/btc-staking-ts": "1.0.5",
62
+ "@babylonlabs-io/btc-staking-ts": "1.0.6",
63
63
  "@babylonlabs-io/core-ui": "1.0.1",
64
64
  "bitcoinjs-lib": "6.1.5",
65
65
  "react": "^18.3.1",