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

Commit

Permalink
hide injected fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Apr 5, 2024
1 parent 6256c7a commit cd50e5d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/unity/wallets/actions/connect/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ Your Wallet Connection configuration, this is an object that can be used with an

Available providers:

- `WalletProvider.Injected`: [Injected](/unity/wallets/providers/injected)
- `WalletProvider.Coinbase`: [Coinbase Wallet](/unity/wallets/providers/coinbase)
- `WalletProvider.MetaMask`: [MetaMask](/unity/wallets/providers/metamask)
- `WalletProvider.WalletConnect`: [WalletConnect](/unity/wallets/providers/walletconnect)
- `WalletProvider.LocalWallet`: [Local Wallet](/unity/wallets/providers/localwallet)
- `WalletProvider.LocalWallet`: [Local Wallet](/unity/wallets/providers/local-wallet)
- `WalletProvider.SmartWallet`: [Smart Wallet](/unity/wallets/providers/account-abstraction)
- `WalletProvider.Hyperplay`: [Hyperplay](/unity/wallets/providers/hyperplay)
- `WalletProvider.EmbeddedWallet`: [Embedded Wallet](/unity/wallets/providers/embedded-wallet)
Expand All @@ -57,7 +56,7 @@ Must be a `BigInteger` (or `int`).

#### password

Optional password for encrypted [Local Wallet](/unity/wallets/providers/localwallet) account, uses auto-generated password if left empty.
Optional password for encrypted [Local Wallet](/unity/wallets/providers/local-wallet) account, uses auto-generated password if left empty.

Must be a `string`.

Expand Down

0 comments on commit cd50e5d

Please sign in to comment.