viem
Version:
19 lines • 527 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const zeniq = /*#__PURE__*/ defineChain({
id: 383414847825,
name: 'Zeniq Mainnet',
nativeCurrency: { name: 'ZENIQ', symbol: 'ZENIQ', decimals: 18 },
rpcUrls: {
default: {
http: ['https://api.zeniq.network'],
},
},
blockExplorers: {
default: {
name: 'Zeniq Explorer',
url: 'https://zeniqscan.com',
},
},
testnet: false,
});
//# sourceMappingURL=zeniq.js.map