Murat Ögat

Results 5 issues of Murat Ögat

It is received in the app as: https://app.uniswap.org/favicon.ico , which is a 404 It should be the same as what the website uses: https://app.uniswap.org/favicon.png

**Bug Description** When trying to connect to the interface on https://app.uniswap.org/swap from a mobile app using WalletConnect2, the connected chain changes unnecessarily after establishing the connection. The selected network icon...

bug

**Is your feature request related to a problem? Please describe.** We can't simply update the WalletConnect SDK, since now the groupIdentifier is required. I am required to create an App...

enhancement

Currently during the initialization of the SDK, it is not possible to "just call a configure method" as claimed [here](https://docs.walletconnect.com/walletkit/ios/usage), because the DefaultCryptoProvider is not exposed as discussed [here](https://github.com/WalletConnect/WalletConnectSwiftV2/issues/1033). Either...

enhancement

Using: ``` implementation "com.github.tangem.tangem-sdk-android:core:3.8.2" implementation "com.github.tangem.tangem-sdk-android:android:3.8.2" ``` When I try to get something signed using TangemSdk.sign , after successfully signing and getting the CompletionResult.Success , also the CompletionResult.Failure is invoked...