embark/demo/config/contracts.json

27 lines
394 B
JSON

{
"default": {
"gas": "auto",
"contracts": {
"token": {
"address": "0x123",
"args": [
100
]
},
"SimpleStorage": {
"args": [
100,
"$token"
]
},
"SimpleStorage2": {
"instanceOf": "SimpleStorage",
"args": [
100,
"$token"
]
}
}
}
}