Skip to content

Commit

Permalink
Update MSafe package link (#192)
Browse files Browse the repository at this point in the history
* Update MSafe package link

* Update example MSafe package
  • Loading branch information
AaricChen authored Oct 30, 2023
1 parent f0aa954 commit 87d8da5
Show file tree
Hide file tree
Showing 4 changed files with 1,494 additions and 477 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Note: These are in alphabetical order, any new wallets must be in alphabetical o
- [Fewcha](https://www.npmjs.com/package/fewcha-plugin-wallet-adapter)
- [Flipper](https://www.npmjs.com/package/@flipperplatform/wallet-adapter-plugin)
- [Martian](https://www.npmjs.com/package/@martianwallet/aptos-wallet-adapter)
- [MSafe](https://www.npmjs.com/package/msafe-plugin-wallet-adapter)
- [MSafe](https://www.npmjs.com/package/@msafe/aptos-wallet-adapter)
- [Nightly](https://www.npmjs.com/package/@nightlylabs/aptos-wallet-adapter-plugin)
- [OpenBlock](https://www.npmjs.com/package/@openblockhq/aptos-wallet-adapter)
- [Petra](https://www.npmjs.com/package/petra-plugin-wallet-adapter)
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs-example/components/AppContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { PontemWallet } from "@pontem/wallet-adapter-plugin";
import { RiseWallet } from "@rise-wallet/wallet-adapter";
import { TokenPocketWallet } from "@tp-lab/aptos-wallet-adapter";
import { TrustWallet } from "@trustwallet/aptos-wallet-adapter";
import { MSafeWalletAdapter } from "msafe-plugin-wallet-adapter";
import { MSafeWalletAdapter } from "@msafe/aptos-wallet-adapter";
import { WelldoneWallet } from "@welldone-studio/aptos-wallet-adapter";
import {
AptosWalletAdapterProvider,
Expand Down
4 changes: 2 additions & 2 deletions apps/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"lint": "next lint"
},
"dependencies": {
"@aptos-labs/wallet-adapter-core": "workspace:*",
"@aptos-labs/wallet-adapter-ant-design": "workspace:*",
"@aptos-labs/wallet-adapter-core": "workspace:*",
"@aptos-labs/wallet-adapter-mui-design": "workspace:*",
"@aptos-labs/wallet-adapter-react": "workspace:*",
"@blocto/aptos-wallet-adapter-plugin": "^0.2.2",
Expand All @@ -22,6 +22,7 @@
"@haechi-labs/face-types": "^1.10.8",
"@identity-connect/wallet-adapter-plugin": "^0.0.14",
"@martianwallet/aptos-wallet-adapter": "^0.0.4",
"@msafe/aptos-wallet-adapter": "^1.0.11",
"@nightlylabs/aptos-wallet-adapter-plugin": "^0.2.12",
"@openblockhq/aptos-wallet-adapter": "^0.1.5",
"@pontem/wallet-adapter-plugin": "^0.2.0",
Expand All @@ -33,7 +34,6 @@
"aptos": "^1.19.0",
"ethers": "^5.7.2",
"fewcha-plugin-wallet-adapter": "^0.1.3",
"msafe-plugin-wallet-adapter": "^0.1.0",
"next": "13.0.0",
"petra-plugin-wallet-adapter": "^0.3.0",
"react": "18.2.0",
Expand Down
Loading

0 comments on commit 87d8da5

Please sign in to comment.