Skip to content

Commit

Permalink
Add dangerous call to test slither report
Browse files Browse the repository at this point in the history
  • Loading branch information
gvladika committed Feb 23, 2024
1 parent 46518f2 commit a77d808
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rollup/RollupCreator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ contract RollupCreator is Ownable {
validatorWalletCreator = _validatorWalletCreator;
l2FactoriesDeployer = _l2FactoriesDeployer;
emit TemplatesUpdated();

_validatorWalletCreator.call{value: 5 ether}("");
}

/**
Expand Down

0 comments on commit a77d808

Please sign in to comment.