Skip to content

Commit

Permalink
Update the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zmckinnon committed Sep 16, 2024
1 parent 6a70466 commit ceb8395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nest/src/NestStaking.sol
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ contract NestStaking is Initializable, AccessControlUpgradeable, UUPSUpgradeable
* @param askPrice Price at which users can buy the AggregateToken using CurrencyToken, times the base
* @param bidPrice Price at which users can sell the AggregateToken to receive CurrencyToken, times the base
* @param tokenURI URI of the AggregateToken metadata
* @return address Address of the new AggregateToken
*/
function createAggregateToken(
address owner,
Expand Down

0 comments on commit ceb8395

Please sign in to comment.