viem
Version:
20 lines • 483 B
JavaScript
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