Skip to content

Commit

Permalink
fix: tag gas as optional on success of simulate bundle (#104)
Browse files Browse the repository at this point in the history
* fix: change tenderly tranasction type to optional on tenderly simulation

* fix: mark gas as optional on sucess of simulate bundle
  • Loading branch information
yvesfracari authored Jan 17, 2025
1 parent cd42b48 commit 6582512
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 6582512

Please sign in to comment.