@@ -39,8 +39,8 @@ export async function getDelayModuleAddress<
3939 TTransport extends Transport = Transport ,
4040 TChain extends Chain | undefined = Chain | undefined ,
4141 TAccount extends ComethSafeSmartAccount | undefined =
42- | ComethSafeSmartAccount
43- | undefined ,
42+ | ComethSafeSmartAccount
43+ | undefined ,
4444> (
4545 client : Client < TTransport , TChain , TAccount > ,
4646 args : Prettify < GetDelayModuleAddressParams >
@@ -75,8 +75,8 @@ export async function getGuardianAddress<
7575 TTransport extends Transport = Transport ,
7676 TChain extends Chain | undefined = Chain | undefined ,
7777 TAccount extends ComethSafeSmartAccount | undefined =
78- | ComethSafeSmartAccount
79- | undefined ,
78+ | ComethSafeSmartAccount
79+ | undefined ,
8080> (
8181 client : Client < TTransport , TChain , TAccount > ,
8282 args : Prettify < GetGuardianAddressParams >
@@ -117,8 +117,8 @@ export async function addGuardian<
117117 TTransport extends Transport = Transport ,
118118 TChain extends Chain | undefined = Chain | undefined ,
119119 TAccount extends ComethSafeSmartAccount | undefined =
120- | ComethSafeSmartAccount
121- | undefined ,
120+ | ComethSafeSmartAccount
121+ | undefined ,
122122> (
123123 client : Client < TTransport , TChain , TAccount > ,
124124 args : Prettify < AddGuardianParams >
@@ -184,8 +184,8 @@ export async function disableGuardian<
184184 TTransport extends Transport = Transport ,
185185 TChain extends Chain | undefined = Chain | undefined ,
186186 TAccount extends ComethSafeSmartAccount | undefined =
187- | ComethSafeSmartAccount
188- | undefined ,
187+ | ComethSafeSmartAccount
188+ | undefined ,
189189> (
190190 client : Client < TTransport , TChain , TAccount > ,
191191 args : Prettify < DisableGuardianParams >
@@ -262,7 +262,7 @@ export async function disableGuardian<
262262 sendTransaction ,
263263 "sendTransaction"
264264 ) ( {
265- transactions : [ disableGuardianTx ] ,
265+ calls : [ disableGuardianTx ] ,
266266 } as unknown as SendTransactionParameters ) ;
267267}
268268
@@ -276,8 +276,8 @@ export async function setupCustomDelayModule<
276276 TTransport extends Transport = Transport ,
277277 TChain extends Chain | undefined = Chain | undefined ,
278278 TAccount extends ComethSafeSmartAccount | undefined =
279- | ComethSafeSmartAccount
280- | undefined ,
279+ | ComethSafeSmartAccount
280+ | undefined ,
281281> (
282282 client : Client < TTransport , TChain , TAccount > ,
283283 args : Prettify < SetupCustomDelayModuleParams >
@@ -372,7 +372,7 @@ export async function setupCustomDelayModule<
372372 sendTransaction ,
373373 "sendTransaction"
374374 ) ( {
375- transactions : setUpDelayTx ,
375+ calls : setUpDelayTx ,
376376 } as unknown as SendTransactionParameters ) ;
377377
378378 return hash ;
0 commit comments