UNPKG

@sentio/truffle-source-fetcher

Version:

Fetches verified source code from services such as Etherscan

5 lines (4 loc) 157 B
import type { FetcherConstructor } from "./types"; import "./polyfill"; declare const EtherscanFetcher: FetcherConstructor; export default EtherscanFetcher;