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
I think the use case is different. In the implementation you provided you need to have token addresses already deployed so you can initialize your app with said addresses.
In our case we need the DAO address as argument to the truffle script so we need to wait for the aragon run command to finish. I think would be way easier to have it in one command but not really sure how to pipe the DAO address to another process and still show all aragon run output.
I think the solution that @ajsantander made for his app is more intuitive and practic than what we currently have. Check the code here
The text was updated successfully, but these errors were encountered: