Update docs

This commit is contained in:
github-actions
2025-01-22 04:00:10 +00:00
parent edf6031131
commit 0dda004024
124 changed files with 8439 additions and 1170 deletions

View File

@ -43,7 +43,6 @@ const errors = `\
error MerkleProofInvalidMultiproof();
`;
/* eslint-disable max-len */
const templateProof = ({ suffix, location, visibility, hash }) => `\
/**
* @dev Returns true if a \`leaf\` can be proved to be a part of a Merkle tree
@ -172,7 +171,6 @@ function processMultiProof${suffix}(${formatArgsMultiline(
}
}
`;
/* eslint-enable max-len */
// GENERATE
module.exports = format(