UNPKG

viem

Version:

TypeScript Interface for Ethereum

20 lines 604 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const reddioSepolia = /*#__PURE__*/ defineChain({ id: 50341, name: 'Reddio Sepolia', nativeCurrency: { name: 'Reddio', symbol: 'RED', decimals: 18 }, rpcUrls: { default: { http: ['https://reddio-dev.reddio.com'], }, }, blockExplorers: { default: { name: 'Reddioscan', url: 'https://reddio-devnet.l2scan.co', apiUrl: 'https://reddio-devnet.l2scan.co/api', }, }, testnet: true, }); //# sourceMappingURL=reddioSepolia.js.map