Skip to content

Commit

Permalink
fix: transfer-object imports
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Aug 19, 2024
1 parent 856e5d3 commit ad6fa39
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sui/transfer-object.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
const { Transaction } = require('@mysten/sui/transactions');
const { Command, Option } = require('commander');
const { printInfo, validateParameters } = require('../common/utils');
const { addExtendedOptions } = require('./cli-utils');
const { getWallet, printWalletInfo } = require('./sign-utils');
const { loadConfig } = require('../common/utils');
const { loadConfig, printInfo, validateParameters } = require('../common/utils');
const { getWallet, printWalletInfo, addExtendedOptions } = require('./utils');

async function processCommand(chain, options) {
const [keypair, client] = getWallet(chain, options);
Expand Down

0 comments on commit ad6fa39

Please sign in to comment.