2016-08-13 10:48:00 -04:00
|
|
|
{
|
2016-08-13 11:58:03 -04:00
|
|
|
"default": {
|
2016-09-23 02:33:38 -07:00
|
|
|
"gas": "auto",
|
2016-08-13 11:58:03 -04:00
|
|
|
"contracts": {
|
2016-09-27 00:55:35 -04:00
|
|
|
"token": {
|
2016-09-27 21:13:54 -04:00
|
|
|
"address": "0x123",
|
2016-08-13 11:58:03 -04:00
|
|
|
"args": [
|
|
|
|
100
|
|
|
|
]
|
2016-09-27 00:55:35 -04:00
|
|
|
},
|
|
|
|
"SimpleStorage": {
|
|
|
|
"args": [
|
|
|
|
100,
|
|
|
|
"$token"
|
2016-10-02 17:57:33 -04:00
|
|
|
],
|
|
|
|
"onDeploy": [
|
|
|
|
"SimpleStorage.set(150)"
|
2016-09-27 00:55:35 -04:00
|
|
|
]
|
2016-09-27 21:04:40 -04:00
|
|
|
},
|
|
|
|
"SimpleStorage2": {
|
|
|
|
"instanceOf": "SimpleStorage",
|
|
|
|
"args": [
|
|
|
|
100,
|
|
|
|
"$token"
|
|
|
|
]
|
2016-08-13 11:58:03 -04:00
|
|
|
}
|
|
|
|
}
|
2016-08-13 10:48:00 -04:00
|
|
|
}
|
|
|
|
}
|