Skip to main content

networks


title: Networks description: >-

Details on blockchain network deployments of Unlock Protocol.​

Networks

You should not need to deploy an Unlock contract yourself. Here are the addresses of contracts deployed on respective networks and you can call them directly using the block explorer.

Package​

Included in the core protocol is a networks package.

This package includes all of the network addresses as well as rpc endpoints that you can use for development environments.

Adding it in your project​

using yarn

yarn add @unlock-protocol/networks

or npm

npm i @unlock-protocol/networks

Deployments​

Ethereum​

The most popular network

Goerli (Testnet)​

Main Ethereum test network. Do not use for production

Optimism​

Layer 2 network. Cheaper transaction cost.

Binance Smart Chain​

EVM compatible network. Cheaper transaction cost.

Gnosis Chain​

EVM compatible network whose base currency is a stable coin. Cheaper transaction cost.

Polygon​

Popular side chain network. Cheaper transaction cost.

Arbitrum​

Arbitrum One is a Layer 2 (L2) chain running on top of Ethereum Mainnet that enables high-throughput, low cost smart contracts operations.

Celo​

Celo is a EVM compatible proof-of-stake blockchain designed for mobile with the ability to pay gas with tokens or stablecoins.

Avalanche (C-Chain)​

Avalanche is an open, programmable smart contracts platform for decentralized applications.

Mumbai (Polygon)​

Polygon test network. Do not use for production