Skip to content

Commit

Permalink
zkSync - increase default gasLimit to 100M (SHIP-1227) (#12324)
Browse files Browse the repository at this point in the history
* zkSync - increase default gasLimit to 100M

* regenerate CONFIG.md
  • Loading branch information
friedemannf authored Mar 7, 2024
1 parent e7f5e83 commit daf251d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/chains/evm/config/toml/defaults/zkSync_Goerli.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MinIncomingConfirmations = 1
NoNewHeadsThreshold = '1m'

[GasEstimator]
LimitDefault = 3_500_000
LimitDefault = 100_000_000
PriceMax = 18446744073709551615
PriceMin = 0

Expand Down
2 changes: 1 addition & 1 deletion core/chains/evm/config/toml/defaults/zkSync_Mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MinIncomingConfirmations = 1
NoNewHeadsThreshold = '1m'

[GasEstimator]
LimitDefault = 3_500_000
LimitDefault = 100_000_000
PriceMax = 18446744073709551615
PriceMin = 0

Expand Down
4 changes: 2 additions & 2 deletions docs/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3058,7 +3058,7 @@ Mode = 'BlockHistory'
PriceDefault = '20 gwei'
PriceMax = '18.446744073709551615 ether'
PriceMin = '0'
LimitDefault = 3500000
LimitDefault = 100000000
LimitMax = 500000
LimitMultiplier = '1'
LimitTransfer = 21000
Expand Down Expand Up @@ -3142,7 +3142,7 @@ Mode = 'BlockHistory'
PriceDefault = '20 gwei'
PriceMax = '18.446744073709551615 ether'
PriceMin = '0'
LimitDefault = 3500000
LimitDefault = 100000000
LimitMax = 500000
LimitMultiplier = '1'
LimitTransfer = 21000
Expand Down

0 comments on commit daf251d

Please sign in to comment.