Skip to content

Commit

Permalink
chore: fix permit hook description
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Dec 25, 2024
1 parent ba8e237 commit 21e735b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/hook-dapp-lib/src/hookDappsRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"PERMIT_TOKEN": {
"type": "INTERNAL",
"name": "Permit a token",
"descriptionShort": "Infinite permit an address to spend one token on your behalf.",
"descriptionShort": "Permit an address to spend one token on your behalf.",
"description": "This hook allows you to permit an address to spend your tokens on your behalf. This is useful for allowing a smart contract to spend your tokens without needing to approve each transaction.",
"image": "https://raw.githubusercontent.com/cowprotocol/cowswap/refs/heads/develop/apps/cowswap-frontend/src/modules/hooksStore/dapps/PermitHookApp/icon.png",
"version": "v0.1.0",
Expand Down

0 comments on commit 21e735b

Please sign in to comment.