UNPKG

viem

Version:

TypeScript Interface for Ethereum

19 lines 505 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const viction = /*#__PURE__*/ defineChain({ id: 88, name: 'Viction', nativeCurrency: { name: 'Viction', symbol: 'VIC', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc.viction.xyz'], }, }, blockExplorers: { default: { name: 'VIC Scan', url: 'https://vicscan.xyz', }, }, testnet: false, }); //# sourceMappingURL=viction.js.map