Web app
Contract addresses for a chain
The contract addresses the app uses for one chain, read from packages/abis/deployments/<chainId>.json on
every request (source: deployment-file). For the default chain only, when the file is absent, the addresses
can come from NEXT_PUBLIC_* environment variables (source: env). When neither yields the required set,
addresses is null and source is none. An unknown chain id answers 400.
GET
Contract addresses for a chain
Query Parameters
Chain id from the registry. Defaults to the app's default chain.
Available options:
4663, 46630, 5042002, 5042 Response
The addresses, or null when the chain has no deployment.