UNPKG

viem

Version:

TypeScript Interface for Ethereum

34 lines 1.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.luksoTestnet = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.luksoTestnet = (0, defineChain_js_1.defineChain)({ id: 4201, name: 'LUKSO Testnet', nativeCurrency: { decimals: 18, name: 'LUKSO Testnet', symbol: 'LYXt', }, rpcUrls: { default: { http: ['https://rpc.testnet.lukso.network'], webSocket: ['wss://ws-rpc.testnet.lukso.network'], }, }, blockExplorers: { default: { name: 'LUKSO Testnet Explorer', url: 'https://explorer.execution.testnet.lukso.network', apiUrl: 'https://api.explorer.execution.testnet.lukso.network/api', }, }, contracts: { multicall3: { address: '0xcA11bde05977b3631167028862bE2a173976CA11', blockCreated: 605348, }, }, testnet: true, }); //# sourceMappingURL=luksoTestnet.js.map