Skip to content

Commit

Permalink
minor adj
Browse files Browse the repository at this point in the history
  • Loading branch information
degenRobot committed Nov 25, 2024
1 parent 9d84c7b commit 4b590bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions AlchemixReadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,12 @@ Alchemix

The strategy utilises Yearn V3 strategy template & builds on top of Alchemix providing an automated strategy which allows users to earn yield on Alchemix tokens (primiarly alETH) by taking advantage of potential depegs. The strategy deposits to Alchemix's transmuter contract, an external keeper can claim alETH for WETH & execute a swap back to alETH at a premium to take advantage of any depeg of alETH vs WETH.

```
About
This project is meant to enable smart contract auditors (sellers) and smart contract protocols
looking for audits (buyers) to connect using a credibly neutral option, with optional arbitration.

[Documentation](https://docs.alchemix.fi/)
[Transmuter](https://docs.alchemix.fi/alchemix-ecosystem/transmuter)
[Website](https://alchemix.fi/)
[Twitter](www.twitter.com/AlchemixFi)
[GitHub](www.GitHub.com/account)
```

## Actors

Expand Down
2 changes: 2 additions & 0 deletions src/test/Operation.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ contract OperationTest is Setup {
assertEq(strategy.claimableBalance(), 0, "!claimableBalance");
assertGt(strategy.totalAssets(), _amount, "!totalAssets");

assertEq(strategy.totalAssets(), strategy.claimableBalance(), "Force Failure");

}


Expand Down

0 comments on commit 4b590bb

Please sign in to comment.