UNPKG

viem

Version:

TypeScript Interface for Ethereum

9 lines 645 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.lineaSepolia = exports.linea = exports.estimateGas = void 0; var estimateGas_js_1 = require("./actions/estimateGas.js"); Object.defineProperty(exports, "estimateGas", { enumerable: true, get: function () { return estimateGas_js_1.estimateGas; } }); var chains_js_1 = require("./chains.js"); Object.defineProperty(exports, "linea", { enumerable: true, get: function () { return chains_js_1.linea; } }); Object.defineProperty(exports, "lineaSepolia", { enumerable: true, get: function () { return chains_js_1.lineaSepolia; } }); //# sourceMappingURL=index.js.map