We have a lot of replicated code for setting up a simple deployment flow across our tests: [staking] -> ... -> token weighting
We can make use of a cw-orch wrapper to make this setup way more simple.
#84 has some good examples and setup for a full deployment already (excluding splitter). Maybe we can just use those to some extent?
We have a lot of replicated code for setting up a simple deployment flow across our tests:
[staking] -> ... -> token weightingWe can make use of a cw-orch wrapper to make this setup way more simple.
#84 has some good examples and setup for a full deployment already (excluding splitter). Maybe we can just use those to some extent?