Skip to content

Commit

Permalink
revert revert failing
Browse files Browse the repository at this point in the history
  • Loading branch information
douglance committed Oct 31, 2024
1 parent 5a6b47c commit 44dcd48
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/scripts/src/addOrbitChain/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,10 @@ Please verify contract manually by visiting ${explorerLink}`;
console.error(warningMsg + `\n\n==================\n\n${error}`);
warning(warningMsg);

// TODO: Uncomment this once when we have api keys for all RPC providers
// ctx.addIssue({
// code: z.ZodIssueCode.custom,
// message: warningMsg,
// });
ctx.addIssue({
code: z.ZodIssueCode.custom,
message: warningMsg,
});
}
}
};
Expand Down

0 comments on commit 44dcd48

Please sign in to comment.