Skip to content

Commit 1a0a789

Browse files
authored
Merge pull request #395 from 0xPolygonHermez/feature/add-selectors
add forge selectors
2 parents 458714e + 0d9ce6a commit 1a0a789

File tree

3 files changed

+8355
-0
lines changed

3 files changed

+8355
-0
lines changed

.githooks/pre-commit

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ if npm run lint; then
4040

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

43+
forge selectors ls > docs/selectors.txt
44+
git add docs/selectors.txt
45+
4346
git add compiled-contracts
4447
exit 0
4548
else

0 commit comments

Comments
 (0)