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

fix: allow raw calldata proposals #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sakulstra
Copy link
Contributor

No description provided.

provider,
}: CreateCalldataProposal) {
// Create the proposal
const governance = new Contract(GOV, GOV_ABI, provider.getSigner(AAVE_WHALE));
Copy link

Choose a reason for hiding this comment

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

Only the tx sending part is not common between both methods, no?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

hmm yes could be unified, will do

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.

None yet

3 participants