Skip to content

Commit

Permalink
add_init_balancer
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Kirillov authored and Nikita Kirillov committed Mar 22, 2024
1 parent fb08e52 commit d613692
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions slitherin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
from slitherin.detectors.arbitrum.arbitrum_chainlink_price_feed import ArbitrumChainlinkPriceFeed
from slitherin.detectors.potential_arith_overflow import PotentialArithmOverflow
from slitherin.detectors.curve.curve_readonly_reentrancy import CurveReadonlyReentrancy
from slitherin.detectors.balancer.balancer_readonly_reentrancy import BalancerReadonlyReentrancy

artbitrum_detectors = [
ArbitrumPrevrandaoDifficulty,
Expand Down Expand Up @@ -65,6 +66,7 @@
AAVEFlashloanCallbackDetector,
PotentialArithmOverflow,
CurveReadonlyReentrancy,
BalancerReadonlyReentrancy
]
plugin_printers = []

Expand Down

0 comments on commit d613692

Please sign in to comment.