Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small tweak to wallet-setup.mdx #160

Merged
merged 2 commits into from
Oct 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions pages/user-guides/wallet-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,11 @@ import cosmSigningImage from "../../public/assets/cosm-signing.png";

### Installing a Wallet app

**For complete functionality, it is recommended to navigate Sei with one of the wallets listed on the Wallets Page:**

[Wallets Page](../dev-ecosystem-providers/wallets.mdx)

For more wallet options, please visit our [registry](https://github.com/sei-protocol/chain-registry/blob/main/wallets.json).
**For complete functionality, it is recommended to use one of the wallets listed on the [Wallets Page](../dev-ecosystem-providers/wallets.mdx)**

<Callout type="warning">
**Caution:** It is not recommended to manually import from an EVM-only wallet
to a native Sei wallet, or vice versa. Doing so may result in a different
address.
**Attention:** Manually importing your wallet using a mnemonic from an EVM-only wallet app
to a Cosmos based wallet app, or vice versa is not recommended. This may generate unexpected wallet address due to differing [cointypes](https://en.bitcoin.it/wiki/BIP_0044#Coin_type).
</Callout>

### Adding the Network to Metamask
Expand Down
Loading