qtum-snap 1.0.0-beta.2 → 1.0.0-beta.3

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.
package/dist/bundle.js CHANGED
@@ -123722,12 +123722,12 @@ var renderLogout = () => jsxs(Box, {
123722
123722
  }), jsx(Text, {
123723
123723
  alignment: "center",
123724
123724
  fontWeight: "medium",
123725
- children: "Confirm Logout"
123725
+ children: "Confirm logout"
123726
123726
  }), jsx(Divider, {}), jsx(Banner, {
123727
123727
  title: "Warning",
123728
123728
  severity: "warning",
123729
123729
  children: jsx(Text, {
123730
- children: "Ensure you understand that logging out will permanently delete your private key."
123730
+ children: "Are you sure you want to logout? Ensure you have securely saved the private key, otherwise you will no longer be able to access this wallet."
123731
123731
  })
123732
123732
  }), jsx(Divider, {}), jsxs(Section, {
123733
123733
  children: [jsx(Button, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qtum-snap",
3
- "version": "1.0.0-beta.2",
3
+ "version": "1.0.0-beta.3",
4
4
  "description": "Qtum Wallet is a MetaMask Snap that plays the role of the RPC proxy that accepts requests to the MetaMask and forwards them to the Qtum network with the Qtum ethers adapter.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -57,7 +57,7 @@
57
57
  "lodash": "^4.17.21",
58
58
  "qrcode": "^1.5.4",
59
59
  "qtum-ethers-wrapper": "^2.1.2",
60
- "qtum-snap-connector": "^1.0.0-beta.2",
60
+ "qtum-snap-connector": "^1.0.0-beta.3",
61
61
  "qtumjs-lib": "^0.0.8",
62
62
  "setimmediate": "^1.0.5",
63
63
  "typia": "4.1.3",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-beta.2",
2
+ "version": "1.0.0-beta.3",
3
3
  "description": "Qtum Wallet is a MetaMask Snap that plays the role of the RPC proxy that accepts requests to the MetaMask and forwards them to the Qtum network with the Qtum ethers adapter.",
4
4
  "proposedName": "Qtum Wallet",
5
5
  "repository": {
@@ -7,7 +7,7 @@
7
7
  "url": "git+https://github.com/qtumproject/qtum-extension-wallet.git"
8
8
  },
9
9
  "source": {
10
- "shasum": "m1w6w98Ri3Ijr+AgTkQkBfZkFzcME8w/xlK8slrSUjs=",
10
+ "shasum": "NrTZ93I2YUzeqfA+HGQirSHVzM9tOoQ29587dYYBVc4=",
11
11
  "location": {
12
12
  "npm": {
13
13
  "filePath": "dist/bundle.js",