Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarinas committed Aug 16, 2023
1 parent c635a1e commit 8b2be06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/client/src/multisig/internal/client/methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@ export class MultisigClientMethods extends ClientCore
if (!SupportedNetworksArray.includes(networkName)) {
throw new UnsupportedNetworkError(networkName);
}
// todo params
// TODO
// Check params with yup
yield* prepareGenericInstallation(this.web3, {
daoAddressOrEns: params.daoAddressOrEns,
pluginRepo: this.web3.getAddress("multisigRepoAddress"),
Expand Down

0 comments on commit 8b2be06

Please sign in to comment.