diff --git a/templates/Contract-Code-Review-Example.md b/templates/Contract-Code-Review-Example.md index e48a219..1e820ab 100644 --- a/templates/Contract-Code-Review-Example.md +++ b/templates/Contract-Code-Review-Example.md @@ -103,3 +103,4 @@ _Could this code be less vulnerable to other code behaving weirdly?_ - [ ] Contract does not send or receive Ethereum. - [ ] Contract has no payable methods. +- [ ] If contract interacts with ETH make sure there are no read only reentrancies (like [this one]([url](https://chainsecurity.com/curve-lp-oracle-manipulation-post-mortem/)) in Curve pools)