(account_polymath)
| 299 | } |
| 300 | |
| 301 | async function setInPolymathRegistry(account_polymath) { |
| 302 | await I_PolymathRegistry.changeAddress("PolyToken", I_PolyToken.address, { from: account_polymath }); |
| 303 | await I_PolymathRegistry.changeAddress("ModuleRegistry", I_ModuleRegistryProxy.address, { from: account_polymath }); |
| 304 | await I_PolymathRegistry.changeAddress("FeatureRegistry", I_FeatureRegistry.address, { from: account_polymath }); |
| 305 | await I_PolymathRegistry.changeAddress("SecurityTokenRegistry", I_SecurityTokenRegistryProxy.address, { from: account_polymath }); |
| 306 | await I_MRProxied.updateFromRegistry({ from: account_polymath }); |
| 307 | } |
| 308 | |
| 309 | async function registerGTM(account_polymath) { |
| 310 | await I_MRProxied.registerModule(I_GeneralTransferManagerFactory.address, { from: account_polymath }); |
no outgoing calls
no test coverage detected