We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de204ba commit c07f412Copy full SHA for c07f412
slither.db.json
src/rollup/RollupCreator.sol
@@ -171,7 +171,7 @@ contract RollupCreator is Ownable {
171
* - maxFeePerGasForRetryables price bid for L2 execution.
172
* - batchPosters The list of batch poster addresses, not used when set to empty list
173
* - batchPosterManager The address which has the ability to rotate batch poster keys
174
- * - feeTokenPricer The fee token pricer contract for managing token fees
+ * - feeTokenPricer Fee token pricer contract for converting custom fee token to ETH
175
* - customOsp Custom OSP address, if set to address(0) the default OSP will be used
176
* @return The address of the newly created rollup
177
*/
0 commit comments