viem
Version:
21 lines (19 loc) • 506 B
text/typescript
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,
})