Skip to content
Open
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 packages/caip/src/caips/caip-10.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export const caip10AccountIdRegex = new RegExp(`^${caip10AccountIdPattern}$`)
/**
* Create a CAIP-10 Account ID
*
* @param chainId - The full CAIP-2 chain ID (e.g. `eip155:1`, `solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp`)
* @param address - The address to create the CAIP-10 Account ID for
* @param chainId - The CAIP-2 chain ID (e.g. `eip155:1`, `solana`) for this address
* @returns The CAIP-10 Account ID
*/
export function createCaip10AccountId(
Expand Down
Loading