Skip to content

Commit

Permalink
added Martian Wallet plugin (aptos-labs#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianAbhishek authored Dec 16, 2022
1 parent e2c96d2 commit 2184384
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 198 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ A monorepo modular wallet adapter developed and maintained by Aptos for wallet a

- [Petra](https://www.npmjs.com/package/petra-plugin-wallet-adapter)
- [Trust](https://www.npmjs.com/package/@trustwallet/aptos-wallet-adapter)
- [Pontem](https://www.npmjs.com/package/@pontem/wallet-adapter-plugin)
- [Pontem](https://www.npmjs.com/package/@pontem/wallet-adapter-plugin)
- [Martian](https://www.npmjs.com/package/@martianwallet/aptos-wallet-adapter)
3 changes: 2 additions & 1 deletion apps/nextjs-example/components/AppContext.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { MartianWallet, RiseWallet } from "../wallets";
import { RiseWallet } from "../wallets";
import { PetraWallet } from "petra-plugin-wallet-adapter";
import { MartianWallet } from "@martianwallet/aptos-wallet-adapter";
import { PontemWallet } from "@pontem/wallet-adapter-plugin";
import { TrustWallet } from "@trustwallet/aptos-wallet-adapter";
import { AptosWalletAdapterProvider } from "@aptos-labs/wallet-adapter-react";
Expand Down
1 change: 1 addition & 0 deletions apps/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@aptos-labs/wallet-adapter-react": "workspace:*",
"@pontem/wallet-adapter-plugin": "^0.1.4",
"@trustwallet/aptos-wallet-adapter": "^0.1.4",
"@martianwallet/aptos-wallet-adapter": "^0.0.2",
"aptos": "^1.3.17",
"next": "13.0.0",
"petra-plugin-wallet-adapter": "^0.1.2",
Expand Down
Loading

0 comments on commit 2184384

Please sign in to comment.