open-ibc / vibc-core-smart-contracts

Apache License 2.0
29 stars 23 forks source link

Simplify config for initializing multisig through infra #237

Open RnkSngh opened 1 month ago

RnkSngh commented 1 month ago

we have support in our npm package for initializing a multisig + storing the info needing to use it in a subsequent PR, but this makes the infra integration harder.

Ideally we should just be able to describe an "unitialized account" in our accounts spec for our contract deployment, and that can be used and converted into an initialzied multisig account from our infra CI