Skip to content

Commit

Permalink
make internal
Browse files Browse the repository at this point in the history
  • Loading branch information
dianakocsis committed Oct 8, 2024
1 parent 126f56d commit 8edb1f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .forge-snapshots/positionDescriptor bytecode size.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4522
31065
2 changes: 1 addition & 1 deletion src/libraries/Descriptor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ library Descriptor {
/// @notice Constructs the token URI for a Uniswap v4 NFT
/// @param params Parameters needed to construct the token URI
/// @return The token URI as a string
function constructTokenURI(ConstructTokenURIParams memory params) public pure returns (string memory) {
function constructTokenURI(ConstructTokenURIParams memory params) internal pure returns (string memory) {
string memory name = generateName(params, feeToPercentString(params.fee));
string memory descriptionPartOne = generateDescriptionPartOne(
escapeQuotes(params.quoteCurrencySymbol),
Expand Down

0 comments on commit 8edb1f5

Please sign in to comment.