From 934bf057e9de12d537006e1381ed2e58e042d68b Mon Sep 17 00:00:00 2001 From: jhernandezb Date: Thu, 5 May 2022 13:04:19 -0600 Subject: [PATCH] add to docs --- x/wasm/Governance.md | 1 + 1 file changed, 1 insertion(+) diff --git a/x/wasm/Governance.md b/x/wasm/Governance.md index 7d7a32abee..cd7d0ae2cb 100644 --- a/x/wasm/Governance.md +++ b/x/wasm/Governance.md @@ -17,6 +17,7 @@ We have added 9 new wasm specific proposal types that cover the contract's live * `ClearAdminProposal` - clear admin for a contract to prevent further migrations * `PinCodes` - pin the given code ids in cache. This trades memory for reduced startup time and lowers gas cost * `UnpinCodes` - unpin the given code ids from the cache. This frees up memory and returns to standard speed and gas cost +* `UpdateInstantiateConfigProposal` - update instantiate permissions to a list of given code ids. For details see the proposal type [implementation](https://github.com/CosmWasm/wasmd/blob/master/x/wasm/types/proposal.go)