-
See file WalletConnect.cs line 72.
SDK version=v5.2.1
In fact, our client modifies Unity's default SynchronizationContext to achieve better performance, which is a very common practice in commercial…
-
@joaquim-verges
Need to install the following packages:
thirdweb@5.31.0
Ok to proceed? (y) y
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: u…
-
Hello, on the android build when connecting to the WebSocket wallet, the WebSocket itself disconnects and throws this exception:
Exception: Websocket closed with ServerError code
WalletConnectSha…
-
Hi all, I've been trying to do progressive migration as mentioned here in the doc: https://portal.thirdweb.com/typescript/v5/migrate#progressive-migration. However it doesn't seem to work in Next.js. …
-
-
This is a generic issue to investigate several use cases for handling proxies, I will edit this description to list all of the use cases in the following list:
* When decoding the metadata from an ad…
-
Hi guys,
I'm having trouble with executing transactions with coinbase wallet extension, as every single time I switch to a different chain (in this case, Sepolia) and try to execute a transaction, …
-
The string i want to sign:
```csharp
string domain = "myDomain";
string chainId = "1";
string message = "Sign in";
string uri = "myUri";
string data = "{\"domain\":\"" + domain + "\",\"chain…
-
It seems like the following instructions are outdated
https://portal.thirdweb.com/wallet-sdk/v2/build/connector
The link is broken
https://github.com/thirdweb-dev/js/blob/main/packages/wallets/…
-
Description:
I am encountering an issue when trying to connect my wallet using the ConnectWallet component from Thirdweb in a React Native project. Specifically, when I connect to Metamask, the Metam…