Skip to content

Commit

Permalink
feat: bump retryable gas percent increase (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc authored Mar 21, 2024
1 parent 7ca783b commit 38dc118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/message/L1ToL2MessageGasEstimator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const DEFAULT_SUBMISSION_FEE_PERCENT_INCREASE = BigNumber.from(300)
* When submitting a retryable we need to estimate what the gas price for it will be when we actually come
* to execute it. Since the l2 price can move due to congestion we should provide some padding here
*/
const DEFAULT_GAS_PRICE_PERCENT_INCREASE = BigNumber.from(200)
const DEFAULT_GAS_PRICE_PERCENT_INCREASE = BigNumber.from(500)

/**
* An optional big number percentage increase
Expand Down

0 comments on commit 38dc118

Please sign in to comment.