UNPKG

viem

Version:

TypeScript Interface for Ethereum

32 lines (29 loc) 592 B
import { defineChain } from '../../utils/chain/defineChain.js' const sourceId = 8453 // base export const b3 = /*#__PURE__*/ defineChain({ id: 8333, name: 'B3', nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18, }, rpcUrls: { default: { http: ['https://mainnet-rpc.b3.fun/http'], }, }, blockExplorers: { default: { name: 'Blockscout', url: 'https://explorer.b3.fun', }, }, contracts: { multicall3: { address: '0xca11bde05977b3631167028862be2a173976ca11', blockCreated: 0, }, }, sourceId, })