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