UNPKG

viem

Version:

TypeScript Interface for Ethereum

14 lines 361 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const cannon = /*#__PURE__*/ defineChain({ id: 13_370, name: 'Cannon', nativeCurrency: { decimals: 18, name: 'Ether', symbol: 'ETH', }, rpcUrls: { default: { http: ['http://127.0.0.1:8545'] }, }, }); //# sourceMappingURL=cannon.js.map