From 60cc441572def2e97eb04471c7259e872f4078c3 Mon Sep 17 00:00:00 2001 From: Alex Kit Date: Sun, 21 Jan 2024 00:18:46 +0100 Subject: [PATCH] update (dequanto) --- dequanto | 2 +- lib/0xweb.js | 2 +- lib/cli.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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;