Skip to content

Commit

Permalink
Update caip-10.md
Browse files Browse the repository at this point in the history
fixing some small, insignificant errors
  • Loading branch information
paulgs9988 authored Oct 26, 2024
1 parent 6383491 commit b23e772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CAIPs/caip-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ extending [CAIP-2][] chain id specification. This is useful for both
decentralized applications and wallets to communicate user accounts (EOA in EVM
terminology) or smart contracts/abstraction for multiple chains using string
identifiers specific to each chain. Currently, wallets are usually designed for
each chain and multi-chain wallets use proprietray data structures to
each chain and multi-chain wallets use proprietary data structures to
differentiate accounts. This proposal aims to standardize these identifiers for
accounts to allow interoperability.

Expand Down Expand Up @@ -66,7 +66,7 @@ the blockchain that is referred to by the `chain_id`.
The goals of the general account ID format is:

- Uniqueness between chains regardless if they are mainnet or testnet
- Readibility using the prefix of a chainId to quickly identify before parsing the address
- Readability using the prefix of a chainId to quickly identify before parsing the address
- Restricted to constrained set of characters and length for parsing

## Canonicalization
Expand Down

0 comments on commit b23e772

Please sign in to comment.