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:
parent
f5ff33d21f
commit
9f5edcffbf
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user