Closed ChefMist closed 1 month ago
This PR aims to eventually resolves: https://github.com/pancakeswap/pancake-v4-core/issues/161
Due to https://github.com/pancakeswap/pancake-v4-core/pull/139
PausableRole
owner
onlyOwner
Thus, this PR adds CLPoolManagerOwner and BinPoolManagerOwner which means:
CLPoolManagerOwner
BinPoolManagerOwner
CLPoolManagerOwner / BinPoolManagerOwner
This PR aims to eventually resolves: https://github.com/pancakeswap/pancake-v4-core/issues/161
Due to https://github.com/pancakeswap/pancake-v4-core/pull/139
PausableRole
from poolManager.solowner
andonlyOwner
for pause() and unpause()Thus, this PR adds
CLPoolManagerOwner
andBinPoolManagerOwner
which means:CLPoolManagerOwner
orBinPoolManagerOwner
CLPoolManagerOwner / BinPoolManagerOwner
will come with the support to add pausable role for EOA to pause pool manager