UNPKG

viem

Version:

TypeScript Interface for Ethereum

32 lines 902 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.vanaMoksha = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.vanaMoksha = (0, defineChain_js_1.defineChain)({ id: 14800, name: 'Vana Moksha Testnet', blockTime: 6_000, nativeCurrency: { decimals: 18, name: 'Vana', symbol: 'VANA', }, rpcUrls: { default: { http: ['https://rpc.moksha.vana.org'] }, }, blockExplorers: { default: { name: 'Vana Moksha Testnet', url: 'https://moksha.vanascan.io', apiUrl: 'https://moksha.vanascan.io/api', }, }, contracts: { multicall3: { address: '0xD8d2dFca27E8797fd779F8547166A2d3B29d360E', blockCreated: 732283, }, }, testnet: true, }); //# sourceMappingURL=vanaMoksha.js.map