check-ethereum-scanner
Version:
Safety checks for new Ethereum tokens
10 lines • 377 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.EC = void 0;
var elliptic_1 = __importDefault(require("elliptic"));
var EC = elliptic_1.default.ec;
exports.EC = EC;
//# sourceMappingURL=elliptic.js.map