viem
Version:
14 lines • 364 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const hardhat = /*#__PURE__*/ defineChain({
id: 31_337,
name: 'Hardhat',
nativeCurrency: {
decimals: 18,
name: 'Ether',
symbol: 'ETH',
},
rpcUrls: {
default: { http: ['http://127.0.0.1:8545'] },
},
});
//# sourceMappingURL=hardhat.js.map