Skip to content

Commit

Permalink
update (dequanto)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenbits committed Jan 20, 2024
1 parent 21c6718 commit 60cc441
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dequanto
2 changes: 1 addition & 1 deletion lib/0xweb.js
Original file line number Diff line number Diff line change
Expand Up @@ -52681,7 +52681,7 @@ class GnosisSafeFactory {
let [log] = logs;
const safe = new GnosisSafeHandler_1.GnosisSafeHandler({
safeAddress: log.params.proxy,
owners: [owner],
owner: owner,
client: client,
});
return safe;
Expand Down
2 changes: 1 addition & 1 deletion lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -52691,7 +52691,7 @@ class GnosisSafeFactory {
let [log] = logs;
const safe = new GnosisSafeHandler_1.GnosisSafeHandler({
safeAddress: log.params.proxy,
owners: [owner],
owner: owner,
client: client,
});
return safe;
Expand Down

0 comments on commit 60cc441

Please sign in to comment.