Skip to content

Commit

Permalink
Merge branch 'woof-software/on-chain-usdt-arbitrum-market' of https:/…
Browse files Browse the repository at this point in the history
…/github.com/woof-software/comet into woof-software/on-chain-usdt-arbitrum-market
  • Loading branch information
MishaShWoof committed Jun 19, 2024
2 parents 700e0c1 + 4101efa commit c485e17
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scenario/constraints/ProposalConstraint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ export class ProposalConstraint<T extends CometContext> implements StaticConstra
);
}

// temporary hack to skip proposal 259
if (proposal.id.eq(259)) {
console.log('Skipping proposal 259');
continue;
}

try {
// Execute the proposal
debug(`${label} Processing pending proposal ${proposal.id}`);
Expand Down

0 comments on commit c485e17

Please sign in to comment.