MCPcopy Create free account
hub / github.com/PolymathNetwork/polymath-core / deployFeatureRegistry

Function deployFeatureRegistry

test/helpers/createInstances.js:200–206  ·  view source on GitHub ↗
(account_polymath)

Source from the content-addressed store, hash-verified

198}
199
200async 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
208async function deployModuleRegistry(account_polymath) {
209 I_ModuleRegistry = await ModuleRegistry.new({ from: account_polymath });

Callers 1

setUpPolymathNetworkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected