Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
blockchainguyy committed Dec 13, 2024
1 parent fc16766 commit d118468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sui/deploy-contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ async function deploy(keypair, client, supportedContract, config, chain, options
// Update chain configuration with deployed contract address
chain.contracts[packageName] = {
address: published.packageId,
versions: [ published.packageId ],
versions: [published.packageId],
};

chain.contracts[packageName].structs = await getStructs(client, published.packageId);
Expand Down

0 comments on commit d118468

Please sign in to comment.