diff --git a/deploy/03_periphery_post/04_paraswap_adapters.ts b/deploy/03_periphery_post/04_paraswap_adapters.ts index 09445a0..889f87c 100644 --- a/deploy/03_periphery_post/04_paraswap_adapters.ts +++ b/deploy/03_periphery_post/04_paraswap_adapters.ts @@ -33,7 +33,7 @@ const func: DeployFunction = async function ({ if (!paraswapAugustusRegistry) { console.log( - "[WARNING] Skipping the deployment of the Paraswap Liquidity Swap and Repay adapters due missing 'ParaswapRegistry' address at pool configuration." + "[WARNING] Skipping the deployment of the Paraswap adapters due missing 'ParaswapRegistry' address at pool configuration." ); return; }