Skip to content

Commit

Permalink
'bump'
Browse files Browse the repository at this point in the history
  • Loading branch information
tenbits committed Jan 20, 2024
1 parent 60cc441 commit 6a2615b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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,
owner: owner,
owners: [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,
owner: owner,
owners: [owner],
client: client,
});
return safe;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "0xweb",
"description": "Contract package manager and other web3 tools",
"version": "0.10.37",
"version": "0.10.38",
"main": "./lib/0xweb.js",
"types": "./lib/0xweb.d.ts",
"bin": {
Expand Down

0 comments on commit 6a2615b

Please sign in to comment.