mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-26 15:12:05 +00:00
Merge pull request #893 from embark-framework/always_add_ens_contracts
always add ens contracts source so abi definition is always available
This commit is contained in:
commit
81c914b5a2
@ -305,11 +305,11 @@ class ENS {
|
||||
config.privatenet = config.development;
|
||||
this.embark.registerContractConfiguration(config);
|
||||
|
||||
if (this.isDev || this.env === 'privatenet') {
|
||||
//if (this.isDev || this.env === 'privatenet') {
|
||||
this.embark.events.request("config:contractsFiles:add", this.embark.pathToFile('./contracts/ENSRegistry.sol'));
|
||||
this.embark.events.request("config:contractsFiles:add", this.embark.pathToFile('./contracts/FIFSRegistrar.sol'));
|
||||
this.embark.events.request("config:contractsFiles:add", this.embark.pathToFile('./contracts/Resolver.sol'));
|
||||
}
|
||||
//}
|
||||
}
|
||||
|
||||
addSetProvider(config) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user