Skip to content

Commit 6821412

Browse files
committed
Use codechain-primitives instaed of codechain-sdk
1 parent 21cb7d5 commit 6821412

File tree

3 files changed

+84
-495
lines changed

3 files changed

+84
-495
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"typescript": "^3.0.1"
3434
},
3535
"dependencies": {
36-
"codechain-keystore": "git://github.com/CodeChain-io/codechain-keystore.git#1483361b94c79e468e055188df0583046d4c9540",
37-
"codechain-sdk": "^0.1.0-alpha.21.rc1",
36+
"codechain-keystore": "~0.2.1",
37+
"codechain-primitives": "~0.1.0-rc2",
3838
"commander": "^2.17.1",
3939
"enquirer": "^1.0.3",
4040
"lodash": "^4.17.10",

src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Key } from "codechain-keystore/lib/types";
22
import {
33
AssetTransferAddress,
44
PlatformAddress
5-
} from "codechain-sdk/lib/key/classes";
5+
} from "codechain-primitives";
66
import _ = require("lodash");
77

88
import { CLIError, CLIErrorType } from "./error";

0 commit comments

Comments
 (0)