HausDAO / monorepo

MIT License
24 stars 15 forks source link

Fix Safe Summoner App + Create a guide for adding a moloch dao to your existing Safe #517

Open skuhlmann opened 2 months ago

skuhlmann commented 2 months ago

App

Feature Type

Feature

The Safe Summoner app will no longer load in the Safe UI.

Bug report in discord https://discord.com/channels/709210493549674598/1082758136093478932/1269193480970833920

Is hosted here: safe-summon.daohaus.club

Code is here https://github.com/HausDAO/monorepo/tree/develop/apps/summon-safe

Requirements

  1. Asses why the app won't work and fix the issue. Work with DH core team to redeploy and test it to ensure it's working in the Safe UI again.

  2. Then we need to create a new guide in the user guide that outlines the steps for adding a dao to your safe https://guide.daohaus.club/summoner/how-to-summon-a-dao

"How to add DAO governance to an existing safe"

Guides repo https://github.com/HausDAO/user-guide

Screenshots and Context

No response

santteegt commented 3 days ago

The Safe app is loading through the Safe UI. However, there was an issue when trying to summon a DAO on OP Mainnet as it failed to predict the new Baal address because it wasn't using the correct ModuleProxyFactory contract address. This was solved in #529. @skuhlmann we need to make a new release to reflect these changes in the app.

Now, I'll work on the user guide