Skip to content

Commit

Permalink
Add support for velo vaults
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Apr 10, 2024
1 parent dd4f664 commit e802a68
Show file tree
Hide file tree
Showing 18 changed files with 2,035 additions and 972 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ yarn test:lint # run prettier linter
- vault.previewWithdraw()
- vault.balanceOf()
- vault.strategy()
- vault.wants()
- vault: Initialized(uint8)
- vault: OwnershipTransferred(indexed address,indexed address)
- vault: Deposit(indexed address,uint256,uint256,uint256)
Expand All @@ -142,17 +143,20 @@ yarn test:lint # run prettier linter
- strategyFactory: GlobalPause(bool)
- strategy.pool()
- strategy.vault()
- strategy.output()
- strategy.price()
- strategy.range()
- strategy.lpToken1ToNativePrice()
- strategy.lpToken0ToNativePrice()
- strategy.ouptutToNativePrice()
- strategy: Initialized(uint8)
- strategy: OwnershipTransferred(indexed address,indexed address)
- strategy: Paused(address)
- strategy: Unpaused(address)
- strategy: Harvest(uint256,uint256)
- strategy: ChargedFees(uint256,uint256,uint256)
- strategy: ClaimedFees(uint256,uint256,uint256,uint256)
- strategy: ClaimedOutput(uint256)
```

# TODO list
Expand Down
Loading

0 comments on commit e802a68

Please sign in to comment.