Skip to content

Commit

Permalink
fix: deploy-contract imports
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Aug 19, 2024
1 parent 756aefb commit e35296d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions sui/deploy-contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ const {
utils: { arrayify },
} = ethers;
const { saveConfig, printInfo, validateParameters, writeJSON, getDomainSeparator, loadConfig } = require('../common');
const { addBaseOptions, addOptionsToCommands } = require('./cli-utils');
const { getWallet, printWalletInfo, broadcast } = require('./sign-utils');
const { bytes32Struct, signersStruct } = require('./types-utils');
const { upgradePackage, UPGRADE_POLICIES } = require('./deploy-utils');
const {
addBaseOptions,
addOptionsToCommands,
getWallet,
printWalletInfo,
broadcast,
bytes32Struct,
signersStruct,
upgradePackage,
UPGRADE_POLICIES,
getSigners,
deployPackage,
getObjectIdsByObjectTypes,
Expand Down

0 comments on commit e35296d

Please sign in to comment.