UNPKG

quiseos

Version:

EVM Networks & Node Providers Parameters Documentation

13 lines (10 loc) 282 B
import { type BlockExplorerStandard, type BlockExplorerType } from '../enums' interface BlockExplorer { name: string type: BlockExplorerType browserUrl: string apiUrl?: string docsUrl?: string standard: BlockExplorerStandard } export default BlockExplorer