From edb82aba2a864ff3641441a89ab1a304d439d975 Mon Sep 17 00:00:00 2001 From: avalkov Date: Mon, 9 May 2022 13:07:42 +0300 Subject: [PATCH] Add wasm module permissions --- app/app.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/app.go b/app/app.go index 9fefee86..348512a5 100644 --- a/app/app.go +++ b/app/app.go @@ -178,6 +178,7 @@ var ( ibctransfertypes.ModuleName: {authtypes.Minter, authtypes.Burner}, cudoMinttypes.ModuleName: {authtypes.Minter}, gravitytypes.ModuleName: {authtypes.Minter, authtypes.Burner}, + wasmtypes.ModuleName: {authtypes.Burner}, } // module accounts that are allowed to receive tokens