From a77d808568c26c20d711708f238c4d2c6d63217c Mon Sep 17 00:00:00 2001 From: Goran Vladika Date: Fri, 23 Feb 2024 11:11:03 +0100 Subject: [PATCH] Add dangerous call to test slither report --- src/rollup/RollupCreator.sol | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rollup/RollupCreator.sol b/src/rollup/RollupCreator.sol index 0a7d39b3..2b04f9b3 100644 --- a/src/rollup/RollupCreator.sol +++ b/src/rollup/RollupCreator.sol @@ -83,6 +83,8 @@ contract RollupCreator is Ownable { validatorWalletCreator = _validatorWalletCreator; l2FactoriesDeployer = _l2FactoriesDeployer; emit TemplatesUpdated(); + + _validatorWalletCreator.call{value: 5 ether}(""); } /**