Skip to content

Commit

Permalink
use literal
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Oct 8, 2024
1 parent 4d097c4 commit 7b449f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/estimation/gasEstimationsV06.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class GasEstimatorV06 {
/* Linea-Sepolia reverts in this format. */
z.object({
code: z.literal(-32000),
message: z.string(),
message: z.literal('Execution reverted'),
data: hexDataSchema
}),
z.object({
Expand Down

0 comments on commit 7b449f2

Please sign in to comment.