Skip to content

Commit

Permalink
Merge pull request #37 from CudoVentures/CUDOS-820-Register-wasm-modu…
Browse files Browse the repository at this point in the history
…le-acc

Add wasm module permissions
  • Loading branch information
avalkov authored May 11, 2022
2 parents a7b2de9 + edb82ab commit 47f71f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47f71f9

Please sign in to comment.