2.2.0 โ€ข Published 6 months ago

@mean-finance/chainlink-registry v2.2.0

Weekly downloads
-
License
GPL-2.0
Repository
github
Last release
6 months ago

Chainlink Registry

Lint Tests (unit, integration)

This repository contains all necessary smart contracts for our own version of Chainlink's Feed Registry. Since they don't have it deployed to all chains, we needed to build and maintain our own.

๐Ÿ“– Docs

Check our docs at docs.mean.finance

๐Ÿ‘จโ€๐Ÿ’ป Development environment

  • Copy environment file
cp .env.example .env
  • Fill environment file with your information
nano .env

๐Ÿงช Testing

Unit

yarn test:unit

Will run all tests under test/unit

Integration

You will need to set up the development environment first, please refer to the development environment section.

yarn test:integration

Will run all tests under test/integration

๐Ÿšข Deployment

You will need to set up the development environment first, please refer to the development environment section.

yarn deploy --network [network]

The plugin hardhat-deploy is used to deploy contracts.

Licensing

The primary license for this repository is the GNU General Public License v2.0 (GPL-2.0-or-later), see LICENSE.

Exceptions

  • All files in contracts/mocks remain unlicensed.
2.2.0

6 months ago

2.1.0

1 year ago

2.0.0-rc11

2 years ago

2.0.0-rc7

2 years ago

2.0.0-rc6

2 years ago

2.0.0-rc10

2 years ago

2.0.0-rc9

2 years ago

2.0.0-rc8

2 years ago

2.0.0

2 years ago

2.0.0-rc5

2 years ago

2.0.0-rc4

2 years ago

2.0.0-rc3

2 years ago

2.0.0-rc2

2 years ago

2.0.0-rc1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.1-rc1

2 years ago

1.0.1-rc3

2 years ago

1.0.1-rc2

2 years ago

1.0.0

2 years ago