UNPKG

@avalanche-sdk/interchain

Version:
10 lines (9 loc) 248 B
import { Address } from "viem"; import { Chain } from "viem/chains"; export interface ChainConfig extends Chain { blockchainId: string; interchainContracts: { teleporterRegistry: Address; teleporterManager: Address; } }