UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

20 lines (18 loc) 475 B
import { defineChain } from '../../utils/chain/defineChain.js' export const fibo = /*#__PURE__*/ defineChain({ id: 12306, name: 'Fibo Chain', network: 'fibochain', nativeCurrency: { decimals: 18, name: 'fibo', symbol: 'FIBO', }, rpcUrls: { default: { http: ['https://network.hzroc.art'] }, public: { http: ['https://network.hzroc.art'] }, }, blockExplorers: { default: { name: 'FiboScan', url: 'https://scan.fibochain.org' }, }, })