Skip to content

Commit

Permalink
istanbul evm
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahZinsmeister committed Dec 9, 2019
1 parent fd95cae commit b390aed
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 485 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@types/chai": "^4.2.6",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"ethereum-waffle": "2.1.0",
"ethereum-waffle": "^2.1.1",
"ethereumjs-util": "^6.2.0",
"ethers": "^4.0.40",
"mocha": "^6.2.2",
Expand Down
2 changes: 1 addition & 1 deletion waffle.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"solcVersion": "./node_modules/solc",
"compilerOptions": {
"evmVersion": "constantinople",
"evmVersion": "istanbul",
"optimizer": {
"enabled": true,
"runs": 1000
Expand Down
Loading

0 comments on commit b390aed

Please sign in to comment.