UNPKG

viem

Version:

TypeScript Interface for Ethereum

22 lines (20 loc) 583 B
import { defineChain } from '../../utils/chain/defineChain.js' export const graphite = /*#__PURE__*/ defineChain({ id: 440017, name: 'Graphite Network', nativeCurrency: { name: 'Graphite', symbol: '@G', decimals: 18 }, rpcUrls: { default: { http: ['https://anon-entrypoint-1.atgraphite.com'], webSocket: ['wss://ws-anon-entrypoint-1.atgraphite.com'], }, }, blockExplorers: { default: { name: 'Graphite Spectre', url: 'https://main.atgraphite.com', apiUrl: 'https://api.main.atgraphite.com/api', }, }, testnet: false, })