Skip to content

Commit

Permalink
Merge branch 'develop' into va-cowamm-banner
Browse files Browse the repository at this point in the history
  • Loading branch information
fairlighteth authored Oct 16, 2024
2 parents 7d30e1f + 395f48f commit e3724a1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { HookDappContext as HookDappContextType, HookDappIframe } from '../../ty

const Iframe = styled.iframe`
border: 0;
min-height: 350px;
min-height: 300px;
`

interface IframeDappContainerProps {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ export const ALL_HOOK_DAPPS = [
...hookDappsRegistry.CLAIM_COW_AIRDROP,
component: (props) => <AirdropHookApp {...props} />,
},
hookDappsRegistry.CLAIM_LLAMAPAY_VESTING,
] as HookDapp[]
14 changes: 14 additions & 0 deletions libs/hook-dapp-lib/src/hookDappsRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,19 @@
"conditions": {
"supportedNetworks": [11155111]
}
},
"CLAIM_LLAMAPAY_VESTING": {
"id": "5d2c081d11a01ca0b76e2fafbc0d3c62a4c9945ce404706fb1e49e826c0f99eb",
"type": "IFRAME",
"name": "Claim LlamaPay Vesting Hook",
"description": "The Claim LlamaPay Vesting Hook is a powerful and user-friendly feature designed to streamline the process of claiming funds from LlamaPay vesting contracts. This tool empowers users to easily access and manage their vested tokens, ensuring a smooth and efficient experience in handling time-locked assets.",
"descriptionShort": "Claim your LlamaPay vesting contract funds",
"image": "https://cow-hooks-dapps-claim-vesting.vercel.app/llama-pay-icon.png",
"version": "0.1.0",
"website": "https://github.com/bleu/cow-hooks-dapps",
"url": "https://cow-hooks-dapps-claim-vesting.vercel.app",
"conditions": {
"supportedNetworks": [1, 100, 42161]
}
}
}

0 comments on commit e3724a1

Please sign in to comment.