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

Feat/load contract w abi #50

Merged
merged 9 commits into from
May 29, 2024
Merged

Feat/load contract w abi #50

merged 9 commits into from
May 29, 2024

Conversation

jwarmuz99
Copy link
Contributor

This PR implements the functionality to pass the contract ABI alongside the contract address to the Agent. It's useful in the following cases:

  • when user doesn't have the ape-etherscan plugin and doesn't want to install one
  • when the blockscan service doesn't have an API
  • when the contract itself is not verified

In any case, the user should be able to provide the ABI of a contract they want the Agent to interact with.

@jwarmuz99 jwarmuz99 requested review from Gonmeso and franalgaba May 14, 2024 13:50
Copy link
Contributor

@Gonmeso Gonmeso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove anything related to actions/tasks and we can merge it

Copy link
Contributor

@Gonmeso Gonmeso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update it from main and remove actions and tasks from the examples

@Gonmeso Gonmeso merged commit 8e5fb6a into main May 29, 2024
1 check passed
@Gonmeso Gonmeso deleted the feat/load_contract_w_abi branch May 29, 2024 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants