embark/demo/config/contracts.json

19 lines
230 B
JSON

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