UNPKG

@hyperlane-xyz/registry

Version:

A collection of configs, artifacts, and schemas for Hyperlane

9 lines (8 loc) 294 B
export var RegistryType; (function (RegistryType) { RegistryType["Github"] = "github"; RegistryType["FileSystem"] = "filesystem"; RegistryType["Merged"] = "merged"; RegistryType["Partial"] = "partial"; RegistryType["Http"] = "http"; })(RegistryType || (RegistryType = {}));