DA0-DA0 / dao-contracts

CosmWasm smart contracts for Interchain DAOs.
https://docs.daodao.zone
BSD 3-Clause "New" or "Revised" License
202 stars 132 forks source link

Manually add a vesting contract to cw-payroll-factory #756

Closed JakeHartnell closed 6 months ago

JakeHartnell commented 8 months ago

User story: for the Juno Charter implementation we are transferring vesting contracts between SubDAOs as part of the organizational restructuring. This works, but as each DAO has it's own payroll factory, they won't show up in the UI and aren't discoverable via smart contract queries.

@NoahSaso we'll also have to index these too. 😓

Todo:

JakeHartnell commented 6 months ago

Solution: just transferring the payroll factory works.

Going to close this for now. If someone really wants this feature, feel free to re-open it.