opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
9 lines • 314 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.normalize = void 0;
const ens_normalize_1 = require("@adraffy/ens-normalize");
function normalize(name) {
return (0, ens_normalize_1.ens_normalize)(name);
}
exports.normalize = normalize;
//# sourceMappingURL=normalize.js.map
;