Skip to content

Commit

Permalink
chore: add Solana CAIP namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ulissesferreira committed Nov 4, 2024
1 parent f2412a3 commit 6df7105
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/caip-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ export type CaipAssetId = `${string}:${string}/${string}:${string}/${string}`;
export enum KnownCaipNamespace {
/** BIP-122 (Bitcoin) compatible chains. */
Bip122 = 'bip122',
/** Solana compatible chains */
Solana = 'solana',
/** EIP-155 compatible chains. */
Eip155 = 'eip155',
Wallet = 'wallet',
Expand Down

0 comments on commit 6df7105

Please sign in to comment.