qtum-snap 1.0.0-beta.5 → 1.0.0-beta.6
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
|
@@ -89472,7 +89472,7 @@ var require_package4 = __commonJS({
|
|
|
89472
89472
|
"package.json"(exports2, module2) {
|
|
89473
89473
|
module2.exports = {
|
|
89474
89474
|
name: "qtum-snap",
|
|
89475
|
-
version: "1.0.0-beta.
|
|
89475
|
+
version: "1.0.0-beta.6",
|
|
89476
89476
|
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.",
|
|
89477
89477
|
repository: {
|
|
89478
89478
|
type: "git",
|
|
@@ -132922,7 +132922,7 @@ var onUserInput = async inputs => {
|
|
|
132922
132922
|
return;
|
|
132923
132923
|
} else if (!isValidQtumOrHexadecimalAddress(recipient)) {
|
|
132924
132924
|
await updateInterface(renderSend(context.send, context.dashboard.tokens, false, contractAddress, {
|
|
132925
|
-
recipient: "Invalid recipient address
|
|
132925
|
+
recipient: "Invalid recipient address"
|
|
132926
132926
|
}), context);
|
|
132927
132927
|
return;
|
|
132928
132928
|
} else if (!amount) {
|
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.6",
|
|
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",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"lodash": "^4.17.21",
|
|
59
59
|
"qrcode": "^1.5.4",
|
|
60
60
|
"qtum-ethers-wrapper": "^2.1.2",
|
|
61
|
-
"qtum-snap-connector": "^1.0.0-beta.
|
|
61
|
+
"qtum-snap-connector": "^1.0.0-beta.6",
|
|
62
62
|
"qtumjs-lib": "^0.0.8",
|
|
63
63
|
"setimmediate": "^1.0.5",
|
|
64
64
|
"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.6",
|
|
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": "https://github.com/qtumproject/qtum-extension-wallet.git"
|
|
8
8
|
},
|
|
9
9
|
"source": {
|
|
10
|
-
"shasum": "
|
|
10
|
+
"shasum": "mDzUCJi9F9AJXZnz9h6zesZ4bNdpw0JLxl1VNyb1xZg=",
|
|
11
11
|
"location": {
|
|
12
12
|
"npm": {
|
|
13
13
|
"filePath": "dist/bundle.js",
|