Skip to content

Commit

Permalink
skipping proposal 348 and 349
Browse files Browse the repository at this point in the history
  • Loading branch information
MSamiTariq committed Oct 17, 2024
1 parent 5dd1d0a commit 853fc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenario/constraints/ProposalConstraint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class ProposalConstraint<T extends CometContext> implements StaticConstra
}

// temporary hack to skip proposal 329
if (proposal.id.eq(329)) {
if (proposal.id.eq(348) || proposal.id.eq(349)) {
console.log('Skipping proposal 329');
continue;
}
Expand Down

0 comments on commit 853fc84

Please sign in to comment.