tendermint-rpc: Replace @iov/crypto dependency

This commit is contained in:
willclarktech
2020-06-24 12:10:52 +02:00
parent b7d8e940f0
commit 248bf39dcc
4 changed files with 3 additions and 20 deletions
+1 -1
View File
@@ -38,9 +38,9 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/crypto": "^0.20.0",
"@cosmjs/encoding": "^0.20.0",
"@cosmjs/math": "^0.20.0",
"@iov/crypto": "^2.3.2",
"@iov/jsonrpc": "^2.3.2",
"@iov/socket": "^2.3.2",
"axios": "^0.19.0",
+1 -1
View File
@@ -1,4 +1,4 @@
import { Sha256 } from "@iov/crypto";
import { Sha256 } from "@cosmjs/crypto";
import { encodeBlockId, encodeBytes, encodeInt, encodeString, encodeTime, encodeVersion } from "../encodings";
import { Header } from "../responses";
+1 -1
View File
@@ -1,4 +1,4 @@
import { Sha256 } from "@iov/crypto";
import { Sha256 } from "@cosmjs/crypto";
import { encodeBlockId, encodeBytes, encodeInt, encodeString, encodeTime, encodeVersion } from "../encodings";
import { Header } from "../responses";