UNPKG

@quirks/core

Version:
7 lines (6 loc) 154 B
import { AssetList, Chain } from '@chain-registry/types'; export interface SuggestChain { name: string; chain: Chain; assetList: AssetList; }