File tree Expand file tree Collapse file tree 2 files changed +94
-161
lines changed
Expand file tree Collapse file tree 2 files changed +94
-161
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ contract MainnetController is AccessControl {
286286 int24 tickUpperMax ,
287287 uint24 maxTickSpacing
288288 )
289- external nonReentrant
289+ external
290290 {
291291 _checkRole (DEFAULT_ADMIN_ROLE);
292292
@@ -776,7 +776,7 @@ contract MainnetController is AccessControl {
776776 uint256 amount0Max ,
777777 uint256 amount1Max
778778 )
779- external nonReentrant
779+ external
780780 {
781781 _checkRole (RELAYER);
782782
@@ -800,7 +800,7 @@ contract MainnetController is AccessControl {
800800 uint256 amount0Max ,
801801 uint256 amount1Max
802802 )
803- external nonReentrant
803+ external
804804 {
805805 _checkRole (RELAYER);
806806
@@ -823,7 +823,7 @@ contract MainnetController is AccessControl {
823823 uint256 amount0Min ,
824824 uint256 amount1Min
825825 )
826- external nonReentrant
826+ external
827827 {
828828 _checkRole (RELAYER);
829829
@@ -844,7 +844,7 @@ contract MainnetController is AccessControl {
844844 uint128 amountIn ,
845845 uint128 amountOutMin
846846 )
847- external nonReentrant
847+ external
848848 {
849849 _checkRole (RELAYER);
850850
You can’t perform that action at this time.
0 commit comments