Skip to content

Commit

Permalink
Merge pull request #333 from paulgs9988/patch-1
Browse files Browse the repository at this point in the history
Update caip-10.md
  • Loading branch information
bumblefudge authored Dec 16, 2024
2 parents 9c0aeb3 + b23e772 commit 52611c8
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 52611c8

Please sign in to comment.