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

14 lines
179 B
JSON

{
"default": {
"gasLimit": 500000,
"gasPrice": 10000000000000,
"contracts": {
"SimpleStorage": {
"args": [
100
]
}
}
}
}