import { ChainId } from '@sentio/chain' export interface YamlContractConfig { address: string chain: ChainId name: string }