Răsfoiți Sursa

torus no longer requires config

Jordan Sexton 3 ani în urmă
părinte
comite
47ffd4f43e
1 a modificat fișierele cu 0 adăugiri și 15 ștergeri
  1. 0 15
      FAQ.md

+ 0 - 15
FAQ.md

@@ -97,21 +97,6 @@ The other methods are optional APIs, so you have to feature-detect them before u
 
 Please see [issue #72](https://github.com/solana-labs/wallet-adapter/issues/72#issuecomment-919232595).
 
-### Torus wallet doesn't connect / `registering module Get a client ID @ https://developer.tor.us`
-
-This can happen if you're using one of the starter projects and you didn't configure Torus for your dApp.
-
-Go to https://developer.tor.us to sign up for your own unique client ID. Then use this ID in your configuration:
-```tsx
-    const wallets = useMemo(() => [
-        // ...
-        getTorusWallet({
-            options: { clientId: '<YOUR CLIENT ID>' },
-        }),
-        // ...
-    ], [network]);
-```
-
 ## How can I sign and verify messages?
 
 Some wallet adapters provide a `signMessage` method for signing arbitrary bytes: