zksync-cli
Version:
CLI tool that simplifies the process of developing applications and interacting with the ZKsync network
10 lines • 314 B
JavaScript
import { utils } from "zksync-ethers";
import { getAddress } from "ethers";
export const ETH_TOKEN = {
symbol: "ETH",
name: "Ether",
decimals: 18,
address: getAddress(utils.L2_BASE_TOKEN_ADDRESS),
l1Address: "0x0000000000000000000000000000000000000000",
};
//# sourceMappingURL=constants.js.map