Skip to main content

Documentation Index

Fetch the complete documentation index at: https://na-36-merge-docs-v2-dev-into-docs-v2-20260504.mintlify.app/llms.txt

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

This page documents a deprecated SDK version. For current contract addresses, see: Livepeer Contract Addresses
All contract addresses for the Livepeer protocol.

Addresses

The addresses for the protocol contracts are provided in a simple import with types.
import {
  arbitrumOneAddress,
  arbitrumRinkebyAddress,
  mainnetAddress,
  rinkebyAddress,
} from '@livepeer/react';
These addresses will be expanded upon in a future version of Livepeer React to include more in-depth contract interaction.

Chain IDs

There are exports for the chain IDs the Livepeer protocol is currently deployed on. This includes both Arbitrum One/mainnet and testnet chains.
import {
  allChainId, mainnetChainId, testnetChainId
} from '@livepeer/react';
Last modified on May 4, 2026