UNPKG

viem

Version:

TypeScript Interface for Ethereum

29 lines (27 loc) 603 B
import { defineChain } from '../../utils/chain/defineChain.js' export const vana = /*#__PURE__*/ defineChain({ id: 1480, name: 'Vana', blockTime: 6_000, nativeCurrency: { decimals: 18, name: 'Vana', symbol: 'VANA', }, rpcUrls: { default: { http: ['https://rpc.vana.org/'] }, }, blockExplorers: { default: { name: 'Vana Block Explorer', url: 'https://vanascan.io', apiUrl: 'https://vanascan.io/api', }, }, contracts: { multicall3: { address: '0xD8d2dFca27E8797fd779F8547166A2d3B29d360E', blockCreated: 716763, }, }, })