File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1212 "avoid-throw" : false ,
1313 "avoid-suicide" : " error" ,
1414 "avoid-sha3" : " warn" ,
15- "indent" : [" warn" , 2 ]
15+ "indent" : [" warn" , 2 ],
16+ "reentrancy" : false
1617 }
1718 }
Original file line number Diff line number Diff line change 11{
22 "name" : " tpl-contracts" ,
3- "version" : " 1.1.2 " ,
3+ "version" : " 1.1.3 " ,
44 "license" : " MIT" ,
55 "description" : " Solidity smart contract implementing TPL (the Transaction Layer Protocol)." ,
66 "homepage" : " https://tplprotocol.org/" ,
2828 },
2929 "devDependencies" : {
3030 "coveralls" : " ^3.0.2" ,
31+ "ganache-cli" : " 6.3.0" ,
3132 "solhint" : " 1.4.0" ,
32- "solidity-coverage" : " ^ 0.5.11" ,
33+ "solidity-coverage" : " 0.5.11" ,
3334 "truffle" : " 5.0.0-beta.1" ,
34- "web3" : " ^ 1.0.0-beta.36 "
35+ "web3" : " 1.0.0-beta.37 "
3536 },
3637 "dependencies" : {
3738 "openzeppelin-solidity" : " 2.0.0"
You can’t perform that action at this time.
0 commit comments