ZoraOS ☼☽
  • Introduction
  • Developer Tools
    • Smart Contracts
      • Whitepaper
    • ZDK
      • React Connecting Wallet
      • Zora Protocol
      • Auction House
      • Minting Media
      • Addresses
      • Users
      • Metadata
      • Utility
    • Indexer
      • Getting Started
      • Entities
    • Subgraph
    • Media Rendering
      • NFT Hooks
        • useZNFT
        • useNFTMetadata
        • useNFTContent
  • Guides
    • Connect to a Wallet
    • Build a marketplace
  • Community
    • Join our Discord
    • Support
    • Platforms using Zora
      • Catalog
      • Mirror
Powered by GitBook
On this page

Was this helpful?

  1. Developer Tools
  2. ZDK

Addresses

In order to reference the officially supported addresses of the Zora protocol on different Ethereum networks, we provide a module exporting the addresses as string constants.

To retrieve the addresses, simply import the module as shown below:

import { addresses } from '@zoralabs/sdk'

const rinkebyMedia = addresses['rinkeby'].media
const rinkebyMarket = addresses['rinkeby'].market
PreviousMinting MediaNextUsers

Last updated 4 years ago

Was this helpful?