PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/viem/chains/definitions
Просмотр файла: hemi.ts
import { defineChain } from '../../utils/chain/defineChain.js'
export const hemi = /*#__PURE__*/ defineChain({
id: 43111,
name: 'Hemi',
network: 'Hemi',
blockTime: 12_000,
nativeCurrency: {
name: 'Ether',
symbol: 'ETH',
decimals: 18,
},
rpcUrls: {
default: {
http: ['https://rpc.hemi.network/rpc'],
},
},
blockExplorers: {
default: {
name: 'blockscout',
url: 'https://explorer.hemi.xyz',
},
},
testnet: false,
})
Выполнить команду
Для локальной разработки. Не используйте в интернете!