UNPKG

opstack-kit-chains

Version:
17 lines (15 loc) 460 B
import { defineChain } from '../../utils/chain/defineChain.js' import { chainConfig } from '../../zksync/chainConfig.js' export const zkSyncLocalNode = /*#__PURE__*/ defineChain({ ...chainConfig, id: 270, name: 'zkSync CLI Local Node', network: 'zksync-cli-local-node', nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, rpcUrls: { default: { http: ['http://localhost:3050'], }, }, testnet: true, })