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

14 lines
179 B
JSON
Raw Normal View History

2016-08-13 10:48:00 -04:00
{
2016-08-13 11:58:03 -04:00
"default": {
2016-08-14 08:04:34 -04:00
"gasLimit": 500000,
"gasPrice": 10000000000000,
2016-08-13 11:58:03 -04:00
"contracts": {
"SimpleStorage": {
"args": [
100
]
}
}
2016-08-13 10:48:00 -04:00
}
}