mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-13 07:36:21 +00:00
put contracts inside the contracts field
This commit is contained in:
parent
8425e9b69b
commit
998ae105f3
@ -316,10 +316,12 @@ class ENS {
|
|||||||
self.embark.registerContractConfiguration({
|
self.embark.registerContractConfiguration({
|
||||||
"default": {
|
"default": {
|
||||||
"gas": "auto",
|
"gas": "auto",
|
||||||
"FIFSRegistrar": {
|
"contracts": {
|
||||||
"deploy": true,
|
"FIFSRegistrar": {
|
||||||
"args": ["$ENSRegistry", rootNode],
|
"deploy": true,
|
||||||
"onDeploy": ["ENSRegistry.methods.setOwner(0, FIFSRegistrar.options.address).send()"]
|
"args": ["$ENSRegistry", rootNode],
|
||||||
|
"onDeploy": ["ENSRegistry.methods.setOwner(0, FIFSRegistrar.options.address).send()"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user