mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-17 09:46:37 +00:00
add a enviroment specific config to make sure overrides are working
This commit is contained in:
parent
98f0bd45e9
commit
629b9aa2a6
@ -21,12 +21,20 @@
|
|||||||
},
|
},
|
||||||
"MyToken2": {
|
"MyToken2": {
|
||||||
"instanceOf": "Token",
|
"instanceOf": "Token",
|
||||||
"args": [2000]
|
"args": [200]
|
||||||
},
|
},
|
||||||
"AlreadyDeployedToken": {
|
"AlreadyDeployedToken": {
|
||||||
"address": "0x123",
|
"address": "0x123",
|
||||||
"instanceOf": "Token"
|
"instanceOf": "Token"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"development": {
|
||||||
|
"contracts": {
|
||||||
|
"MyToken2": {
|
||||||
|
"instanceOf": "Token",
|
||||||
|
"args": [2000]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user