diff --git a/README-control-ops.md b/README-control-ops.md index 1877331ff..3842e024d 100644 --- a/README-control-ops.md +++ b/README-control-ops.md @@ -5,7 +5,7 @@ Contracts are deployed to the same address on each chain: - DFRewards address: `0x0cea7DA063EA910D6904299b5A29A8b68DBC1947` -- DFStrategy adderss: `0x0000000000cEAe464ae8a73EDDc0B482383490e7` +- DFStrategy address: `0x0000000000cEAe464ae8a73EDDc0B482383490e7` ### What's controlled? diff --git a/README.md b/README.md index fe5265f03..792f3e383 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ CLI-based Data Farming (DF) & veOCEAN (VE) backend. It's used for weekly "dispense" ops and to create data for VE/DF frontend. -Usage: in console, type `dftool` to see further commads. +Usage: in console, type `dftool` to see further commands. Data flow and csvs: See "Data Flow in dftool" **[GSlides 2&3](https://docs.google.com/presentation/d/15Zys9X5eLzlApqhobdGpn9SdGrFuKyr2W14D4dSSzgk/edit?usp=share_link)** diff --git a/df-system/README.md b/df-system/README.md index ae769a96a..e3ecaa461 100644 --- a/df-system/README.md +++ b/df-system/README.md @@ -38,7 +38,7 @@ The all.sh script is used to run the full df-py flow and calculate rewards amoun - Retrieves rate data for a selection of cryptocurrencies, spanning the date range from the previously defined 'date' to 'now' - Fetches volumes, symbols, allocations and veOCEAN balances by calling the `dftool volsym`, `vebals`, and `allocations` commands. - Calculates the active and passive rewards. -- Moves all CSV files generated during the process from /tmp/dfpy directory to the ~/.dfcsv dicretory. +- Moves all CSV files generated during the process from /tmp/dfpy directory to the ~/.dfcsv directory. ### nftinfo.sh diff --git a/df_py/util/oceanutil.py b/df_py/util/oceanutil.py index a59c88fb5..bd890be0d 100644 --- a/df_py/util/oceanutil.py +++ b/df_py/util/oceanutil.py @@ -374,7 +374,7 @@ def get_zero_provider_fee_dict(web3: Web3, provider_account) -> Dict[str, Any]: "providerFeeToken": provider_fee_token, "providerFeeAmount": provider_fee_amount, "providerData": Web3.to_hex(Web3.to_bytes(text=provider_data)), - # make it compatible with last openzepellin + # make it compatible with last openzeppelin # https://github.com/OpenZeppelin/openzeppelin-contracts/pull/1622 "v": signature.v, "r": signature.r,