mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-17 09:46:37 +00:00
do not deploy ens contracts (fix for upload)
This commit is contained in:
parent
fc8560c15b
commit
8ecf1d854d
@ -71,6 +71,15 @@ module.exports = {
|
|||||||
SimpleStorageWithHttpImport: {
|
SimpleStorageWithHttpImport: {
|
||||||
fromIndex: 0,
|
fromIndex: 0,
|
||||||
args: [100]
|
args: [100]
|
||||||
|
},
|
||||||
|
ENSRegistry: {
|
||||||
|
"deploy": false
|
||||||
|
},
|
||||||
|
Resolver: {
|
||||||
|
"deploy": false
|
||||||
|
},
|
||||||
|
FIFSRegistrar: {
|
||||||
|
"deploy": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
afterDeploy: [
|
afterDeploy: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user