Skip to content

Commit

Permalink
chore: fix claim airdrop hook dapp
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Sep 24, 2024
1 parent 9fca0d9 commit 74b4391
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { HookDappInternal, HookDappType } from 'modules/hooksStore/types/hooks'
import { HookDappInternal, HookDappType, HookDappWalletCompatibility } from 'modules/hooksStore/types/hooks'

import airdropImage from './airdrop.svg'

Expand Down Expand Up @@ -30,4 +30,5 @@ export const AIRDROP_HOOK_APP: HookDappInternal = {
component: (props) => <AirdropHookApp {...props} />,
version: '0.1.0',
website: 'https://github.com/bleu/cow-airdrop-contract-deployer',
walletCompatibility: [HookDappWalletCompatibility.EOA, HookDappWalletCompatibility.SMART_CONTRACT],
}

0 comments on commit 74b4391

Please sign in to comment.