Skip to content

Fix typos #838

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README-control-ops.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)**

Expand Down
2 changes: 1 addition & 1 deletion df-system/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion df_py/util/oceanutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down