Chains

zkSync Era

zkSync Era, chain 324.
create
create("zksync")
family
EVM · evm
symbol
ETH · 18 decimals
bip44
60
chainId · caip2
0x144 · eip155:324
explorer
explorer.zksync.io

zkSync Era, chain 324. zksync-era resolves as an alias and zkSync Era as the display name.

Address format

The EVM format, shared by every EVM chain here: 0x and 40 hex digits, any case. An address that fits zkSync Era fits the other twelve EVM chains too, and identify says so rather than picking one. The EIP-55 checksum, the one carried in letter case, isn't verified.

import { getChain } from "@agntn/chains";

const chain = getChain("zksync-era");
chain.assertAddress("0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984"); // returned unchanged
chain.chainId; // "0x144"
chain.caip2; // "eip155:324"

Spellings

zksync, zksync-era, zkSync Era. The key is zksync, the rest resolve through getChain.

@agntn/chains·MIT license· A format check, not proof an address exists. Nothing on this site talks to a chain.