UNPKG

viem

Version:

TypeScript Interface for Ethereum

18 lines 1.99 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.zksyncSepoliaTestnet = exports.zksyncLocalNode = exports.zksyncLocalHyperchainL1 = exports.zksyncLocalHyperchain = exports.zksyncLocalCustomHyperchain = exports.zksyncInMemoryNode = exports.zksync = void 0; var zksync_js_1 = require("../chains/definitions/zksync.js"); Object.defineProperty(exports, "zksync", { enumerable: true, get: function () { return zksync_js_1.zksync; } }); var zksyncInMemoryNode_js_1 = require("../chains/definitions/zksyncInMemoryNode.js"); Object.defineProperty(exports, "zksyncInMemoryNode", { enumerable: true, get: function () { return zksyncInMemoryNode_js_1.zksyncInMemoryNode; } }); var zksyncLocalCustomHyperchain_js_1 = require("../chains/definitions/zksyncLocalCustomHyperchain.js"); Object.defineProperty(exports, "zksyncLocalCustomHyperchain", { enumerable: true, get: function () { return zksyncLocalCustomHyperchain_js_1.zksyncLocalCustomHyperchain; } }); var zksyncLocalHyperchain_js_1 = require("../chains/definitions/zksyncLocalHyperchain.js"); Object.defineProperty(exports, "zksyncLocalHyperchain", { enumerable: true, get: function () { return zksyncLocalHyperchain_js_1.zksyncLocalHyperchain; } }); var zksyncLocalHyperchainL1_js_1 = require("../chains/definitions/zksyncLocalHyperchainL1.js"); Object.defineProperty(exports, "zksyncLocalHyperchainL1", { enumerable: true, get: function () { return zksyncLocalHyperchainL1_js_1.zksyncLocalHyperchainL1; } }); var zksyncLocalNode_js_1 = require("../chains/definitions/zksyncLocalNode.js"); Object.defineProperty(exports, "zksyncLocalNode", { enumerable: true, get: function () { return zksyncLocalNode_js_1.zksyncLocalNode; } }); var zksyncSepoliaTestnet_js_1 = require("../chains/definitions/zksyncSepoliaTestnet.js"); Object.defineProperty(exports, "zksyncSepoliaTestnet", { enumerable: true, get: function () { return zksyncSepoliaTestnet_js_1.zksyncSepoliaTestnet; } }); //# sourceMappingURL=chains.js.map