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 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" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { Key } from "codechain-keystore/lib/types";
22import {
33 AssetTransferAddress ,
44 PlatformAddress
5- } from "codechain-sdk/lib/key/classes " ;
5+ } from "codechain-primitives " ;
66import _ = require( "lodash" ) ;
77
88import { CLIError , CLIErrorType } from "./error" ;
You can’t perform that action at this time.
0 commit comments