Skip to content

Commit

Permalink
chore: code adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Oct 30, 2024
1 parent dbedcb9 commit 57e0aaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 57e0aaf

Please sign in to comment.