UNPKG

viem

Version:

TypeScript Interface for Ethereum

29 lines 794 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.nexilix = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.nexilix = (0, defineChain_js_1.defineChain)({ id: 240, name: 'Nexilix Smart Chain', nativeCurrency: { decimals: 18, name: 'Nexilix', symbol: 'NEXILIX', }, rpcUrls: { default: { http: ['https://rpcurl.pos.nexilix.com'] }, }, blockExplorers: { default: { name: 'NexilixScan', url: 'https://scan.nexilix.com', }, }, contracts: { multicall3: { address: '0x58381c8e2BF9d0C2C4259cA14BdA9Afe02831244', blockCreated: 74448, }, }, }); //# sourceMappingURL=nexilix.js.map