Set evm version to byzantium to avoid using unsupported opcodes in solidity 0.5.5
This commit is contained in:
parent
07200437b6
commit
257d1b2b52
@ -3,6 +3,7 @@
|
||||
"contractsDir": "contracts",
|
||||
"useDockerisedSolc": true,
|
||||
"compilerSettings": {
|
||||
"evmVersion": "byzantium",
|
||||
"optimizer": { "enabled": true, "runs": 1000000 },
|
||||
"outputSelection": {
|
||||
"*": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user