Skip to content

Commit

Permalink
chore: upd comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaSethi committed Oct 21, 2024
1 parent b56ab36 commit 9dceff0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/src/v0.8/ccip/pools/GHO/UpgradeableTokenPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ abstract contract UpgradeableTokenPool is IPool, OwnerIsCreator, IERC165 {
}

/// @notice Getter for proxy pool address.
/// @return proxyPool The proxy pool address for the given remoteChainSelector
/// @return proxyPool The proxy pool address.
function getProxyPool() public view returns (address proxyPool) {
assembly ("memory-safe") {
proxyPool := shr(96, shl(96, sload(PROXY_POOL_SLOT)))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```diff
diff --git a/src/v0.8/ccip/pools/TokenPool.sol b/src/v0.8/ccip/pools/GHO/UpgradeableTokenPool.sol
index b3571bb449..4808aa3998 100644
index b3571bb449..aa86725ef6 100644
--- a/src/v0.8/ccip/pools/TokenPool.sol
+++ b/src/v0.8/ccip/pools/GHO/UpgradeableTokenPool.sol
@@ -1,21 +1,24 @@
Expand Down Expand Up @@ -104,7 +104,7 @@ index b3571bb449..4808aa3998 100644
}
+
+ /// @notice Getter for proxy pool address.
+ /// @return proxyPool The proxy pool address for the given remoteChainSelector
+ /// @return proxyPool The proxy pool address.
+ function getProxyPool() public view returns (address proxyPool) {
+ assembly ("memory-safe") {
+ proxyPool := shr(96, shl(96, sload(PROXY_POOL_SLOT)))
Expand Down

0 comments on commit 9dceff0

Please sign in to comment.