From 57e0aaf51f41376316afc8e07dd95b160aafe142 Mon Sep 17 00:00:00 2001 From: Aleksandr Kuperman Date: Wed, 30 Oct 2024 12:45:50 +0000 Subject: [PATCH] chore: code adjustment --- .../deployment/deploy_11_contributors_proxy_change_manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deployment/deploy_11_contributors_proxy_change_manager.js b/scripts/deployment/deploy_11_contributors_proxy_change_manager.js index 4f1ec34..390b876 100644 --- a/scripts/deployment/deploy_11_contributors_proxy_change_manager.js +++ b/scripts/deployment/deploy_11_contributors_proxy_change_manager.js @@ -50,7 +50,7 @@ async function main() { // Transaction signing and execution console.log("11. EOA to change manager in ContributorsProxy"); console.log("You are signing the following transaction: ContributorsProxy.connect(EOA).changeManager()"); - const result = await contributorsProxy.changeManager(contributeManagerAddress, { gasPrice }); + const result = await contributorsProxy.connect(EOA).changeManager(contributeManagerAddress, { gasPrice }); // Transaction details console.log("Contract deployment: ContributorsProxy");