UNPKG

viem

Version:

TypeScript Interface for Ethereum

20 lines 483 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const meter = /*#__PURE__*/ defineChain({ id: 82, name: 'Meter', nativeCurrency: { decimals: 18, name: 'MTR', symbol: 'MTR', }, rpcUrls: { default: { http: ['https://rpc.meter.io'] }, }, blockExplorers: { default: { name: 'MeterScan', url: 'https://scan.meter.io', }, }, }); //# sourceMappingURL=meter.js.map