mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-10 14:48:15 -05:00
misc: Add public getters to ImmutableOwnable OWNER and LENS_HUB
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
pragma solidity ^0.8.15;
|
||||
|
||||
contract ImmutableOwnable {
|
||||
address immutable OWNER;
|
||||
address immutable LENS_HUB;
|
||||
address public immutable OWNER;
|
||||
address public immutable LENS_HUB;
|
||||
|
||||
error OnlyOwner();
|
||||
error OnlyOwnerOrHub();
|
||||
|
||||
Reference in New Issue
Block a user