viem
Version:
21 lines (19 loc) • 411 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const mezo = /*#__PURE__*/ defineChain({
id: 31_612,
name: 'Mezo',
nativeCurrency: {
decimals: 18,
name: 'Bitcoin',
symbol: 'BTC',
},
rpcUrls: {
default: { http: ['https://rpc.mezo.org'] },
},
blockExplorers: {
default: {
name: 'Mezo Explorer',
url: 'https://explorer.mezo.org',
},
},
})