diff --git a/contracts/src/v0.8/ccip/pools/LBTC/adapters/CLAdapter.sol b/contracts/src/v0.8/ccip/pools/LBTC/adapters/CLAdapter.sol index f3c6194d53..77841fefad 100644 --- a/contracts/src/v0.8/ccip/pools/LBTC/adapters/CLAdapter.sol +++ b/contracts/src/v0.8/ccip/pools/LBTC/adapters/CLAdapter.sol @@ -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(