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 +2 -2
- package/package.json +2 -2
- package/snap.manifest.json +2 -2
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
|
|
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
|
|
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.
|
|
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.
|
|
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",
|
package/snap.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-beta.
|
|
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": "
|
|
10
|
+
"shasum": "NrTZ93I2YUzeqfA+HGQirSHVzM9tOoQ29587dYYBVc4=",
|
|
11
11
|
"location": {
|
|
12
12
|
"npm": {
|
|
13
13
|
"filePath": "dist/bundle.js",
|