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 b864dac commit a13635d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/MerkleProofLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pragma solidity >=0.8.0;

/// @notice Gas optimized merkle proof verification library.
/// @author Solmate (https://github.com/transmissions11/solmate/blob/main/src/utils/MerkleProofLib.sol)
/// @author Modified from Solady (https://github.com/Vectorized/solady/blob/main/src/utils/MerkleProofLib.sol)
library MerkleProofLib {
function verify(
bytes32[] calldata proof,
Expand Down

0 comments on commit a13635d

Please sign in to comment.