Function: setTreasuryAddress(address newTreasury)
This function is used to set the treasury address.
Inputs
- newTreasury- Control: Arbitrary. 
- Constraints: None. 
- Impact: Address of the new treasury. 
 
Branches and code coverage
Intended branches
- Updates - sAlkimiyaTreasurywith- newTreasury.
Negative behavior
- Reverts if the caller is not the owner. 
- Reverts if - newTreasuryis the zero address.