(account_polymath)
| 198 | } |
| 199 | |
| 200 | async function deployFeatureRegistry(account_polymath) { |
| 201 | I_FeatureRegistry = await FeatureRegistry.new(I_PolymathRegistry.address, { |
| 202 | from: account_polymath |
| 203 | }); |
| 204 | |
| 205 | return new Array(I_FeatureRegistry); |
| 206 | } |
| 207 | |
| 208 | async function deployModuleRegistry(account_polymath) { |
| 209 | I_ModuleRegistry = await ModuleRegistry.new({ from: account_polymath }); |
no outgoing calls
no test coverage detected