Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "feat(PSDK-854): Morpho Vault Deposit/Withdraw Actions (#111)"
Browse files Browse the repository at this point in the history
This reverts commit f0f1bd5.
John-peterson-coinbase authored Jan 15, 2025
1 parent f0f1bd5 commit 2d5b90c
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
@@ -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
Original file line number Diff line number Diff line change
@@ -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
@@ -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.

167 changes: 0 additions & 167 deletions cdp-agentkit-core/python/tests/actions/morpho/test_deposit.py

This file was deleted.

92 changes: 0 additions & 92 deletions cdp-agentkit-core/python/tests/actions/morpho/test_withdraw.py

This file was deleted.

17 changes: 0 additions & 17 deletions cdp-agentkit-core/python/tests/factories/asset_factory.py

This file was deleted.

0 comments on commit 2d5b90c

Please sign in to comment.