diff --git a/packages/reown_appkit/lib/modal/services/uri_service/url_utils.dart b/packages/reown_appkit/lib/modal/services/uri_service/url_utils.dart index 2792f10e..4e276532 100644 --- a/packages/reown_appkit/lib/modal/services/uri_service/url_utils.dart +++ b/packages/reown_appkit/lib/modal/services/uri_service/url_utils.dart @@ -17,7 +17,7 @@ class UriService extends IUriService { } // If the wallet is just a generic wc:// then it is not installed - if (uri.contains('wc://')) { + if (uri.startsWith('wc://')) { return false; }