UNPKG

opstack-kit-chains

Version:
19 lines (17 loc) 439 B
import { defineChain } from '../../utils/chain/defineChain.js' export const nautilus = /*#__PURE__*/ defineChain({ id: 22222, name: 'Nautilus Mainnet', nativeCurrency: { name: 'ZBC', symbol: 'ZBC', decimals: 9 }, rpcUrls: { default: { http: ['https://api.nautilus.nautchain.xyz'], }, }, blockExplorers: { default: { name: 'NautScan', url: 'https://nautscan.com', }, }, })