Skip to content

Commit

Permalink
Add Create LlamaPay Vesting iframe hook (#5045)
Browse files Browse the repository at this point in the history
* feat: add create-llamapay-vesting iframe hook dapp

* fix: wallet compability

* fix: wallet support for both llama pay hooks

* chore: remove  from name

---------

Co-authored-by: Pedro Yves Fracari <[email protected]>
Co-authored-by: Pedro Yves Fracari <[email protected]>
  • Loading branch information
3 people authored Nov 11, 2024
1 parent 0381438 commit 566caf2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ export const ALL_HOOK_DAPPS = [
},
hookDappsRegistry.COW_AMM_WITHDRAW,
hookDappsRegistry.CLAIM_LLAMAPAY_VESTING,
hookDappsRegistry.CREATE_LLAMAPAY_VESTING
] as HookDapp[]
19 changes: 19 additions & 0 deletions libs/hook-dapp-lib/src/hookDappsRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,25 @@
"website": "https://github.com/bleu/cow-hooks-dapps",
"url": "https://cow-hooks-dapps-claim-vesting.vercel.app",
"conditions": {
"supportedNetworks": [1, 100, 42161],
"walletCompatibility": ["EOA"],
"smartContractWalletSupported": false
}
},
"CREATE_LLAMAPAY_VESTING": {
"id": "a316488cecc23fde8c39d3e748e0cb12bd4d18305826d36576d4bba74bd97baf",
"type": "IFRAME",
"name": "Create LlamaPay Vesting",
"descriptionShort": "Create a LlamaPay vesting contract",
"description": "This hook allows you to easily set up vesting contracts with LlamaPay. Enter the recipient’s address or ENS name, then choose how much to transfer: the token buy will be automatically detected by the hook and the contracts will be linked to your LlamaPay dashboard for seamless tracking.",
"version": "0.1.0",
"website": "https://llamapay.io/vesting",
"image": "https://cow-hooks-dapps-create-vesting.vercel.app/llama-pay-icon.png",
"url": "https://cow-hooks-dapps-create-vesting.vercel.app",
"conditions": {
"position": "post",
"walletCompatibility": ["EOA"],
"smartContractWalletSupported": false,
"supportedNetworks": [1, 100, 42161]
}
}
Expand Down

0 comments on commit 566caf2

Please sign in to comment.