File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,17 +5,11 @@ import {
55 SubCommand ,
66} from 'nest-commander' ;
77import { Minter , TX_TYPE } from 'minter-js-sdk' ;
8- import {
9- getPrivateKeyFromSeedPhraseAsync ,
10- getPrivateKeyFromSeedPhrase ,
11- getBaseCoinSymbol ,
12- } from 'minter-js-sdk/src/utils' ;
138import { ConfigMinterService } from '../../services/config/minter/config-minter.service' ;
149import { parseNumber } from '../../utils/parseNumber' ;
1510import { Wallet } from '../../core/Wallet' ;
1611import {
1712 CANCEL_MESSAGE ,
18- ConfirmQuestion ,
1913} from '../../questions/ConfirmQuestion' ;
2014
2115@SubCommand ( {
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import { ConfigMinterService } from '../../services/config/minter/config-minter.
99import { Wallet } from '../../core/Wallet' ;
1010import {
1111 CANCEL_MESSAGE ,
12- ConfirmQuestion ,
1312} from '../../questions/ConfirmQuestion' ;
1413import { ContentExporter } from '../../services/ContentExporter' ;
1514
You can’t perform that action at this time.
0 commit comments