You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ACI should show up in the main list of proposals.
Depending on whether or not the DAO has already proposed, passed, and executed the Lambda that enables the ACI to work, clicking on this proposal type card will have two potential flows:
if arbitrary_contract_interaction exists in the list of contract endpoints (meaning it was already added), then we go to the view to create the ACI proposal.
if arbitrary_contract_interaction does not exist, we prompt the user to submit the ACI Enabler proposal.
Make sure to name the handler arbitrary_contract_execution so that it shows up in the correct way on the proposal details page
The text was updated successfully, but these errors were encountered:
The ACI should show up in the main list of proposals.
Depending on whether or not the DAO has already proposed, passed, and executed the Lambda that enables the ACI to work, clicking on this proposal type card will have two potential flows:
arbitrary_contract_interaction
exists in the list of contract endpoints (meaning it was already added), then we go to the view to create the ACI proposal.arbitrary_contract_interaction
does not exist, we prompt the user to submit the ACI Enabler proposal.Make sure to name the handler
arbitrary_contract_execution
so that it shows up in the correct way on the proposal details pageThe text was updated successfully, but these errors were encountered: