Supported Networks

Othentic provides CLI support for over 15+ networks and is actively adding more chains.

For contract deployment, you can use the configuration values specified and pass them as --l1-chain and --l2-chain options, as described in the contract deployment section.

You can use holesky-l2 or mainnet-l2 options if you want to deploy both L1 and L2 contracts on the same chain. For example:

othentic-cli network deploy --l1-chain holesky --l2-chain holesky-l2

Testnet

Chain Name & Id
CLI config value
AVS Factory address

Holesky 17000

holesky

Holesky 17000

holesky-l2

Amoy 80002

amoy

Base Sepolia 84532

base-sepolia

Mantle Sepolia 5003

mantle-sepolia

Arbitrum One Sepolia 421614

arbitrum-one-sepolia

Manta Sepolia 3441006

manta-sepolia

Mode Sepolia 919

mode-sepolia

Mainnet

Chain Name & Id
CLI config value
AVS Factory address

Ethereum 1

mainnet

Ethereum 1

mainnet-l2

Polygon 137

polygon

Base 8453

base

Mantle 5000

mantle

Arbitrum One 42161

arbitrum-one

Manta 169

manta

Mode 34443

mode

If you are looking for a particular chain support, reach out to us via Discord.

Last updated