viem
Version:
21 lines (19 loc) • 415 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const fibo = /*#__PURE__*/ 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',
},
},
})