Closed remedcu closed 3 months ago
Fixes #802
This PR unifies getSafeWithOwners(...) and getSafeWithSingleton(...) by editing the getSafeTemplate(...) to use an inside function which also takes the singleton as a parameter.
getSafeWithOwners(...)
getSafeWithSingleton(...)
getSafeTemplate(...)
singleton
Fixes #802
This PR unifies
getSafeWithOwners(...)
andgetSafeWithSingleton(...)
by editing thegetSafeTemplate(...)
to use an inside function which also takes thesingleton
as a parameter.