UNPKG

viem

Version:

TypeScript Interface for Ethereum

22 lines 640 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bitrock = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.bitrock = (0, defineChain_js_1.defineChain)({ id: 7171, name: 'Bitrock Mainnet', nativeCurrency: { name: 'BROCK', symbol: 'BROCK', decimals: 18 }, rpcUrls: { default: { http: ['https://brockrpc.io'], }, }, blockExplorers: { default: { name: 'Bitrock Explorer', url: 'https://explorer.bit-rock.io', }, }, testnet: false, }); //# sourceMappingURL=bitrock.js.map