Skip to content

Commit

Permalink
feat: Add constructor documentation for MorphoTokenOptimism
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD committed Oct 22, 2024
1 parent 8f37e47 commit b390dc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MorphoTokenOptimism.sol
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ contract MorphoTokenOptimism is Token, IOptimismMintableERC20 {

/* CONSTRUCTOR */

/// @notice Construct the contract.
constructor(address newRemoteToken, address newBridge) {
remoteToken = newRemoteToken;
bridge = newBridge;
Expand Down

0 comments on commit b390dc2

Please sign in to comment.