UNPKG

viem

Version:

TypeScript Interface for Ethereum

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