From 4dd48d07d3bc071c61defd4b2ff09b94a596c4c7 Mon Sep 17 00:00:00 2001 From: Sebastien Guillemot Date: Tue, 30 Apr 2024 06:31:58 +0900 Subject: [PATCH] Add Mina wallet to wallet layer docs --- .../700-multichain-support/2-wallet-layer/1-introduction.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/home/700-multichain-support/2-wallet-layer/1-introduction.mdx b/docs/home/700-multichain-support/2-wallet-layer/1-introduction.mdx index acbe2a06..c1db1e7a 100644 --- a/docs/home/700-multichain-support/2-wallet-layer/1-introduction.mdx +++ b/docs/home/700-multichain-support/2-wallet-layer/1-introduction.mdx @@ -24,6 +24,7 @@ Paima currently supports a few different wallet types (found in `@paima/provider | `PolkadotConnector` | [@polkadot/extension-dapp](https://www.npmjs.com/package/@polkadot/extension-dapp) | | `CardanoConnector` | [CIP30](https://cips.cardano.org/cips/cip30) | | `AlgorandConnector` | [@perawallet/connect](https://www.npmjs.com/package/@perawallet/connect) | +| `MinaConnector` | [@aurowallet/mina-provider](https://www.npmjs.com/package/@aurowallet/mina-provider) You can get all the different login options for the user with the following utility functions: