diff --git a/sui/deploy-contract.js b/sui/deploy-contract.js index f0c3c597..af3e6fad 100644 --- a/sui/deploy-contract.js +++ b/sui/deploy-contract.js @@ -58,8 +58,8 @@ const PACKAGE_CONFIGS = { GasService: postDeployGasService, Test: postDeployTest, Operators: postDeployOperators, - Abi() {}, - Governance() {}, + Abi: {}, + Governance: {}, ITS: postDeployIts, Squid: postDeploySquid, },