UNPKG

viem

Version:

TypeScript Interface for Ethereum

11 lines 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tempoTestnet = exports.tempoModerato = exports.tempoMainnet = exports.tempoLocalnet = exports.tempoDevnet = exports.tempo = void 0; var Chain_js_1 = require("../Chain.js"); Object.defineProperty(exports, "tempo", { enumerable: true, get: function () { return Chain_js_1.tempo; } }); Object.defineProperty(exports, "tempoDevnet", { enumerable: true, get: function () { return Chain_js_1.tempoDevnet; } }); Object.defineProperty(exports, "tempoLocalnet", { enumerable: true, get: function () { return Chain_js_1.tempoLocalnet; } }); Object.defineProperty(exports, "tempoMainnet", { enumerable: true, get: function () { return Chain_js_1.tempoMainnet; } }); Object.defineProperty(exports, "tempoModerato", { enumerable: true, get: function () { return Chain_js_1.tempoModerato; } }); Object.defineProperty(exports, "tempoTestnet", { enumerable: true, get: function () { return Chain_js_1.tempoTestnet; } }); //# sourceMappingURL=index.js.map