From 1d50fa00985c1d9671861fa6ac2a90a7816ca974 Mon Sep 17 00:00:00 2001 From: t11s Date: Thu, 8 Sep 2022 13:18:07 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Attribute=20Solady?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/LibString.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/LibString.sol b/src/utils/LibString.sol index 4d9e4d93..5752a156 100644 --- a/src/utils/LibString.sol +++ b/src/utils/LibString.sol @@ -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 {