Skip to content

Commit

Permalink
fix: updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
grothem committed Aug 23, 2023
1 parent 975e462 commit a8a95af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/03_periphery_post/04_paraswap_adapters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit a8a95af

Please sign in to comment.