From b23e772369f2bc885c2ab70af4f0a0ec6bff6631 Mon Sep 17 00:00:00 2001 From: paulgs9988 <69936006+paulgs9988@users.noreply.github.com> Date: Sat, 26 Oct 2024 15:45:06 -0400 Subject: [PATCH] Update caip-10.md fixing some small, insignificant errors --- CAIPs/caip-10.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CAIPs/caip-10.md b/CAIPs/caip-10.md index 8ad183b9..e33882e5 100644 --- a/CAIPs/caip-10.md +++ b/CAIPs/caip-10.md @@ -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. @@ -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