mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-12 14:54:57 +00:00
30 lines
462 B
JSON
30 lines
462 B
JSON
{
|
|
"default": {
|
|
"gas": "auto",
|
|
"contracts": {
|
|
"token": {
|
|
"address": "0x123",
|
|
"args": [
|
|
100
|
|
]
|
|
},
|
|
"SimpleStorage": {
|
|
"args": [
|
|
100,
|
|
"$token"
|
|
],
|
|
"onDeploy": [
|
|
"SimpleStorage.set(150)"
|
|
]
|
|
},
|
|
"SimpleStorage2": {
|
|
"instanceOf": "SimpleStorage",
|
|
"args": [
|
|
100,
|
|
"$token"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|