viem
Version:
18 lines (16 loc) • 391 B
text/typescript
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' },
},
})