UNPKG

@etherspot/modular-sdk

Version:

Etherspot Modular SDK - build with ERC-7579 smart accounts modules

10 lines 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GenericBundler = void 0; class GenericBundler { constructor(bundlerUrl) { this.url = bundlerUrl; } } exports.GenericBundler = GenericBundler; //# sourceMappingURL=GenericBundler.js.map