ChainRegistry.ts
This module provides a mapping between {@link Domain.UniversalChainId} and the canonical chain ID.
Added in v0.3.2
models
Section titled “models”UniversalChainIdMap
Section titled “UniversalChainIdMap”Signature
export declare const UniversalChainIdMap: Record<string & Brand<"UniversalChainId">, bigint>Added in v0.3.2
getOrError
Section titled “getOrError”Signature
export declare const getOrError: (ucid: Domain.UniversalChainId) => Effect.Effect<bigint, Error.SdkError, never>Added in v0.3.2