mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-18 18:26:50 +00:00
27 lines
394 B
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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|