diff --git a/tasks/misc/transfer-protocol-ownership.ts b/tasks/misc/transfer-protocol-ownership.ts index b4daf00..91c35fb 100644 --- a/tasks/misc/transfer-protocol-ownership.ts +++ b/tasks/misc/transfer-protocol-ownership.ts @@ -80,7 +80,7 @@ task( ); const paraswapWithdrawSwapAdapter = await getOwnableContract( await ( - await hre.deployments.get("ParaswapWithdrawSwapAdapter") + await hre.deployments.get("ParaSwapWithdrawSwapAdapter") ).address );