Skip to content

Commit

Permalink
chore: update walletCompatibility usage
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Oct 4, 2024
1 parent d8286d0 commit 95cdb5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function validateHookDappManifest(
} else {
if (
isSmartContractWallet === true &&
conditions.walletCompatibility &&
typeof conditions.walletCompatibility !== 'undefined' &&
!conditions.walletCompatibility.includes(HookDappWalletCompatibility.SMART_CONTRACT)
) {
return 'The app does not support smart-contract wallets.'
Expand Down
2 changes: 1 addition & 1 deletion apps/hook-dapp-omnibridge/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"image": "http://localhost:4317/hook-dapp-omnibridge/apple-touch-icon.png",
"conditions": {
"position": "post",
"smartContractWalletSupported": false,
"walletCompatibility": ["EOA"],
"supportedNetworks": [100]
}
}
Expand Down

0 comments on commit 95cdb5f

Please sign in to comment.