From 38437e34fbe170c5a784f8b2a2250e8d0abe016b Mon Sep 17 00:00:00 2001 From: Bryer <0xbryer@gmail.com> Date: Sat, 14 Dec 2024 01:36:53 +0200 Subject: [PATCH] docs: Update Outdated Reference to WalletLink Update app-blocklist.md (#1351) --- apps/base-docs/docs/security/app-blocklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base-docs/docs/security/app-blocklist.md b/apps/base-docs/docs/security/app-blocklist.md index 3f8f29ad37..bff31a0a43 100644 --- a/apps/base-docs/docs/security/app-blocklist.md +++ b/apps/base-docs/docs/security/app-blocklist.md @@ -38,7 +38,7 @@ Ensuring that your app is perceived as trustworthy and not flagged as malicious - **Accessibility Across Regions**: Avoid geo-blocking or access restrictions that prevent certain regions or countries from accessing your app. - **Consistent Web2 Behavior**: Avoid rapid or unexplained changes in UI that can make users feel uncertain about the app’s reliability. - **Transparent Web3 Interactions**: Make sure your app’s web3 interactions are clear and match the UI actions. For example, a “Mint” button should clearly emit a mint transaction. -- **Standard Sign-in Methods**: Provide all standard connection methods for users to sign in, such as WalletConnect / WalletLink or popular browser extension wallets. +- **Standard Sign-in Methods**: Provide all standard connection methods for users to sign in, such as WalletConnect / Coinbase Wallet SDK or popular browser extension wallets. ---