embark-area-51/boilerplate/config/contracts.json

13 lines
142 B
JSON
Raw Normal View History

2016-08-13 15:58:03 +00:00
{
"default": {
2016-10-02 23:13:46 +00:00
"gas": "auto",
2016-08-13 15:58:03 +00:00
"contracts": {
2016-10-02 23:13:46 +00:00
"SimpleStorage": {
"args": [
100
]
}
2016-08-13 15:58:03 +00:00
}
}
}