The updateLiquidityLocker
function in the Clanker
contract allows the contract owner to update the address of the liquidity locker. It verifies the caller's ownership, updates the liquidity locker address, and emits an event to signal the change.
newLocker
(address
): The new address of the liquidity locker that will replace the current one.