UNPKG

viem

Version:

TypeScript Interface for Ethereum

21 lines (19 loc) 449 B
import { defineChain } from '../../utils/chain/defineChain.js' export const oortMainnetDev = /*#__PURE__*/ defineChain({ id: 9700, name: 'OORT MainnetDev', nativeCurrency: { decimals: 18, name: 'OORT', symbol: 'OORT', }, rpcUrls: { default: { http: ['https://dev-rpc.oortech.com'] }, }, blockExplorers: { default: { name: 'OORT MainnetDev Explorer', url: 'https://dev-scan.oortech.com', }, }, })