Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Jan 22, 2025
1 parent c464837 commit 5f43e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/deploy/20_new_version/23_publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
)
) {
const placeholderSetup = getLatestContractAddress('PlaceholderSetup', hre);
if (placeholderSetup == '') {
if (placeholderSetup == '' && !isLocal(hre)) {
throw new Error(
'Aborting. Placeholder setup not present in this network'
);
Expand Down

0 comments on commit 5f43e7f

Please sign in to comment.