Skip to content

Commit

Permalink
Merge pull request #103 from gammaswap/fix/lpviewer-title
Browse files Browse the repository at this point in the history
publish package
  • Loading branch information
0xDanr committed Mar 18, 2024
2 parents 85d83d2 + 7135a18 commit 29a2524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/lens/LPViewer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@gammaswap/v1-core/contracts/interfaces/IGammaPool.sol";
import "../interfaces/lens/ILPViewer.sol";

/// @title Interface for LPViewer
/// @title LPViewer
/// @author Daniel D. Alcarraz (https://github.com/0xDanr)
/// @notice Implementation contract of ILPViewer to get token balance information per user per pool
/// @notice and across a given number of pools per user, aggregated or per pool
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gammaswap/v1-periphery",
"version": "1.2.3",
"version": "1.2.4",
"description": "Periphery contracts for the GammaSwap V1 protocol",
"homepage": "https://gammaswap.com",
"scripts": {
Expand Down

0 comments on commit 29a2524

Please sign in to comment.