UNPKG

viem

Version:

TypeScript Interface for Ethereum

22 lines (20 loc) 480 B
import { defineChain } from '../../utils/chain/defineChain.js' export const oneWorld = /*#__PURE__*/ defineChain({ id: 309075, name: 'One World Chain Mainnet', nativeCurrency: { decimals: 18, name: 'OWCT', symbol: 'OWCT', }, rpcUrls: { default: { http: ['https://mainnet-rpc.oneworldchain.org'] }, }, blockExplorers: { default: { name: 'One World Explorer', url: 'https://mainnet.oneworldchain.org', }, }, testnet: false, })