Skip to content

Commit

Permalink
Add Wallet member to KnownCaipNamespace enum (#207)
Browse files Browse the repository at this point in the history
Add `Wallet` member to `KnownCaipNamespace` enum. This is needed for
supporting [CAIP-25 and CAIP-27 Multichain requests in
Extension](MetaMask/metamask-extension#25665)
  • Loading branch information
jiexi authored Aug 28, 2024
1 parent 1e502e9 commit de03b9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/caip-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export type CaipAccountAddress = Infer<typeof CaipAccountAddressStruct>;
export enum KnownCaipNamespace {
/** EIP-155 compatible chains. */
Eip155 = 'eip155',
Wallet = 'wallet',
}

/**
Expand Down

0 comments on commit de03b9a

Please sign in to comment.