UNPKG

viem

Version:

TypeScript Interface for Ethereum

23 lines 609 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fibo = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.fibo = (0, defineChain_js_1.defineChain)({ id: 12306, name: 'Fibo Chain', nativeCurrency: { decimals: 18, name: 'fibo', symbol: 'FIBO', }, rpcUrls: { default: { http: ['https://network.hzroc.art'] }, }, blockExplorers: { default: { name: 'FiboScan', url: 'https://scan.fibochain.org', }, }, }); //# sourceMappingURL=fibo.js.map