viem
Version:
16 lines • 519 B
JavaScript
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,
});
//# sourceMappingURL=zksyncLocalNode.js.map