yearn-vaults
yearn-vaults copied to clipboard
Yearn Vault smart contracts
In the current file, state variables were arranged in this form: ``` address public baseFeeProvider; // slot 1 uint256 public maxAcceptableBaseFee; // slot 2 address public governance; // slot 3...
Can I make this change to Github actions file and requirements.txt? Performance gains are overwhelming and this package has recently been implemented by FastAPI and other major packages. More info:...
How will will Aave Yearn strategy handle withdrawals when the Aave Utilization Rate is at 100%? When Utilization rate is 100% all the supplied assets have been lent out and...
Fix typo in contracts/BaseStrategy.sol.
When I tried to verify my own strategy on Arbiscan, I receive the error message below. It seems like the issue is on Arbiscan's side. Is there anything I can...
Hi, This tiny PR will fix : - 1 typo in `.github/workflows/test.yaml` - 1 typo in `contracts/BaseFeeOracle.sol` - 1 typo in `tests/conftest.py` Best! :robot:
fix some typos