UNPKG

viem

Version:

TypeScript Interface for Ethereum

22 lines (20 loc) 433 B
import { defineChain } from '../../utils/chain/defineChain.js' export const mapProtocol = /*#__PURE__*/ defineChain({ id: 22776, name: 'MAP Protocol', nativeCurrency: { decimals: 18, name: 'MAPO', symbol: 'MAPO', }, rpcUrls: { default: { http: ['https://rpc.maplabs.io'] }, }, blockExplorers: { default: { name: 'MAPO Scan', url: 'https://maposcan.io', }, }, testnet: false, })