🐛 Describe the bug
When attempting to mint on a moonwell mToken using code from #228, even when directly telling agentkit to use the MoonwellActionProvider_deposit functionality, instead of using the MoonwellActionProvider, the following steps were taken:
- approve mToken to spend underlying erc20 token using the erc20ActionProvider
- transfer underlying erc20 token directly to the mToken address
This means that the moonwell action provider was being ignored. Once the erc20ActionProvider was commented out, the moonwellActionProvider worked.
Versions
Python 3.10.0
Poetry (version 1.5.1)
WARNING: Package(s) not found: cdp-agentkit-core
WARNING: Package(s) not found: cdp-langchain
This was being run a ts files, not python.
🐛 Describe the bug
When attempting to mint on a moonwell mToken using code from #228, even when directly telling agentkit to use the MoonwellActionProvider_deposit functionality, instead of using the MoonwellActionProvider, the following steps were taken:
This means that the moonwell action provider was being ignored. Once the erc20ActionProvider was commented out, the moonwellActionProvider worked.
Versions
Python 3.10.0
Poetry (version 1.5.1)
WARNING: Package(s) not found: cdp-agentkit-core
WARNING: Package(s) not found: cdp-langchain
This was being run a ts files, not python.