Skip to content

Commit

Permalink
Revert "feat(PSDK-854): Morpho Vault Deposit/Withdraw Actions (#111)" (
Browse files Browse the repository at this point in the history
…#117)

This reverts commit f0f1bd5.
  • Loading branch information
John-peterson-coinbase authored Jan 15, 2025
1 parent f0f1bd5 commit 78f2755
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 515 deletions.
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

0 comments on commit 78f2755

Please sign in to comment.