diff --git a/README.md b/README.md index 0b0c659..90bd4f8 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,6 @@ The following wallet interfaces are supported and the library provides icons & l | Defly | | | Mobile | | Pera | | | Mobile & Web | | Exodus | | | Chrome extension, MainNet only | -| MyAlgo | | | Web | | Ledger | | | Direct USB in Chrome | | WalletConnect | | | Any compatible app | | MetaMask (experimental) | | | Pre-release Algorand Snap running in MetaMask Flask | @@ -92,6 +91,8 @@ The following wallets have been identified as supporting Algorand but have not b - [AlgoSigner](https://github.com/PureStake/algosigner/tree/develop) is no longer maintained by PureStake and so is not included. +- [MyAlgo](https://connect.myalgo.com) has shut down and so is not included. + ## How It Works ### Configuration diff --git a/package.json b/package.json index 2b1425f..d391b24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solid-algo-wallets", - "version": "0.1.6", + "version": "0.1.7", "description": "Integrate multiple Algorand wallets with a SolidJS web application client", "license": "MIT", "author": "Brian Whippo ", diff --git a/src/useSolidAlgoWallets.tsx b/src/useSolidAlgoWallets.tsx index 9ecb74c..0794d70 100644 --- a/src/useSolidAlgoWallets.tsx +++ b/src/useSolidAlgoWallets.tsx @@ -1,7 +1,7 @@ import { makePersisted } from '@solid-primitives/storage' import { WalletAccount, WalletInterface } from './types' import { createRoot, createSignal } from 'solid-js' -import UseMyAlgo from './wallets/myalgo' +// import UseMyAlgo from './wallets/myalgo' import UseExodus from './wallets/exodus' import UseLedger from './wallets/ledger' import UsePera from './wallets/pera' @@ -31,7 +31,7 @@ function UseSolidAlgoWallets() { UsePera, UseLedger, UseExodus, - UseMyAlgo, + // UseMyAlgo, UseWalletConnect, // useWalletConnectOld, // useDaffi,