UNPKG

viem

Version:

TypeScript Interface for Ethereum

23 lines 606 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bronos = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.bronos = (0, defineChain_js_1.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