UNPKG

viem

Version:

TypeScript Interface for Ethereum

30 lines 746 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const forma = /*#__PURE__*/ defineChain({ id: 984122, name: 'Forma', network: 'forma', nativeCurrency: { symbol: 'TIA', name: 'TIA', decimals: 18, }, rpcUrls: { default: { http: ['https://rpc.forma.art'], webSocket: ['wss://ws.forma.art'], }, }, blockExplorers: { default: { name: 'Forma Explorer', url: 'https://explorer.forma.art', }, }, contracts: { multicall3: { address: '0xd53C6FFB123F7349A32980F87faeD8FfDc9ef079', blockCreated: 252705, }, }, }); //# sourceMappingURL=forma.js.map