Skip to content

Commit 76c56b3

Browse files
committed
Update rebalancer comments
1 parent 1f4c631 commit 76c56b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contracts/Rebalancer.sol

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ import {ILiquidityPool} from "./interfaces/ILiquidityPool.sol";
1010
import {IRebalancer} from "./interfaces/IRebalancer.sol";
1111
import {ICCTPTokenMessenger, ICCTPMessageTransmitter} from "./interfaces/ICCTP.sol";
1212

13-
/// @title Facilitates liquidity movement between Liquidity Pools on different chains.
14-
/// Routes, which is a destination domain and a bridging provider, have to be approved by admin.
13+
/// @title Facilitates liquidity movement between Liquidity Pools on same/different chains.
14+
/// Routes, which is a destination pool/domain and a bridging provider, have to be approved by admin.
1515
/// Rebalancing only takes arbitrary input on the amount, then contract enforces correct processing.
16-
/// Anyone can finalize the rebalancing process when liquidity arrives from another chain.
16+
/// REBALANCER_ROLE is needed to finalize/init rebalancing process.
1717
/// @notice Upgradeable.
1818
/// @author Oleksii Matiiasevych <[email protected]>
1919
contract Rebalancer is IRebalancer, AccessControlUpgradeable {

0 commit comments

Comments
 (0)