Documentation Index
Fetch the complete documentation index at: https://docs.faremeter.xyz/llms.txt
Use this file to discover all available pages before exploring further.
info/src
Namespaces
Functions
normalizeNetworkId()
normalizeNetworkId(Defined in: packages/info/src/index.ts:29 Normalize a legacy network identifier to CAIP-2 format. Handles both EVM and Solana networks. Returns the input unchanged if no mapping exists (may already be CAIP-2 or an unknown network).network):string
Parameters
network
string
Returns
string
translateNetworkToLegacy()
translateNetworkToLegacy(Defined in: packages/info/src/index.ts:47 Translate a CAIP-2 network identifier to legacy format. Handles both EVM and Solana networks. Returns the input unchanged if no mapping exists (may not be a known CAIP-2 network, or may already be legacy).network):string
Parameters
network
string
Returns
string