UNPKG

viem

Version:

TypeScript Interface for Ethereum

21 lines 569 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const boolBetaMainnet = /*#__PURE__*/ defineChain({ id: 11100, name: 'Bool Beta Mainnet', nativeCurrency: { decimals: 18, name: 'BOL', symbol: 'BOL', }, rpcUrls: { default: { http: ['https://beta-rpc-node-http.bool.network'] }, }, blockExplorers: { default: { name: 'BoolScan', url: 'https://beta-mainnet.boolscan.com/', }, }, testnet: false, }); //# sourceMappingURL=boolBetaMainnet.js.map