Skip to content
This repository was archived by the owner on Mar 16, 2023. It is now read-only.

Files

Latest commit

cbfd62f · Mar 19, 2020

History

History

contract-addresses

Contract Addresses

Addresses of deployed AZTEC contracts on Ethereum mainnet and testnets.

Usage

Install the module:

$ yarn add @aztec/contract-addresses

And import it in your project:

const aztecContractAddresses = require('@aztec/contract-addresses');

Contributing

We strongly recommend that the community help us make improvements and determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.

Please read our contribution guidelines before getting started.

Install Modules

$ yarn install

Build

$ yarn build

Clean

$ yarn clean