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';
import {
arbitrumOneAddress,
arbitrumRinkebyAddress,
mainnetAddress,
rinkebyAddress,
} from '@livepeer/react-native';
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';
import {
allChainId, mainnetChainId, testnetChainId
} from '@livepeer/react-native';
Last modified on February 18, 2026