Closed kopeboy closed 5 months ago
oh no! great catch 🙏 will fix this ASAP and write a guide on how to fix it for SubDAOs that are improperly configured 🫡
fixed by 44b2d0bc4c7ad1ecb8f477e9bc1c567677f260ae
blog post explaining the issue and how to fix it:
https://medium.com/@dao-dao/how-to-fix-your-subdaos-contract-level-admin-1264d1842e67
If from a "SubDAO" tab of an existing DAO you click "+ New SubDAO" and complete the steps, you will see in the instantiate message that the
admin
will be the address of the existing DAO (on the URL you are)...... but when you actually click "+ Create SubDAO" you get this message prompted in your wallet:
which already is dubious since it contains
instantiate_contract_with_self_admin
. Go ahead by approving the transaction and querying the chain at https://juno-testnet-api.polkachu.com/cosmwasm/wasm/v1/contract/juno1p6m3uv72l56mdz6yzez6s5lsde2d9m2r2sxxcjhqpt43ndk8ltlql9f2ey, which will return:.. to confirm that contrary to what was shown in the preview of the instantiate message, the admin is not the original DAO 🚨 but the new DAO itself, ie. a normal DAO like any other you can create from your wallet at daodao.zone/actions (without a proposal). This new DAO still results "Sub" on daodao.zone UI, ie. in the left-menu of your followings and in the SubDAOs tab of the original DAO page, but not on-chain.