Important
This is an abriged library of solmate and solady, hence LibSol
Only the useful bits of solmate & solady, abridged and without dependencies.
Warning
This is a zero-dependency library, additionally we make some minor changes for our use case
Eliminate recursive dependencies and reduce the size of importing these libraries.
└── src ├── ERC20.sol <solmate> ├── ERC6909.sol <solmate> ├── LibSort.sol <solady> ├── MerkleProofLib.sol <solady> ├── Owned.sol <solmate> ├── SafeTransferLib.sol <solmate> └── WETH.sol <solmate> Please see the LICENSE_Solady LICENSE_Solmate for the respective MIT and AGPL-3.0 Licenses.