Update Contracts to 2.3.2 (#74)

* Switch contracts to 2.3.2

* Not removing package-lock.json in contracts/deploy
This commit is contained in:
Przemyslaw Rzad 2019-05-27 13:15:47 +02:00 committed by GitHub
parent f5ff33d21f
commit 9f5edcffbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit b1c4c35fbc86acacf3a6d857c7e6b232aec2592f
Subproject commit bbb97a63c900f03a902d0e82358abac3b294e4d9

@ -39,7 +39,7 @@
"ui-e2e": "./ui-e2e/run-tests.sh",
"clean": "rm -rf ./node_modules ./**/node_modules ./**/**/node_modules ./**/build",
"compile:contracts": "yarn workspace poa-parity-bridge-contracts run compile",
"install:deploy": "cd contracts/deploy && rm -f package-lock.json && npm install --silent",
"install:deploy": "cd contracts/deploy && npm install --silent",
"postinstall": "ln -s $(pwd)/node_modules/openzeppelin-solidity/ contracts/node_modules/openzeppelin-solidity"
}
}