Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Set evm version to byzantium to avoid using unsupported opcodes in so…
Browse files Browse the repository at this point in the history
…lidity 0.5.5
  • Loading branch information
hysz committed Mar 7, 2019
1 parent 9993097 commit 6fa806a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/erc1155/compiler.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"contractsDir": "contracts",
"useDockerisedSolc": true,
"compilerSettings": {
"evmVersion": "byzantium",
"optimizer": { "enabled": true, "runs": 1000000 },
"outputSelection": {
"*": {
Expand Down

0 comments on commit 6fa806a

Please sign in to comment.