Multisig Contract
The multisig contract used by the NymAPI Quroum - a subset of the Nyx Validator set taking on the additional work of generating and validating zk-nyms - to execute certain actions in the zk-nym contract.
It is essentially an instance of the canonical (opens in a new tab) cw3-flex-multisig
using the cw4-group
contract, with one minor change to restrict the addresses allowed to submit proposals.
The addresses of deployed smart contracts can be found in the
network-defaults
(opens in a new tab) directory of the codebase alongside other network default values.