Closed ChefMist closed 1 month ago
ok, got it
take into account of https://github.com/pancakeswap/pancake-v4-core/pull/169
design choices
Option 1: Both pool manager point to the same contract
Option 2: Each pool manager will have its own contract
design choices
Option 1: Both pool manager point to the same contract
Option 2: Each pool manager will have its own contract
I vote option 2
design choices Option 1: Both pool manager point to the same contract Option 2: Each pool manager will have its own contract
I vote option 2
Agree, as option2 provides more flexibility. They can point to same address tho
Per this PR: https://github.com/pancakeswap/pancake-v4-core/pull/139
In order to reduce contract size, we did the above PR and in doing so,
PausableRole
has been removed.Now we need a
owner
contract whichowner contract
to pause pool manager. eg.others --> owner contract --> poolManager.pause()
pause()