UNPKG

viem

Version:

TypeScript Interface for Ethereum

27 lines (25 loc) 651 B
// src/chains/definitions/phoenix.ts import { defineChain } from '../../utils/chain/defineChain.js' export const phoenix = /*#__PURE__*/ defineChain({ id: 13381, name: 'Phoenix Blockchain', nativeCurrency: { name: 'Phoenix', symbol: 'PHX', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc.phoenixplorer.com'], }, }, blockExplorers: { default: { name: 'Phoenixplorer', url: 'https://phoenixplorer.com', apiUrl: 'https://phoenixplorer.com/api', }, }, contracts: { multicall3: { address: '0x498cF757a575cFF2c2Ed9f532f56Efa797f86442', blockCreated: 5620192, }, }, })