UNPKG

viem

Version:

TypeScript Interface for Ethereum

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