UNPKG

viem

Version:

TypeScript Interface for Ethereum

19 lines (17 loc) 442 B
import { defineChain } from '../../utils/chain/defineChain.js' export const yooldoVerse = /*#__PURE__*/ defineChain({ id: 50_005, name: 'Yooldo Verse', nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc.yooldo-verse.xyz'], }, }, blockExplorers: { default: { name: 'Yooldo Verse Explorer', url: 'https://explorer.yooldo-verse.xyz', }, }, })