embark/demo/config/contracts.json
2016-10-06 07:40:24 -04:00

13 lines
142 B
JSON

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