UNPKG

viem

Version:

TypeScript Interface for Ethereum

20 lines 495 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const bronos = /*#__PURE__*/ defineChain({ id: 1039, name: 'Bronos', nativeCurrency: { decimals: 18, name: 'BRO', symbol: 'BRO', }, rpcUrls: { default: { http: ['https://evm.bronos.org'] }, }, blockExplorers: { default: { name: 'BronoScan', url: 'https://broscan.bronos.org', }, }, }); //# sourceMappingURL=bronos.js.map