Skip to main content

Documentation Index

Fetch the complete documentation index at: https://orderly.network/docs/llms.txt

Use this file to discover all available pages before exploring further.

Receive the chains that are supported by Orderly.
const [chains, { findByChainId }] = useChains();
The findByChainId function can be used to get the config of a particular chain by the chain id.
const [_, { findByChainId }] = useChains();

const chain = findByChainId(421613);