UNPKG

@fuel-infrastructure/fuel-hyperlane-registry

Version:

A collection of configs, artifacts, and schemas for Hyperlane

10 lines (9 loc) 697 B
export const SCHEMA_REF = '# yaml-language-server: $schema=../schema.json'; export const DEFAULT_GITHUB_REGISTRY = 'https://github.com/FuelLabs/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_SYMBOL_DIRECTORY_REGEX = /warp_routes\/([a-zA-Z0-9]+)$/; export const WARP_ROUTE_CONFIG_FILE_REGEX = /warp_routes\/([a-zA-Z0-9]+)\/([a-z0-9-]+)-config.yaml/; export const WARP_ROUTE_DEPLOY_FILE_REGEX = /warp_routes\/([a-zA-Z0-9]+)\/([a-z0-9-]+)-deploy.yaml/; export const ABACUS_WORKS_DEPLOYER_NAME = 'Abacus Works'; export const PROXY_DEPLOYED_URL = 'https://proxy.hyperlane.xyz';