mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-17 17:56:22 +00:00
19 lines
230 B
JSON
19 lines
230 B
JSON
{
|
|
"default": {
|
|
"gas": "auto",
|
|
"contracts": {
|
|
"token": {
|
|
"args": [
|
|
100
|
|
]
|
|
},
|
|
"SimpleStorage": {
|
|
"args": [
|
|
100,
|
|
"$token"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|