UNPKG

viem

Version:

TypeScript Interface for Ethereum

25 lines (23 loc) 476 B
import { defineChain } from '../../utils/chain/defineChain.js' export const katana = /*#__PURE__*/ defineChain({ id: 747474, name: 'Katana', network: 'katana', nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18, }, rpcUrls: { default: { http: ['https://rpc.katana.network'], }, }, blockExplorers: { default: { name: 'katana explorer', url: 'https://explorer.katanarpc.com', }, }, testnet: false, })