mirror of https://github.com/embarklabs/embark.git
fix(@embark/dapps): add missing constructor argument in contracts config
This commit is contained in:
parent
5d61faa550
commit
3f4e12aa0f
|
@ -23,7 +23,8 @@
|
|||
},
|
||||
"AnotherStorage": {
|
||||
"args": [
|
||||
"$SimpleStorage"
|
||||
"$SimpleStorage",
|
||||
"embark.eth"
|
||||
]
|
||||
},
|
||||
"Token": {
|
||||
|
|
Loading…
Reference in New Issue