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

Last updated