UNPKG

viem

Version:

TypeScript Interface for Ethereum

31 lines 829 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.vana = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.vana = (0, defineChain_js_1.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, }, }, }); //# sourceMappingURL=vana.js.map