File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ import {ILiquidityPool} from "./interfaces/ILiquidityPool.sol";
1010import {IRebalancer} from "./interfaces/IRebalancer.sol " ;
1111import {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] > 1919contract Rebalancer is IRebalancer , AccessControlUpgradeable {
You can’t perform that action at this time.
0 commit comments