Skip to content

Commit

Permalink
fix: added dev comment link to original
Browse files Browse the repository at this point in the history
  • Loading branch information
CheyenneAtapour committed Aug 8, 2024
1 parent cf1b3d1 commit 8b8c5e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/contracts/misc/deps/CcipPools.sol
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ contract OwnerIsCreator is ConfirmedOwner {
}

/// @notice Base abstract class with common functions for all token pools.
/// @dev Reduced contract from https://github.com/aave/ccip/blob/ccip-gho/contracts/src/v0.8/ccip/pools/GHO/UpgradeableTokenPool.sol
/// A token pool serves as isolated place for holding tokens and token specific logic
/// that may execute as tokens move across the bridge.
abstract contract UpgradeableTokenPool is OwnerIsCreator {
Expand Down Expand Up @@ -310,6 +311,7 @@ abstract contract UpgradeableTokenPool is OwnerIsCreator {
/// @title UpgradeableLockReleaseTokenPool
/// @author Aave Labs
/// @notice Upgradeable version of Chainlink's CCIP LockReleaseTokenPool
/// @dev Reduced contract from https://github.com/aave/ccip/blob/ccip-gho/contracts/src/v0.8/ccip/pools/GHO/UpgradeableLockReleaseTokenPool.sol
/// @dev Contract adaptations:
/// - Implementation of Initializable to allow upgrades
/// - Move of allowlist and router definition to initialization stage
Expand Down

0 comments on commit 8b8c5e9

Please sign in to comment.