Skip to content
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

Revert "feat(PSDK-854): Morpho Vault Deposit/Withdraw Actions" #117

Merged
merged 1 commit into from
Jan 15, 2025
Merged
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
5 changes: 0 additions & 5 deletions cdp-agentkit-core/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

## Unreleased

### Added

- Added `morpho_deposit` action to deposit to Morpho Vault.
- Added `morpho_withdrawal` action to withdraw from Morpho Vault.

## [0.0.8] - 2025-01-13

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
from cdp_agentkit_core.actions.get_balance import GetBalanceAction
from cdp_agentkit_core.actions.get_wallet_details import GetWalletDetailsAction
from cdp_agentkit_core.actions.mint_nft import MintNftAction
from cdp_agentkit_core.actions.morpho.deposit import MorphoDepositAction
from cdp_agentkit_core.actions.morpho.withdraw import MorphoWithdrawAction
from cdp_agentkit_core.actions.register_basename import RegisterBasenameAction
from cdp_agentkit_core.actions.request_faucet_funds import RequestFaucetFundsAction
from cdp_agentkit_core.actions.trade import TradeAction
Expand Down Expand Up @@ -44,6 +42,4 @@ def get_all_cdp_actions() -> list[type[CdpAction]]:
"WowCreateTokenAction",
"WowSellTokenAction",
"WrapEthAction",
"MorphoDepositAction",
"MorphoWithdrawAction",
]
Empty file.

This file was deleted.

This file was deleted.

35 changes: 0 additions & 35 deletions cdp-agentkit-core/python/cdp_agentkit_core/actions/morpho/utils.py

This file was deleted.

This file was deleted.

Loading
Loading