18 lines
232 B
JSON
18 lines
232 B
JSON
|
{
|
||
|
"default": {
|
||
|
"gas": "auto",
|
||
|
"contracts": {
|
||
|
"SimpleStorage": {
|
||
|
"args": [
|
||
|
100
|
||
|
]
|
||
|
},
|
||
|
"AnotherStorage": {
|
||
|
"args": [
|
||
|
"$SimpleStorage"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|