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

use storage instead of deps #747

Open taitruong opened 10 months ago

taitruong commented 10 months ago

Here we go #743. I went over all contracts and packages and checked where storage can be used. Pls have a look. There are some places where api and querier are used - I left this untouched and changed only when storage is used.