UNPKG

viem

Version:

TypeScript Interface for Ethereum

30 lines 803 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const rootPorcini = /*#__PURE__*/ defineChain({ id: 7672, name: 'The Root Network - Porcini', nativeCurrency: { decimals: 18, name: 'XRP', symbol: 'XRP', }, rpcUrls: { default: { http: ['https://porcini.rootnet.app/archive'], webSocket: ['wss://porcini.rootnet.app/archive/ws'], }, }, blockExplorers: { default: { name: 'Rootscan', url: 'https://porcini.rootscan.io', }, }, contracts: { multicall3: { address: '0xc9C2E2429AeC354916c476B30d729deDdC94988d', blockCreated: 10555692, }, }, testnet: true, }); //# sourceMappingURL=rootPorcini.js.map