PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/viem/chains/definitions

Просмотр файла: zksyncLocalHyperchainL1.ts

import { defineChain } from '../../utils/chain/defineChain.js'

// The local hyperchain setup: https://github.com/matter-labs/local-setup/blob/main/zk-chains-docker-compose.yml

export const zksyncLocalHyperchainL1 = /*#__PURE__*/ defineChain({
  id: 9,
  name: 'ZKsync CLI Local Hyperchain L1',
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
  rpcUrls: {
    default: {
      http: ['http://localhost:15045'],
    },
  },
  blockExplorers: {
    default: {
      name: 'Blockscout',
      url: 'http://localhost:15001/',
      apiUrl: 'http://localhost:15001/api/v2',
    },
  },
  testnet: true,
})

Выполнить команду


Для локальной разработки. Не используйте в интернете!