We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0181764 commit 3461f59Copy full SHA for 3461f59
1 file changed
src/contractManager/ContractVersionUtils.ts
@@ -13,7 +13,7 @@ abstract class ContractVersionUtils {
13
return this.contract.call('getModules', [])
14
}
15
16
- abstract async isModuleEnabled(moduleAddress: Address): Promise<boolean>
+ abstract isModuleEnabled(moduleAddress: Address): Promise<boolean>
17
18
async encodeEnableModule(moduleAddress: Address): Promise<string> {
19
return this.contract.encode('enableModule', [moduleAddress])
0 commit comments