You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make KnownCaipNamespacedChainId generic over Namespace type parameter (#262)
This commit refactors `KnownCaipNamespacedChainId` (introduced in
[#258](#258)) into a generic type
by adding a `Namespace` type parameter. This allows the type to be
narrowed down to chain IDs with a specific namespace.
This is not a breaking change, as `Namespace` defaults to a type union
of known CAIP namespaces. The type's previous behavior is preserved when
its generic type parameter is omitted.
0 commit comments