Skip to content

Commit

Permalink
fix: remove not needed revert
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Feb 18, 2025
1 parent 5bb950a commit 70de7d5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
);
}

if (!pspAddress) {
throw new Error('PluginSetupProcessor address not found');
}

// Get `PluginSetupProcessor` contract.
const pspContract = PluginSetupProcessor__factory.connect(
pspAddress,
Expand Down

0 comments on commit 70de7d5

Please sign in to comment.