UNPKG

viem

Version:

TypeScript Interface for Ethereum

8 lines 533 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.lineaSepolia = exports.linea = void 0; var linea_js_1 = require("../chains/definitions/linea.js"); Object.defineProperty(exports, "linea", { enumerable: true, get: function () { return linea_js_1.linea; } }); var lineaSepolia_js_1 = require("../chains/definitions/lineaSepolia.js"); Object.defineProperty(exports, "lineaSepolia", { enumerable: true, get: function () { return lineaSepolia_js_1.lineaSepolia; } }); //# sourceMappingURL=chains.js.map