UNPKG

zksync-cli

Version:

CLI tool that simplifies the process of developing applications and interacting with the ZKsync network

10 lines 327 B
import { getAddress } from "ethers/lib/utils.js"; import { utils } from "zksync-ethers"; export const ETH_TOKEN = { symbol: "ETH", name: "Ether", decimals: 18, address: getAddress(utils.L2_BASE_TOKEN_ADDRESS), l1Address: "0x0000000000000000000000000000000000000000", }; //# sourceMappingURL=constants.js.map