Skip to content

Commit

Permalink
Merge pull request #395 from 0xPolygonHermez/feature/add-selectors
Browse files Browse the repository at this point in the history
add forge selectors
  • Loading branch information
krlosMata authored Feb 5, 2025
2 parents 458714e + 0d9ce6a commit 1a0a789
Show file tree
Hide file tree
Showing 3 changed files with 8,355 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ if npm run lint; then

cp artifacts/contracts/v2/utils/ClaimCompressor.sol/ClaimCompressor.json compiled-contracts/

forge selectors ls > docs/selectors.txt
git add docs/selectors.txt

git add compiled-contracts
exit 0
else
Expand Down
Loading

0 comments on commit 1a0a789

Please sign in to comment.