Skip to content

Commit

Permalink
chore: add Solana CAIP namespace (#219)
Browse files Browse the repository at this point in the history
* What is the current state of things and why does it need to change?

We have a list of namespaces that includes EVM and Bitcoin chains. We
are missing Solana chains.

* What is the solution your changes offer and how does it work?

I have added the Solana CAIP namespace as per:
https://namespaces.chainagnostic.org/solana/caip2
  • Loading branch information
ulissesferreira authored Nov 4, 2024
1 parent f2412a3 commit 2980b6f
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 2980b6f

Please sign in to comment.