Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
shafu0x committed Apr 5, 2023
1 parent 6a41d14 commit 60f7e12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/interfaces/IDeployer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ interface IDeployer {
/**
* @dev Deploys a contract from L1 to L2 using default gas limit and gas per
pubdata byte values.
* @param fileName The name of the Solidity file containing the contract code to be compiled.
* @param fileName The name of the Solidity file containing the contract code
to be compiled.
* @param params The initialization parameters for the contract.
* @param salt A unique salt value used to derive the contract's address.
* @return The deployed contract's address.
Expand Down

0 comments on commit 60f7e12

Please sign in to comment.