@xyo-network/xl1-network-model
v1.30.1
Published
XYO Layer One API
Keywords
Readme
@xyo-network/xl1-network-model
XL1 network metadata — default networks, datalake URLs, network icons, and module descriptors.
About
This package defines the canonical list of XL1 networks (mainnet, sequence/testnet, local) along with their RPC endpoints, datalake URLs, branding icons, and module descriptors. It's the source of truth that browser dApps, Node services, and CLIs use to look up "which RPC do I hit for the sequence testnet?".
It's typically pulled in via @xyo-network/xl1-protocol or @xyo-network/xl1-sdk. Install directly if you only need network metadata and want to keep dependencies thin.
Install
Using npm:
npm i --save @xyo-network/xl1-network-modelUsing yarn:
yarn add @xyo-network/xl1-network-modelUsing pnpm:
pnpm add @xyo-network/xl1-network-modelUsing bun:
bun add @xyo-network/xl1-network-modelWhat's Inside
DefaultNetworks— the canonical network list (mainnet, sequence, local) with id, name, RPC URL, and datalake endpointNetworkDataLakeUrls— published datalake endpoints keyed by network id- Network icons — branding assets for use in dApp UIs
- Module descriptors — metadata about which protocol modules are deployed per network
- Lib utilities — helpers for parsing, formatting, and comparing network references
Building Locally
xy build @xyo-network/xl1-network-model
xy test @xyo-network/xl1-network-model
xy lint @xyo-network/xl1-network-modelMaintainers
License
See the LICENSE file (LGPL-3.0-only).

