Skip to content

Commit c07f412

Browse files
committed
fix: slither and typo
1 parent de204ba commit c07f412

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

slither.db.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/rollup/RollupCreator.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ contract RollupCreator is Ownable {
171171
* - maxFeePerGasForRetryables price bid for L2 execution.
172172
* - batchPosters The list of batch poster addresses, not used when set to empty list
173173
* - batchPosterManager The address which has the ability to rotate batch poster keys
174-
* - feeTokenPricer The fee token pricer contract for managing token fees
174+
* - feeTokenPricer Fee token pricer contract for converting custom fee token to ETH
175175
* - customOsp Custom OSP address, if set to address(0) the default OSP will be used
176176
* @return The address of the newly created rollup
177177
*/

0 commit comments

Comments
 (0)