opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
9 lines • 314 B
JavaScript
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
;