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

13 lines
142 B
JSON

{
"default": {
"gas": "auto",
"contracts": {
"SimpleStorage": {
"args": [
100
]
}
}
}
}