Skip to content

Commit

Permalink
📝 Attribute Solady
Browse files Browse the repository at this point in the history
  • Loading branch information
transmissions11 authored Sep 8, 2022
1 parent a13635d commit 1d50fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/LibString.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pragma solidity >=0.8.0;

/// @notice Efficient library for creating string representations of integers.
/// @author Solmate (https://github.com/transmissions11/solmate/blob/main/src/utils/LibString.sol)
/// @author Modified from Solady (https://github.com/Vectorized/solady/blob/main/src/utils/LibString.sol)
library LibString {
function toString(uint256 value) internal pure returns (string memory str) {
assembly {
Expand Down

0 comments on commit 1d50fa0

Please sign in to comment.