UNPKG

opstack-kit-chains

Version:
9 lines 314 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getL1ChainId = void 0; async function getL1ChainId(client) { const result = await client.request({ method: 'zks_L1ChainId' }); return result; } exports.getL1ChainId = getL1ChainId; //# sourceMappingURL=getL1ChainId.js.map