Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion content/evm/differences-with-ethereum.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Sei's EVM and Ethereum itself:
- Non-EVM transactions can update EVM-accessible state.
- For example, an account's SEI balance can be affected by both Cosmos (bank send, wasm execute) transactions as well as EVM send transactions
- Sei assets can not only exist as EVM (i.e., ERC20/721/1155), but also as CW (i.e., CW20, CW721) or as native (Sei, IBC, Tokenfactory).
- User accounts on Sei have [two addresses](https://www.docs.sei.io/learn/account-structure) derived from the same public key (sei-native Bech32 and EVM-compatible 0x…)
- User accounts on Sei have [two addresses](/learn/accounts) derived from the same public key (sei-native Bech32 and EVM-compatible 0x…)

<Callout type="info">💡 Interoperability between EVM and CosmWasm is governed and navigated via [precompiles](./precompiles/example-usage) and [pointer contracts](./pointers/standard)</Callout>

Expand Down
8 changes: 3 additions & 5 deletions content/learn/ledger-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import { Callout } from 'nextra/components';

The Sei network supports various crypto assets, including:

- Sei tokens (SEI, custom tokenfactory tokens)
- CW20 tokens
- CW721 NFTs
- Native tokens (SEI, custom tokenfactory tokens, IBC)
- ERC20 tokens
- ERC721 NFTs
- CW20 tokens
- CW721 NFTs

Using a Ledger hardware wallet ensures secure key management while interacting
with the Sei network, which supports various crypto assets, including:
Expand Down Expand Up @@ -133,8 +133,6 @@ For further assistance, you can reach out to the following support channels:

## Additional Resources

- **Sei Network Documentation**: Detailed information about the Sei network is
available in the [official documentation](https://www.docs.sei.io/).
- **Ledger Academy**: Learn more about cryptocurrency security on the official
[Ledger Academy](https://www.ledger.com/academy).

Expand Down