Fix Classic endpoint

This commit is contained in:
Victor Baranov 2020-02-05 00:08:47 +03:00
parent d8531bc739
commit 5c6218e920
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -7362,7 +7362,7 @@
},
"babel-helper-is-nodes-equiv": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/babel-helper-is-nodes-equiv/-/babel-helper-is-nodes-equiv-0.0.1.tgz",
"resolved": "http://registry.npmjs.org/babel-helper-is-nodes-equiv/-/babel-helper-is-nodes-equiv-0.0.1.tgz",
"integrity": "sha1-NOmzALFHnd2Y7HfqC76TQt/jloQ=",
"dev": true
},
@ -14905,9 +14905,9 @@
}
},
"eth-net-props": {
"version": "1.0.25",
"resolved": "https://registry.npmjs.org/eth-net-props/-/eth-net-props-1.0.25.tgz",
"integrity": "sha512-ZXm+8LeuWtDSsEN0dJ5n6wQ5Lly24kXlvAhsLtQ4Falg+z4mquGerqKWb38TL1DfOi2hxy3sbsCOo7qix6vX9A==",
"version": "1.0.26",
"resolved": "https://registry.npmjs.org/eth-net-props/-/eth-net-props-1.0.26.tgz",
"integrity": "sha512-6p4bbVkcGEBKl167nU0kHWwCOJjAr21qu35i1xSrazPZtd+GfvuySAKEB0A9SJm0fkhffFlQX6rSGscqBnh9DA==",
"requires": {
"chai": "^4.2.0"
}
@ -38630,7 +38630,7 @@
},
"marked": {
"version": "0.3.19",
"resolved": "https://registry.npmjs.org/marked/-/marked-0.3.19.tgz",
"resolved": "http://registry.npmjs.org/marked/-/marked-0.3.19.tgz",
"integrity": "sha512-ea2eGWOqNxPcXv8dyERdSr/6FmzvWwzjMxpfGB/sbMccXoct+xY+YukPD+QTUZwyvK7BZwcr4m21WBOW41pAkg==",
"dev": true
},
@ -40549,7 +40549,7 @@
},
"node-status-codes": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/node-status-codes/-/node-status-codes-1.0.0.tgz",
"resolved": "http://registry.npmjs.org/node-status-codes/-/node-status-codes-1.0.0.tgz",
"integrity": "sha1-WuVUHQJGRdMqWPzdyc7s6nrjrC8=",
"dev": true
},

View File

@ -117,7 +117,7 @@
"eth-keychain-controller": "github:vbaranov/KeyringController#simple-address",
"eth-ledger-bridge-keyring": "github:vbaranov/eth-ledger-bridge-keyring#0.1.0-clear-accounts-flag",
"eth-method-registry": "^1.0.0",
"eth-net-props": "^1.0.25",
"eth-net-props": "^1.0.26",
"eth-phishing-detect": "^1.1.4",
"eth-query": "^2.1.2",
"eth-sig-util": "^2.2.0",