UNPKG

@artela-network/registry

Version:

A collection of configs, artifacts, and schemas for Hyperlane

7 lines (6 loc) 455 B
export const SCHEMA_REF = '# yaml-language-server: $schema=../schema.json'; export const DEFAULT_GITHUB_REGISTRY = 'https://github.com/hyperlane-xyz/hyperlane-registry'; export const GITHUB_FETCH_CONCURRENCY_LIMIT = 5; export const CHAIN_FILE_REGEX = /chains\/([a-z0-9]+)\/([a-z]+)\.(yaml|svg)/; export const WARP_ROUTE_CONFIG_FILE_REGEX = /warp_routes\/([a-zA-Z0-9]+)\/([a-z0-9-]+)-config.yaml/; export const ABACUS_WORKS_DEPLOYER_NAME = 'Abacus Works';