UNPKG

@dravana-network/registry

Version:

A collection of configs, artifacts, and schemas for Dravana bridge

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