Migrate constructor arguments

This commit is contained in:
Leonid Logvinov
2017-07-07 16:02:37 -07:00
committed by Fabio Berger
parent 722c24d127
commit be1f7db2df

View File

@@ -446,11 +446,11 @@
{
"inputs": [
{
"name": "_zrx",
"name": "_ZRX_TOKEN_CONTRACT",
"type": "address"
},
{
"name": "_proxy",
"name": "_PROXY_CONTRACT",
"type": "address"
}
],