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 6, 2019
1 parent f2dae35 commit 785f1c5
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions contracts/asset-proxy/compiler.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"useDockerisedSolc": true,
"isOfflineMode": false,
"compilerSettings": {
"evmVersion": "byzantium",
"optimizer": { "enabled": true, "runs": 1000000 },
"outputSelection": {
"*": {
Expand Down
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
1 change: 1 addition & 0 deletions contracts/erc20/compiler.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"useDockerisedSolc": true,
"isOfflineMode": false,
"compilerSettings": {
"evmVersion": "byzantium",
"optimizer": { "enabled": true, "runs": 1000000 },
"outputSelection": {
"*": {
Expand Down
1 change: 1 addition & 0 deletions contracts/erc721/compiler.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"useDockerisedSolc": true,
"isOfflineMode": false,
"compilerSettings": {
"evmVersion": "byzantium",
"optimizer": { "enabled": true, "runs": 1000000 },
"outputSelection": {
"*": {
Expand Down
1 change: 1 addition & 0 deletions contracts/exchange-forwarder/compiler.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"useDockerisedSolc": true,
"isOfflineMode": false,
"compilerSettings": {
"evmVersion": "byzantium",
"optimizer": { "enabled": true, "runs": 1000000 },
"outputSelection": {
"*": {
Expand Down
1 change: 1 addition & 0 deletions contracts/exchange-libs/compiler.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"useDockerisedSolc": true,
"isOfflineMode": false,
"compilerSettings": {
"evmVersion": "byzantium",
"optimizer": { "enabled": true, "runs": 1000000 },
"outputSelection": {
"*": {
Expand Down
1 change: 1 addition & 0 deletions contracts/exchange/compiler.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"useDockerisedSolc": true,
"isOfflineMode": false,
"compilerSettings": {
"evmVersion": "byzantium",
"optimizer": { "enabled": true, "runs": 1000000 },
"outputSelection": {
"*": {
Expand Down
1 change: 1 addition & 0 deletions contracts/extensions/compiler.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"useDockerisedSolc": true,
"isOfflineMode": false,
"compilerSettings": {
"evmVersion": "byzantium",
"optimizer": { "enabled": true, "runs": 1000000 },
"outputSelection": {
"*": {
Expand Down
1 change: 1 addition & 0 deletions contracts/multisig/compiler.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"useDockerisedSolc": true,
"isOfflineMode": false,
"compilerSettings": {
"evmVersion": "byzantium",
"optimizer": { "enabled": true, "runs": 1000000 },
"outputSelection": {
"*": {
Expand Down
1 change: 1 addition & 0 deletions contracts/tec/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
1 change: 1 addition & 0 deletions contracts/utils/compiler.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"useDockerisedSolc": true,
"isOfflineMode": false,
"compilerSettings": {
"evmVersion": "byzantium",
"optimizer": { "enabled": true, "runs": 1000000 },
"outputSelection": {
"*": {
Expand Down

0 comments on commit 785f1c5

Please sign in to comment.