@sentio/truffle-source-fetcher
Version:
Fetches verified source code from services such as Etherscan
13 lines • 669 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.InvalidNetworkError = void 0;
const common_1 = require("./common");
Object.defineProperty(exports, "InvalidNetworkError", { enumerable: true, get: function () { return common_1.InvalidNetworkError; } });
const etherscan_1 = __importDefault(require("./etherscan"));
const sourcify_1 = __importDefault(require("./sourcify"));
const Fetchers = [etherscan_1.default, sourcify_1.default];
exports.default = Fetchers;
//# sourceMappingURL=index.js.map