From 89ccc150d02ee9167dfda4965f1393e633fef7ca Mon Sep 17 00:00:00 2001 From: Foivos Date: Thu, 1 Aug 2024 18:56:01 +0300 Subject: [PATCH] Update sui/deploy-contract.js Co-authored-by: Milap Sheth --- sui/deploy-contract.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, },