viem
Version:
24 lines (22 loc) • 553 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const nexilix = /*#__PURE__*/ 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,
},
},
})