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

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
@@ -123727,6 +123727,7 @@ var renderLogout = () => jsxs(Box, {
123727
123727
  title: "Warning",
123728
123728
  severity: "warning",
123729
123729
  children: jsx(Text, {
123730
+ size: "sm",
123730
123731
  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
123732
  })
123732
123733
  }), jsx(Divider, {}), jsxs(Section, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qtum-snap",
3
- "version": "1.0.0-beta.3",
3
+ "version": "1.0.0-beta.4",
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.3",
60
+ "qtum-snap-connector": "^1.0.0-beta.4",
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.3",
2
+ "version": "1.0.0-beta.4",
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": "NrTZ93I2YUzeqfA+HGQirSHVzM9tOoQ29587dYYBVc4=",
10
+ "shasum": "7zMk3uvoJvnx/97z4P1hkMbQ44I6tH3UrKehj0IKvBw=",
11
11
  "location": {
12
12
  "npm": {
13
13
  "filePath": "dist/bundle.js",