Skip to content

Commit

Permalink
chore(): added insufficient max fee error processing
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhii-F-Braavos authored and avimak committed Mar 15, 2024
1 parent b8646d1 commit 0f7b5a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions repository/errors-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
{
"matcher": "/Entry point EntryPointSelector\\(StarkFelt\\(\\\\\"0x[0-9a-zA-Z]+\\\\\"\\)\\) not found in contract/",
"message": "Entry point not found in contract"
},
{
"matcher": "/failure reason.*TransactionFeeError\\(MaxFeeTooLow/",
"message": "The specified max fee is too low"
}
]
}

0 comments on commit 0f7b5a8

Please sign in to comment.