From ad3037ef87ab26c2422b487dd4cefe3d9b9411da Mon Sep 17 00:00:00 2001 From: Daniel Lima <38267570+karacurt@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:00:53 -0300 Subject: [PATCH] Update utils/deploy-upgradeable.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ernani São Thiago --- utils/deploy-upgradeable.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/deploy-upgradeable.ts b/utils/deploy-upgradeable.ts index 5909485..9210f97 100644 --- a/utils/deploy-upgradeable.ts +++ b/utils/deploy-upgradeable.ts @@ -14,6 +14,7 @@ const NETWORK = network.name as Network const networkConfig: any = network.config const provider = new ethers.JsonRpcProvider(networkConfig.url || '') const deployer = new AwsKmsSigner(kmsCredentials).connect(provider) + export async function deployUpgradeableContract( PROXY_CONTRACT_NAME: string, OPERATOR_ADDRESS: string,