DA0-DA0 / polytone

An account on every blockchain for every smart contract.
42 stars 5 forks source link

Allow updating voice module config #21

Closed 0xekez closed 1 year ago

0xekez commented 1 year ago

Both the proxy code ID and the block max gas should be updatable. The question here is just: who can update it?

My current thought is that this should be done by the CosmWasm level admin via a migration so that the module doesn't need to do its own ownership tracking.

0xekez commented 1 year ago

two options here:

  1. cw_ownable
  2. CosmWasm admin, ex.

I think i lean towards (2) because I don't see why this contract would need two admins, though open to thoughts here.

bekauz commented 1 year ago

I feel like 2) as well