Skip to content

Commit

Permalink
fix: mark gas as optional on sucess of simulate bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesfracari committed Jan 16, 2025
1 parent 1317437 commit 948fe1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const successSchema = {
type: 'array',
items: {
type: 'object',
required: ['status', 'id', 'link', 'cumulativeBalancesDiff', 'gasUsed'],
required: ['status', 'id', 'link', 'cumulativeBalancesDiff'],
additionalProperties: false,
properties: {
status: {
Expand Down

0 comments on commit 948fe1a

Please sign in to comment.