From a8a95af53e1b322b4d01aad780f843a5abb888f9 Mon Sep 17 00:00:00 2001 From: Mark Grothe Date: Wed, 23 Aug 2023 10:54:43 -0500 Subject: [PATCH] fix: updated comment --- deploy/03_periphery_post/04_paraswap_adapters.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }