diff --git a/dequanto b/dequanto index 2063948..75067b7 160000 --- a/dequanto +++ b/dequanto @@ -1 +1 @@ -Subproject commit 20639480ea1940bbcf937755f957ba025fa95e1c +Subproject commit 75067b7109513c40df66797a4aae804b70671fff diff --git a/lib/0xweb.js b/lib/0xweb.js index 99aa728..0befcc2 100644 --- a/lib/0xweb.js +++ b/lib/0xweb.js @@ -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; diff --git a/lib/cli.js b/lib/cli.js index d1833d2..b28d025 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -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;