From ed52c8d655fc1f9eb61399c4e0745aaf71dc42d3 Mon Sep 17 00:00:00 2001 From: Edward Amor Date: Mon, 14 Mar 2022 15:31:29 +0000 Subject: [PATCH] fix: README language --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32d6755..e1a972e 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,13 @@ With the new generalised cross-chain gauge architecture, Curve inflation can be ## Overview -- [`AdminProxy`](./contracts/AdminProxy.vy): immutable ownership proxy which allows the Curve DAO / emgDAO to kill gauges - [`FundraisingGaugeV1`](./contracts/FundraisingGaugeV1.vy): the implementation used for fundraising gauges - [`GaugeFactoryV1`](./contracts/GaugeFactoryV1.vy): permissionless gauge factory for deploying fundraising gauges ### Dependencies * [python3](https://www.python.org/downloads/release/python-368/) version 3.6 or greater, python3-dev -* [brownie](https://github.com/eth-brownie/brownie) - tested with version [1.15.0](https://github.com/eth-brownie/brownie/releases/tag/v1.17.2) +* [brownie](https://github.com/eth-brownie/brownie) - tested with version [1.18.1](https://github.com/eth-brownie/brownie/releases/tag/v1.17.2) * [ganache-cli](https://github.com/trufflesuite/ganache-cli) - tested with version [6.12.1](https://github.com/trufflesuite/ganache-cli/releases/tag/v6.12.1) ### Testing @@ -86,7 +85,7 @@ After a gauge is deployed, voted in by the DAO, and receiving emissions, the `re '0x66aB6D9362d4F35596279692F0251Db635165871' ``` -2. `max_emissions() -> uint256: view`: The maximum amount of emissions `receiver()` will receive, afterwards emissions will redirect to the Curve Grant Council multisig. +2. `max_emissions() -> uint256: view`: The maximum amount of emissions `receiver()` will receive, afterwards emissions will not accrue (akin to a supply burn) ```python >>> gauge.max_emissions()