Skip to content

Commit

Permalink
remove unused contracts from abi generation (storyprotocol#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster-will authored Aug 15, 2024
1 parent 1dc9bff commit 8133cd5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,8 @@ abi:
@$(call generate_abi,"IPAccountImpl",".")
@$(call generate_abi,"LicenseToken",".")
@$(call generate_abi,"AccessController","./access")
@$(call generate_abi,"Governance","./governance")
@$(call generate_abi,"DisputeModule","./modules/dispute")
@$(call generate_abi,"ArbitrationPolicySP","./modules/dispute/policies")
@$(call generate_abi,"TokenWithdrawalModule","./modules/external")
@$(call generate_abi,"LicensingModule","./modules/licensing")
@$(call generate_abi,"PILicenseTemplate","./modules/licensing")
@$(call generate_abi,"CoreMetadataModule","./modules/metadata")
Expand Down

0 comments on commit 8133cd5

Please sign in to comment.