From c4a10d7820bb9e0b34b4baa491b20e435e766397 Mon Sep 17 00:00:00 2001 From: Aleksandr Bukata Date: Thu, 12 Dec 2024 11:45:44 +0000 Subject: [PATCH] fix --- contracts/src/v0.8/ccip/pools/LBTC/adapters/CLAdapter.sol | 4 ++++ 1 file changed, 4 insertions(+) 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(