Skip to content

Commit

Permalink
fix: generate-keypair imports
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Aug 19, 2024
1 parent e0377ec commit 9ddb803
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sui/generate-keypair.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
'use strict';

const { addBaseOptions } = require('./cli-utils');
const { generateKeypair, getRawPrivateKey } = require('./sign-utils');
const { Command, Option } = require('commander');
const { addBaseOptions, generateKeypair, getRawPrivateKey } = require('./utils');
const { saveConfig, loadConfig, printInfo } = require('../common/utils');

const { ethers } = require('hardhat');
Expand Down

0 comments on commit 9ddb803

Please sign in to comment.