mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 22:44:45 +00:00
26 lines
366 B
JSON
26 lines
366 B
JSON
{
|
|
"default": {
|
|
"gas": "auto",
|
|
"contracts": {
|
|
"token": {
|
|
"args": [
|
|
100
|
|
]
|
|
},
|
|
"SimpleStorage": {
|
|
"args": [
|
|
100,
|
|
"$token"
|
|
]
|
|
},
|
|
"SimpleStorage2": {
|
|
"instanceOf": "SimpleStorage",
|
|
"args": [
|
|
100,
|
|
"$token"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|