UNPKG

viem

Version:

TypeScript Interface for Ethereum

24 lines (22 loc) 477 B
import { defineChain } from '../../utils/chain/defineChain.js' export const newton = /*#__PURE__*/ defineChain({ id: 1012, name: 'Newton', nativeCurrency: { name: 'Newton', symbol: 'NEW', decimals: 18, }, rpcUrls: { default: { http: ['hhttps://global.rpc.mainnet.newtonproject.org'], }, }, blockExplorers: { default: { name: 'NewFi explorer', url: 'https://explorer.newtonproject.org/', }, }, testnet: false, })