Set evm version to byzantium to avoid using unsupported opcodes in solidity 0.5.5

This commit is contained in:
Greg Hysen 2019-03-05 16:34:10 -08:00
parent 07200437b6
commit 257d1b2b52

View File

@ -3,6 +3,7 @@
"contractsDir": "contracts",
"useDockerisedSolc": true,
"compilerSettings": {
"evmVersion": "byzantium",
"optimizer": { "enabled": true, "runs": 1000000 },
"outputSelection": {
"*": {