Skip to content

Commit

Permalink
fix signer address
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Jan 18, 2024
1 parent 5f4346a commit a9cbe02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/cli/addContributors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function main(args: any) {
const users = [contributor1, contributor2]
let addUserTx
for (const account of users) {
addUserTx = await userRegistry.addUser(account.getAddress())
addUserTx = await userRegistry.addUser(account.address)
addUserTx.wait()
}

Expand Down

0 comments on commit a9cbe02

Please sign in to comment.