Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bukata-sa committed Dec 12, 2024
1 parent 0b7e672 commit c4a10d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contracts/src/v0.8/ccip/pools/LBTC/adapters/CLAdapter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ contract CLAdapter is AbstractAdapter, Ownable {
emit CLTokenPoolDeployed(address(tokenPool));
}

function setTokenPool(LombardTokenPool tokenPool_) external onlyOwner {
tokenPool = tokenPool_;
}

/// USER ACTIONS ///

function getFee(
Expand Down

0 comments on commit c4a10d7

Please sign in to comment.