UNPKG

viem

Version:

TypeScript Interface for Ethereum

33 lines 845 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const planq = /*#__PURE__*/ defineChain({ id: 7070, name: 'Planq Mainnet', nativeCurrency: { decimals: 18, name: 'PLQ', symbol: 'PLQ', }, rpcUrls: { default: { http: [ 'https://planq-rpc.nodies.app', 'https://evm-rpc.planq.network', 'https://jsonrpc.planq.nodestake.top', ], }, }, blockExplorers: { default: { name: 'Planq Explorer', url: 'https://evm.planq.network', }, }, contracts: { multicall3: { address: '0xca11bde05977b3631167028862be2a173976ca11', blockCreated: 8470015, }, }, testnet: false, }); //# sourceMappingURL=planq.js.map