浏览代码

remove wallet references from FAQ

Jordan Sexton 3 年之前
父节点
当前提交
ed548aa184
共有 1 个文件被更改,包括 1 次插入9 次删除
  1. 1 9
      FAQ.md

+ 1 - 9
FAQ.md

@@ -99,15 +99,7 @@ Please see [issue #72](https://github.com/solana-labs/wallet-adapter/issues/72#i
 
 ## How can I sign and verify messages?
 
-Some wallet adapters provide a `signMessage` method for signing arbitrary bytes:
-
-- [Coinbase](https://github.com/solana-labs/wallet-adapter/tree/master/packages/wallets/coinbase)
-- [Exodus](https://github.com/solana-labs/wallet-adapter/tree/master/packages/wallets/exodus)
-- [Glow](https://github.com/solana-labs/wallet-adapter/tree/master/packages/wallets/glow)
-- [Phantom](https://github.com/solana-labs/wallet-adapter/tree/master/packages/wallets/phantom)
-- [Solflare](https://github.com/solana-labs/wallet-adapter/tree/master/packages/wallets/solflare)
-- [Slope](https://github.com/solana-labs/wallet-adapter/tree/master/packages/wallets/slope)
-- [TokenPocket](https://github.com/solana-labs/wallet-adapter/tree/master/packages/wallets/tokenpocket)
+Some wallet adapters provide a `signMessage` method for signing arbitrary bytes.
 
 The signature string returned by this method can be verified using [tweetnacl-js](https://github.com/dchest/tweetnacl-js/blob/master/README.md#naclsigndetachedverifymessage-signature-publickey) using the public key from the adapter.