(account_polymath)
| 307 | } |
| 308 | |
| 309 | async function registerGTM(account_polymath) { |
| 310 | await I_MRProxied.registerModule(I_GeneralTransferManagerFactory.address, { from: account_polymath }); |
| 311 | await I_MRProxied.verifyModule(I_GeneralTransferManagerFactory.address, { from: account_polymath }); |
| 312 | } |
| 313 | |
| 314 | async function registerAndVerifyByMR(factoryAdrress, owner, mr) { |
| 315 | await mr.registerModule(factoryAdrress, { from: owner }); |
no outgoing calls
no test coverage detected