File tree 4 files changed +3
-5
lines changed
4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 17
17
'use strict'
18
18
import { ListrEnquirerPromptAdapter } from '@listr2/prompt-adapter-enquirer'
19
19
import { Listr } from 'listr2'
20
- import { SoloError , IllegalArgumentError } from '../core/errors.mjs'
20
+ import { SoloError } from '../core/errors.mjs'
21
21
import * as flags from './flags.mjs'
22
22
import { BaseCommand } from './base.mjs'
23
23
import chalk from 'chalk'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import { BaseCommand } from './base.mjs'
21
21
import * as core from '../core/index.mjs'
22
22
import { constants } from '../core/index.mjs'
23
23
import * as fs from 'fs'
24
- import { SoloError , IllegalArgumentError } from '../core/errors.mjs'
24
+ import { SoloError } from '../core/errors.mjs'
25
25
import * as flags from './flags.mjs'
26
26
import chalk from 'chalk'
27
27
Original file line number Diff line number Diff line change @@ -43,8 +43,7 @@ import {
43
43
NodeCreateTransaction ,
44
44
NodeUpdateTransaction ,
45
45
NodeDeleteTransaction ,
46
- ServiceEndpoint ,
47
- Timestamp
46
+ ServiceEndpoint
48
47
} from '@hashgraph/sdk'
49
48
import * as crypto from 'crypto'
50
49
import {
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*
16
16
*/
17
- import * as flags from '../flags.mjs'
18
17
import { FREEZE_ADMIN_ACCOUNT } from '../../core/constants.mjs'
19
18
20
19
export const PREPARE_UPGRADE_CONFIGS_NAME = 'prepareUpgradeConfig'
You can’t perform that action at this time.
0 commit comments