diff --git a/contracts/src/v0.8/ccip/pools/GHO/UpgradeableBurnMintTokenPool.sol b/contracts/src/v0.8/ccip/pools/GHO/UpgradeableBurnMintTokenPool.sol index 007f9e4f14..287cb13e9c 100644 --- a/contracts/src/v0.8/ccip/pools/GHO/UpgradeableBurnMintTokenPool.sol +++ b/contracts/src/v0.8/ccip/pools/GHO/UpgradeableBurnMintTokenPool.sol @@ -22,7 +22,7 @@ contract UpgradeableBurnMintTokenPool is Initializable, UpgradeableBurnMintToken /// @dev Constructor /// @param token The bridgeable token that is managed by this pool. - /// @param rmnProxy The address of the arm proxy + /// @param rmnProxy The address of the rmn proxy /// @param allowlistEnabled True if pool is set to access-controlled mode, false otherwise constructor( address token, diff --git a/contracts/src/v0.8/ccip/pools/GHO/UpgradeableLockReleaseTokenPool.sol b/contracts/src/v0.8/ccip/pools/GHO/UpgradeableLockReleaseTokenPool.sol index 6165ea6bc0..b714fc2342 100644 --- a/contracts/src/v0.8/ccip/pools/GHO/UpgradeableLockReleaseTokenPool.sol +++ b/contracts/src/v0.8/ccip/pools/GHO/UpgradeableLockReleaseTokenPool.sol @@ -52,11 +52,11 @@ contract UpgradeableLockReleaseTokenPool is Initializable, UpgradeableTokenPool, /// @dev Can be address(0) if none is configured. address internal s_bridgeLimitAdmin; - // / @dev Constructor - // / @param token The bridgeable token that is managed by this pool. - // / @param rmnProxy The address of the rmn proxy - // / @param allowlistEnabled True if pool is set to access-controlled mode, false otherwise - // / @param acceptLiquidity True if the pool accepts liquidity, false otherwise + /// @dev Constructor + /// @param token The bridgeable token that is managed by this pool. + /// @param rmnProxy The address of the rmn proxy + /// @param allowlistEnabled True if pool is set to access-controlled mode, false otherwise + /// @param acceptLiquidity True if the pool accepts liquidity, false otherwise constructor( address token, address rmnProxy, diff --git a/contracts/src/v0.8/ccip/pools/GHO/diffs/UpgradeableBurnMintTokenPool_diff.md b/contracts/src/v0.8/ccip/pools/GHO/diffs/UpgradeableBurnMintTokenPool_diff.md index e32a1242c2..2363dbc90d 100644 --- a/contracts/src/v0.8/ccip/pools/GHO/diffs/UpgradeableBurnMintTokenPool_diff.md +++ b/contracts/src/v0.8/ccip/pools/GHO/diffs/UpgradeableBurnMintTokenPool_diff.md @@ -1,6 +1,6 @@ ```diff diff --git a/src/v0.8/ccip/pools/BurnMintTokenPool.sol b/src/v0.8/ccip/pools/GHO/UpgradeableBurnMintTokenPool.sol -index c48c8e51fb..007f9e4f14 100644 +index c48c8e51fb..287cb13e9c 100644 --- a/src/v0.8/ccip/pools/BurnMintTokenPool.sol +++ b/src/v0.8/ccip/pools/GHO/UpgradeableBurnMintTokenPool.sol @@ -1,29 +1,56 @@ @@ -40,7 +40,7 @@ index c48c8e51fb..007f9e4f14 100644 + /// @dev Constructor + /// @param token The bridgeable token that is managed by this pool. -+ /// @param rmnProxy The address of the arm proxy ++ /// @param rmnProxy The address of the rmn proxy + /// @param allowlistEnabled True if pool is set to access-controlled mode, false otherwise constructor( - IBurnMintERC20 token, diff --git a/contracts/src/v0.8/ccip/pools/GHO/diffs/UpgradeableLockReleaseTokenPool_diff.md b/contracts/src/v0.8/ccip/pools/GHO/diffs/UpgradeableLockReleaseTokenPool_diff.md index c45779d371..9b12d90e6f 100644 --- a/contracts/src/v0.8/ccip/pools/GHO/diffs/UpgradeableLockReleaseTokenPool_diff.md +++ b/contracts/src/v0.8/ccip/pools/GHO/diffs/UpgradeableLockReleaseTokenPool_diff.md @@ -1,6 +1,6 @@ ```diff diff --git a/src/v0.8/ccip/pools/LockReleaseTokenPool.sol b/src/v0.8/ccip/pools/GHO/UpgradeableLockReleaseTokenPool.sol -index 3a4a4aef6d..6165ea6bc0 100644 +index 3a4a4aef6d..b714fc2342 100644 --- a/src/v0.8/ccip/pools/LockReleaseTokenPool.sol +++ b/src/v0.8/ccip/pools/GHO/UpgradeableLockReleaseTokenPool.sol @@ -1,24 +1,35 @@ @@ -64,11 +64,11 @@ index 3a4a4aef6d..6165ea6bc0 100644 + /// @dev Can be address(0) if none is configured. + address internal s_bridgeLimitAdmin; + -+ // / @dev Constructor -+ // / @param token The bridgeable token that is managed by this pool. -+ // / @param rmnProxy The address of the rmn proxy -+ // / @param allowlistEnabled True if pool is set to access-controlled mode, false otherwise -+ // / @param acceptLiquidity True if the pool accepts liquidity, false otherwise ++ /// @dev Constructor ++ /// @param token The bridgeable token that is managed by this pool. ++ /// @param rmnProxy The address of the rmn proxy ++ /// @param allowlistEnabled True if pool is set to access-controlled mode, false otherwise ++ /// @param acceptLiquidity True if the pool accepts liquidity, false otherwise constructor( - IERC20 token, - address[] memory allowlist,