Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

fix: allow raw calldata proposals#12

Open
sakulstra wants to merge 1 commit into
mainfrom
feat/allow-raw-calldata
Open

fix: allow raw calldata proposals#12
sakulstra wants to merge 1 commit into
mainfrom
feat/allow-raw-calldata

Conversation

@sakulstra
Copy link
Copy Markdown
Contributor

No description provided.

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

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
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants