UNPKG

viem

Version:

TypeScript Interface for Ethereum

5 lines 176 B
export async function getL1ChainId(client) { const result = await client.request({ method: 'zks_L1ChainId' }); return result; } //# sourceMappingURL=getL1ChainId.js.map