Skip to content

Commit

Permalink
Merge pull request #5 from exohood/ShiraOtsuki-patch-5
Browse files Browse the repository at this point in the history
Create .waffle.json
  • Loading branch information
elakuromi committed Jul 21, 2022
2 parents 950fb78 + 7b23251 commit 87beade
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .waffle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"compilerVersion": "./node_modules/solc",
"outputType": "all",
"outputHumanReadableAbi": true,
"compilerOptions": {
"outputSelection": {
"*": {
"*": [
"evm.bytecode.object",
"evm.deployedBytecode.object",
"abi",
"evm.bytecode.sourceMap",
"evm.deployedBytecode.sourceMap",
"metadata"
],
"": ["ast"]
}
},

"evmVersion": "istanbul",
"optimizer": {
"enabled": true,
"runs": 200
}
}
}

0 comments on commit 87beade

Please sign in to comment.