Skip to content

Commit

Permalink
RYSK-364/update-manager-functions-access-control: change bid ask iv s…
Browse files Browse the repository at this point in the history
…preaad permissions
  • Loading branch information
JoshDAO committed Oct 30, 2023
1 parent 325668e commit 2671121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/contracts/Manager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ contract Manager is AccessControl {
}

function setBidAskIVSpread(uint256 _bidAskIVSpread) external {
_isProxyManager();
_isKeeper();
beyondPricer.setBidAskIVSpread(_bidAskIVSpread);
}

Expand Down

0 comments on commit 2671121

Please sign in to comment.