Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/cowprotocol/cowswap into…
Browse files Browse the repository at this point in the history
… feat/hooks-iframe-app-9
  • Loading branch information
shoom3301 committed Sep 24, 2024
2 parents 1c80f3c + 74b4391 commit 5e342f2
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 5e342f2

Please sign in to comment.