Skip to content

Commit

Permalink
increase gas test deviation percent
Browse files Browse the repository at this point in the history
  • Loading branch information
xrsv committed Dec 4, 2024
1 parent 269b7d0 commit 0e135c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const GAS_ESTIMATE_DEVIATION_PERCENT: { [chainId in ChainId]: number } = {
[ChainId.MAINNET]: 50,
[ChainId.GOERLI]: 62,
[ChainId.SEPOLIA]: 75,
[ChainId.OPTIMISM]: 71,
[ChainId.OPTIMISM]: 75,
[ChainId.OPTIMISM_GOERLI]: 30,
[ChainId.OPTIMISM_SEPOLIA]: 30,
[ChainId.ARBITRUM_ONE]: 53,
Expand Down

0 comments on commit 0e135c6

Please sign in to comment.