File tree Expand file tree Collapse file tree 3 files changed +84
-495
lines changed Expand file tree Collapse file tree 3 files changed +84
-495
lines changed Original file line number Diff line number Diff line change 33
33
"typescript" : " ^3.0.1"
34
34
},
35
35
"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 " ,
38
38
"commander" : " ^2.17.1" ,
39
39
"enquirer" : " ^1.0.3" ,
40
40
"lodash" : " ^4.17.10" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { Key } from "codechain-keystore/lib/types";
2
2
import {
3
3
AssetTransferAddress ,
4
4
PlatformAddress
5
- } from "codechain-sdk/lib/key/classes " ;
5
+ } from "codechain-primitives " ;
6
6
import _ = require( "lodash" ) ;
7
7
8
8
import { CLIError , CLIErrorType } from "./error" ;
You can’t perform that action at this time.
0 commit comments