UNPKG

@artela-network/registry

Version:

A collection of configs, artifacts, and schemas for Hyperlane

3 lines (2 loc) 83 B
import { z } from 'zod'; export const ChainAddressesSchema = z.record(z.string());