Change EVM target to istanbul for all contract packages except erc-20

This commit is contained in:
Amir Bandeali
2019-12-16 07:44:33 -08:00
committed by Amir
parent 30a2015a68
commit 4a299c1f39
29 changed files with 29 additions and 29 deletions

View File

@@ -84,7 +84,7 @@ module.exports = {
solc: {
version: '0.5.9',
settings: {
evmVersion: 'constantinople',
evmVersion: 'istanbul',
optimizer: {
enabled: true,
runs: 1000000,