Skip to content

Commit b505e4c

Browse files
committed
Fix broken links
1 parent ac18d53 commit b505e4c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

content/evm/differences-with-ethereum.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Sei's EVM and Ethereum itself:
8585
- Non-EVM transactions can update EVM-accessible state.
8686
- For example, an account's SEI balance can be affected by both Cosmos (bank send, wasm execute) transactions as well as EVM send transactions
8787
- 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).
88-
- 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…)
88+
- User accounts on Sei have [two addresses](/learn/accounts) derived from the same public key (sei-native Bech32 and EVM-compatible 0x…)
8989

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

content/learn/ledger-setup.mdx

+3-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import { Callout } from 'nextra/components';
66

77
The Sei network supports various crypto assets, including:
88

9-
- Sei tokens (SEI, custom tokenfactory tokens)
10-
- CW20 tokens
11-
- CW721 NFTs
9+
- Native tokens (SEI, custom tokenfactory tokens, IBC)
1210
- ERC20 tokens
1311
- ERC721 NFTs
12+
- CW20 tokens
13+
- CW721 NFTs
1414

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

134134
## Additional Resources
135135

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

0 commit comments

Comments
 (0)