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

18 lines
232 B
JSON
Raw Normal View History

2017-02-10 00:38:02 +00:00
{
"default": {
"gas": "auto",
"contracts": {
"SimpleStorage": {
"args": [
100
]
},
"AnotherStorage": {
"args": [
"$SimpleStorage"
]
}
}
}
}