SDK Affected
AppKit
Describe the bug
An unexpected URL scheme check with contains('wc://') disables apps that have a deeplink with .*wc:// pattern.
To Reproduce
- Creates a wallet example with the deeplink
demowc://.
- Add it as a custom wallet.
- It never gets added since the check returns false.
Expected behavior
The check uses startsWith('wc://) to properly avoid the conflict.