viem
Version:
20 lines (18 loc) • 419 B
text/typescript
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,
})