https://github.com/balancer/metastable-rate-providers
Rate provider adaptors used by MetaStable pools
https://github.com/balancer/metastable-rate-providers
Last synced: 10 months ago
JSON representation
Rate provider adaptors used by MetaStable pools
- Host: GitHub
- URL: https://github.com/balancer/metastable-rate-providers
- Owner: balancer
- License: gpl-3.0
- Created: 2021-07-29T16:44:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-29T15:10:09.000Z (over 1 year ago)
- Last Synced: 2025-05-29T17:42:36.288Z (about 1 year ago)
- Language: Solidity
- Size: 239 KB
- Stars: 1
- Watchers: 3
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 
# Balancer Metastable Rate Providers
[](https://github.com/balancer-labs/metastable-rate-providers/actions)
[](https://www.gnu.org/licenses/gpl-3.0)
This repository contains adaptors which provide accurate values of tokens to be used in the Balancer Protocol V2 metastable pools, along with their tests, configuration, and deployment information.
To see how these are used in Balancer V2, see the [Stable Pool package](https://github.com/balancer-labs/balancer-v2-monorepo/tree/master/pkg/pool-stable) in the Balancer V2 monorepo.
## Build and Test
On the project root, run:
```bash
$ yarn # install all dependencies
$ yarn build # compile all contracts
$ yarn test # run all tests
```
## Licensing
Most of the Solidity source code is licensed under the GNU General Public License Version 3 (GPL v3): see [`LICENSE`](./LICENSE).