Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Change exports to fix dev HMR
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentRhetoric committed Sep 24, 2023
1 parent 8f66e37 commit f84f37e
Show file tree
Hide file tree
Showing 7 changed files with 240 additions and 237 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,15 @@ The example app code can be found here: <https://github.com/SilentRhetoric/solid

The following wallet interfaces are supported and the library provides icons & logos:

| Wallet | Home Page | Technical Docs | Notes |
| ------------- | ------------------------------------ | --------------------------------------------------------------------------------------------- | ------------------------------ |
| Defly | <https://defly.app> | <https://docs.defly.app/app/overview> | Mobile |
| Pera | <https://perawallet.app> | <https://docs.perawallet.app> | Mobile & Web |
| Exodus | <https://www.exodus.com> | <https://docs.exodus.com> | Chrome extension, MainNet only |
| MyAlgo | <https://connect.myalgo.com> | <https://connect.myalgo.com/docs/introduction> | Web |
| Ledger | <https://www.ledger.com/ledger-live> | <https://github.com/LedgerHQ/ledger-live/tree/develop/libs/ledgerjs/packages/hw-app-algorand> | Direct USB in Chrome |
| WalletConnect | <https://walletconnect.com> | <https://docs.walletconnect.com/2.0/> | Any compatible app |
| Wallet | Home Page | Technical Docs | Notes |
| ----------------------- | ------------------------------------------- | --------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| Defly | <https://defly.app> | <https://docs.defly.app/app/overview> | Mobile |
| Pera | <https://perawallet.app> | <https://docs.perawallet.app> | Mobile & Web |
| Exodus | <https://www.exodus.com> | <https://docs.exodus.com> | Chrome extension, MainNet only |
| MyAlgo | <https://connect.myalgo.com> | <https://connect.myalgo.com/docs/introduction> | Web |
| Ledger | <https://www.ledger.com/ledger-live> | <https://github.com/LedgerHQ/ledger-live/tree/develop/libs/ledgerjs/packages/hw-app-algorand> | Direct USB in Chrome |
| WalletConnect | <https://walletconnect.com> | <https://docs.walletconnect.com/2.0/> | Any compatible app |
| MetaMask (experimental) | <https://metamask.io> <https://snapalgo.io> | <https://snapalgo.io/docs> | Pre-release Algorand Snap running in MetaMask Flask <https://metamask.io/flask/> |

### WalletConnect-compatible Wallets

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"sideEffects": false,
"scripts": {
"build": "tsup",
"clean": "rm -rf node_modules && rm -rf dist",
"clean": "rm -rf node_modules && rm -rf dist && rm pnpm-lock.yaml",
"prepublishOnly": "pnpm build",
"format": "prettier -w \"src/**/*.{js,ts,json,css,tsx,jsx}\" --ignore-path .gitignore",
"lint": "concurrently pnpm:lint:*",
Expand Down
Loading

0 comments on commit f84f37e

Please sign in to comment.